Leaflet.glify
Leaflet.glify copied to clipboard
Improve documentation
- Give background for when GeoJSON can be passed and when an array can be passed to
options.data
(#79) - Give example for how to use
.update()
and.remove()
- Add information on
longitudeFirst()
,latitudeFirst()
,pointsInstances
,linesInstances
, andshapesInstances
- Add information about the default expected order of lat and lng being different for
.shapes()
than it is for.points()
and.lines()
(#78 and #1)