{{ cacheName }}
@@ -55,7 +66,6 @@ Vue.use(VueLayers); lon: "", lat: "", stationID: [], - iFrameURL: "", zoom: 15, center: [ 9.208858198755664, 49.14785422283188], rotation: 0, @@ -77,7 +87,6 @@ Vue.use(VueLayers); this.stationID = cache.stationen[0]; this.lon = this.stationID.longitude; this.lat = this.stationID.lattitude; - this.iFrameURL = `https://seserver.se.hs-heilbronn.de:3000/api/map/lon=${this.lon}&lat=${this.lat}` }) }, checkStation() { diff --git a/frontend/src/pages/Overview.vue b/frontend/src/pages/Overview.vue index c94458a..a646661 100644 --- a/frontend/src/pages/Overview.vue +++ b/frontend/src/pages/Overview.vue @@ -99,8 +99,7 @@