This website requires JavaScript.
Explore
Help
Sign In
cartodb
/
Leaflet
Watch
1
Star
0
Fork
0
You've already forked Leaflet
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6de02571a1
Leaflet
/
src
/
layer
History
danzel
6de02571a1
Only apply Path.SVG mobile Webkit hack for mobileWebkit
2012-06-19 09:20:29 +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
Only apply Path.SVG mobile Webkit hack for mobileWebkit
2012-06-19 09:20:29 +12: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