From 11df411b51cff1046a61bdfefd1c5579add56a58 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 31 May 2022 10:41:21 +0200 Subject: [PATCH] update hotel moliere --- proj/map/asset/js/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proj/map/asset/js/map.js b/proj/map/asset/js/map.js index ca3f913..0b15ae9 100644 --- a/proj/map/asset/js/map.js +++ b/proj/map/asset/js/map.js @@ -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())