Skip to content

Releases: maptiler/maptiler-client-js

v2.5.0

17 Jul 09:16
df6f331
Compare
Choose a tag to compare

2.5.0

New Features

  • at and batch 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

01 Jul 09:56
ed5b5f5
Compare
Choose a tag to compare

2.4.0

New Features

  • Added elevation option to Geolocation API

Bug Fixes

None

Others

None

v2.3.2

23 Apr 09:36
9cc9e36
Compare
Choose a tag to compare

2.3.2

New Features

None

Bug Fixes

None

Others

Added deprecation warning and field for styles that will be deprecated in the future.

v2.3.1

18 Apr 12:17
b4ea3ad
Compare
Choose a tag to compare

2.3.1

New Features

None

Bug Fixes

  • Fixed default export for new map styles

v2.3.0

16 Apr 08:25
ad66817
Compare
Choose a tag to compare

2.3.0

New Features

  • Additional new map styles as part of the MapStyle Object

v2.2.0

25 Nov 08:58
09757b0
Compare
Choose a tag to compare

New Features

  • Exposing ISO languages and non-ISO languages separately

Others

  • fixing typos
  • languages are now ordered alphabetically

v2.0.0

09 Sep 07:57
4d5269a
Compare
Choose a tag to compare

New Features

  • Added matching_text and matching_place_name properties to geocoding feature response
  • Added road to geocoding types

Others

  • Languages are now listed in the Client library

v1.8.1

08 Mar 09:31
305cf83
Compare
Choose a tag to compare

Bug Fixes

  • The QuickLRU dependency is now fully integrated into the CJS bundle

Others

  • Moved some wrongly positioned dependencies into devDep

v1.8.0

06 Dec 15:15
8e2efa9
Compare
Choose a tag to compare

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

v1.7.0

25 Oct 10:05
5b5cefb
Compare
Choose a tag to compare

What's new?

  • update:
    • the Typescript moduleResolution is now "Bundler" (used to be "Node") (#28)
    • updated some dev-dependencies (#28)
    • DEM elevation API (#24)
  • fix:
    • geocoding.byId can now be used with the apiKey (#27)
    • the Typescript types are now properly exported (#25)