Skip to content

jenipherph/vector-tile-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vector-tile-ascii

ASCII renderer for OpenStreetMap vector tiles.

Screenshot

Why?

Because it should be possible to download and view a single tile without configuring a massive Mapnik-based rendering infrastructure.

Example

git clone https://github.com/vtduncan/vector-tile-ascii.git
cd vector-tile-ascii/

npm install

# Fetch and decompress a vector tile from MapBox
curl --compressed -o 10561.vector.pbf \
  "https://a.tiles.mapbox.com/v3/mapbox.mapbox-streets-v5/14/15881/10561.vector.pbf"

# View the tile
node index.js 10561.vector.pbf

Check it against the reference image:

Map tile

Public domain

This is free software released into the public domain.

About

ASCII renderer for OpenStreetMap vector tiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published