From cd5176d23b8b53e29b6c460b2de7e782b1c1d5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Stra=C3=9Fburger?= Date: Sat, 29 Apr 2017 03:44:51 +0200 Subject: [PATCH] :memo: kudos to @lukasmartinelli --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0259d6..6a9d84b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A node.js based [Vector Tile](http://wiki.openstreetmap.org/wiki/Vector_tiles) t * 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 -* Or just use the supplied and optimized [OpenStreetMap](https://en.wikipedia.org/wiki/OpenStreetMap) based one +* Or just use the supplied and optimized [OSM2VectorTiles](https://github.com/osm2vectortiles) based one * 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 @@ -79,8 +79,6 @@ 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? * [ ] zoom into mouse pos @@ -97,6 +95,11 @@ If your terminal supports mouse events you can drag the map and use your scroll * TileSource * [ ] implement single vector-tile handling +## Special thanks + +* [lukasmartinelli](https://github.com/lukasmartinelli) for all his work around [OSM2VectorTiles](https://github.com/osm2vectortiles) (free Vector Tiles from OpenStreetMap) + + ## License #### The MIT License (MIT) Copyright (c) 2017 Michael Straßburger