[mapserver-users] How to host a MapCache set as static images?

2014-01-30 Thread Eduardo Kanegae
hi folks, Is there a way to configure MapCache and seed it to create an offline tileset ( suchs as X/Y/Z directories) ? My intention is to host these imageset using OpenLayers or Leaflet + webserver without a webmapping engine (such as mapserver, geoserver and so on). Eduardo Patto Kanegae

Re: [mapserver-users] How to host a MapCache set as static images?

2014-01-30 Thread TDS
Hello, you can seed XYZ or TMS or WMTS or WMS with tiles in background. Look at mapcache.xml. For pre-seeding you can use mapcache_seed. After it copy the ones to another server. You can use something like that https://github.com/klokantech/tileserver-php/ or simply point to right

Re: [mapserver-users] How to host a MapCache set as static images?

2014-01-30 Thread Thomas Bonfort
you can use a templated disk cache cache type=disk namexyz layout=template template/path/to/tiles/{tileset}/{grid}/{z}/{x}/{y}.png/template /cache note however that unless you are seeding small caches, you will very rapidly hit the maximum number of files allowed per directory by your

Re: [mapserver-users] How to host a MapCache set as static images?

2014-01-30 Thread TDS
For caches use btrfs file system. Have best experiences with it instead of using ext3 or ext4. On 30. Januar 2014 14:22:48 MEZ, Thomas Bonfort thomas.bonf...@gmail.com wrote: you can use a templated disk cache cache type=disk namexyz layout=template