[Geoserver-users] &env=paramName:value;otherParam=otherValue&

I read article “Parameter substitution in SLD” at http://docs.geoserver.org/2.0.x/en/user/styling/sld-extensions/substitution.html

How to add &env=paramName:value;otherParam=otherValue& to the browser address field?
I mean the correct web browser address.

2010/10/27 lv <lv.123@anonymised.com>:

I read article "Parameter substitution in SLD" at
http://docs.geoserver.org/2.0.x/en/user/styling/sld-extensions/substitution.html

How to add &env=paramName:value;otherParam=otherValue& to the browser
address field?
I mean the correct web browser address.

Please stop flooding the developer mailing list with usage questions, you
should send these mails to the users mailing list.
The developer mailing list is for people writing the GeoServer own code,
people using GeoServer should go on the users mailing list instead.

Cheers
Andrea

-----------------------------------------------------
Ing. Andrea Aime
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584962313
fax: +39 0584962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-----------------------------------------------------

On Wed, Oct 27, 2010 at 9:34 AM, Andrea Aime
<andrea.aime@anonymised.com> wrote:

2010/10/27 lv <lv.123@anonymised.com>:

I read article "Parameter substitution in SLD" at
http://docs.geoserver.org/2.0.x/en/user/styling/sld-extensions/substitution.html

How to add &env=paramName:value;otherParam=otherValue& to the browser
address field?
I mean the correct web browser address.

Please stop flooding the developer mailing list with usage questions, you
should send these mails to the users mailing list.
The developer mailing list is for people writing the GeoServer own code,
people using GeoServer should go on the users mailing list instead.

And by that I mean _only_ on the users list. You're cross posting,
which is considered
bad manners in internet.

Cheers
Andrea

-----------------------------------------------------
Ing. Andrea Aime
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584962313
fax: +39 0584962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-----------------------------------------------------

I need to change the Geoserver source code to offset data before the map can be published on the web browser.
My customer does not want to disclose precise GIS data and maps to the developers who are not on client site.
My customer gives me a jar file which can randomly create data for offsetting. I can get these random data.
What should I do is as follow:
1, I need to get data from database (Oracle or PostGIS).
2, get data from the jar file to offset all GIS data in the map. For example, 30% points of these data should be moved to south 100m. 30% points should be moved to north 10m.
The rest of points should be moved to east 25m.
3, After getting data from step 2, Geoserver can create new maps that all points are not at their original place.
4, I use SLD (SLD with parameters) to offset maps but this solution is not acceptable.

How to modify the source code of Geoserver 2.0.1?