This commit is contained in:
parent
17e873a22f
commit
a25f720fad
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
map.setView([data["lat"], data["lon"]], 18);
|
map.setView([data["lat"], data["lon"]], 18);
|
||||||
circle.setLatLng([data["lat"], data["lon"]])
|
circle.setLatLng([data["lat"], data["lon"]])
|
||||||
marker.setLatLng([data["lat"], data["lon"]])
|
marker.setLatLng([data["lat"], data["lon"]])
|
||||||
marker.bindPopup(data["tst"])
|
marker.bindPopup(data["tst"]).openPopup();
|
||||||
circle.setRadius(data["acc"])
|
circle.setRadius(data["acc"])
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue