Releases: maptiler/maptiler-client-js
Releases · maptiler/maptiler-client-js
v2.5.0
2.5.0
New Features
at
andbatch
functions compute elevation on the server using MapTiler Elevation API by default- Elevation supports Node.js: computed on server when
bufferToPixelData
is not provided - Added
computeOn
option to force client/server elevation processing - Added
canParsePixelData
function to check if elevation can be computed on the client
Bug Fixes
bufferToPixelData
can be undefined
Others
None
v2.4.0
v2.3.2
v2.3.1
v2.3.0
v2.2.0
New Features
- Exposing ISO languages and non-ISO languages separately
Others
- fixing typos
- languages are now ordered alphabetically
v2.0.0
New Features
- Added
matching_text
andmatching_place_name
properties to geocoding feature response - Added
road
to geocodingtypes
Others
- Languages are now listed in the Client library
v1.8.1
Bug Fixes
- The QuickLRU dependency is now fully integrated into the CJS bundle
Others
- Moved some wrongly positioned dependencies into devDep
v1.8.0
New Features
- Rework of the elevation API to be improve developer experience (new module
elevation
) - Expoing some geo math with the new
math
module - synchronised geocoding types with current geocoding API
- added
excludeTypes
option to geocoding API