Releases: onthegomap/maplibre-contour
Releases · onthegomap/maplibre-contour
v0.1.0
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
LocalDemManager
and RemoteDemManager
take an object with config parameters in the constructor instead of positional arguments.
What's Changed
New Contributors
Full Changelog: https://github.com/onthegomap/maplibre-contour/commits/v0.1.0