From 3ea44ac019d274967a7e52e9c4e3a9020af7fbe3 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Sun, 29 Sep 2024 13:17:06 +0200 Subject: [PATCH] docs --- .../{maputnik.png => name-maputnik-details.png} | Bin .../assets/{inspect.png => name-maputnik-view.png} | Bin docs/assets/{osm.png => name-osm-search.png} | Bin docs/debugging_names.md | 13 ++++++++----- 4 files changed, 8 insertions(+), 5 deletions(-) rename docs/assets/{maputnik.png => name-maputnik-details.png} (100%) rename docs/assets/{inspect.png => name-maputnik-view.png} (100%) rename docs/assets/{osm.png => name-osm-search.png} (100%) diff --git a/docs/assets/maputnik.png b/docs/assets/name-maputnik-details.png similarity index 100% rename from docs/assets/maputnik.png rename to docs/assets/name-maputnik-details.png diff --git a/docs/assets/inspect.png b/docs/assets/name-maputnik-view.png similarity index 100% rename from docs/assets/inspect.png rename to docs/assets/name-maputnik-view.png diff --git a/docs/assets/osm.png b/docs/assets/name-osm-search.png similarity index 100% rename from docs/assets/osm.png rename to docs/assets/name-osm-search.png diff --git a/docs/debugging_names.md b/docs/debugging_names.md index c7dc102..a694900 100644 --- a/docs/debugging_names.md +++ b/docs/debugging_names.md @@ -6,14 +6,17 @@ OpenFreeMap map data is created by the following stack: **OpenStreetMap data ➔ OpenMapTiles specification ➔ Planetiler** -1. To debug OpenStreetMap data, go to OpenStreetMap.org and search for the query string. For example "Iwate Prefecture" gives these results: [nominatim](https://nominatim.openstreetmap.org/ui/details.html?osmtype=R&osmid=3792412&class=boundary) and [openstreetmap](https://www.openstreetmap.org/relation/3792412) +1. To debug OpenStreetMap data, go to OpenStreetMap.org and search for the query string. For example "Iwate Prefecture" gives these results: [nominatim](https://nominatim.openstreetmap.org/ui/details.html?osmtype=R&osmid=3792412&class=boundary) and [openstreetmap](https://www.openstreetmap.org/relation/3792412) - + -2. Then we need to check what the data is in the generated vector tiles. The best way to do this is to go to [Maputnik editor](https://maputnik.github.io/editor?style=https://tiles.openfreemap.org/styles/bright) and select View / Inspect. - +2. Then we need to check what the data is in the generated vector tiles. The best way to do this is to go to [Maputnik editor](https://maputnik.github.io/editor?style=https://tiles.openfreemap.org/styles/bright) and select View / Inspect. -3. Then you can search for the little red dot matching your label and make a screenshot. + + +3. Then you can search for the little red dot matching your label and make a screenshot. + + Now we can compare where the naming problem is coming from.