Sign inSign up

yjacolin/mapcache

By yjacolin

Updated over 9 years ago

MapCache is a server that implements tile caching to speed up access to WMS layers.

Image
1

1.7K

yjacolin/mapcache repository overview

MapCache

Docker Pulls

MapCache is a server that implements tile caching to speed up access to WMS layers. The primary objectives are to be fast and easily deployable, while offering the essential features (and more!) expected from a tile caching solution.

For more information, see MapCache repository: https://github.com/mapserver/mapcache

Install

$ git clone
$ docker build -t yjacolin/mapache .

Run mapcache

Get help:

$ docker run -d -p 8281:80 -v somewhere:/var/sig/tiles -v config.xml:/mapcache/config.xml --name mapcache yjacolin/mapcache
$ docker start mapcache
$ docker stop mapcache

Run mapcache_seed

Seed google layer from config file:

$ docker run --rm -ti -v somewhere:/var/sig/tiles -v config.xml:/mapcache/config.xml yjacolin/mapcache mapcache_seed -c /mapcache/config.xml -l google

TODO

  • fastcgi
  • add optionnal parameter to mapcache build

Tag summary

Content type

Image

Digest

Size

269.4 MB

Last updated

over 9 years ago

docker pull yjacolin/mapcache