Re: [Geoserver-users] In-memory geo-databases

2016-08-16 Thread Jason Newmoyer
Jim, Is this just for sake of performance? If so, have you considered PostGIS with the proper memory allocations and config parameters for your use case? This was an interesting thread on the topic: http://dba.stackexchange.com/questions/2041/postgresql-force-data-into-memory Jason Newmoyer

[Geoserver-users] Problem changing bounding box of imagemosaic layer

2016-08-16 Thread Sabine Ohlendorf
Dear mailing list, I am using a Geoserver Version 2.7.5. I have an imagemosaic layer of a coverage based on postgis database. I use this layer for timeseries raster data. The boundingbox for the layer was set to an AOI. I now ingested additional data to this layer which covered a bigger area

[Geoserver-users] In-memory geo-databases

2016-08-16 Thread Jim Hughes
Hi all, I'm looking to have an in-memory database in GeoServer which can handle a few million SimpleFeatures with great spatial indexing and some secondary indices on other non-spatial columns. To that end, I have two quick questions: 1. Which in-memory GeoTools datastores have folked used

Re: [Geoserver-users] authkey module in Geoserver 2.5?

2016-08-16 Thread Chris Buckmaster
Problem solved – I needed to add the authkey to the default filter chain, it now works! From: Chris Buckmaster Sent: 16 August 2016 12:05 To: Christian Mueller Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] authkey module in Geoserver 2.5? Hi Christian I noticed the

Re: [Geoserver-users] authkey module in Geoserver 2.5?

2016-08-16 Thread Chris Buckmaster
Hi Christian I noticed the ‘Enable Data Security’ option within GeoWebCache so enabled this, I now receive an HTTP 200 response in my OL3 application which is positive but I think there is still an issue related to an exception code? My response is: http://www.opengis.net/ows;

Re: [Geoserver-users] authkey module in Geoserver 2.5?

2016-08-16 Thread Christian Mueller
Hi Chris Please can you check using a WMS request. I never tried with WMTS. Cheers Christian On Tue, Aug 16, 2016 at 12:34 PM, Chris Buckmaster < chris.buckmas...@runnymede.gov.uk> wrote: > Saying that, I am now having problems being able to display the layer > through Openlayers 3. > > > >

Re: [Geoserver-users] Fwd: Can not remove rest access rule

2016-08-16 Thread Christian Mueller
Hi Christoph Please stay on the mailing list. If you cant see something in the log a debug session is necessary. Please create a JIRA issue and specify your two REST URLs. Cheers Christian On Tue, Aug 16, 2016 at 12:33 PM, Christoph Eibl wrote: > No, there is nothing

Re: [Geoserver-users] REST API: layers with the same name from different workspaces

2016-08-16 Thread Alessandro Pasotti
Thanks for your answer, but I'm afraid I've found a bug in 2.9: I've configured two layers with the same name 'roads' in two different ws: 'sf' and 'sf2', this is what I get from http://localhost:8080/geoserver/rest/layers.xml roads http://www.w3.org/2005/Atom; rel="alternate" href="

Re: [Geoserver-users] REST API: layers with the same name from different workspaces

2016-08-16 Thread Andrea Aime
Ciao Alessandro, looking at how the code works, I'd say access via qualified name ought to be working for all types of requests. I have tried only with GET, that seems to work as expected. Let us know if it works out well for you Cheers Andrea On Tue, Aug 16, 2016 at 10:16 AM, Alessandro

Re: [Geoserver-users] querying postgis raster map

2016-08-16 Thread Christian Mueller
Hi If you are using the imagemosaic-jdbc module this is not possible. Cheers On Fri, Jul 22, 2016 at 4:17 PM, Ahmet Temiz wrote: > hi, > > I want to query on my postgis raster map. > > I need to know: > Can parametric SQL View be used for postgis raster map in

Re: [Geoserver-users] Hindi Labels issue in SLD

2016-08-16 Thread srk1736
hi ian, i am also facing the same problem as praveen. please help us out Thanks & regards Krishna. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Hindi-Labels-issue-in-SLD-tp5278689p5280546.html Sent from the GeoServer - User mailing list archive at Nabble.com.

Re: [Geoserver-users] authkey module in Geoserver 2.5?

2016-08-16 Thread Chris Buckmaster
Hi Christian I managed to get this working in the end – I think I wasn’t clicking the synchronise button at the correct time and got a bit confused with the procedure I needed to follow! I know have keys available to use – thank you for replying. Cheers From: Christian Mueller

Re: [Geoserver-users] authkey module in Geoserver 2.5?

2016-08-16 Thread Christian Mueller
Hi Chris, some questions Did you add your new user "default" user group service ? Then the default user/group is correct. Did you add your user to authkeys.propeties ? Cheers On Fri, Aug 12, 2016 at 1:18 PM, Chris Buckmaster < chris.buckmas...@runnymede.gov.uk> wrote: > I’ve

Re: [Geoserver-users] Fwd: Can not remove rest access rule

2016-08-16 Thread Christian Mueller
Hi The URL looks correct. Did you see something in the geoserver.log file. Cheers Christian On Tue, Aug 16, 2016 at 9:32 AM, Christoph Eibl wrote: > Hi, > I have added a rest access rule with a rest command which results in an > entry in the rest.properties file like: >

[Geoserver-users] REST API: layers with the same name from different workspaces

2016-08-16 Thread Alessandro Pasotti
Hi, I believe this is a known limitation of the REST API, but I wonder if is there any way to overcome this limitation with some parsing of the XML results. You can probably prefix the layers names with the ws to get the layer details from the REST API but I don't know if that would allow you to

Re: [Geoserver-users] Not simplify geometry

2016-08-16 Thread Andrea Aime
On Tue, Aug 16, 2016 at 9:33 AM, Jim Bacon wrote: > This thread helped me to solve a problem. > I had a map showing a mixture of small and large polygons with the small > ones styled as points. > After an upgrade to GeoServer 2.7.2 (from which version I don't know) none > of the

Re: [Geoserver-users] Not simplify geometry

2016-08-16 Thread Jim Bacon
This thread helped me to solve a problem. I had a map showing a mixture of small and large polygons with the small ones styled as points. After an upgrade to GeoServer 2.7.2 (from which version I don't know) none of the small polygons were shown. >From this thread I learned that a.

[Geoserver-users] Fwd: Can not remove rest access rule

2016-08-16 Thread Christoph Eibl
Hi, I have added a rest access rule with a rest command which results in an entry in the rest.properties file like: /**/workspaces/test/**;GET,POST,DELETE,PUT=test Later I want to delete this rule again with: