Leaflet/src/layer
Pavel Shramov 03a84a9a84 polyline: Don't reinitialize MarkerGroup
If updateMarkers is called without add/remove old
markers are removed but new don't appear on map
2012-06-12 16:16:34 +04:00
..
marker refactor icon and default marker image paths, wrap library in a function 2012-05-10 17:03:50 +03:00
tile The load event for a tile layer is only fired after all tiles are loaded. However, the previous code only took into account successful tile loads. It is legitimate for a tile load to cause an error - you might be zoomed out on a map and are pulling a non-existent tile (especially on indoors maps). This patch takes into account both successful and unsuccessful tile loads. 2012-05-12 17:22:53 -06:00
vector polyline: Don't reinitialize MarkerGroup 2012-06-12 16:16:34 +04:00
FeatureGroup.js Adding getBounds method to FeatureGroup. 2012-03-03 22:54:50 -07:00
GeoJSON.js clean up, move attribution prefix arg to options 2012-02-23 11:01:03 +02:00
ImageOverlay.js cleaning up and formatting code 2012-02-15 13:17:25 +02:00
LayerGroup.js cleaning up and formatting code 2012-02-15 13:17:25 +02:00
Popup.js Merge branch 'master' of github.com:CloudMade/Leaflet 2012-03-07 00:08:17 +02:00