[Geoserver-users] Filter by geometry

2013-04-01 Thread Сергей Колосов
Hi all. I'm trying to apply filter WITHIN to WMS layer from OpenLayers: WITHIN(the_geom, POLYGON((35 49, 35 51, 39 51, 39 49, 35 49))) Everything works fine until i use PostGIS layer instead of Shapefile . Then i need to use the geom field. So the question is how can i know what field to use if

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-04-01 Thread Justin Deoliveira
Thanks for digging in on this everyone. I have tracked the problem to an issue in the upstream geoscript-py dependency and created this issue. https://jira.codehaus.org/browse/GEOS-5742 Should be a straight forward fix, wil update shortly. On Fri, Mar 29, 2013 at 5:07 AM, Tom van Tilburg

Re: [Geoserver-users] [Geotools-devel] PropertyType bindings

2013-04-01 Thread Jody Garnett
Moving the conversation to the user list (we tend to keep geotools-devel for those working on the library). The answer is it depends on what your source data can provide, some of the JDBC DataStores can provide Date, UUID and other types. For Shapefile you best look at the source code to see