[Geoserver-users] Geoserver encryption problem setting up user services on postgresql

2018-01-17 Thread Olivier Dalang
Dear Lists, I'm cross-posting to geoserver-users and geonode-users as this question concerns the setup of Geoserver but the end goal is to make it work with Geonode. I'm trying to setup Geoserver to use a postgres user table from Django (the people_profile table from Geonode). I was able to make

Re: [Geoserver-users] mongodb layer

2018-01-17 Thread Matteo Cusmai
Hi, If you are interested in showing temporal series of your polygons, you could use time dimension, and setting the default value as biggest you will have the desired result. On 17 Jan 2018 17:44, "Nuno Oliveira" wrote: > It looks like there is some misunderstanding here, maybe I misunderstood

Re: [Geoserver-users] mongodb layer

2018-01-17 Thread Nuno Oliveira
It looks like there is some misunderstanding here, maybe I misunderstood your problem: * app-schema doesn't give you any support for MongoDB, it allows you to use complex features with GeoServer or to comply with a specific XML target schema * if you want to produce complex features where

Re: [Geoserver-users] mongodb layer

2018-01-17 Thread Cintia Pereira
Thanks Nuno, I will try to use the app-schema then. I thought that there was plugin to mongodb similar to the postgis... 2018-01-17 8:29 GMT-02:00 Nuno Oliveira : > I was chatting with Andrea Aime when he pointed out (thanks!) that there > is no way to know what is the > current time in a CQL fil

Re: [Geoserver-users] if_then_else using 'isLike'

2018-01-17 Thread Michaela Egger
Thank you, Andrea! It worked after I additionally added brackets. So the correct code looks like this: *{ label: [if_then_else(isLike(IDENT,('.*FPL.*')),LOWERLIMITUNIT, IDENT)]; } On Wed, Jan 17, 2018 at 11:51 AM Andrea Aime wrote: > On Wed, Jan 17, 2018 at 11:40 AM, Michaela Egger < > mich

Re: [Geoserver-users] if_then_else using 'isLike'

2018-01-17 Thread Andrea Aime
On Wed, Jan 17, 2018 at 11:40 AM, Michaela Egger wrote: > The following code doesn't work: > > *{ >label: [if_then_else(isLike(IDENT,'%FPL%'),LOWERLIMITUNIT, IDENT)]; > } > Looking at the source code the "isLike" function is passing the pattern the java regular expression machinery, so I gue

[Geoserver-users] if_then_else using 'isLike'

2018-01-17 Thread Michaela Egger
In order to simplify my CSS I'm trying to use if_then_else functions to label my data. The following code works fine: *{ label:[if_then_else(equalTo(LOWERLIMITUNIT,'FT'),strConcat(strConcat(LOWERLIMIT,''),LOWERLIMITUNIT) ,strConcat(strConcat(LOWERLIMITUNIT,''),LOWERLIMIT))]; } But if I try to us

Re: [Geoserver-users] mongodb layer

2018-01-17 Thread Nuno Oliveira
I was chatting with Andrea Aime when he pointed out (thanks!) that there is no way to know what is the current time in a CQL filter ... which means that there is no way to filter polygons that have been inserted only in the last five minutes. So I see two options here: 1. you need a collec

Re: [Geoserver-users] mongodb layer

2018-01-17 Thread Nuno Oliveira
Hi, You only App-Schema if you are dealing with complex features or if you need to comply with a specific XML schema, otherwise you only need the mongodb data store, i.e. you only need simple features support. When publishing a MongoDB collection in GeoServer as a layer, by default GeoServer

Re: [Geoserver-users] New Vector Data Source - Web Feature Server (NG), not working with digest authentication

2018-01-17 Thread Andrea Aime
On Wed, Jan 17, 2018 at 9:47 AM, Jussila Ville wrote: > Hi Andrea, > > > > Thanks for your answer. Unfortunately “Use HTTP connection pooling” is use > only in WMS data storage. Not in WFS. > Ah, you're obviously right. Unfortunately the usage of the simple HTTP client is hard-coded. The code sh

Re: [Geoserver-users] New Vector Data Source - Web Feature Server (NG), not working with digest authentication

2018-01-17 Thread Jussila Ville
Hi Andrea, Thanks for your answer. Unfortunately “Use HTTP connection pooling” is use only in WMS data storage. Not in WFS. Any suggestions? With Best Regards Ville Lähettäjä: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] Puolesta Andrea Aime Lähetetty: 16. tammikuuta 2018 16:41 Vasta