update hotel moliere
This commit is contained in:
parent
c430a136e4
commit
11df411b51
|
@ -68,10 +68,10 @@ var markoTrainIcon = L.icon({
|
|||
|
||||
var marker = L.marker(hotelxy, {
|
||||
icon: markPointerIcon,
|
||||
draggable : true,
|
||||
draggable : false,
|
||||
}).addTo(map);
|
||||
|
||||
marker.bindPopup("check");
|
||||
marker.bindPopup("Hôtel Molière");
|
||||
|
||||
marker.on('click', function(e) {
|
||||
console.log(marker.getLatLng())
|
||||
|
|
Loading…
Reference in New Issue