Skip to content

Instantly share code, notes, and snippets.

@alukach
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alukach/10392127 to your computer and use it in GitHub Desktop.
Save alukach/10392127 to your computer and use it in GitHub Desktop.
TileServer Packages

TileStream is a high-performance map tile server powered by MBTiles files.

  • Written in: Javascript (node.js)

  • Made by: Mapbox

  • Limitations

    • Only serves maps that are generated with TileMill (can not yet render tiles)

TileStache is a Python-based server application that can serve up map tiles based on rendered geographic data.

  • Written in: Python

  • Made by: Migurski et. al.

  • Features

    • Caching backends:
      • Local disk
      • Test
      • Memcache
      • S3

TileCloud is a powerful utility for generating, managing, transforming, visualising and map tiles in multiple formats. It can create, read update, delete tiles in multiple back ends, called TileStores

  • Written in: Python
  • Supports multiple tilestores:
    • HTTP/REST in any layout
    • WMTS
    • Amazon S3 and SQS
    • MBTiles
    • TileJSON
    • Mapnik (via mapnik2)
    • Memcached
    • Local file system
    • Log files in any format
  • Written in: 50 lines of JavaScript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment