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

how to simplify script from overpass turbo?

0

Hi everyone,

I need to simplify script or find public transport in Helsinki.

My script: (rel(141534);>>)->.a;(node.a[highway=bus_stop]; node.a[railway=halt]; node.a[railway=tram_stop]; node.a[railway=station];>;); out meta;

by link would enter the session had perhaps 400 times but it is impossible because I would fall firefox. Not give all sessions buses put into one session?

asked 07 Oct '14, 11:41

houmerope's gravatar image

houmerope
31224
accept rate: 0%

1

then tell us: what tags do all relations that you want have in common?

(07 Oct '14, 17:27) stephan75

Source code available on GitHub .