diff --git a/_layouts/default.html b/_layouts/default.html
index b6bfeebd..f1fc5cbd 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,7 +8,7 @@
-
+
@@ -46,19 +46,22 @@
'Imagery © CloudMade';
CM_URL = 'http://{s}.tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/{styleId}/256/{z}/{x}/{y}.png';
+
+ OSM_URL = 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
+ OSM_ATTRIB = '© OpenStreetMap contributors';
-
An Open-Source JavaScript Library for Mobile-Friendly Interactive Maps by CloudMade
+
An Open-Source JavaScript Library for Mobile-Friendly Interactive Maps
-
+
diff --git a/plugins.md b/plugins.md
index 8258adb8..d071a4ce 100644
--- a/plugins.md
+++ b/plugins.md
@@ -19,7 +19,7 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
- Leaflet.markercluster
+ Leaflet.markercluster
|
Beautiful, sophisticated, high performance marker clustering solution with smooth animations and lots of great features. Recommended!
|
@@ -53,7 +53,7 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
George MacKerron
|
-
+
TileLayer.BoundaryCanvas
|
@@ -62,13 +62,24 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
Alexander Parshin
|
-
+
+
+ MaskCanvas
+ |
+ Canvas layer that can be used to visualize coverage.
+ |
+ Dominik Moritz
+ |
+
+
HeatCanvas
|
Simple heatmap api based on HTML5 canvas.
|
Sun Ning
+ |
+
Leaflet.MultiTileLayer
@@ -78,6 +89,51 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
Mattias Bengtsson
|
+
+
+ Leaflet.AnimatedMarker
+ |
+ Animate a marker along a polyline.
+ |
+ Aaron Ogle
+ |
+
+
+
+ Leaflet-semicircle
+ |
+ Adds functionality to L.Circle to draw semicircles.
+ |
+ Jieter
+ |
+
+
+
+ Leaflet.FunctionalTileLayer
+ |
+ Allows you to define tile layer URLs using a function, with support for jQuery deferreds.
+ |
+ Ishmael Smyrnow
+ |
+
+
+
+ Leaflet.geoCSV
+ |
+ Leaflet plugin for loading a CSV file as geoJSON layer.
+ |
+ Iván Eixarch
+ |
+
+
+
+ Leaflet.PolylineDecorator
+ |
+ Allows you to draw patterns (like dashes, arrows or evenly spaced Markers) along Polylines or coordinate paths.
+ |
+ Benjamin Becquet
+ |
+
@@ -170,6 +226,24 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
Jieter
+
+
+ Leaflet.Pouch
+ |
+ Use PouchDB to sync CouchDB data to local storage (indexedDB), to just add couchDB data or as just a less confusing implementation of indexedDB.
+ |
+ Calvin Metcalf
+ |
+
+
+
+ Leaflet Ajax
+ |
+ Add GeoJSON data via ajax or jsonp.
+ |
+ Calvin Metcalf
+ |
+
@@ -183,13 +257,22 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
- Leaflet.draw
+ Leaflet.draw
|
Enables drawing features like polylines, polygons, rectangles, circles and markers through a very nice user-friendly interface with icons and hints. Recommended!
|
Jacob Toye
|
+
+
+ Leaflet.utfgrid
+ |
+ Provides a utfgrid interaction handler for leaflet a very small footprint.
+ |
+ Dave Leaver
+ |
+
Leaflet.EditableHandlers
@@ -201,7 +284,7 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
|
- Leaflet.Pancontrol
+ Leaflet.Pancontrol
|
A simple panning control.
|
@@ -210,13 +293,22 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
|
- Leaflet.zoomslider
+ Leaflet.zoomslider
|
A zoom slider control.
|
Kartena
|
+
+
+ Leaflet.Locate
+ |
+ A customizable locate control.
+ |
+ Dominik Moritz
+ |
+
leaflet.zoomfs
@@ -246,13 +338,32 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
|
- leaflet-locationfilter
+ leaflet-locationfilter
|
A draggable/resizable rectangle for selecting an area on the map.
|
Robert Kajic
|
+
+
+ Leaflet.MiniMap
+ |
+ A small minimap showing the map at a different scale to aid navigation.
+ |
+ Robert Nordan
+ |
+
+
+
+ Leaflet.Rrose
+ |
+ A Leaflet Plugin for Edge Cases. For use when you want popups on mouseover, not click, and
+ you need popup tips to reorient as you get close to the edges of your map.
+ |
+ Eric Theise
+ |
+
diff --git a/reference.html b/reference.html
index 8819a311..32996d21 100644
--- a/reference.html
+++ b/reference.html
@@ -123,7 +123,7 @@ bodyclass: api-page
-
This reference reflects Leaflet 0.4.3. You can find docs for the in-progress master version in reference.html
of gh-pages-master branch.
Older docs for version 0.3 can be downloaded here
+
This reference reflects Leaflet 0.4.5. You can find docs for the in-progress master version in reference.html
of gh-pages-master branch.
L.Map
@@ -425,12 +425,12 @@ var map = L.map('map', {
Fired when the user pushes the mouse button on the map. |
- mouseenter |
+ mouseover |
MouseEvent
| Fired when the mouse enters the map. |
- mouseleave |
+ mouseout |
MouseEvent
| Fired when the mouse leaves the map. |
@@ -3291,7 +3291,7 @@ map.panBy(new L.Point(200, 300));
Creates a Bounds object from two coordinates (usually top-left and bottom-right corners). |
- L.LatLngBounds(
+ L.Bounds(
<Point[]> points )
|
@@ -4501,7 +4501,7 @@ L.map('map');
| Applies a unique key to the object and returns that key. |