0.0.5 • Published 10 years ago

ten20-tile-server v0.0.5

Weekly downloads
17
License
-
Repository
github
Last release
10 years ago

#ten20 Tile Server

Generates map tiles on the fly from Mapnik XML or serves tiles from an mbtiles file.

ten20tileServer generates map tiles on the fly from Mapnik XML or serves tiles from an mbtiles file. ten20tileServer is a simple Express based wrapper around tilelive.js library.

Tile scheme

Uses leaflet compabtilble {z}/{x}/{y} tile scheme

Leaflet tile layer url

By default: http://localhost:7777/v2/tiles/{z}/{x}/{y}.png

Installation

npm install -g ten20-tile-server

Usage Examples

Mapnik

ten20-tile-server --url mapnik:///home/alex/Documents/mapbox-osm-bright-86bc63f/build/ten20.xml

mbtiles

ten20-tile-server --url mbtiles:///home/alex/Documents/MapBox/tiles/ten20.mbtiles