MKuranowski / WarsawGTFS

Creates GTFS feed from ZTM Warsaw data
https://mkuran.pl/gtfs/
MIT License
34 stars 9 forks source link

Routing fixes #38

Closed michalpazur closed 1 year ago

michalpazur commented 2 years ago
MKuranowski commented 2 years ago

Thanks for the PR!

I'm a bit hesitant to the explicit way exclusion tough.

  1. Simply tagging a way in OSM with routing:ztm=no is enough
  2. The overpass query is sent as a GET parameter, and the excluded ways there will make it longer and longer. I'm afraid that after some point, the server will reject the request with 414 URI Too Long.

Otherwise, good stuff!

michalpazur commented 2 years ago

On a second thought, you're right. This is something that should be fixed within OSM itself as it would result in better maps for everyone. I reverted the change.