1
0
Fork 0

Fix inital objects

merge-requests/1/head
wgaylord 2018-12-18 21:13:31 -06:00
parent 94762a8e1a
commit 7003b7ab99
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function UpdateMap(e) {
var links = e[1]
}
$.get("/activestations", function(data, status){
$.get("/active_stations", function(data, status){
data = JSON.parse(data)
Object.keys(data).forEach(function(x){
marker = L.marker([1],{icon: station,zIndexOffset:-1000}).addTo(mymap);