This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Android app get json data using overpass api

0

Hi,

I'm doing an android application to get a bus stop using a number of line and name of company like this link http://www.overpass-api.de/api/sketch-line?ref=409&network=ATAC&style=wuppertal

Can i receive data in JSON? Can i get the latitude and longitude of single bus stop?

thanks

Alessandro

asked 19 May '14, 15:40

Alessandro%20Borelli's gravatar image

Alessandro B...
16334
accept rate: 0%


One Answer:

1

Maybe you can try Overpass_turbo ... it has an export feature also to geoJSON.

But you can also export from overpass-api direclty to JSON, see its documentation

answered 21 May '14, 18:15

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Source code available on GitHub .