Re: [Geoserver-users] non-admin user change it's password via REST

2016-08-31 Thread Christian Mueller
Hi Cannot say something about Geofence, but the the standard security subsystem has no API for password changing. Cheers Christian On Wed, Aug 31, 2016 at 9:41 PM, Christoph Eibl wrote: > Hi, is there a possibility that a non-admin user can change it's > password with a REST call, with or with

[Geoserver-users] Get "Error rendering coverage on the fast path" when request a browse image from an image mosaic layer

2016-08-31 Thread Cathy Hu
Hi There: When I try to get an browse image (which is over the north pole), I get errors and no browse image is returned back. Here's the Geoserver log: 2016-08-31 17:45:35,780 INFO [org.geotools.referencing.factory] - Using "file:/C:/apache-tomcat-8.0.30-geo-2.9.1/webapps/geoserver/WEB-INF/lib

[Geoserver-users] non-admin user change it's password via REST

2016-08-31 Thread Christoph Eibl
Hi, is there a possibility that a non-admin user can change it's password with a REST call, with or without using geofence? -- ___ Geoserver-users mailing list Geoserver-users@l

Re: [Geoserver-users] GetFeatureInfo on Raster layers

2016-08-31 Thread Andrea Aime
Not there, but you could write a PropertyCollector reading the exif tags and the like, so that they are added to the index, and then indeed publish the index via WFS. If it's a mosaic that's the way to go, if we are talking single images it seems a bit complicated, but still, there are no other way

Re: [Geoserver-users] GetFeatureInfo on Raster layers

2016-08-31 Thread Paul Wittle
Thanks Ian, So nothing in the http://docs.geoserver.org/stable/en/user/tutorials/imagemosaic_timeseries/imagemosaic_time-elevationseries.html tutorial will help me then? Thanks, Paul From: Ian Turton [mailto:ijtur...@gmail.com] Sent: 31 August 2016 16:42 To: Paul Wittle Cc: geoserver-users@lis

Re: [Geoserver-users] GetFeatureInfo on Raster layers

2016-08-31 Thread Ian Turton
On 31 August 2016 at 16:15, Paul Wittle wrote: > Hi, > > > > Is it possible to return attribute information on raster layers? > For a raster the attributes tend towards red, green and blue values. > > > To give examples, I want to know if you can return the source filename for > image mosaic l

[Geoserver-users] GetFeatureInfo on Raster layers

2016-08-31 Thread Paul Wittle
Hi, Is it possible to return attribute information on raster layers? To give examples, I want to know if you can return the source filename for image mosaic layers. I would also be interested in knowing if the GeoServer is able to read Exif tags in photos etc. Best Regards, Paul "This e-mail

[Geoserver-users] GWC and data security problem

2016-08-31 Thread Niclas Thall
Hi, I'm having a problem with GeoServer, GWC and Data Security. With rule *.*.a=ROLE_ADMIN , ROLE_ADMIN parent is ADMIN. I can reseed the layers. But if i change it to *.*.w=ROLE_ADMIN, *.*.r=ROLE_ADMIN it doesn't work, cant understand why? Or if have *.*.a=ROLE_ADMIN, *.*.r=ROLE_RATSIT it doesn

Re: [Geoserver-users] Return specific layer from WMS request?

2016-08-31 Thread Chris Buckmaster
Ah nice thanks Andrea! From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 31 August 2016 10:16 To: Chris Buckmaster Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Return specific layer from WMS request? Yes and no... the request w

Re: [Geoserver-users] Return specific layer from WMS request?

2016-08-31 Thread Andrea Aime
Yes and no... the request would be like this one, for topp:states: http://demo.geo-solutions.it/geoserver/topp/states/ows?service=wms&version=1.3.0&request=GetCapabilities but the current code still returns also the layer groups at the top level (not entirely sure why btw, it's probably a bug) C

[Geoserver-users] Return specific layer from WMS request?

2016-08-31 Thread Chris Buckmaster
Hi I am wondering if it is possible to return specific layers from a Geoserver WMS request? After looking I don't think it is possible to just include 'layer=layerworkspace:layername' like a WFS request, but read in the documents that the workspace name can be included, and then a namespace sp