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

[Overpass QL ] How to get the boundaries of a city that contains the given coordinates

0

This is what I have managed to do so far...

[out:json];
is_in(48.847152,2.323658);
area._[admin_level="8"];
rel(pivot);
out geom;

asked 24 Jun '17, 23:31

maplab3030's gravatar image

maplab3030
11113
accept rate: 0%

edited 25 Jun '17, 00:30

Source code available on GitHub .