diff --git a/move.js b/move.js new file mode 100644 index 0000000..1f344be --- /dev/null +++ b/move.js @@ -0,0 +1,2 @@ +var marker = L.marker([38.914639,139.836548]).addTo(map); + marker.bindPopup("酒田市役所",{autoClose:false}).openPopup();