|
|
|
|
|
by TylerE
3 days ago
|
|
If I may pimp my own similar, also railway related project... https://tylereaves.github.io/uk-rail-map/ Not animated, but it's fully zoomable (with variable LOD at different levels), searchable (with fuzzy matching), info popups on not just stations, but things like track speed limits, and tunnels. What I do that's really different is that I'm VERY heavily manipulating the underlying data (The pre-processing pipeline is currently at something like 12k lines of python and counting, most of it doing things like advanced network topology, so that we show the actual track layouts, which if drawn at truly geographically accurate scale would just collapse to a single line. I'm showing tons of detail..... 3.5k+ stations, and every single track - not just the main running lines, but every siding and yard track. Yea, it's beige though, thought in my case I'm trying to emulate (without directly copying) the feel of Ordinance Survey maps like this: https://www.muchbetteradventures.com/magazine/content/images... |
|