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
- Host: GitHub
- URL: https://github.com/perliedman/bohusleden
- Owner: perliedman
- Created: 2025-08-09T08:55:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T09:29:38.000Z (12 months ago)
- Last Synced: 2025-08-09T10:33:02.370Z (12 months ago)
- Language: TypeScript
- Size: 493 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
```