tileserver icon indicating copy to clipboard operation
tileserver copied to clipboard

A tilelive-based tile server.

tileserver

A tilelive-based tile server.

Features

Setup

NPM

Build Status

  • 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/

License

tileserver is available under the WTFPL