A tilelive-based tile server.
-
support raster and vector tile
-
memory cache
- 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/
-
Tools
./tilecopy.js mbtiles://./data/mbtiles/maptest_30c930.mbtiles file://./out/
tileserver is available under the WTFPL