Releases: maptiler/maptiler-sdk-js
Releases · maptiler/maptiler-sdk-js
v3.0.0
✨ Features and improvements
- Globe projection support
MaptilerProjectionControl
to toggle Globe/Mercator projection
🐛 Bug fixes
- None
🔧 Others
- Using MapLibre GL JS 5.0.0
- Using MapTiler Client JS 2.2.0
v3.0.0-rc.5
v3.0.0-rc.4
v2.5.1
Bug Fixes
- Better control of the status of
monitoredStyleUrls
in Map instance when an error is caught (#141) - Added extra integrity checks on style objects when updating language (#142)
- The Geolocate control no longer throws an error when the window is lost (issue on Firefox only) (#140)
Others
- Added extra readme doc about the built-in parsing of GPX and KML files
v3.0.0-rc.3
Others
- Using Maplibre GL JS 5.0.0-pre.9
- Using MapTiler Client JS 2.2.0
v2.5.0
others
- Update MapTiler Client library to v2.2.0
v3.0.0-rc.2
Others
- Using Maplibre GL JS 5.0.0-pre.7
- Using MapTiler Client JS 2.2.0
v3.0.0-rc.1
v3.0.0-rc.1
New Features
- New
MaptilerProjectionControl
to toggle globe/Mercator projection
Bug Fixes
- Navigation now relies on
Map
methods instead ofTransform
methods for bearing due to globe projection being available
v2.4.2
2.4.2-rc.1
Bug Fixes
- The language switching is now more robust and preserves the original formatting from the style (
Map.setPrimaryLangage()
) (#134)
Others
- Now able to GitHub action a beta on NPM from the GH release creation process
- Updated GH action to v4