User talk:SafwatHalaby/scripts/gtfs
Jump to navigation
Jump to search
GTFS source data URL
For the record, please add the GTFS source data URL to the wiki page.
- Done. Please remember to sign your posts zstadler. -- SafwatHalaby (talk) 11:13, 5 November 2017 (UTC)
Finding bus stops connected to ways
Let me suggest this Overpass query:
// Bus stops connected to ways.
node [highway="bus_stop"](area:3606195356);
way(bn);
node(w)[highway="bus_stop"];
In such cases I would suggest the bot to remove all gtfs-related tags from the existing node and create a new node in the new positon. --Zstadler (talk) 19:42, 5 November 2017 (UTC)
- Thank you -- SafwatHalaby (talk) 16:29, 6 November 2017 (UTC)