crnm21 / tilecache

Simple tilecache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TileCache

A simple tilecache written in Apache and PHP.

Apache directly serves locally cached tiles. PHP requests new tiles from providers and caches them locally.

Installation Note

# Allow the installation folder to be owned by the website user so that new tile layers can be added:
chown www-data .
# Group writable so that updating will work
chmod g+w .

If using scaling, ensure the PHP imagick extension is loaded.

About

Simple tilecache


Languages

Language:PHP 100.0%