Releases: Stassi/leaflet-tutorials
Release list
v0.0.12 Leaflet adapter modularization
Changelog: v0.0.11...v0.0.12
Pull request: #12
leaflet-adapter modules
Complex, all-in-one map-utils.js file diffused into 25 smaller modules, improving separation of concerns (SoC).
Categories
- Control
- Coordinate reference system (CRS)
- DOM utilities
- Map operations
- Tile layers
- Other
v0.0.11 Tutorial modularization
Changelog: v0.0.10...v0.0.11
Pull request: #11
Each tutorial now its own self-contained data/, script/, style/, and image/ subdirectories, improving separation of concerns (SoC).
v0.0.10 Web map service (WMS)
Changelog: v0.0.9...v0.0.10
Pull request: #10
Tutorial: https://leafletjs.com/examples/wms/wms.html
v0.0.9 Not of this earth (simple CRS)
Changelog: v0.0.8...v0.0.9
Pull request: #9
Tutorial: https://leafletjs.com/examples/crs-simple/crs-simple.html
v0.0.8 Zoom levels
Changelog: v0.0.7...v0.0.8
Pull request: #8
Tutorial: https://leafletjs.com/examples/zoom-levels/
v0.0.7 Layer Groups and Layers Control
Changelog: v0.0.6...v0.0.7
Pull request: #7
Tutorial: https://leafletjs.com/examples/layers-control/
v0.0.6 Interactive Choropleth Map
Changelog: v0.0.5...v0.0.6
Pull request: #6
Tutorial: https://leafletjs.com/examples/choropleth/
v0.0.5 Using GeoJSON with Leaflet
Changelog: v0.0.4...v0.0.5
Pull request: #5
Tutorial: https://leafletjs.com/examples/geojson/
v0.0.4 Accessible maps
Changelog: v0.0.3...v0.0.4
Pull request: #4
Tutorial: https://leafletjs.com/examples/accessibility/
v0.0.3 Markers With Custom Icons
Changelog: v0.0.2...v0.0.3
Pull request: #3
Tutorial: https://leafletjs.com/examples/custom-icons/