Leaflet/src/layer
2012-06-19 09:20:28 +12: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 update build, some merges 2012-06-18 12:10:20 +03:00
FeatureGroup.js Adding getBounds method to FeatureGroup. 2012-03-03 22:54:50 -07:00
GeoJSON.js Keep geometry object on "featureparse" event. 2012-06-04 03:15:59 +03: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 Position Popup using L.DomUtil.setPosition for Hardware Accel. 2012-06-19 09:20:28 +12:00