Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-13 Thread Ben Caradoc-Davies
Nino, if you are not already using it, I recommend using the OpenJDK 8 provided for Ubuntu 16.04 as this will have best compatibility with native libraries installed on your system. It is up to date (8u131): https://packages.ubuntu.com/xenial/openjdk-8-jdk apt-get update apt-get install

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-13 Thread nino formica
Hi Nuno, Really I'm not very practical about java (I have basic knowledge), but I guess my java installation (JRE) on Ubuntu 16.04 isn't good or it is not well configured ! So I want to try again. I'm looking for and I found this guide:

Re: [Geoserver-users] GetFeatureInfo Exception

2017-07-13 Thread Danny Cheng
Hi Marc, I eventually tracked down the URL and indeed it's missing the layers definition in the request! Thanks, Danny From: Marc Jansen [mailto:jan...@terrestris.de] Sent: Wednesday, July 12, 2017 3:21 PM To: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] GetFeatureInfo

Re: [Geoserver-users] Nimrod files

2017-07-13 Thread Ian Turton
Assuming that Nimrod files are what is described here ( http://browse.ceda.ac.uk/browse/badc/ukmo-nimrod/doc/Nimrod_File_Format_v1.7.pdf) you will either need to convert them to a more standard format or write a new datastore to read them. It looks like once you've understood the 512 bytes of

[Geoserver-users] Nimrod files

2017-07-13 Thread aschinch
We have a requirement to visualize Nimrod files using GeoServer. Has anyone done this? any pointers will be very helpful. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Nimrod-files-tp5327775.html Sent from the GeoServer - User mailing list archive at Nabble.com.

[Geoserver-users] LDAP authencation using openLDAP

2017-07-13 Thread surajadole
hello can please provide me steps how to connect the geoserver to open LDAP server in details Also provide LDAP server setting for geoserver if any -- View this message in context: http://osgeo-org.1560.x6.nabble.com/LDAP-authencation-using-openLDAP-tp5327709.html Sent from the GeoServer -

Re: [Geoserver-users] Mapbox vector tile cache

2017-07-13 Thread Ben Jerrim
Ah, i see two very different things on your request string. You're using the WMTS service and addressing GWC directly. I was using WMS for my vector tile requests and expecting the geoserver integration with geowebcache to handle the cache lookup. I've updated my requests to use the WMTS and