MCPcopy Index your code
hub / github.com/rastapasta/mapscii

github.com/rastapasta/mapscii @v0.3.1 sqlite

repository ↗ · DeepWiki ↗ · release v0.3.1 ↗
106 symbols 208 edges 14 files 0 documented · 0%
README

MapSCII - The Whole World In Your Console. Build Status

A node.js based Vector Tile to Braille and ASCII renderer for xterm-compatible terminals.

asciicast

Try it out!

$ telnet mapscii.me

If you're on Windows, use the open source telnet client PuTTY to connect.

Features

  • Use your mouse to drag and zoom in and out!
  • Discover Point-of-Interests around any given location
  • Highly customizable layer styling with Mapbox Styles support
  • Connect to any public or private vector tile server
  • Or just use the supplied and optimized OSM2VectorTiles based one
  • Work offline and discover local VectorTile/MBTiles
  • Compatible with most Linux and OSX terminals
  • Highly optimized algorithms for a smooth experience
  • 100% pure JavaScript! :sunglasses:

How to run it locally

With a modern node installation available, just start it with

npx mapscii

How to install it locally

With npm

If you haven't already got Node.js >= version 6.14, then go get it.

npm install -g mapscii

If you're on OSX, or get an error about file permissions, you may need to do sudo npm install -g mapscii

With snap

In any of the supported Linux distros:

sudo snap install mapscii

(This snap is maintained by @nathanhaines)

Running

This is pretty simple too.

mapscii

Keyboard shortcuts

  • Arrows up, down, left, right to scroll around
  • Press a or z to zoom in and out
  • Press c to switch to block character mode
  • Press q to quit

Mouse control

If your terminal supports mouse events you can drag the map and use your scroll wheel to zoom in and out.

Behind the scenes

Libraries

Mastering the console

Discovering the map data

Juggling the vectors and numbers

  • earcut for polygon triangulation
  • rbush for 2D spatial indexing of geo and label data
  • bresenham for line point calculations
  • simplify-js for polyline simplifications

Handling the flow

TODOs

  • MapSCII
  • [ ] GeoJSON support via geojson-vt
  • [ ] CLI support

    • [ ] startup parameters
    • [ ] TileSource
    • [ ] Style
    • [ ] center position
    • [ ] zoom
    • [ ] demo mode?
  • [ ] mouse control

    • [ ] hover POIs/labels
    • [ ] hover maybe even polygons/-lines?
  • Styler

  • [ ] respect zoom based style ranges

  • Renderer

  • [ ] download and process tiles in a different thread (#3)
  • [ ] optimize renderer for large areas (#6)
  • [ ] label drawing

    • [ ] multi line label?
  • TileSource

  • [ ] implement single vector-tile handling

Special thanks

Licenses

Map data

The Open Data Commons Open Database License (oDbl)

OpenStreetMap is open data, licensed under the Open Data Commons Open Database License (ODbL) by the OpenStreetMap Foundation (OSMF).

You are free to copy, distribute, transmit and adapt our data, as long as you credit OpenStreetMap and its contributors. If you alter or build upon our data, you may distribute the result only under the same licence. The full legal code explains your rights and responsibilities.

The cartography in our map tiles, and our documentation, are licenced under the Creative Commons Attribution-ShareAlike 2.0 licence (CC BY-SA).

MapSCII

Core symbols most depended-on inside this repo

_draw
called by 6
src/Mapscii.js
setPixel
called by 6
src/BrailleBuffer.js
notify
called by 4
src/Mapscii.js
moveBy
called by 4
src/Mapscii.js
setCenter
called by 4
src/Mapscii.js
_createFolder
called by 3
src/TileSource.js
init
called by 3
src/Mapscii.js
_colrow2ll
called by 3
src/Mapscii.js

Shape

Method 89
Class 16
Function 1

Languages

TypeScript100%

Modules by API surface

src/Mapscii.js22 symbols
src/Canvas.js16 symbols
src/BrailleBuffer.js15 symbols
src/Renderer.js14 symbols
src/TileSource.js13 symbols
src/Tile.js10 symbols
src/LabelBuffer.js9 symbols
src/Styler.js6 symbols
src/utils.spec.js1 symbols

Dependencies from manifests, versioned

@mapbox/vector-tile1.3.1 · 1×
bluebird3.7.2 · 1×
bresenham0.0.4 · 1×
earcut2.2.2 · 1×
eslint6.8.0 · 1×
keypress0.2.1 · 1×
node-fetch2.6.0 · 1×
pbf3.2.1 · 1×
rbush3.0.1 · 1×
simplify-js1.2.4 · 1×
string-width4.2.0 · 1×
term-mouse0.2.2 · 1×

For agents

$ claude mcp add mapscii \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact