Releases: maptiler/maptiler-sdk-js
Releases · maptiler/maptiler-sdk-js
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
v2.4.1
v2.4.0
New Features
- Shows a warning message in the map container if WebGL context is lost (#120)
- adding documentation (readme) about usage in TypeScript (#123)
- The event
"webglContextLost"
is now exposed (#120) - The
Map
class instances now have a.setTerrainAnimationDuration(d: number)
method (#119) - The
Map
class instances now have events related to terrain animation"terrainAnimationStart"
and"terrainAnimationStop"
(#119) - expose the function
getWebGLSupportError()
to detect WebGL compatibility (#118) - Adding detection of invalid style objects of URLs and falling back to a default style if necessary (#124)
- Updating to MapLibre v4.7.1 (#125)