This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Using Overpass API, is there any way to fetch geometries as localized as Nominatim’s zoom levels (0-18, and 10-14 are local neighborhoods)?

0

I'm using the Overpass API to access OSM data for local town and county boundaries (relation objects)

From what I can understand, the Overpass queries for local geometries are based on admin_level — from 1 - 10.

In Nominatim's API, the zoom levels — in particular from 10-18 — seem capable of returning local boundaries that are deeper and more localized than Overpass' admin_levels.

Is there any way to access the Nominatim localized geometries, on zoom levels like 10-18, using Overpass API queries?

This question is marked "community wiki".

asked 10 Aug '21, 09:57

sbutler's gravatar image

sbutler
11111
accept rate: 0%

Provide OSM links to examples of what Nominatim returns that's not accessible via Overpass. Not all boundaries are political with admin_level tag.

(10 Aug '21, 12:38) DaveF

Source code available on GitHub .