Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
ffalt edited this page Feb 22, 2015 · 8 revisions

Welcome to the tileit wiki!

TileIt

a node.js slippy maps tile server

Tiles Sources:

  • File: just a bunch of file in folders; format "/path_to_in_config/[mapname]/[z]/[x]/[y].[ext]"
  • Mapnik: render tiles with mapnik
  • Memcached: serve files from memory
  • Tiles: a mirroring map tile proxy
  • Tirex: request & serve tiles from tirex metatiles renderer
  • WMS: a mirroring map tile proxy for wms-server
  • Composite: a maps merge map

Setup

run npm install to install the required nodejs-packages

please note: you need to install extra packages for plugins if you want to use them

mapnik plugin: npm install mapnik

tirex plugin: npm install unix-dgram

memcached plugin: npm install memcached

Configuration

Config

Map Definition

Clone this wiki locally