Re: [Geoserver-users] SLD validation errors

2010-10-26 Thread lv
Thank you very much! I change the SLD and the shadow can be showed. Subject: Re: SLD validation errors From: grol...@opengeo.org To: lv@live.cn CC: geoserver-users@lists.sourceforge.net Date: Tue, 26 Oct 2010 13:24:41 -0300 The SLD won't validate when using extensions sometimes

Re: [Geoserver-users] offset

2010-10-24 Thread lv
: [Geoserver-users] offset From: ijtur...@gmail.com To: lv@live.cn CC: geoserver-users@lists.sourceforge.net 2010/10/22 lv lv@live.cn: After the GIS data is retrieved from Database, how to add offset to them before publishing map. For example, moving all point or line to north 100 meters

[Geoserver-users] offset

2010-10-22 Thread lv
After the GIS data is retrieved from Database, how to add offset to them before publishing map. For example, moving all point or line to north 100 meters. Should I modify the following code ? final Integer startIndex = request.getStartIndex(); if (startIndex != null) {

[Geoserver-users] 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.