diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-08-02 18:53:52 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-02 18:53:52 -0700 |
commit | 2b9523dcff372dbc4a877c14f2a0ece32ae57959 (patch) | |
tree | 8afa1259e5953a8e7ef321598d81069b6f5e50dd /mobile-widgets/qml | |
parent | bc1a3889528df1235d1facfe99ebf8b167a06ef5 (diff) | |
parent | e05abca7e03953df77bdb46d225c853fe73f55f7 (diff) | |
download | subsurface-2b9523dcff372dbc4a877c14f2a0ece32ae57959.tar.gz |
Merge branch 'googlemaps' of git://github.com/neolit123/subsurface into googlemaps
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/MapWidget.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/MapWidget.qml b/mobile-widgets/qml/MapWidget.qml index 28975ee12..3c948a334 100644 --- a/mobile-widgets/qml/MapWidget.qml +++ b/mobile-widgets/qml/MapWidget.qml @@ -9,7 +9,7 @@ Item { Plugin { id: mapPlugin - name: "esri" + name: "googlemaps" } MapWidgetHelper { @@ -27,7 +27,7 @@ Item { plugin: mapPlugin zoomLevel: 1 - readonly property var mapType: { "STREET": supportedMapTypes[0], "SATELLITE": supportedMapTypes[1] } + readonly property var mapType: { "STREET": supportedMapTypes[0], "SATELLITE": supportedMapTypes[3] } readonly property var defaultCenter: QtPositioning.coordinate(0, 0) readonly property real defaultZoomIn: 12.0 readonly property real defaultZoomOut: 1.0 |