maptiler / maptiler-client-js

MapTiler APIs wrapper in JavaScript & TypeScript
https://docs.maptiler.com/client-js/
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

Compute elevation #32

Closed jonathanlurie closed 11 months ago

jonathanlurie commented 12 months ago

RD-180

Objective

Compute the elevation of a point or a batch of point, using efficient caching.

Description

Two new submodules are now available: elevation and math

Acceptance

This was tested mainly with checking the elevation of some major mountain peaks around the world.

Checklist