Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support for platform sections | stuebinm | 2024-01-16 | 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. | ||||
* | bugfix: allow superfluous "/" in paths | stuebinm | 2023-12-26 | 1 | -1/+1 |
| | | | | esp. a trailing / as in bahnhof.name/MH/ should not lead to ??. | ||||
* | update dependencies | stuebinm | 2023-11-30 | 1 | -4/+4 |
| | | | | this should now work with NixOS 23.11's hackage snapshot | ||||
* | fix fuzzy redirects for platform info lookups | stuebinm | 2023-11-29 | 1 | -1/+1 |
| | |||||
* | allow exact lookups of obscure Ril100 codes | stuebinm | 2023-11-29 | 1 | -6/+7 |
| | |||||
* | overpass query: some stations don't have a meta node | stuebinm | 2023-11-15 | 1 | -2/+2 |
| | |||||
* | default to level=0 if tag not present | stuebinm | 2023-11-14 | 1 | -1/+1 |
| | | | | seems to give slightly better results | ||||
* | re-add help text | stuebinm | 2023-11-14 | 1 | -1/+7 |
| | | | | whoops, forgot this bit | ||||
* | sort platforms by level/layer | stuebinm | 2023-11-14 | 1 | -3/+11 |
| | |||||
* | rewrite it in Haskell | stuebinm | 2023-11-14 | 1 | -0/+255 |