-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
Describe the bug
It looks like there some issues with locality for some returned regions.
In this particular case, locality is not present in whosonfirst response.
In whosonfirst-data-admin-ua-latest.db that I use, I can confirm the data is present.
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
23.960205,
49.903751
]
},
"properties": {
"id": "node/2043750839",
"gid": "openstreetmap:venue:node/2043750839",
"layer": "venue",
"source": "openstreetmap",
"source_id": "node/2043750839",
"name": "Kurortna",
"confidence": 1,
"match_type": "exact",
"accuracy": "point",
"country": "Ukraine",
"country_gid": "whosonfirst:country:85633805",
"country_a": "UKR",
"region": "Lviv",
"region_gid": "whosonfirst:region:85688887",
"region_a": "LV",
"county": "L'vivs'ka",
"county_gid": "whosonfirst:county:1108730647",
"county_a": "LV",
"continent": "Europe",
"continent_gid": "whosonfirst:continent:102191581",
"label": "Kurortna, LV, Ukraine"
}
}
],
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
The following request should return the data in https://spelunker.whosonfirst.org/id/101862523/ locality
Could you guide me on what the problem might be? Happy to contribute if needed