Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Sep 2, 2024
1 parent b29c155 commit d6dea93
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
# 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
# Custom TiTiler

A customized version of titiler adding:
- dynamic colormap based on bbox
- experimenting strava heatmap implmentation https://medium.com/strava-engineering/the-global-heatmap-now-6x-hotter-23fc01d301de
- additional colormaps

## Running the webapp

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

### Development

## Running the service
```bash
docker compose --profile dev up --build
docker compose up -d --build
```

Then, the application can be seen by visiting [http://localhost:8000/](http://localhost:8000/).

### Production
Then, the application can be seen by visiting [http://localhost:8080/](http://localhost:8080/).

Same as development, but using the `prod` profile:

```bash
docker compose --profile prod up
```

0 comments on commit d6dea93

Please sign in to comment.