summaryrefslogtreecommitdiff
path: root/platform/qt
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-05-11 16:25:51 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-05-11 16:25:51 +0300
commit12258215af1cee598c203b85e9c342bd9900b088 (patch)
treeafb469e1bf8af25555e9bcd65ef6c7ad41d4e20d /platform/qt
parentae7a0ddea43e1ffe2681ba1202479197b602fa90 (diff)
downloadqtlocation-mapboxgl-12258215af1cee598c203b85e9c342bd9900b088.tar.gz
[Qt] Update style to v9 + bumped min/max zoom levels
Diffstat (limited to 'platform/qt')
-rw-r--r--platform/qt/qmlapp/main.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/qt/qmlapp/main.qml b/platform/qt/qmlapp/main.qml
index ad0ea7dc16..a8629e94f6 100644
--- a/platform/qt/qmlapp/main.qml
+++ b/platform/qt/qmlapp/main.qml
@@ -41,12 +41,12 @@ ApplicationWindow {
anchors.fill: parent
visible: false
- style: "mapbox://styles/mapbox/streets-v8"
+ style: "mapbox://styles/mapbox/streets-v9"
center: QtPositioning.coordinate(60.170448, 24.942046) // Helsinki
zoomLevel: 14
- minimumZoomLevel: 4
- maximumZoomLevel: 16
+ minimumZoomLevel: 0
+ maximumZoomLevel: 20
bearing: bearingSlider.value
pitch: pitchSlider.value
@@ -119,7 +119,7 @@ ApplicationWindow {
anchors.fill: parent
visible: false
- style: "mapbox://styles/mapbox/satellite-hybrid-v8"
+ style: "mapbox://styles/mapbox/satellite-streets-v9"
center: mapStreets.center
zoomLevel: mapStreets.zoomLevel