remove js error
This commit is contained in:
parent
f55ce1829d
commit
786c122dcd
@ -82,7 +82,7 @@ async fn view(
|
||||
iconAnchor: [12, 41]
|
||||
}});
|
||||
currentMarker = L.marker([{lat}, {lng}], {{icon: myIcon}}).addTo(map);
|
||||
map.setView([lat, lng], 14);
|
||||
map.setView([{lat}, {lng}], 14);
|
||||
"))
|
||||
}
|
||||
div {
|
||||
|
Loading…
x
Reference in New Issue
Block a user