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

I am very new with openstreetmap and i am doing my university assignment. I am trying to get all bus station and sBhan data for Berlin in jsonform or any other useful form.

I tried following but its not looks correct. overpass-turbo

[out:json][timeout:25];
// gather results
(
// query part for: “bar”
node["amenity"="bus"]({{bbox}});
way["amenity"="bus"]({{bbox}});
relation["amenity"="bus"]({{bbox}});
);
// print results
out body;
>;
out skel qt;

I would be great if some guide me how correctly i can access for bus and sBhan.

asked 30 Aug '18, 12:58

sajjadmurtaza's gravatar image

sajjadmurtaza
1112
accept rate: 0%

edited 30 Aug '18, 13:15

Be the first one to answer this question!
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:

×362

question asked: 30 Aug '18, 12:58

question was seen: 639 times

last updated: 30 Aug '18, 13:15

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