Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@msbarry msbarry released this 21 Dec 10:52
· 19 commits to main since this release

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