kellpossible / avalanche-report

A simple self-hosted web server for creating and managing an avalanche forecast for a region, along with accepting public observations.
GNU Affero General Public License v3.0
20 stars 1 forks source link

Embed all required map data in application #66

Open kellpossible opened 6 months ago

kellpossible commented 6 months ago

65 has prompted me to re-visit the topic of removing the external service dependency for map rendering.

We could perhaps use the following tools to do this:

The only problem is how to render contours, potentially we can render them ourselves using the height map that is required for #39

kellpossible commented 6 months ago

Alternatively I could provide a way to serve tiles downloaded from MapTiler https://documentation.maptiler.com/hc/en-us/articles/4404773141649-How-to-download-data-from-MapTiler-website

kellpossible commented 6 months ago

2 is another alternative for OpenTopoMaps at least. Probably the simplest option.