Hacker News
Show HN: Follow London Trains in 3D
65 points by mgranados
ago
|
26 comments
deck.gl based visualiser of the TFL Api + National Rails to be able to track (with minimal drift) a train along the way in London and to the nearest airports. If you pick one from any platform in https://nexttrain.london basically you can share your train journey along the rails. Build to test Cloudflare workers and their infra along with deck.gl performance that is incredible in my opinion.
TheOtherHobbes
|next
|previous
[-]
Interesting but quite buggy. Example: mouse dragging seems trapped in a fairly small area.
darknavi
|next
|previous
[-]
I'd love to see a view with all/many trains. In London I was constantly wondering what the criss-cross of underground lines looked like.
hokkos
|next
|previous
[-]
There seems to be some parallax issues between your trip layer and your 3D Tiles layer, but nice usage of deck.gl.
dmazin
|next
|previous
[-]
It would appear you are missing the High Barnet branch of the Northern line.
fredley
|next
|previous
[-]
Very nice, but the map seems to be in the wrong position vs. the trains/3d elements.
sdoering
|next
|previous
[-]
Having just taken the Elisabeth Line to LHR T5 and sitting here, this was fun. Thanks.
Edit: Is there a Repo to look at and learn from this?
kentonv
|next
|previous
[-]
This is really cool!
Quick suggestion: When not tracking a train, the mouse wheel should zoom into / out from where the cursor is pointing, rather than the center of the window.
ohjeez
|next
|previous
[-]
This is incredibly cool. I had it open on my desktop for most of the day.
philipwhiuk
|next
|previous
[-]
I'm curious what the 3D model source is - the Gherkin is kinda weird.
0l
|root
|parent
[-]
OpenStreetMap - seems to be done with concentric circles, e.g. https://www.openstreetmap.org/way/1365317072 and a dome on top
There is a good wiki page on this: https://wiki.openstreetmap.org/wiki/Simple_3D_Buildings
gowld
|previous
[-]
The train paths are drawn on a 2D layer above the buildings, not at z-index that matches the proper 3-D position. So the paths appear to weave around and over the tops of buildings.