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

0
1

I am trying to get parks from specific area through Overpass API. The Query is like -

[out:json][timeout:25];
(
  node["leisure"="park"]({{bbox}});
  way["leisure"="park"]({{bbox}});
  relation["leisure"="park"]({{bbox}});
);

out body;
>;
out skel qt;

How can I replace bbox with certain specific BoundingBox like '50.6,7.0,50.8,7.3' ?

Any help would be appreciated.

asked 27 Nov '15, 17:49

Suri45's gravatar image

Suri45
21223
accept rate: 0%


Yeah.. i got it. I just entered boundingbox like (50.6,7.0,50.8,7.3) and Its working. Thanks

permanent link

answered 27 Nov '15, 18:12

Suri45's gravatar image

Suri45
21223
accept rate: 0%

Your answer
toggle preview

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:

×228
×85
×11

question asked: 27 Nov '15, 17:49

question was seen: 5,033 times

last updated: 27 Nov '15, 18:56

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