0

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 ♦
31.9k20291442


One Answer:
2

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
11.4k1075161
accept rate: 30%

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:

×377
×114
×111
×26

question asked: 13 May '17, 15:10

question was seen: 3,555 times

last updated: 13 May '17, 19:10

powered by OSQA