Created
January 10, 2017 16:09
-
-
Save joeyklee/bf3d0f0aefffc22b4299c9b70849029b to your computer and use it in GitHub Desktop.
Query: overpass-turbo bus stops
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
This has been generated by the overpass-turbo wizard. | |
The original search was: | |
“highway=bus_stop” | |
from: http://overpass-turbo.eu/?q=PCEtLQpUaGlzIGhhxIhiZWVuIGfEj2VyYXRlZCBieSB0aGUgb3bElHDEi3MtdHVyYm8gd2l6YXJkLsSExJ_EoXJpZ2luYWwgc2XEsmNoxK7EizoKw6LCgMKcxIZnaHdheT1idXNfc3RvcMWKwp0KxII-Cjxvc20tc2PEuXB0xKF1dHDFrT0ianNvbiLEnWltZW_FsCIyNSLFoCAgxIDEgsSRxJbEn3IgcmVzdWx0xIjFnwrGgzx1bmnFtcaCxoPGhMSBLSBxdcSUxJzEpXLFq2ZvcjogxYrFjMS6xY_FkcWTxZXFl8WZxZvCgMKdIMaTxpzGhMahxqPEnXlwZcWxbm9kZcaBxpTGu8aExIrEp2t2IGvFscWNxrB5xbd2xbHFlMWWxZjFmiIvxpvGuzxixKx4Lca9csSce3vHom94fX3HnseJxpUvx6Z5x5_GvMaix6fGv8eBx4PHhceHx7bGlceMLceOx5DFscWvYmxpY190xJVuc3DGqXTHlsWxx5twX8iQc2l0xpnFtsewx4rGhMerx6THtCDHqcihx67InseKPMezx7jHtcexyKnIo3THgMeCIseEx4bHiMifPMiByIPHkSLIhsiIyIrIjGHIjsiQxqbIk8i9bMSWxqhybcedx7_IoMejx6XIrMikx6rHo8inyY7Iqse0yY7GlciwyLLFscWQx5XJl8i6x4_IvMi-yInIi8iNyI_IkcmGcMmIdMmKyYzIqMegyKHJkca-yKXJlcevyZfIq8ajxaDHiciqxpfInMabxoXGn3DEuW7Fq8aMxo7GkMaSLcqByoTEvMWrbce9x5jHhceVyKg8xoxjxKrFgce6yLNkb3fIncqNyoXKkMqSInNrZWxlxZnFtsS4x4ZyxbHGoWFkyJvKqsmNxaEvxaPFpcWnxal0Pg&c=BNNebun58P&R | |
--> | |
<osm-script output="json" timeout="25"> | |
<!-- gather results --> | |
<union> | |
<!-- query part for: “highway=bus_stop” --> | |
<query type="node"> | |
<has-kv k="highway" v="bus_stop"/> | |
<bbox-query {{bbox}}/> | |
</query> | |
<query type="node"> | |
<has-kv k="public_transport" v="stop_position"/> | |
<bbox-query {{bbox}}/> | |
</query> | |
<query type="node"> | |
<has-kv k="public_transport" v="platform"/> | |
<bbox-query {{bbox}}/> | |
</query> | |
<query type="way"> | |
<has-kv k="public_transport" v="platform"/> | |
<bbox-query {{bbox}}/> | |
</query> | |
</union> | |
<!-- print results --> | |
<print mode="body"/> | |
<recurse type="down"/> | |
<print mode="skeleton" order="quadtile"/> | |
</osm-script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment