yetzt / tileit

a node js slippy maps tile server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TileIt

A node.js slippy maps tile server

Tiles Sources:

  • file just a bunch of tile files in folders; format "/path_to_in_config/[mapname]/[z]/[x]/[y].[ext]"
  • metafile read and serve tiles from a directory of files in metatiles-format
  • memcached: serve tiles from memory
  • tirex request & deliver tiles from tirex metatiles renderer (derived from osm tileserver)
  • tiles A mirroring map tile proxy (derived from tilethief)
  • wms A mirroring map tile proxy for wms-server
  • mapnik Render tiles with mapnik (derived from tilelive-mapnik)

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

Documentation

TODO

  • general: max-age strategy?
  • memcached: expiration strategy?
  • tests

About

a node js slippy maps tile server


Languages

Language:JavaScript 95.9%Language:CSS 4.1%