summaryrefslogtreecommitdiffstats
path: root/examples/location/minimal_map/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/minimal_map/main.qml')
-rw-r--r--examples/location/minimal_map/main.qml7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/location/minimal_map/main.qml b/examples/location/minimal_map/main.qml
index 3ddee45c..d536943e 100644
--- a/examples/location/minimal_map/main.qml
+++ b/examples/location/minimal_map/main.qml
@@ -14,12 +14,7 @@ Window {
Plugin {
id: mapPlugin
- name: "osm" // "maplibregl", "esri", ...
- // specify plugin parameters if necessary
- // PluginParameter {
- // name:
- // value:
- // }
+ name: "osm"
}
Map {