I'm assuming you're using open layers or similar. There isn't one image, that's the point of using tiles, it only looks like one. You could do something with OL to overlay a watermark but it's just an overlay and not part of the underlying tiles. That's would also be independent of mapcache.
Steve ________________________________ From: [email protected] [[email protected]] on behalf of Ariane Brörmann [[email protected]] Sent: Friday, February 15, 2013 2:37 AM To: Martin Kofahl Cc: [email protected] Subject: Re: [mapserver-users] mapcache: How can I configure an attributionlayer with mapcache? Thank you for this hint and the quick answer. I have already tried the watermark but the label appears on every tile. I would like to have the label at a bottom corner only once, no matter of how many tiles my image consists. 2013/2/14 Martin Kofahl <[email protected]<mailto:[email protected]>> Hi Ariane, you may configure to add a watermark (from png file, etc) in the tileset section. See http://mapserver.org/en/mapcache/config.html. <!-- watermark optional tag to add a watermark to the tiles *before* storing them to cache the supplied image MUST be exactly the same size as the size of the tiles configured in the <grid> the supplied image is read when the configuration is loaded. if you make changes to the image, they will NOT be reflected on tiles already stored in the cache, nor on newly stored tiles until the server is restarted --> <watermark>/path/to/static/watermark.png</watermark> Martin 2013/2/14 Ariane Brörmann <[email protected]<mailto:[email protected]>> [X] Is there a possibility to add an attributionlayer (copyright) with mapcache? If yes, how can I configure this? Ariane _______________________________________________ mapserver-users mailing list [email protected]<mailto:[email protected]> http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected]<mailto:[email protected]> http://lists.osgeo.org/mailman/listinfo/mapserver-users
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
