Add explanation on where to get the input data from

This commit is contained in:
Antonia 2024-10-14 22:54:18 +02:00
parent 2b5cd45f5f
commit c484979e13

View file

@ -41,7 +41,8 @@ The input data for `strecken.pmtiles` consists of a `data/` folder,
with one subfolder for each layer. In each of these folders, the lines with one subfolder for each layer. In each of these folders, the lines
to be displayed on the map can be deposited in any format understood to be displayed on the map can be deposited in any format understood
by [ogrmerge](https://gdal.org/programs/ogrmerge.html), for instance, by [ogrmerge](https://gdal.org/programs/ogrmerge.html), for instance,
GeoJSON or gpx. GeoJSON or gpx. The input data can be obtained from OpenStreetMap
using tools such as [brouter][brouter] or [osmexp][osmexp].
#### layers.json #### layers.json
@ -96,3 +97,7 @@ jq 'del( .features[] .properties )'
``` ```
on the input file with excessive metadata. on the input file with excessive metadata.
[brouter]: https://brouter.de/brouter-web/
[osmexp]: https://github.com/homologic/osmexp