mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch 'googlemaps' of git://github.com/neolit123/subsurface into googlemaps
This commit is contained in:
commit
2b9523dcff
3 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue