From 55dfd452d00cffbe1850242e873310b7f1f79ec2 Mon Sep 17 00:00:00 2001 From: zstadler Date: Sat, 8 Feb 2025 22:33:24 +0200 Subject: [PATCH] Document custom map support for `geojson` Implemented in https://github.com/onthegomap/planetiler/pull/1147 --- planetiler-custommap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetiler-custommap/README.md b/planetiler-custommap/README.md index a925f8a8f8..1fb0bd2b58 100644 --- a/planetiler-custommap/README.md +++ b/planetiler-custommap/README.md @@ -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`.