[Geoserver-devel] Build problems.

2010-11-17 Thread lv
Hi, I changed the jts-1.11.jar and build GeoTools source code with it. Now I get new jar files under [GeoTool source code]\trunk\target\binaries Where should I add these new jar file (libraries) to GeoServer? I want to rebuild Geoserver but I don't know where I should put new 3rd-party jars (

[Geoserver-devel] How to rebuild Geoserver source code to WAR file.

2010-11-09 Thread lv
I changed some java file of GeoTools and using maven to build it (mvn clean install �CDskipTests). Which library of Geoserver should be replaced and how to rebuild Geoserver source code to a new WAR file? ---

[Geoserver-devel] How to change Geoserver's source code

2010-11-01 Thread lv
Hi Andrea Aime, I need to change Geoserver's source code. I sent this email to Geoserver's mailing list but nobody could tell me how to modify Geoserver's source code I have waited for more than 2 weeks. I need to offset the GIS data after getting data from source (database or others) and befo

[Geoserver-devel] Should I change the source code of Geoserver or Geotool?

2010-11-01 Thread lv
I need to change the Geoserver source code to offset GIS data. The offset function should between getting data from source (database or others) and publishing maps. The reason that I cannot use SLD is that my boss does not want to use it. He gave me a jar file which can create random data for o

Re: [Geoserver-devel] How to change Geoserver's source code to offset GIS data

2010-10-31 Thread lv
. Do you know how to replace random()*30 with the data created from that jar file? > Date: Thu, 28 Oct 2010 13:13:52 +0200 > From: stefan.zieg...@bd.so.ch > To: lv@live.cn; geoserver-devel@lists.sourceforge.net > Subject: AW: AW: [Geoserver-devel] How to change Geoserver'

Re: [Geoserver-devel] How to change Geoserver's source code to offset GIS data

2010-10-28 Thread lv
a and then publish them as maps. Could you tell me how to modify Geoserver's source code? Thanks. > Date: Thu, 28 Oct 2010 11:15:18 +0200 > From: stefan.zieg...@bd.so.ch > To: lv@live.cn; geoserver-devel@lists.sourceforge.net > Subject: AW: [Geoserver-devel] How to change

Re: [Geoserver-devel] How to change Geoserver's source code to offset GIS data

2010-10-28 Thread lv
ek on looking for a solution. But I still cannot find it. > Date: Wed, 27 Oct 2010 13:29:59 +0200 > From: stefan.zieg...@bd.so.ch > To: lv@live.cn; geoserver-devel@lists.sourceforge.net > Subject: AW: [Geoserver-devel] How to change GIS data before publishing map > > Hi >

[Geoserver-devel] How to change GIS data before publishing map

2010-10-27 Thread lv
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 offsetti

geoserver-devel@lists.sourceforge.net

2010-10-27 Thread lv
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.

[Geoserver-devel] How to set SLD parameter from java servlet dynamically?

2010-10-26 Thread lv
Hi, I am new in GIS area. I am reading SLD Snippets at http://geoserver.org/display/GEOSDOC/SLD+Snippets I am going to set SLD parameter from java dynamically. I copy the java servlet code into my project to test Geoserver getmap. However, how to set sld? I add String sld=""; But it shows erro

[Geoserver-devel] offset randomly and dynamically

2010-10-26 Thread lv
Hi, My project uses Geoserver 2.1-beta1. My custom gave me a jar file which provides functions to create data for offsetting all points and other shapes randomly and dynamically. I can get data from this jar file. However, how to apply these data to maps and get offset maps? I am new to GIS a

[Geoserver-devel] SLD extension

2010-10-26 Thread lv
I create a new layer named nyc_buildings3 based on nyc_buildings. Then, I apply the shadow.sld to it and ignore the validation error. Third, I create a layer group and add nyc_buildings and nyc_buildings3. However, I cannot see the shadow. The following SLD extension snippet is used to show sha

[Geoserver-devel] SLD validation errors

2010-10-25 Thread lv
ased on nyc_buildings. Then, I apply the shadow.sld to it and omit the validation error. Third, I create a layer group and add nyc_buildings and nyc_buildings3. However, I cannot see the shadow. > Subject: Re: [Geoserver-devel] How to modify getmap > From: grol...@opengeo.org > To: lv..

[Geoserver-devel] SLD validation errors

2010-10-25 Thread lv
I downlad the full SLD file named shadow.sld from http://docs.geoserver.org/stable/en/user/styling/sld-extensions/geometry-transformations.html?highlight=offset Then, I try to upload it to Geoserver. However, when I validate this file, I get error org.xml.sax.SAXParseException: cvc-complex-ty

[Geoserver-devel] How to apply SLD file (Geoserver 2.0.1)

2010-10-24 Thread lv
Hi, I copy a SLD file from http://geoserver.org/display/GEOSDOC/SLD+Intro+Tutorial to Geoserver 2.0.1 installed on my machine. However, this tutorial is for old version Geoserver. In version 2.0.1, how to apply this SLD and view the new map? Thanks. --

Re: [Geoserver-devel] How to modify getmap

2010-10-24 Thread lv
after publishing the map , the java or web application requests the corrent map and plus 20 meters distance? Subject: Re: [Geoserver-devel] How to modify getmap From: jody.garn...@gmail.com Date: Sat, 23 Oct 2010 14:03:22 +1000 CC: geoserver-devel@lists.sourceforge.net To: lv@live.cn You

[Geoserver-devel] How to modify getMap

2010-10-21 Thread lv
I just download and import Geoserver source code to Eclipse. I need to modify getMap so that after read the GIS data from DB this function move all Coordinates. For example, all Coordinates are moved to north 20 meters. How to modify this function at Geoserver? Please post detail steps. Thanks

[Geoserver-devel] How to modify getmap

2010-10-21 Thread lv
I just download and import Geoserver source code to Eclipse. I need to modify getMap so that after read the GIS data from DB this function move all Coordinates. For example, all Coordinates are moved to north 20 meters. How to modify this function at Geoserver? Thanks

[Geoserver-devel] build with maven

2010-03-21 Thread lv
Dear Sir: I download sourcecode of Geoserver 2.0.1 and build it with maven. But I get following errors. How to rebuild it? I also want to use web to view maps. How to build a project with web servers to view maps using jdeveloper? Sincerely http://www.opengis.net/gml ">5