Skip to content

Commit

Permalink
mapwidget: use "satallite" maps instead of "hybrid"
Browse files Browse the repository at this point in the history
Do so until the following issue is resolved:
vladest/googlemaps#9

With the satellite map ([1]), the black tiles at relatively high
zoom levels over the Red Sea cannot be seen. Instead it shows white
tiles at the ultra-maximum zoom level at places.

As a side note, the "satellite" map does not have the country labels
which the "hybrid" map has.

Signed-off-by: Lubomir I. Ivanov <[email protected]>
  • Loading branch information
neolit123 committed Aug 6, 2017
1 parent d77de11 commit 1bba8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-widgets/qml/MapWidget.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Item {
plugin: mapPlugin
zoomLevel: 1

readonly property var mapType: { "STREET": supportedMapTypes[0], "SATELLITE": supportedMapTypes[3] }
readonly property var mapType: { "STREET": supportedMapTypes[0], "SATELLITE": supportedMapTypes[1] }
readonly property var defaultCenter: QtPositioning.coordinate(0, 0)
readonly property real defaultZoomIn: 12.0
readonly property real defaultZoomOut: 1.0
Expand Down

0 comments on commit 1bba8b0

Please sign in to comment.