Re: [Geoserver-users] Geoserver + GDAL extension

2019-04-08 Thread Daniele Romagnoli
Hi, gdalljni.dll from wrapper.java.library.path.3 requires gdal.dll and some others available in .path.2. Maybe the paths search aren't combined together. You may want to try to move the file *C:\Program Files (x86)\GeoServer 2.15.0\wrapper\lib\GDAL\bin\gdal\java\gdalalljni.dll* into *C:\Program F

Re: [Geoserver-users] Geoserver + GDAL extension

2019-04-08 Thread Daniele Romagnoli
Hi Marcel, just for clarification, which GDAL version are you referring to? I'm seeing sometime you refer to gdalalljni.dll and sometime gdaljni.dll Please, let us know. Regards, Daniele On Mon, Apr 8, 2019 at 11:58 AM Lagarde, Marcel wrote: > Hi, > > > > I moved gdalljni.dll To the bin direct

Re: [Geoserver-users] Geoserver + GDAL extension

2019-04-08 Thread Andrea Aime
On Wed, Apr 3, 2019 at 10:11 AM Lagarde, Marcel wrote: > The documentation how to install the GDAL binary libraries is not clear to > me. https://docs.geoserver.org/latest/en/user/data/raster/gdal.html > This documentation is "latest", means it works only with the development series. There has b

Re: [Geoserver-users] Layer groups not appearing in WMS GetCapabilities

2019-04-08 Thread Mikael Vaaltola
Hi, thank you very much for the suggestion! Unfortunately I was not able to get the layer group working by deleting the layer group and layers and re-adding them. There also wasn't any errors in the log. On verbose logging, the log was full of DEBUG-messages: [geoserver.ows] - Could not find a lay

Re: [Geoserver-users] Geoserver + GDAL extension

2019-04-08 Thread Lagarde, Marcel
Ok, so I was using the wrong version…. This is what I’ve done. Download from https://demo.geo-solutions.it/share/github/imageio-ext/releases/native/gdal/1.9.2/ - gdal-data.zip - gdal-1.9.2-MSVC2010-x64.zip I’ve replaced the gdal-data.zip files with the ones in C:\Program File

Re: [Geoserver-users] Geoserver + GDAL extension

2019-04-08 Thread Andrea Aime
On Mon, Apr 8, 2019 at 4:54 PM Lagarde, Marcel wrote: > I’ve installed *Geoserver 32 bit* because I’m running it as a service. > Also installed *jre-8u201-windows-x64 *because of the *UnsatisfiedLinkError, > *but this isn’t giving me the sollution as well. > If you are running 32 bit GeoServer G

Re: [Geoserver-users] System variable in datastore.xml

2019-04-08 Thread Andrea Aime
Hi, I believe you are looking for configuration parameters, described here: https://docs.geoserver.org/latest/en/user/community/backuprestore/configtemplate.html Cheers Andrea On Tue, Apr 2, 2019 at 9:10 PM Grzegorz wrote: > Is it possible to use system variables when creating a connection to

Re: [Geoserver-users] Republishing same Shapfile with different store names giving error if published more than 9 times.

2019-04-08 Thread Andrea Aime
There is indeed a limit of 10 attempts in the code (checked a bit the history, has been like that for many years, likely 10 and more): https://github.com/geoserver/geoserver/blob/6e9e25c0c7cdda9ada9f33f8255130d3afc76801/src/restconfig/src/main/java/org/geoserver/rest/catalog/DataStoreFileController

Re: [Geoserver-users] WFS boundedBy

2019-04-08 Thread Matt Hakim
Thanks Andrea, Could a new URL query parameter be added to the WFS URL to enable returning the bounds? eg. bounds=true. This flag would cause the boundedBy element to be returned in the WFS response, similar to the 'Return bounding box with every feature'. We use the bounds to zoom into the feature