Re: [Geoserver-users] SLD problem with attribute filtering

2016-02-24 Thread Andrea Aime
On Thu, Feb 25, 2016 at 2:17 AM, Martin Davis wrote: > Just a guess, but this is probably caused by a pre-scan that GeoServer > does to validate that all the attributes referred to in the SLD are > available in the underlying layer. (One reason for this I think is that > GeoServer only requests

Re: [Geoserver-users] SLD problem with attribute filtering

2016-02-24 Thread Kirk, Victor
I agree with Martin, separate styles would be better and much more maintainable. However, if you really need to have you tried filtering by geometry type on the rule, e.g. gtype Point Or maybe basing the layers on views which make the layers look the same at an attri

Re: [Geoserver-users] SLD problem with attribute filtering

2016-02-24 Thread Martin Davis
Just a guess, but this is probably caused by a pre-scan that GeoServer does to validate that all the attributes referred to in the SLD are available in the underlying layer. (One reason for this I think is that GeoServer only requests the attributes needed to compute the SLD filters). I'm not sur

Re: [Geoserver-users] SLD problem with attribute filtering

2016-02-24 Thread Geoffrey Balme
​I need to have everything in 1 SLD., it's a part of the requirements of the work I have to do. Isn't this behavior a bug of geoserver ? It shouldn't behave this way when you don't have the exact same attribute for your point and your polygon. 2016-02-25 2:06 GMT+01:00 Martin Davis : > Why not

Re: [Geoserver-users] SLD problem with attribute filtering

2016-02-24 Thread Martin Davis
Why not create two different SLDs? On Wed, Feb 24, 2016 at 3:41 PM, Geoffrey wrote: > Hello, > > I have a SLD file styling 2 different shapefiles, one containing point and > the other containing polygons. The polygons have an attribute that the > point > doesn't. > > The problem is, that when I

[Geoserver-users] SLD problem with attribute filtering

2016-02-24 Thread Geoffrey
Hello, I have a SLD file styling 2 different shapefiles, one containing point and the other containing polygons. The polygons have an attribute that the point doesn't. The problem is, that when I filter the Polygon in SLD on their attribute, the point can't render because it doesn't have this att

Re: [Geoserver-users] Google tile index

2016-02-24 Thread Kirk, Victor
How is the geoserver instance being hosted and exposed? Are you running the standalone version or under tomcat? Do you have a proxy in front of geoserver? For a site exposed on the internet I'd recommend having Apache sitting between the client and geoserver. Apache can then host the robots f

Re: [Geoserver-users] Possible to obtain groups from HTTP Headers?

2016-02-24 Thread Martin Davis
Thanks, Mauro. We are aware of the ability to pass roles as well as the user. That's certainly a nice facility to have. Unfortunately in the context we are in it is non-trivial to map the supplied group to roles (for various reasons, one of which is that the filter would essentially need to impl

Re: [Geoserver-users] Configuration of staged GeoServer installations

2016-02-24 Thread Andrea Aime
On Wed, Feb 24, 2016 at 5:44 PM, Andreas Watermeyer < andreas.waterme...@its-telco.de> wrote: > I think it would be nice to have variable substitution in various > settings, like external URLs. Maybe substitution from system property > or the like. But I suppose variable substitution is not yet av

[Geoserver-users] Google tile index

2016-02-24 Thread Alvey,David (Chief Executives)
Hi there. Is there any way of stopping Google indexing map tiles? eg. http://www.derbyshire.gov.uk/councillors has a Leaflet map. Now search for "derbyshire councillors" in google and click on "images" and you can see the map tiles The url for Geoserver is https://wm

[Geoserver-users] Configuration of staged GeoServer installations

2016-02-24 Thread Andreas Watermeyer
Hi all, our development process for a GeoServer project consists of the typical stages: - continuous integration stage - user acceptance test stage - ... - production stage The GeoServer configuration is the same for all stages except from a few properties like - URLs of cascaded, external WMS

[Geoserver-users] How to point GeoServer to MOSAIC_DIR?

2016-02-24 Thread Padhrig Mccarthy
Hi- I am a novice GeoServer user, and I am tasked with setting up multiple timeseries ImageMosaics for our project. I have a MOSAIC_DIR set up and configured according to the tutorial at http://docs.geoserver.org/latest/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html . Based

Re: [Geoserver-users] Possible to obtain groups from HTTP Headers?

2016-02-24 Thread Mauro Bartolomeoli
Hi Martin, 2016-02-24 2:03 GMT+01:00 Martin Davis : > We are running GeoServer behind a HTTP security proxy which provides both > user authentication and user group membership information (via HTTP > Headers). > > Is it possible to somehow pass the user groups into GeoServer for use by > Security