Releases: GeoSensorWebLab/polarmap.js
Releases · GeoSensorWebLab/polarmap.js
Version 0.5.1
- Add example for Style Editor plugin
- Add example for Shapefiles plugin
- Add example for Marker Clustering plugin
- Add example for Leaflet Paths plugin
Version 0.5.0
- Fix bug where map is not centered after switching projections
- Add permalink to Polarmap.js
- Integrate location search with PolarMap.js
Version 0.4.0
- Include AWM projections by default
- Add rotation map controls to change the projection
- Add a dropdown menu to select the projection
- Optionally have an init flag to detect user location and select best projection
- Prevent client from loading tiles that are out of bounds, as it causes 404 errors
- Fix projection error where tile projection and marker projection do not align
Version 0.3.0
- Change design to function like a Leaflet plugin
- Remove unnecessary EPSG code loading (using Proj4 instead)
Version 0.2.0
- Rename library to PolarMap.js
- Major JavaScript refactoring
- Remove offline tile providers from examples
- Use NPM for managing development dependencies
- Include AWM attribution text
Version 0.1
- Initial Prototype