cheeaun / railrouter-sg

A progressive web app that lets you explore MRT and LRT rail routes in Singapore

Home Page:https://railrouter.sg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RailRouter SG

Screenshot of RailRouter SG

Screenshot of RailRouter SG

RailRouter SG is a progressive web app that lets you explore MRT and LRT rail routes in Singapore.

It was built to scratch my curiosity itch for comparing the real route lines VS the lines shown on Google Maps, which I personally find too straight and skews the perception of how trains actually travel in the real world.

Available features:

  • Real rail route lines, for all train routes.
  • Show station names in Chinese and Tamil, besides English.
  • Show station building structures, both underground and aboveground.
  • Show location of exits (a.k.a. entrances) for (almost) all stations.
  • Show train arrival times for some stations.
  • Possibly, works offline.

Previously

Screenshot of RailRouter SG

This is the first version, using Google Maps.

Technicalities

For development

  • npm i - install dependencies
  • npm start - starts the server
  • npm run build - builds the production assets for deployment

Data source

From my other repo: cheeaun/sgraildata.

⚠️ NOTE: All feature ids are removed from sg-rail.geo.json in this repo, due to a strange bug in Mapbox GL JS. If the id number is too large, errors occur.

Generating station code markers

  1. Go to https://codepen.io/cheeaun/full/pogQjgV
  2. Paste all the train codes. (/data/raw/sg-stations-codes.txt from sgraildata repo)
  3. Click "Generate Images" button to download ZIP file of SVG images.
  4. Extract files from the ZIP file.
  5. Go to https://www.facetstudios.com/sprite-generator
  6. Drag/Upload all SVG files to the site.
  7. Uncheck "Export for retina". Check "Generate JSON".
  8. Click "Download Files" button.
  9. Extract files from ZIP file.
  10. Move & rename sprite image to src/stations.png. Optimize the image with TinyPNG.
  11. Move & rename sprite JSON to scripts/sprite.json.
  12. Run node scripts/gen-stations-sprite.js which will generate src/stations.json.

License

About

A progressive web app that lets you explore MRT and LRT rail routes in Singapore

https://railrouter.sg/


Languages

Language:JavaScript 64.7%Language:CSS 22.3%Language:HTML 13.0%