[mapserver-users] How to host a MapCache set as static images?
Thomas Bonfort
thomas.bonfort at gmail.com
Thu Jan 30 05:22:48 PST 2014
you can use a "templated" disk cache
<cache type="disk" name"xyz" 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
filesystem.
--
thomas
On 30/01/2014 13:06, Eduardo Kanegae wrote:
> 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
> http://www.webmapit.com | @webmapit
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
More information about the MapServer-users
mailing list