summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/mapviewer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/mapviewer.qml')
-rw-r--r--examples/location/mapviewer/mapviewer.qml18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/location/mapviewer/mapviewer.qml b/examples/location/mapviewer/mapviewer.qml
index 4f9a2907..4e93d9e4 100644
--- a/examples/location/mapviewer/mapviewer.qml
+++ b/examples/location/mapviewer/mapviewer.qml
@@ -262,24 +262,6 @@ ApplicationWindow {
case "deleteMarkers":
mapview.deleteMarkers()
break
- case "deleteItems":
- mapview.deleteMapItems()
- break
- case "drawImage":
- mapview.addGeoItem("ImageItem")
- break
- case "drawRectangle":
- mapview.addGeoItem("RectangleItem")
- break
- case "drawCircle":
- mapview.addGeoItem("CircleItem")
- break;
- case "drawPolyline":
- mapview.addGeoItem("PolylineItem")
- break;
- case "drawPolygonMenu":
- mapview.addGeoItem("PolygonItem")
- break
default:
console.log("Unsupported operation:", item)
}