Document custom map support for `geojson` (#1175)

Implemented in https://github.com/onthegomap/planetiler/pull/1147
pull/1183/head
zstadler 2025-02-09 13:56:39 +02:00 zatwierdzone przez GitHub
rodzic de4f99c4a3
commit 9bb4c54213
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ A description that tells planetiler how to read geospatial objects with tags fro
- `type` - Enum representing the file format of the data source, one
of [`osm`](https://wiki.openstreetmap.org/wiki/PBF_Format), [`shapefile`](https://en.wikipedia.org/wiki/Shapefile),
or [`geopackage`](https://www.geopackage.org/).
[`geopackage`](https://www.geopackage.org/), or [`geojson`](https://geojson.org/).
- `local_path` - Local path to the file to use, inferred from `url` if missing. Can be a string
or [expression](#expression) that can reference [argument values](#arguments).
- `url` - Location to download the file from if not present at `local_path`.