This commit is contained in:
Zsolt Ero
2024-09-29 13:17:06 +02:00
parent a98bd63f30
commit 3ea44ac019
4 changed files with 8 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -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)
<img src="assets/osm.png" width=50% />
<img src="assets/name-osm-search.png" width=50% />
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.
<img src="assets/inspect.png" width=50% />
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.<img src="assets/maputnik.png" width=50% />
<img src="assets/name-maputnik-view.png" width=50% />
3. Then you can search for the little red dot matching your label and make a screenshot.
<img src="assets/name-maputnik-details.png" width=25% />
Now we can compare where the naming problem is coming from.