Merge branch 'googlemaps' of git://github.com/neolit123/subsurface into googlemaps

This commit is contained in:
Dirk Hohndel 2017-08-02 18:53:52 -07:00
commit 2b9523dcff
3 changed files with 18 additions and 3 deletions

View file

@ -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