[Geoserver-devel] Build failed in Hudson: cite-wfs-1.1 #185

2010-10-28 Thread Hudson
See -- [...truncated 3856 lines...] Test wfs:delete-feature Passed Testing wfs:delete-feature (wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/

[Geoserver-devel] Hudson build is back to normal : geoserver-trunk-nightly #481

2010-10-28 Thread Hudson
See -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.

Re: [Geoserver-devel] testing trunk

2010-10-28 Thread Justin Deoliveira
Thanks for the bug report Simone. Fixed now. On Thu, Oct 28, 2010 at 12:35 PM, Simone Giannecchini < simone.giannecch...@geo-solutions.it> wrote: > Hi Justin, > after dbconfig changes i was testing trunk with some data ( I have not > spent much time on it, honestly) > and it looks like I cannot c

[Geoserver-devel] testing trunk

2010-10-28 Thread Simone Giannecchini
Hi Justin, after dbconfig changes i was testing trunk with some data ( I have not spent much time on it, honestly) and it looks like I cannot correctly create stores, I always get an error back. It looks like the persist workflow in the default facade is incorrect, the store directory does not get

Re: [Geoserver-devel] Time for a 2.1 Beta 2?

2010-10-28 Thread Andrea Aime
On Thu, Oct 28, 2010 at 5:41 PM, Chris Holmes wrote: > One idea Justin and I kicked around was to make the db-backed catalog the > default (using h2), so as to get better testing on it.  Not sure if it's > ready for that level of testing, but I think it could be a nice way to make > it more solid

Re: [Geoserver-devel] Time for a 2.1 Beta 2?

2010-10-28 Thread Simone Giannecchini
Ciao Chris, I am not _so_ in favour of this idea since it will make the betas relatively unusable if you plan to publish many layer, which covers all the use cases that we have :) I am not sure about this but we could prepare separate/accompanying releases to test the dbconfig. Simone.

Re: [Geoserver-devel] Time for a 2.1 Beta 2?

2010-10-28 Thread Chris Holmes
One idea Justin and I kicked around was to make the db-backed catalog the default (using h2), so as to get better testing on it. Not sure if it's ready for that level of testing, but I think it could be a nice way to make it more solid as a lot more people than normal would test it. We could do i

Re: [Geoserver-devel] WFS BBOX KVP parsing: are we doing it wrong?

2010-10-28 Thread Justin Deoliveira
Makes sense and +1 on the idea. Do you plan this change for trunk, or planning to backport to 2.0.x as well? I would be a bit leery about the latter but I will wait until things are implemented to comment on that. On Thu, Oct 28, 2010 at 6:54 AM, Andrea Aime wrote: > Hi, > I'm still fighting a li

Re: [Geoserver-devel] Time for a 2.1 Beta 2?

2010-10-28 Thread Justin Deoliveira
I would be happy to help. And perhaps in return the coverage experts can look into an outstanding issue we have with the wcs 1.1 cite tests. The issue being that they only work if we force geotiff as the only output format, which for that test suite (unlike the wcs 1.0 one) is not settable in the t

[Geoserver-devel] Time for a 2.1 Beta 2?

2010-10-28 Thread Simone Giannecchini
Dear All, we would like make a new beta release of GeoServer 2.1 in the very short term. Objections? Anyone caring to help? Simone. --- === Notice that our office phone number has recently changed! Please, update your records! === Ing. Simone Gia

[Geoserver-devel] WFS BBOX KVP parsing: are we doing it wrong?

2010-10-28 Thread Andrea Aime
Hi, I'm still fighting a little with the BBOX KVP parsing along with the AUTO:xywz,unit,lon,lat syntax. The thing is, the CRS is not going down through the datastores, it's lost along the way even if it's properly parsed. The issue this time is that the AUTO srs do not have an id, and even if they

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

2010-10-28 Thread Ziegler Stefan
Hi > Could you tell me how to modify Geoserver's source code? No. But I would ask your boss why he wants to change the source code when there are easier options. regards Stefan > Date: Thu, 28 Oct 2010 11:15:18 +0200 > From: stefan.zieg...@bd.so.ch > To: lv@live.cn; geoserver-devel@lis

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

2010-10-28 Thread lv
Hi, Thanks for your reply. But my boss wants to change Geoserver's source code. He gives me a jar file which can create random data. These data will be used to offset each point of maps. My boss requires me to change Geoserver's source code so that it can get the offset GIS data and then pub

[Geoserver-devel] [jira] Created: (GEOS-4204) ogr2ogr won't work on windows due to command line parsing issues with the WKT

2010-10-28 Thread Andrea Aime (JIRA)
ogr2ogr won't work on windows due to command line parsing issues with the WKT - Key: GEOS-4204 URL: http://jira.codehaus.org/browse/GEOS-4204 Project: GeoServer Issu

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

2010-10-28 Thread Ziegler Stefan
Hi your aim is not to change GeoServer's source code. You are not allowed to publish the real coordinates to the public. One approach is to randomly falsify the coordinates of your points or . You wrote that you want to use a database like oracle or postgresql/postgis. The first step is to imp

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

2010-10-28 Thread lv
Hi, How to change Gerserver's source code? Can st_translate offset each point to different place? For example, I have a shape which contains lots of points. Can st_translate offset each point to a different place or just offset all points to a same place? I have spent more than one week on l