[Geoserver-users] GeoServer WPS Suggestion

2011-02-11 Thread David Alda Fernandez de Lezea
Hi list, I'm planning to give GeoServer the functionallity that WPS provides, but I'm not really sure what product do I have to choose. I'm using GeoServer 2.0.2, which is stable, and I don't know if the geoserver's WPS module works with this version. I've also found some other products such

Re: [Geoserver-users] How to filter road numbers in SLD using [SEC=Unclassified] propertyislike? [SEC=Unclassified]

2011-02-11 Thread Milo van der Linden
This may have to do with the geotools regex (java.util.regex) doesn't translate to postgresql's internal regex http://www.postgresql.org/docs/8.1/static/functions-matching.html Can you capture the queries sent by geoserver to the postgis database on requesting the labels? If it turns out to

[Geoserver-users] My Email address

2011-02-11 Thread Mustafa Noor
noorc...@gmail.com -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development

[Geoserver-users] GDAL support

2011-02-11 Thread Mattias Lindblad
Hi all, I have just started working with setting up a GeoServer. One of the first things I wanted to do was to add some DTED data, which didn't work out-of-the box. The documentation (http://docs.geoserver.org/stable/en/user/data/gdal.html) states that I need to install GDAL Native libraries

[Geoserver-users] PropertyIsNotEqualTo

2011-02-11 Thread Fernando Barbat
Hi, I'm using GeoServer 2.0.2. I want to use a PropertyIsNotEqualTo in SLD referring to Double field. If the literal is an integer value -it ends with .0-, the comparison always returns false. Geoserver is probably using a String comparison instead of a Double comparison. This problem doesn't

Re: [Geoserver-users] Google Earth 6 Geoserver 2.1 beta1

2011-02-11 Thread Justin Deoliveira
Hi Marcos, Actually it turns out this was a bug and was recently fixed. [1] YOu can grab a recently 2.1.x nightly to try it out. -Justin [1] http://jira.codehaus.org/browse/GEOS-4345 On Thu, Feb 10, 2011 at 10:20 PM, Marcos Nino-Ruiz m.ninor...@pgrad.unimelb.edu.au wrote: Hi Justin, I

Re: [Geoserver-users] PropertyIsNotEqualTo

2011-02-11 Thread Justin Deoliveira
What is the type of the area attribute? GeoServer does not do a straight string comparison. It attempts to convert the value according of the type of the attribute. I have seen this case where the attribute type is an integer and the value is a double specified in this way. So even though 530

Re: [Geoserver-users] How to use GeoServer published data with ArcGIS API

2011-02-11 Thread Benjamin Mearns
Hi Mustafa, You can add it as a WMS layer using documentation here: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/wmslayer.htm From that page: This snippet requires setting up a proxy page var wmsLayer = new esri.layers.WMSLayer(wmsURL); This snippet specifies the resourceInfo

Re: [Geoserver-users] How to filter road numbers in SLD using [SEC=Unclassified] propertyislike? [SEC=Unclassified]

2011-02-11 Thread Andrea Aime
On Fri, Feb 11, 2011 at 12:35 PM, Milo van der Linden m...@dogodigi.net wrote: This may have to do with the geotools regex (java.util.regex) doesn't translate to postgresql's internal regex http://www.postgresql.org/docs/8.1/static/functions-matching.html Can you capture the queries sent by

Re: [Geoserver-users] PropertyIsNotEqualTo

2011-02-11 Thread Andrea Aime
On Fri, Feb 11, 2011 at 6:01 PM, Fernando Barbat fbar...@gmail.com wrote: You're right. The column in PostGIS is numeric(10,0) so it is an Integer. However, GeoServer detects it just as a BigDecimal (that's what the admin interface says in the layer configuration) and that's why I was using a

Re: [Geoserver-users] GDAL support

2011-02-11 Thread Simone Giannecchini
Ciao Ivan, please, reade below... Regards, Simone Giannecchini --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle Viti 1187 55054  Massarosa (LU) Italy phone: +39 0584 962313 fax:      +39 0584 962313 mob:    +39 333

Re: [Geoserver-users] GDAL support

2011-02-11 Thread Simone Giannecchini
Ciao Ivan, please, read below... Regards, Simone Giannecchini --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle Viti 1187 55054  Massarosa (LU) Italy phone: +39 0584 962313 fax:      +39 0584 962313 mob:    +39 333

[Geoserver-users] gml:id on WFS getFeature response

2011-02-11 Thread luis peinado
Hi list, I would like to change the gml:id value on my geoserver's wfs getFeature response. I get something like: gml:id=myLayer.fid-395f5e9f_12dd69d7451_a8f Since I use data from a postgis view that I cannot change and it has no primary key. I made that on Mapserver's map files using a metadata

Re: [Geoserver-users] PropertyIsNotEqualTo

2011-02-11 Thread Fernando Barbat
I looked at Postgres log and if I'm not missing something, this is the query: SELECT gid,name,area,encode(asBinary(force_2d(the_geom),'XDR'),'base64') as the_geom FROM states WHERE the_geom GeomFromText('POLYGON ((-7134402.895051801 -4322800.136486195, -7134402.895051801 -3351652.113513805,

[Geoserver-users] Tomcat Crashes Creating JP2K Layers 2.1-RC1

2011-02-11 Thread Lonnie M
Hi, We are having an issue with geoserver 2.1-RC1 / jp2k-plugin 2.1-RC1 on CentOS 5.5 / Tomcat 6.0.20. What is happening is when I add an ImageMosaic raster data source and point it to a directory of several hundred or thousands of jp2k files, it will read files then crash the jvm at some point