Re: [Geoserver-devel] How to modify getmap

2010-10-25 Thread Gabriel Roldán
rver. > > request 20 meters: do you mean after publishing the map , the java or > web application requests the corrent map and plus 20 meters distance? > > > > __________________ > Subject: Re: [Geoserver-devel] How

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

Re: [Geoserver-devel] How to modify getmap

2010-10-22 Thread Jody Garnett
You may consider changing things on the other end; ie request 20 meters south :-) Why the distance of 20 mins? Is your data wrong; or are you trying to combine two data sets and they are not lining up? Jody On 22/10/2010, at 3:24 PM, lv wrote: > I just download and import Geoserver source cod

[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