NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

So to obtain the boundary coordinates/polygon of a city I have been using the following query:
( rel["name" = "New Delhi"];>;);out meta;

But it ends up outputting null data for several cities(eg: 'Bengaluru', 'Mumbai', etc). Is there a way around it to get the administrative boundaries of these cities?
^Much Appreciated

asked 13 May '17, 15:10

shouryalala's gravatar image

shouryalala
11112
accept rate: 0%

edited 13 May '17, 19:10

scai's gravatar image

scai ♦
33.3k21309459


It seems they are not present in the OSM data. Here's an Overpass script to search for administrative boundaries: http://overpass-turbo.eu/s/p1x

As you can see, there is no entry for Mumbai.

permanent link

answered 13 May '17, 15:22

maxerickson's gravatar image

maxerickson
12.7k1083176
accept rate: 32%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483
×132
×129
×32

question asked: 13 May '17, 15:10

question was seen: 5,805 times

last updated: 13 May '17, 19:10

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum