tileserver
v1.0.0
Published
A tilelive-based tile server
Downloads
23
Readme
TileServer
A tilelive-based tile server.
Features
support raster and vector tile
memory cache
Setup
- Clone
git clone https://github.com/hanchao/TileServer.git
To install dependencies and build the source files:
npm install
Usages
./tileserver.js ./config.json 3000
Preview
open
http://localhost:3000/
License
TileServer is available under the WTFPL