Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indoorequal/taginfo-indoor
Config to filter and run taginfo dedicated to indoor
https://github.com/indoorequal/taginfo-indoor
indoor openstreetmap taginfo
Last synced: 3 days ago
JSON representation
Config to filter and run taginfo dedicated to indoor
- Host: GitHub
- URL: https://github.com/indoorequal/taginfo-indoor
- Owner: indoorequal
- Created: 2022-08-28T16:34:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T08:43:03.000Z (5 months ago)
- Last Synced: 2024-06-02T13:16:46.817Z (5 months ago)
- Topics: indoor, openstreetmap, taginfo
- Language: Dockerfile
- Homepage: https://taginfo.indoorequal.org/
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taginfo for indoor=
Run a version of [taginfo][] dedicated to indoor features.
The osm data is filtered to only include features with a tag `level`.
## Usage
Edit the `.env` and update the `AREA` variable to match the area you want. `planet` download the whole planet. You can dowload extract from Geofabrik or others. See [download-osm](https://github.com/openmaptiles/openmaptiles-tools#multi-streamed-osm-data-downloader) to list available extracts.
To download, filter and create the database for taginfo, execute `./script/update_data.sh`.
To run the taginfo instance, `docker compose up -d web`, and go to http://localhost:4567
[taginfo]: https://github.com/taginfo/taginfo