You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-46Lines changed: 53 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,10 @@
9
9
10
10
---
11
11
12
-
This is a [Leaflet](http://leafletjs.com/) plugin for loading your spatialized data into leaflet based on [leaflet-omnivore](https://github.com/mapbox/leaflet-omnivore) and [Leaflet.FileLayer](https://github.com/makinacorpus/Leaflet.FileLayer) plugins.
13
-
This plugin was made looking for a convenient and easy to use plugin for loading external spatial files to leaflet.
12
+
This is a [Leaflet](http://leafletjs.com/) plugin for loading your spatialized data into leaflet based
13
+
on [leaflet-omnivore](https://github.com/mapbox/leaflet-omnivore)
14
+
and [Leaflet.FileLayer](https://github.com/makinacorpus/Leaflet.FileLayer) plugins.
15
+
This plugin was made looking for a convenient and easy to use plugin for loading external spatial files to leaflet.
*[Shapefile](https://en.wikipedia.org/wiki/Shapefile) (via [shpjs](https://github.com/calvinmetcalf/shapefile-js/tree/gh-pages)) (zipped or separate files)
|`bfl:layerloaded`| { layer: L.Layer } | Event fired when the data is sucessfuly loaded on map. It returns the layer reference |
91
-
|`bfl:layerloaderror`| { layer: string } | Event fired when the loader fails to load your file. It returns the name of the file |
92
-
|`bfl:filenotsupported`| { layer: string } | Event fired when the loader does not support the file type of your file. It returns the name of the file |
93
-
|`bfl:layerisempty`| { layer: string } | Event fired when the layer haven't any features. It returns the name of the file |
94
-
|`bfl:filesizelimit`| { layer: string } | Event fired when the file's size exceeds the file size limit (fileSizeLimit option). It returns the name of the file |
74
+
> [Go to Wiki page](https://github.com/gabriel-russo/Leaflet.BetterFileLayer/wiki)
0 commit comments