+ Overlay popup content for Feature with ID {{ feature.id }} +
++ Popup: {{ JSON.stringify(popup) }} +
++ Feature: {{ JSON.stringify({ id: feature.id, properties: feature.properties }) }} +
+diff --git a/labswp_2019_sose_geocaching_frontend/frontend/package.json b/labswp_2019_sose_geocaching_frontend/frontend/package.json
index 0657383..f262cce 100644
--- a/labswp_2019_sose_geocaching_frontend/frontend/package.json
+++ b/labswp_2019_sose_geocaching_frontend/frontend/package.json
@@ -19,7 +19,9 @@
"openlayers": "^4.6.5",
"quasar": "^1.0.0-rc.2",
"vue-qrcode-reader": "^1.4.2",
- "vuelayers": "^0.11.4"
+ "vuelayers": "^0.11.4",
+ "lodash": "^4.17.11",
+ "ol": "^5.3.1"
},
"devDependencies": {
"@quasar/app": "^1.0.0-rc.4",
diff --git a/labswp_2019_sose_geocaching_frontend/frontend/src/components/mapClickable.vue b/labswp_2019_sose_geocaching_frontend/frontend/src/components/mapClickable.vue
new file mode 100644
index 0000000..9687ea3
--- /dev/null
+++ b/labswp_2019_sose_geocaching_frontend/frontend/src/components/mapClickable.vue
@@ -0,0 +1,408 @@
+
+
+ Feature ID {{ feature.id }}
+
+ Overlay popup content for Feature with ID {{ feature.id }}
+
+ Popup: {{ JSON.stringify(popup) }}
+
+ Feature: {{ JSON.stringify({ id: feature.id, properties: feature.properties }) }}
+
Location
-