An open API service indexing awesome lists of open source software.

https://github.com/perliedman/bohusleden

Interactive map to plan hikes along Bohusleden
https://github.com/perliedman/bohusleden

Last synced: 22 days ago
JSON representation

Interactive map to plan hikes along Bohusleden

Awesome Lists containing this project

README

          

# Bohusleden

A small webapp to view and plan hikes along [Bohusleden](https://www.westswedentrails.com/en/delled/bohusleden).

## Updating the source data

The source data is stored in `src/data/trail.json`, the data is fetched from [OpenStreetMap](https://openstreetmap.org/) using [Overpass Turbo](https://overpass-turbo.eu/).

This is the query used to get the GeoJSON:

```
[out:json][timeout:25];
rel(280016);
(._;>>;);
out;
```