rastapasta / mapscii
- четверг, 4 мая 2017 г. в 03:14:01
CoffeeScript
🗺 MapSCII - Braille & ASCII map renderer for your console => telnet mapscii.me
A node.js based Vector Tile to Braille and ASCII renderer for xterm-compatible terminals.
$ telnet mapscii.me
If you haven't already got Node.js >= version 4.5, 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
This is pretty simple too.
mapscii
If your terminal supports mouse events you can drag the map and use your scroll wheel to zoom in and out.
x256
for converting RGB values to closest xterm-256 color codeterm-mouse
for mouse handlingkeypress
for input handlingvector-tile
for VectorTile parsingpbf
for Protobuf decodingmbtiles
for MBTiles parsingearcut
for polygon triangulationrbush
for 2D spatial indexing of geo and label databreseham
for line point calculationssimplify-js
for polyline simplificationsbluebird
for all the asynchronous Promise magicnode-fetch
for HTTP requestsuserhome
to determine where to persist downloaded tilesMapSCII
GeoJSON support via geojson-vt
CLI support
mouse control
Styler
Renderer
TileSource
Copyright (c) 2017 Michael Straßburger
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.