summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straßburger <codepoet@cpan.org>2017-04-27 13:12:56 +0200
committerMichael Straßburger <codepoet@cpan.org>2017-04-27 13:12:56 +0200
commit4b3f47753cd663c6a8a02b26aeef470254b1c9d9 (patch)
tree4e50ad79dafd4c3c7981f535f2f462ea15cec5b1
parent1e545aa85a3ad670fa0deb5374c1a052070fb9e0 (diff)
:memo: replacing animated gif with link to assciicast
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 53a8be8..4e51f66 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,10 @@
A node.js based [Vector Tile](http://wiki.openstreetmap.org/wiki/Vector_tiles) to [Braille](http://www.fileformat.info/info/unicode/block/braille_patterns/utf8test.htm) and [ASCII](https://de.wikipedia.org/wiki/American_Standard_Code_for_Information_Interchange) renderer for [xterm](https://en.wikipedia.org/wiki/Xterm)-compatible terminals.
-<img src="docs/berlin_cbase.gif" width="100%" />
+[![asciicast](https://cloud.githubusercontent.com/assets/1259904/25480718/497a64e2-2b4a-11e7-9cf0-ed52ee0b89c0.png)](https://asciinema.org/a/117813?autoplay=1)
## 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](https://www.mapbox.com/mapbox-gl-style-spec/) support
* Connect to any public or private vector tile server
@@ -14,6 +13,7 @@ A node.js based [Vector Tile](http://wiki.openstreetmap.org/wiki/Vector_tiles) t
* Work offline and discover local [VectorTile](https://github.com/mapbox/vector-tile-spec)/[MBTiles](https://github.com/mapbox/mbtiles-spec)
* Compatible with most Linux and OSX terminals
* Highly optimizied algorithms for a smooth experience
+* Use your mouse to drag and zoom in and out (WIP)
* 100% pure Coffee-/JavaScript! :sunglasses:
## How to install
@@ -79,16 +79,18 @@ If your terminal supports mouse events you can drag the map and use your scroll
* [ ] demo mode?
* [ ] mouse control
+ * [ ] get hover lat/lng
* [ ] accurate mouse drag&drop with instant update
* [ ] hover POIs/labels
* [ ] hover maybe even polygons/-lines?
- * [ ] get hover lat/lng
* [ ] zoom into mouse pos
* Styler
* [ ] respect zoom based style ranges
* Renderer
+ * [ ] download and process tiles in a different thread ([#3](https://github.com/rastapasta/mapscii/issues/3))
+ * [ ] optimize renderer for large areas ([#6](https://github.com/rastapasta/mapscii/issues/6))
* [ ] label drawing
* [ ] multi line label?