Skip to content

Releases: onthegomap/maplibre-contour

v0.1.0

21 Dec 10:52
Compare
Choose a tag to compare

This release allows users to supply custom functions for fetching a DEM tile and decoding the image so you can use maplibre-contour in a node.js server or worker. See #359 (comment) for an example usage

⚠️ This also contains an API-breaking change since now LocalDemManager and RemoteDemManager take an object with config parameters in the constructor instead of positional arguments.

What's Changed

  • Allow replacing fetch tile and decode image for local Dem manager by @HarelM in #359

New Contributors

Full Changelog: https://github.com/onthegomap/maplibre-contour/commits/v0.1.0