MapSCII - The Whole World In Your Console.
 
 
Go to file
dependabot[bot] 4fe9a60a0c
Bump jsdom from 16.4.0 to 16.7.0 (#118)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 16:14:17 +01:00
.github/ISSUE_TEMPLATE Stylize name as MapSCII 2018-11-18 18:47:24 -08:00
bin 👷 optimizing select order of node installations 2017-10-25 20:03:04 +02:00
snap Add the packaging metadata to build the mapscii snap 2017-08-09 00:16:54 +00:00
src Remove bluebird (#94) 2020-09-09 00:36:37 +02:00
styles 🏃 optimizing draw order based on zoom level 2016-11-09 03:35:43 +01:00
.eslintrc.js Make ESLint pass the current codebase 2019-10-10 20:54:16 +02:00
.gitignore 📝 adding animated c-base demo to readme 2017-04-26 17:55:03 +02:00
.npmignore ⬆️ adding dependency check for node >=4.5 2017-04-26 18:22:07 +02:00
.travis.yml Test on Node 14, 16 and 18 2022-04-29 20:03:20 +02:00
AUTHORS Add lennonhill to the AUTHORS file 2020-08-12 01:59:51 +02:00
LICENSE Start a dedicated AUTHORS file for copyright purposes 2019-03-24 17:36:30 -07:00
README.md Remove bluebird (#94) 2020-09-09 00:36:37 +02:00
main.js Change the unit of width and length options to full characters 2020-08-12 01:58:25 +02:00
package-lock.json Bump jsdom from 16.4.0 to 16.7.0 (#118) 2023-01-10 16:14:17 +01:00
package.json Upgrade dependencies 2020-09-09 00:40:47 +02:00

README.md

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! 😎

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 10, 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