leaflet.js
leaflet.extras
depends upon leaflet
(>= 2.0.0). As of leaflet
2.0.0, it is built using leaflet.js
version 1.3.1. All plugins have been updated to their latest compatible version of leaflet.js
v1.3.1.
- All javascript dependencies have been updated to the latest stable release.
- @mapbox/leaflet-omnivore@0.3.4 - https://github.com/mapbox/leaflet-omnivore
- @mapbox/togeojson@0.16.0 - https://github.com/mapbox/togeojson
- Leaflet.Geodesic@1.1.0 - https://github.com/henrythasler/Leaflet.Geodesic
- Leaflet.StyleEditor@0.1.6 - https://github.com/dwilhelm89/Leaflet.StyleEditor
- csv2geojson@5.0.2 - https://github.com/mapbox/csv2geojson
- fuse.js@3.2.0 - https://github.com/krisk/Fuse
- leaflet-choropleth@1.1.2 - https://github.com/timwis/leaflet-choropleth
- leaflet-draw-drag@0.4.5 - https://github.com/w8r/Leaflet.draw.drag
- leaflet-draw@0.4.14 - https://github.com/Leaflet/Leaflet.draw
- leaflet-draw@1.0.2 - https://github.com/Leaflet/Leaflet.draw
- leaflet-fullscreen@1.0.2 - https://github.com/Leaflet/Leaflet.fullscreen
- leaflet-gps@1.7.0 - https://github.com/stefanocudini/leaflet-gps
- leaflet-hash@1.0.1 - https://github.com/PowerPan/leaflet-hash
- leaflet-measure-path@1.3.1 - https://github.com/perliedman/leaflet-measure-path
- leaflet-plugins@3.0.2 - https://github.com/shramov/leaflet-plugins
- leaflet-pulse-icon@0.1.0 - https://github.com/mapshakers/leaflet-icon-pulse
- leaflet-search@2.3.7 - https://github.com/stefanocudini/leaflet-search
- leaflet-sleep@0.5.1 - https://github.com/CliffCloud/Leaflet.Sleep
- leaflet-webgl-heatmap@0.2.7 - https://github.com/ursudio/webgl-heatmap-leaflet
- leaflet.BounceMarker@1.0.0 - https://github.com/maximeh/leaflet.bouncemarker
- leaflet.heat@0.2.0 - https://github.com/Leaflet/Leaflet.heat
- leaflet.tilelayer.pouchdbcached@0.4.0 - https://github.com/MazeMap/Leaflet.TileLayer.PouchDBCached
- pouchdb-browser@6.4.3 - https://github.com/pouchdb/pouchdb
- topojson@1.6.26 - https://github.com/mbostock/topojson
- topojson@3.0.2 - https://github.com/topojson/topojson
leaflet-omnivore
- Leaflet.label has updated to v1.x of leaflet.js changing default behavior. Mainly… “bindLabel, openLabel and so should be replaced by bindTooltip, openTooltip, etc”.
New Features
Improvements
Bug Fixes
- Fixed #86
- Made CRAN Ready #87 (Thanks @timelyportfolio!)
Bug Fixes
- Fixed #61 by merging #62 (Thanks @RCura!)
- Upgraded Draw Plugin now supports clearing all features. Fixes #55.
New Features
- Another option for heatmaps via Leaflet.heat
- Also fixed gradientTexture option of WebGLHeatmap.
New Features
Improvements
- Major performance boost to addWebGLHeatmap function. Closes #42.
New Features
New Features
New Features
New Features
- Switched to x.y.zzzz naming for the package version.
- Added support for editing existing shapes with the draw toobar.
New Features
New Features
- Added support for GPX Files
Improvements
- Streamlined entire GeoJSON handling code
- Now you can add GeoJSON/TopoJSON/GPX/KML/CSV point and polygon data.
New Features
- Added support for automatic legend with bi-directional highlighting to Choropleths.
New Features
- Added KML/CSV support and more examples of handling geojson/topojson/kml data.
New Features
- Added addGeoJSONv2 for better GeoJSON support.
Improvements
- Refactored GeoJSON/TopoJSON Chropleths.
New Features
- Added addTopoJSONChoropleth (Thanks TrantorM).
Improvements
- GeoJSON/TopoJSON Choropleth now accepts popupOptions, labelOptions, and highlightOptions.
New Features
New Features
New Features
New Features