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

I am new to Maps.

I have selected an area in the map and I have exported .osm file which contains latitude and longitude of all the nodes in that area. My task is to create a boundary line for that area.

Only thing i know is I need to create boundary using coordinates(latitude and longitude)

Which Api should I use?

Note : I am using html,javascript and python language. Can someone share your knowledge on this

asked 21 Sep '14, 00:23

Jagadeesh1990's gravatar image

Jagadeesh1990
1112
accept rate: 0%

edited 21 Sep '14, 00:40

2

Can you be a bit more specific what you mean by "boundary line for that area". Is this the same as a bounding box?

Depending on your download option, this information would already be included in your file:

<bounds minlat="47.6645" minlon="9.21153" maxlat="47.6699" maxlon="9.22442"/>

(21 Sep '14, 19:18) mmd

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:

×290
×126
×68
×55
×45

question asked: 21 Sep '14, 00:23

question was seen: 3,045 times

last updated: 21 Sep '14, 19:19

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