mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-08 01:04:01 +01:00
🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
tiles | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md | ||
termap.coffee |
termap - Terminal Map
Discover the world in your console - render vector tile maps from any source!
TODOs
- mapping of view to tiles to show
- tile request system
- from local mbtiles
- from remote url
- label drawing
- lat/lng-center + zoom based viewport
- TileSource class (abstracting URL, mbtiles, single vector tile source)
- zoom while keeping center
- API
- setCenter
- setZoom
- accurate mouse drag&drop
- handle console resize
Wishlist
- node-gyp binding to libdrawille for speed refactor possibilities + filled polygons