diff options
author | Christopher Baines <mail@cbaines.net> | 2015-03-31 22:34:23 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-03-31 22:34:23 +0100 |
commit | 1e3a7c1bfedd64e4f47b6b2c4d4a2faed3277942 (patch) | |
tree | 8c5fa7cbcc067c89bb56ffdebaa5b4bd674cd475 | |
parent | c7b2dfad1af8cd80fb9c498b6367ed4732bec8c8 (diff) | |
download | leaflet-indoor-master.tar leaflet-indoor-master.tar.gz |
This trips up Internet Explorer...
-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 |