[Geoserver-users] GeoServer CSS: Can I use attribute values in z_index?

2015-05-07 Thread Paolo Pasquali
Dear all, I've tried using an attribute value in the z_index, like this: z-index: [z_order]; but I get this error: z-index must be integer literals, they cannot be expressions, multi-values or any other type: Expression [expression=z_order] (z_order is a smallint in the db) Since I want to style

Re: [Geoserver-users] GeoServer CSS: Can I use attribute values in z_index?

2015-05-07 Thread Andrea Aime
On Thu, May 7, 2015 at 8:56 AM, Paolo Pasquali wrote: > Dear all, > I've tried using an attribute value in the z_index, like this: > z-index: [z_order]; > > but I get this error: > z-index must be integer literals, they cannot be expressions, multi-values > or any other type: Expression [expressi

Re: [Geoserver-users] GeoServer CSS: Can I use attribute values in z_index?

2015-05-07 Thread Paolo Pasquali
Thanks Andrea, I meant controlling the paint order over a single layer nonetheless I had not a clear idea how the z-index works. Thanks for the explanation. Ciao Paolo -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoServer-CSS-Can-I-use-attribute-values-in-z-index-tp52

Re: [Geoserver-users] GDAL-Support for geoserver 2.7.0

2015-05-07 Thread Gubler, Ruediger
Hi, I think I have identified the problem. If I start tomcat from the console the GDAL support is present. If I start from our service wrapper the GDAL support is missing. The only difference we found is the case of the environment variables and a semicolon at the end of the path environment var

Re: [Geoserver-users] Problem Publishing PostGis Layer

2015-05-07 Thread Hakala Oiva (Luke)
Sorry, I did not notice your reply. You also have to set SRS Handling to Force declared. Other advice you have got personally Oiva Lähettäjä: ELKHATTABI Imane Lähetetty: 6. toukokuuta 2015 17:35 Vastaanottaja: Hakala Oiva (Luke) Aihe: Re: [Geoserver-users]

Re: [Geoserver-users] GDAL-Support for geoserver 2.7.0

2015-05-07 Thread Gubler, Ruediger
Hi, We found the solution. The native dll path must be added to a additional property of our wrapper. Thank you for the support. Rüdiger Von: Gubler, Ruediger Gesendet: Donnerstag, 7. Mai 2015 09:51 An: 'Daniele Romagnoli' Cc: 'geoserver-users@lists.sourceforge.net' Betreff: Re: [Geoserver-use

[Geoserver-users] geoserver 2.7.0 class not found exception

2015-05-07 Thread Gubler, Ruediger
Hi, If I try to preview a layer i get the following exception: java.lang.NoClassDefFoundError: Could not initialize class org.geotools.gce.imagemosaic.Utils Could not initialize class org.geotools.gce.imagemosaic.Utils Details: org.geoserver.platform.ServiceException: java.lang.NoClassDefFoundEr

Re: [Geoserver-users] geoserver 2.7.0 class not found exception

2015-05-07 Thread Andrea Aime
On Thu, May 7, 2015 at 12:34 PM, Gubler, Ruediger wrote: > Hi, > > If I try to preview a layer i get the following exception: > > java.lang.NoClassDefFoundError: Could not initialize class > org.geotools.gce.imagemosaic.Utils > Could not initialize class org.geotools.gce.imagemosaic.Utils > Deta

Re: [Geoserver-users] Problem Publishing PostGis Layer

2015-05-07 Thread Hakala Oiva (Luke)
Hi again. I think the reason is the Postgis version. If I remember right I could not get Geoserver to understand Postgis-layer before the version 2. My version is Postgis 2.0.3-2 Oiva Lähettäjä: ELKHATTABI Imane Lähetetty: 7. toukokuuta 2015 12:29 Vastaano

Re: [Geoserver-users] Problem Publishing PostGis Layer

2015-05-07 Thread Hakala Oiva (Luke)
Also my Postgres-version is 9.1 and Geoserver 2.5.4. But for sure at least Geoserver 2.3.1 works. I think you should update both Posgresql and Postgis. Oiva Lähettäjä: ELKHATTABI Imane Lähetetty: 7. toukokuuta 2015 12:29 Vastaanottaja: Hakala Oiva (Luke) Aih

Re: [Geoserver-users] geoserver 2.7.0 class not found exception

2015-05-07 Thread Gubler, Ruediger
Hi, I tested with - Windows 2008 R2 64bit - Java 1.7.0_45 64bit - Apache tomcat 8.0.9 (running as service and in a console window) - gdal support for mrsid added Yours Rüdiger Von: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] Im Auftrag von Andrea Aime Gesendet: Donnerstag, 7. Mai 20

Re: [Geoserver-users] Problem Publishing PostGis Layer

2015-05-07 Thread Andrea Aime
On Thu, May 7, 2015 at 1:13 PM, Hakala Oiva (Luke) wrote: > Hi again. > > > I think the reason is the Postgis version. If I remember right I could > not get Geoserver to understand Postgis-layer before the version 2. > Hum.. when GeoServer 2.1 was released we did not have support for postgis 2

[Geoserver-users] Mongodb Extension

2015-05-07 Thread Reese, Nathan
The mongodb extension is currently labeled as unsupported. Are there any plans to update the mongodb extension for the latest Mongo geospatial features and support the extension? Thanks, Nathan -- One dashboard for se

[Geoserver-users] (no subject)

2015-05-07 Thread Reese, Nathan
-- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive

Re: [Geoserver-users] Mongodb Extension

2015-05-07 Thread Jim Hughes
Hi Nathan, You might check out Boundless's MongoDB support: https://github.com/boundlessgeo/geoserver-exts/tree/master/mongodb. They'd likely be willing and excited to discuss paid support. Cheers, Jim On 05/07/2015 11:01 AM, Reese, Nathan wrote: The mongodb extension is currently labeled

[Geoserver-users] Qgis generated sld and geoserver 2.7

2015-05-07 Thread Ismail, Mark
I have exported a simple sld from qgis - it didn't work in 2.6.2 so I tried 2.7.0 Are they not supported or have I set something up wrong ? The error generated is :- http://geodev.knowsley.gov.uk:8080/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd";> java.io.IOException: java.lang.Runtim

Re: [Geoserver-users] Qgis generated sld and geoserver 2.7

2015-05-07 Thread Andrea Aime
On Thu, May 7, 2015 at 5:27 PM, Ismail, Mark wrote: > > > http://www.opengis.net/ogc";> > > 135 > > > > > The above is not valid, no wonder it cannot be parsed, QGis SLD generation is known to emit invalid sld, an

Re: [Geoserver-users] Qgis generated sld and geoserver 2.7

2015-05-07 Thread Ian Turton
That isn't a valid filter. Looks like another QGIS bug. Ian On Thu, 7 May 2015 5:48 pm Ismail, Mark wrote: > I have exported a simple sld from qgis – it didn’t work in 2.6.2 so I > tried 2.7.0 > > Are they not supported or have I set something up wrong ? > > > > The error generated is :- > >

Re: [Geoserver-users] Qgis generated sld and geoserver 2.7

2015-05-07 Thread Izabella Mancini
Hello Andrea and Ian, thank you very much for your description concerning the compatibility of QGIS's SLDs in GeoServer. Actually, I didn't get to work nary a SLD of QGIS in GeoServer over the past semesters/years. But QGIS's style editor is a powerful tool and you can create nice SLD styles by ca

[Geoserver-users] GeoJSON TotalFeatures

2015-05-07 Thread Jim Hughes
Hi all, Out of curiosity, is the totalFeatures returned as part of a GeoJSON WFS request used by various clients? My issue is that a GeoMesa user noted that GeoJSON output from the GS Layer Preview page was taking much longer than GML. I found that GeoJSONGetFeatureResponse is making a getCou

Re: [Geoserver-users] Our experience with GeoServer and Solr as datastore

2015-05-07 Thread Alex Grech
>Francesco Fornari gmail.com> writes: > > Hello all,in our company we use with success GeoServer and Apache Solr for several project, but never togheter, so we tried to realize a proof of concept to demonstrate that solr can be a good choice as data for lat/lon positions managed by one of our

Re: [Geoserver-users] Our experience with GeoServer and Solr as datastore

2015-05-07 Thread David Collins
Hello, Alex. We have a field called 'spatial' that holds WKT-format polygons and multi-polygons - these are used in our spatial queries. We also have a field called 'centroid' that is derived from the polygons - we choose to return these in the results rather than the polygons themselves, because