-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
waiting for Nominatim API changeNominatim API needs to add a feature firstNominatim API needs to add a feature first
Description
Example
https://nominatim.openstreetmap.org/ui/details.html?osmtype=R&osmid=2145268&class=boundary
in the address line lists has both 'Germany' and 'de' but no links to their OSM or detail pages.
The API doesn't return the ids but maybe we can still add a link in the UI, even if it goes to a search page.
"address": [
{
"localname": "Bavaria",
"place_id": 235644837,
"osm_id": 2145268,
"osm_type": "R",
"place_type": "state",
"class": "boundary",
"type": "administrative",
"admin_level": 4,
"rank_address": 8,
"distance": 0,
"isaddress": true
},
{
"localname": "Germany",
"place_id": null,
"osm_id": null,
"osm_type": null,
"place_type": null,
"class": "place",
"type": "country",
"admin_level": null,
"rank_address": 4,
"distance": 0,
"isaddress": true
},
{
"localname": "de",
"place_id": null,
"osm_id": null,
"osm_type": null,
"place_type": null,
"class": "place",
"type": "country_code",
"admin_level": null,
"rank_address": 4,
"distance": 0,
"isaddress": false
}
],
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
waiting for Nominatim API changeNominatim API needs to add a feature firstNominatim API needs to add a feature first