Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-01-16 | support for platform sections | stuebinm | 1 | -14/+60 | |
well this blew the query up .. it attempts to do two things: - find platform sections grouped under platform_edges (important if platform sections of adjacent tracks don't line up) - if that fails, find any platforms somewhere under the whole platform object This should (hopefully) cover most cases where platform sections are actually mapped at all. | |||||
2023-12-26 | bugfix: allow superfluous "/" in paths | stuebinm | 1 | -1/+1 | |
esp. a trailing / as in bahnhof.name/MH/ should not lead to ??. | |||||
2023-11-30 | update dependencies | stuebinm | 1 | -4/+4 | |
this should now work with NixOS 23.11's hackage snapshot | |||||
2023-11-29 | fix fuzzy redirects for platform info lookups | stuebinm | 1 | -1/+1 | |
2023-11-29 | allow exact lookups of obscure Ril100 codes | stuebinm | 1 | -6/+7 | |
2023-11-15 | overpass query: some stations don't have a meta node | stuebinm | 1 | -2/+2 | |
2023-11-14 | default to level=0 if tag not present | stuebinm | 1 | -1/+1 | |
seems to give slightly better results | |||||
2023-11-14 | re-add help text | stuebinm | 1 | -1/+7 | |
whoops, forgot this bit | |||||
2023-11-14 | sort platforms by level/layer | stuebinm | 1 | -3/+11 | |
2023-11-14 | rewrite it in Haskell | stuebinm | 1 | -0/+255 | |