Changes to iFrame URL of Lageplan for CacheStart map
This commit is contained in:
parent
63e63c55fa
commit
f2b84b93a3
@ -59,7 +59,7 @@
|
|||||||
this.stationID = cache.stationen[0];
|
this.stationID = cache.stationen[0];
|
||||||
this.lon = this.stationID.longitude;
|
this.lon = this.stationID.longitude;
|
||||||
this.lat = this.stationID.lattitude;
|
this.lat = this.stationID.lattitude;
|
||||||
this.iFrameURL = `http://www.se.hs-heilbronn.de:3000/api/map/lon=${this.lon}&lat=${this.lat}`
|
this.iFrameURL = `https://seserver.se.hs-heilbronn.de:3000/api/map/lon=${this.lon}&lat=${this.lat}`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
checkStation() {
|
checkStation() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user