Thread: [SailfishOS] Pure Maps
View Single Post
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#729
Thank you very much!

I tested the search for "Vorm Baum 6" and it actually gave me a correct hit on the desktop. I had to download europe/germany/nordrhein-westfalen for it. Which makes me wonder whether a correct region was downloaded - seems like this particular region is close to the border of map regions.

Would you mind to check the output for

http://localhost:8553/v2/search?limi...ch=Vorm+Baum+6

on your device with OSM Scout Server installed? Mine is

Code:
{
    "parsed": {
        "europe/estonia": {
            "house_number": "{6}",
            "road": "{vorm baum}"
        },
        "europe/germany/nordrhein-westfalen": {
            "house_number": "{6}",
            "road": "{vorm baum}"
        }
    },
    "parsed_normalized": {
        "europe/estonia": [
            {
                "house_number": "{6}",
                "road": "{vorm baum}"
            },
            {
                "h-0": "{vorm baum 6}"
            }
        ],
        "europe/germany/nordrhein-westfalen": [
            {
                "house_number": "{6}",
                "road": "{vorm baum}"
            },
            {
                "h-0": "{vorm baum 6}"
            }
        ]
    },
    "query": "Vorm Baum 6",
    "result": [
        {
            "admin_levels": 7,
            "admin_region": "6, Vorm Baum, Radevormwald, Radevormwald, Oberbergischer Kreis, Regierungsbezirk Köln, Nordrhein-Westfalen",
            "lat": 51.24446728262653,
            "levels_resolved": 2,
            "lng": 7.332432622704147,
            "object_id": 2771494,
            "phone": "",
            "postal_code": "42477",
            "title": "6, Vorm Baum",
            "type": "Building",
            "website": ""
        }
    ]
}
 

The Following 7 Users Say Thank You to rinigus For This Useful Post: