From c484979e135b4299d8fd9e0fcf56ab529b0f6db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonia=20P=C3=A9rez-Cerezo?= Date: Mon, 14 Oct 2024 22:54:18 +0200 Subject: [PATCH] Add explanation on where to get the input data from --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d24a1d0..f604bd0 100644 --- a/README.md +++ b/README.md @@ -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 to be displayed on the map can be deposited in any format understood 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 @@ -96,3 +97,7 @@ jq 'del( .features[] .properties )' ``` on the input file with excessive metadata. + + +[brouter]: https://brouter.de/brouter-web/ +[osmexp]: https://github.com/homologic/osmexp