diff --git a/otanisys/maruike.js b/otanisys/maruike.js index 0ff65d1..726a65f 100644 --- a/otanisys/maruike.js +++ b/otanisys/maruike.js @@ -1,12 +1,10 @@ +var marumap = L.map("marumap").setView([39.016020,139.905401],16); - - var marumap = L.map("marumap").setView([38.891, 139.824],16); - - var osm = - L.tileLayer('//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { - attribution: - '© OpenStreetMap \ +var osm = + L.tileLayer('//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + attribution: + '© OpenStreetMap \ contributors' - }).addTo(marumap); - - + }).addTo(marumap); + +