diff options
-rw-r--r-- | examples/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/index.html b/examples/index.html index 9dcc2cf..6844590 100644 --- a/examples/index.html +++ b/examples/index.html @@ -43,7 +43,7 @@ attribution: "Map data © OpenStreetMap contributors" }); - map = new L.Map('map', { + var map = new L.Map('map', { layers: [osm], center: new L.LatLng(49.41873, 8.67689), zoom: 19 |