Skip to content

tgradl/tilecache

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 100.0%