Re: [Geoserver-devel] GSIP 52 (dao refactor) review

2010-10-24 Thread Andrea Aime
On Sun, Oct 24, 2010 at 9:47 PM, Justin Deoliveira wrote: > Thanks for the review Andrea. Lots of great stuff. However much of the meat > of your review has to do with the dbconfig module which is not actually > included in this gsip. This gsip has only to do with a core refactoring of > the catal

[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
Hi , Thanks for your reply. I need to offset the map because most programmers will not on client site. The client does not want to provide correct data outside their office. Originally, they use ArcGIS. But this time my boss wants to change Geoserver. request 20 meters: do you mean aft

Re: [Geoserver-devel] Geoserver security improvement proposal

2010-10-24 Thread Philippe HUET
Hi, For those who are interested, I already worked on a patch on revision 14534 on the trunk, to integrate spring-security 2.0.5 which is API compatible with spring-security 3.0. It's not fully tested but it works for me, but I have no time at the moment to continue. It could be a great thing

[Geoserver-devel] Bug report for CQL filter

2010-10-24 Thread Stefan Stefanov
Hi, I tested GeoServer 2.1-beta1 on Windows XP! I posted problem and exapmle shp file at: http://jira.codehaus.org/browse/GEOS-4177 "Could not parse CQL filter list. Lexical error at line 1, column 1. Encountered : "\u041d"(1053), after Parsing: .." Is it possible to find solutio

[Geoserver-devel] Wrong URL in getCapabilities response?

2010-10-24 Thread thegis
Dear List, (Sorry for sending this mistakenly to the geotools-devel list first, this wasn't intended..) I notices that with Geoserver 2.0.2 and 2.1-beta1 the WMS GetCapabilities response contains a strange OnlineResource link, like the OpenPlans demo server: application/vnd.ogc.wms_

[Geoserver-devel] Problems with NITF Images

2010-10-24 Thread RandyT
I've added the GDAL plugin to my Geoserver to allow me to view NITF images. I have everything configured per the instructions, however, when I try to preview the image in Geoserver, it comes up completely black. Are there other settings that need to be made to all me to view the image? Do I need

[Geoserver-devel] first hurdle

2010-10-24 Thread monkeyboy9364
I'm trying to follow the instructions to get the source code but the command svn co https://svn.codehaus.org/geoserver/trunk geoserver-trunk fails. I can see https://svn.codehaus.org/geoserver etc but it complains svn: OPTIONS of 'https://svn.codehaus.org/geoserver/trunk': could not connect t

Re: [Geoserver-devel] GSIP 52 (dao refactor) review

2010-10-24 Thread Justin Deoliveira
Thanks for the review Andrea. Lots of great stuff. However much of the meat of your review has to do with the dbconfig module which is not actually included in this gsip. This gsip has only to do with a core refactoring of the catalog and config to even allow for a dbconfig to exists. I apologize

[Geoserver-devel] GSIP 52 (dao refactor) review

2010-10-24 Thread Andrea Aime
Hi Justin (hey all), here is the (in)famous file by file patch review :-p General -- * Most classes seem to miss the GeoServer license headers. This should be addressed before committing * How are Hibernate lazy initializations and proxies managed? As far as I can see * Following up