mirror of
https://github.com/crawlerop/lpads
synced 2026-08-13 22:12:32 +07:00
ad markers
This commit is contained in:
parent
90f0beccd5
commit
cf16bc615f
1 changed files with 2 additions and 1 deletions
|
|
@ -486,7 +486,8 @@
|
|||
}).addTo(mymap)
|
||||
|
||||
L.easyButton('fa-pencil', function(){
|
||||
document.location = "editor.html?lat="+start[0]+"&lng="+start[1]
|
||||
adm = adMarker.getLatLng()
|
||||
document.location = "editor.html?lat="+adm.lat+"&lng="+adm.lng
|
||||
}).addTo(mymap)
|
||||
|
||||
//console.log(addLayer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue