From a98bd63f309877300ad7356ec69edf1fb88b4f3a Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Sun, 29 Sep 2024 13:10:04 +0200 Subject: [PATCH] retina images --- docs/debugging_names.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/debugging_names.md b/docs/debugging_names.md index fc397f2..c7dc102 100644 --- a/docs/debugging_names.md +++ b/docs/debugging_names.md @@ -8,12 +8,12 @@ OpenFreeMap map data is created by the following stack: 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) -image-20240929124052402 + 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. - image-20240929124615601 + -3. Then you can search for the little red dot matching your label and make a screenshot.maputnik +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.