|
From: Farber, S. (EEA) <Sau...@st...> - 2007-06-20 23:34:31
|
Hey interested ArcSDE-ers (meaning: Hi Gabriel) =20 I committed the work we talked about on IRC today. Mostly it was = bugfixes to support configuration keywords other than "DEFAULTS" on = table creation, and a mini fix to support the actual creation of nil = shapes. However, I'm still failing one test, and I'm having trouble figuring it = out. I'll keep poking to try and figure out why, but the symptoms are = that when I start up geoserver 1.6.x using the freshly compiled = 2.4.x-SNAPSHOT geotools (with all my ArcSDE changes) and then I run the = following wfs request: http://localhost:8080/geoserver/wfs?request=3Dgetfeature&service=3DWFS&ve= rsion=3D1.0.0&typeName=3Dmassgis:SFARBER.TEST_POINT&BBOX=3D-60,-55,-40,-2= 0 I get back exactly 6 points. Just as would be expected. =20 However, when I run the testBBoxFilterPoints() test in = ArcSDEDataStoreTest, I only get back 5 points as results. The = testBBoxFilterPoints() method just calls: =20 filter =3D ff.bbox(name, -60,-55,-40,-20, srs); FeatureCollection fc =3D fsource.getFeatures(filter); =20 And this returns 5 points! I'm not sure what's going on, but udig is also having weird troubles = with one point in that set when I use it as a WFS client to my running = geoserver, so I'm going to look into it further. =20 So that test is failing, but everything else should be all set. =20 --saul |