[mapserver-users] Mapcache - merge multiple source in one tileset?
Travis Kirstine
traviskirstine at gmail.com
Wed Jun 22 11:34:18 PDT 2016
This is done configuring mapcache as a WMS source and calling the layers
you would like to merge.
<source name="mosaic_wms" type="wms">
<getmap>
<params>
<format>mixed</format>
<layers>foo,bar</layers>
<transparent>true</transparent>
</params>
</getmap>
<http>
<url>http://localhost/mapcache/service</url>
</http>
</source>
<tileset name="mosaic">
<source>mosaic_wms</source>
<cache>memcache</cache>
<grid>gmaps</grid>
<format>mixed</format>
<auto_expire>604800</auto_expire>
</tileset>
In this example foo and bar are the individual tilesets to be merged
On 16 June 2016 at 09:10, Michael Schulz <mandschulz at googlemail.com> wrote:
> Dear Mapcachers,
>
> the documentation of mapcache mentions the possibility to merge "multiple
> tiles into a single image". I wonder if this means a vertical merging
> (stacking) of tiles into one output tile?
>
> This would be exactly what I'm looking for, but so far I couldn't find a
> hint how this could be done. It would require, I guess, to use multiple
> sources for one tileset. Is that possible?
>
> Thanks, Michael
>
> --
> -----------------------------------------------------------
> Michael Schulz
>
>
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20160622/500b8874/attachment.htm>
More information about the MapServer-users
mailing list