Just a quick question about this. I’ve seen Tom Dean’s article in Codehaus about adding a watermark with PHP, but is there any other way to associate a copyright string with a data layer in the WMS output?
Thanks,
Roger
Roger André
GIS Developer/Analyst
Enterprise Management Solutions
CH2M HILL
I believe the GeoSolutions team has done some work on this, that is living in a branch, but it should be possible to incorporate in to 1.6.x. Not sure their time frame for doing so though.
See http://www.nabble.com/Watermarking-GeoServer-td14319744.html
Roger.Andre@anonymised.com wrote:
Just a quick question about this. I've seen Tom Dean's article in Codehaus about adding a watermark with PHP, but is there any other way to associate a copyright string with a data layer in the WMS output?
Thanks,
Roger
--
Roger André
GIS Developer/Analyst
Enterprise Management Solutions
CH2M HILL
!DSPAM:4005,47b0c9ca234601012714783!
------------------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
!DSPAM:4005,47b0c9ca234601012714783!
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:4005,47b0c9ca234601012714783!
Hi Roger,
Not really any good way. Some people have hacked a bit with inline SLD but its not a great solution. There is how ever work going on currently to support watermarks in GeoServer. I am not sure what sort of state it is in though. Others should be able to comment.
Roger.Andre@anonymised.com wrote:
Just a quick question about this. I've seen Tom Dean's article in Codehaus about adding a watermark with PHP, but is there any other way to associate a copyright string with a data layer in the WMS output?
Thanks,
Roger
--
Roger André
GIS Developer/Analyst
Enterprise Management Solutions
CH2M HILL
!DSPAM:4007,47b0c9cd234562458217002!
------------------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
!DSPAM:4007,47b0c9cd234562458217002!
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:4007,47b0c9cd234562458217002!
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com
Hi Roger,
in the branch release 1.6.x-CovND (https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD) watermarking is implemented and also the possibility of using external images as legend.
On Feb 11, 2008 11:18 PM, <Roger.Andre@anonymised.com> wrote:
Just a quick question about this. I’ve seen Tom Dean’s article in Codehaus about adding a watermark with PHP, but is there any other way to associate a copyright string with a data layer in the WMS output?
Thanks,
Roger
Roger André
GIS Developer/Analyst
Enterprise Management Solutions
CH2M HILL
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
–
Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy
phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000
http://www.geo-solutions.it

Thank you for your replies, and apologies for not responding sooner to them. It appears from Alessio’s email and attached screenshot that the functionality I need is in branch release 1.6.x-CovND. I have to confess that I’m not completely familiar with the version names and conventions for Geoserver. Can you briefly explain what the “1.6.x-CovND” means? I assume that this is a development release, and that the watermark function is probably not present in the newly-released 1.6 version.
Thanks,
Roger
PS - I just (after having typed the above msg) saw the readme in the code dir, and noted the source code and Eclipse build instructions, so I now feel pretty sure about the dev status, but if you don’t mind explaining the naming convention, I’d still like to know it.
Roger André
GIS Developer/Analyst
Enterprise Management Solutions
CH2M HILL
From: Alessio Fabiani [mailto:alessio.fabiani@anonymised.com]
Sent: Monday, February 11, 2008 2:27 PM
To: Andre, Roger/SEA
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Watermarks in Geoserver output
Hi Roger,
in the branch release 1.6.x-CovND (https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD) watermarking is implemented and also the possibility of using external images as legend.
On Feb 11, 2008 11:18 PM, <Roger.Andre@anonymised.com> wrote:
Just a quick question about this. I’ve seen Tom Dean’s article in Codehaus about adding a watermark with PHP, but is there any other way to associate a copyright string with a data layer in the WMS output?
Thanks,
Roger
Roger André
GIS Developer/Analyst
Enterprise Management Solutions
CH2M HILL
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Geoserver-users mailing list
Geoserver-users@anonymised.comts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
–
Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy
phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000
http://www.geo-solutions.it
Roger.Andre@anonymised.com ha scritto:
Thank you for your replies, and apologies for not responding sooner to them. It appears from Alessio's email and attached screenshot that the functionality I need is in branch release 1.6.x-CovND. I have to confess that I'm not completely familiar with the version names and conventions for Geoserver. Can you briefly explain what the "1.6.x-CovND" means?
The name of the standard branches is associated to the release number.
- trunk is the current main development release
- branches/1.5.x is the now closed branch for the 1.5 release series
- branches/1.6.x is the branch for the 1.6 release series
When a special need occurrs other branches are created. In particular
the Geosolutions guys wanted a branch where they could develop
the n-dimensional coverage support without having to concern
themselves about all the other breakages that do occur in
a standard development trunk. In the same branch they have
developed raster symbolizer improvements and watermarking.
We'll be merging back watermarking in time for 1.6.1, and
hopefully raster symbolizer for 1.6.2, whilst n-dimensional
coverage support will be merged on the current trunk (since
it's a little bit too disruptive to be merged into a
"stable" branch like 1.6.x)
Hope this helps clarify the situation
Cheers
Andrea
Hi Andrea,
You guys ROCK!
Thanks,
Roger
-----Original Message-----
From: Andrea Aime [mailto:aaime@anonymised.com]
Sent: Fri 2/15/2008 7:23 AM
To: Andre, Roger/SEA
Cc: alessio.fabiani@anonymised.com; jdeolive@anonymised.com; cholmes@anonymised.com; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Watermarks in Geoserver output
Roger.Andre@anonymised.com ha scritto:
Thank you for your replies, and apologies for not responding sooner to
them. It appears from Alessio’s email and attached screenshot that the
functionality I need is in branch release 1.6.x-CovND. I have to
confess that I’m not completely familiar with the version names and
conventions for Geoserver. Can you briefly explain what the
“1.6.x-CovND” means?
The name of the standard branches is associated to the release number.
- trunk is the current main development release
- branches/1.5.x is the now closed branch for the 1.5 release series
- branches/1.6.x is the branch for the 1.6 release series
When a special need occurrs other branches are created. In particular
the Geosolutions guys wanted a branch where they could develop
the n-dimensional coverage support without having to concern
themselves about all the other breakages that do occur in
a standard development trunk. In the same branch they have
developed raster symbolizer improvements and watermarking.
We’ll be merging back watermarking in time for 1.6.1, and
hopefully raster symbolizer for 1.6.2, whilst n-dimensional
coverage support will be merged on the current trunk (since
it’s a little bit too disruptive to be merged into a
“stable” branch like 1.6.x)
Hope this helps clarify the situation
Cheers
Andrea