remove geolocation from map example

This commit is contained in:
mourner 2010-09-21 11:56:07 +03:00
parent 7437c43061
commit 3ca252b07c

View File

@ -47,7 +47,7 @@
cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18}), cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18}),
latlng = new L.LatLng(50.5, 30.51); 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);
</script> </script>
</body> </body>