From 3ca252b07c08a280f2737918a5bba9e5ce3f58df Mon Sep 17 00:00:00 2001 From: mourner Date: Tue, 21 Sep 2010 11:56:07 +0300 Subject: [PATCH] remove geolocation from map example --- debug/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/map.html b/debug/map.html index 4a18ec0a..d9bb0c4f 100644 --- a/debug/map.html +++ b/debug/map.html @@ -47,7 +47,7 @@ cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18}), latlng = new L.LatLng(50.5, 30.51); - var map = new L.Map('map').addLayer(cloudmade).setView(latlng, 15).locate(); + var map = new L.Map('map').addLayer(cloudmade).setView(latlng, 15);