Re: [Geoserver-users] Geofence and Oauth2

2017-03-20 Thread Emanuele Tajariol
Hi Matteo, > I wouldn't like to allow geofence to access the ldap of openam, I was pointing to the LDAP module only to show you a module that implements the required interfaces toward a data source for users and groups :) > so if it > possible to use the embedded version in a cluster

[Geoserver-users] Image Mosaic and PostGIS

2017-03-20 Thread Rogers, David
Hello, I'm having an issue ingesting GeoTIFFs as an Image Mosaic. I have a service that connects to a server and downloads a set of GeoTIFFs. It then calls geoserver/rest/workspaces//coveragestores//external.imagemosaic?configure=all to ingest the files into GeoServer. This used to work

[Geoserver-users] Geowebcache and retina display

2017-03-20 Thread Esteban Picone
Hi, I need the gmaps service of geowebcache to return tiles for retina display (2x 512x512). For example in mapbox you can specify it in the query string, is there a similar feature for geowebcache? https://www.mapbox.com/blog/512px-map-tile/ Non retina

Re: [Geoserver-users] spring PropertyPlaceholderConfigurer for data directory files?

2017-03-20 Thread Keane, Tim
Allessio- Thanks again… I made some additional progress, but it does seem that there is some limitation to the files that can be configured in this way. Please see me latest responses below. Thanks -Tim From: Alessio Fabiani [mailto:alessio.fabi...@geo-solutions.it] Sent: Monday, March 20,

Re: [Geoserver-users] CSV Output Format from WPS

2017-03-20 Thread Chris Snider
Most excellent! I look forward to what you come up with. Chris Snider Senior Software Engineer Intelligent Software Solutions, A Polaris Alpha Company [Description: Description: Description: cid:image001.png@01CA1F1F.CBC93990] From: Ian Turton [mailto:ijtur...@gmail.com] Sent: Monday, March 20,

Re: [Geoserver-users] spring PropertyPlaceholderConfigurer for data directory files?

2017-03-20 Thread Alessio Fabiani
Hi Tim, please see responses below On Mon, Mar 20, 2017 at 6:26 PM, Keane, Tim wrote: > Alessio- > > > > Thank you very much. This is definitely what I am after. I just have a > couple of points that maybe you can clarify for me: > > > > 1.It appears that the

Re: [Geoserver-users] CSV Output Format from WPS

2017-03-20 Thread Ian Turton
There is a basic implementation (with no tests) at https://github.com/ianturton/geoserver/tree/cvspipo - I'll try to finish it when I'm stuck on the train later this week Ian On 17 March 2017 at 15:06, Andrea Aime wrote: > On Fri, Mar 17, 2017 at 3:50 PM, Ian

Re: [Geoserver-users] spring PropertyPlaceholderConfigurer for data directory files?

2017-03-20 Thread Keane, Tim
Alessio- Thank you very much. This is definitely what I am after. I just have a couple of points that maybe you can clarify for me: 1.It appears that the properties in geoserver-environment.properties can only be applied to configuration in data_dir/workspaces such as datastore.xml

Re: [Geoserver-users] spring PropertyPlaceholderConfigurer for data directory files?

2017-03-20 Thread Alessio Fabiani
Hi Tim, during the work for the Backup & Restore plugin for GeoServer, we had the chance to implement also the possibility for GeoServer of externalize catalog parameters into a ".properties" file placed on the GeoServer Data Directory. Hopefully this may help you. Some more details and a small

[Geoserver-users] spring PropertyPlaceholderConfigurer for data directory files?

2017-03-20 Thread Keane, Tim
Is there a mechanism for using a properties file for value substitution into all things xml in the data directory? (i.e., datastore.xml, coveragestore.xml, users.xml) This e-mail, including any attachments, may be confidential, privileged or otherwise legally

Re: [Geoserver-users] WMS POST - outputFormat KML Error

2017-03-20 Thread Nuno Oliveira
Hi, I took a quick look at the source code an it seems that GeoServer fails when trying to retrieve the kmatrr parameter value from the raw KVP map which is NULL apparently. I'm not very familiar with KML code but this seems like a bug to me. I would try to explicit set the kmatrr parameter

Re: [Geoserver-users] OGC compliance?

2017-03-20 Thread Jody Garnett
Andrea has described where we are at - one thing we are keen on is volunteer to help update our cite tests. We are assembling some notes on the wiki: - https://github.com/geoserver/geoserver/wiki/CITE-Test-Upgrade - https://github.com/geoserver/geoserver/wiki/CITE-Sprint (earlier effort to

Re: [Geoserver-users] making a very large imagemosaic - store creation is killed- more resources needed?

2017-03-20 Thread Adam Steer
Hi Daniele > can you provide us additional logging? (looking for something which cancel > the directory walking if available). I’ll take a look - it may be that I’ve missed an out-of-memory kill and should check more generic system logs. But first I’ll try this: > You can take a look on

Re: [Geoserver-users] making a very large imagemosaic - store creation is killed- more resources needed?

2017-03-20 Thread Daniele Romagnoli
Hi Adam, can you provide us additional logging? (looking for something which cancel the directory walking if available). In general, when dealing with similar big datasets, configuring stores via REST would be better. You can take a look on these page to get some information on that topic:

Re: [Geoserver-users] OGC compliance?

2017-03-20 Thread Kirk, Victor (GB)
Is this what you are looking for? http://www.opengeospatial.org/resource/products/details/?pid=1041 -Original Message- From: Dennis Lümkemann [mailto:dennis.luemkem...@isb-ag.de] Sent: 20 March 2017 09:59 To: geoserver-users@lists.sourceforge.net Subject: [Geoserver-users] OGC

Re: [Geoserver-users] WMS-Time: Handling of null values

2017-03-20 Thread Julian Hollingbery
Could you create a database view defined by something like SELECT coalesce(end_date, now()::date) as non_null_end_date FROM ... ? -Oprindelig meddelelse- Fra: Nils Bühner [mailto:bueh...@terrestris.de] Sendt: 20. marts 2017 11:22 Til: geoserver-users@lists.sourceforge.net Emne:

Re: [Geoserver-users] OGC compliance?

2017-03-20 Thread Andrea Aime
On Mon, Mar 20, 2017 at 10:59 AM, Dennis Lümkemann < dennis.luemkem...@isb-ag.de> wrote: > Hello all, > > I'm curious about Geoserver's OGC compliance. The Geoserver website > prominently displays the Certified OGC Compliant logo and mentions WFS, WMS > and WCS (without versions...), but the OGC

[Geoserver-users] WMS-Time: Handling of null values

2017-03-20 Thread Nils Bühner
Hi all, i have a question regarding the handling of null values in WMS-Time requests for the following scenario: GeoServer 2.10.2 Datastore: PostgreSQL 9.5.6/PostGIS 2.2.1 The requested layer is configured with the following start/end attributes in its dimensions tab to support the TIME

Re: [Geoserver-users] OGC compliance?

2017-03-20 Thread Dennis Lümkemann
Hello Victor, thanks for the link, now I found it, Product Provider is Boundless. All Geoserver implemented standards are only listed under "All implementations", not under "Reference Implementations Only" or "Compliant Products Only". So Geoserver is neither a reference implementation nor OGC

[Geoserver-users] OGC compliance?

2017-03-20 Thread Dennis Lümkemann
Hello all, I'm curious about Geoserver's OGC compliance. The Geoserver website prominently displays the Certified OGC Compliant logo and mentions WFS, WMS and WCS (without versions...), but the OGC database of compliant products doesn't list Geoserver for any of those standards. Is there any

Re: [Geoserver-users] Image Map output format extension

2017-03-20 Thread Mauro Bartolomeoli
Hi Esteban, I did a quick check with one of our datasets, and it looks to be working. Maybe something particular with your datasets / styles is preventing the imagemap extension to work properly. Any chance you can share your dataset / styles? Regards, Mauro 2017-03-18 5:44 GMT+01:00 Esteban