Skip to content

NINAnor/titiler-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b23cad3 · May 13, 2024

History

17 Commits
Feb 7, 2024
Jan 22, 2024
Feb 14, 2024
Jan 22, 2024
Feb 9, 2024
May 13, 2024
Jan 22, 2024
Jan 22, 2024
Jan 22, 2024
Jan 22, 2024
Feb 9, 2024
Feb 28, 2024
Jan 22, 2024
Jan 22, 2024
Jan 22, 2024
Jan 22, 2024

Repository files navigation

BBox colorscale map

experimental maplibre map with dynamic colormap based on bbox also experimenting strava heatmap implmentation https://medium.com/strava-engineering/the-global-heatmap-now-6x-hotter-23fc01d301de

Running the webapp

The only requirement is having a web server which supports HTTP bytes serving/ranged requests, such as NGINX.

Development

docker compose --profile dev up --build

Then, the application can be seen by visiting http://localhost:8000/.

Production

Same as development, but using the prod profile:

docker compose --profile prod up