summaryrefslogtreecommitdiffstats
path: root/examples/location/places_map/places_map.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places_map/places_map.qml')
-rw-r--r--examples/location/places_map/places_map.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/places_map/places_map.qml b/examples/location/places_map/places_map.qml
index aaa56473..da2a611b 100644
--- a/examples/location/places_map/places_map.qml
+++ b/examples/location/places_map/places_map.qml
@@ -13,7 +13,7 @@ Rectangle {
//! [Initialize Plugin]
Plugin {
id: myPlugin
- name: "osm" // "maplibregl", "esri", ...
+ name: "osm"
//specify plugin parameters if necessary
//PluginParameter {...}
//PluginParameter {...}