[Geoserver-users] Error adding Geoserver 2.8 ImageMosaicJDBC data store

2016-01-06 Thread Ty Swavely
Hello! I'm trying to add an ImageMosaicJDBC data store to my Geoserver 2.8.0 instance, but am receiving this error: Error: could not list layers for this store, an error occurred retrieving them: Failed to create reader from …. and hints null. I've spent some time searching for solutions, but th

[Geoserver-users] GeoServer Rest URL not reporting correct information

2016-01-06 Thread Schabowsky, Amanda
In our clustered GeoServer architecture, we are creating coverage stores/layers dynamically using GeoServer's REST configuration API. Some of the coverage stores are not reporting that they have been created (I used this URL to verify: http://localhost:8080/geoserver/rest/workspaces//coveragestor

Re: [Geoserver-users] bulk geotiff import

2016-01-06 Thread Alex O'Ree
Found it here, http://docs.geoserver.org/stable/en/user/rest/api/datastores.html thanks for the pointer! On Wed, Jan 6, 2016 at 12:54 PM, Alex O'Ree wrote: > Fantastic, can you point me towards the documentation or any where > with more info? > > On Wed, Jan 6, 2016 at 12:36 PM, Jody Garnett wr

[Geoserver-users] How to implement Session based token security

2016-01-06 Thread Deepti Puri
Hi there Just learning about Geoserver - I have a multi-tenant web mapping application running on ArcGIS server which I am trying to replace with geoserver. Identity of the users for tenants are maintained through another identity api. After successful login Api generates the session token through

Re: [Geoserver-users] bulk geotiff import

2016-01-06 Thread Alex O'Ree
Fantastic, can you point me towards the documentation or any where with more info? On Wed, Jan 6, 2016 at 12:36 PM, Jody Garnett wrote: > The REST API can be used to load and configure raster content. The importer > can also be pointed at a directory of spatial files and do a bulk import ... > an

Re: [Geoserver-users] bulk geotiff import

2016-01-06 Thread Jody Garnett
The REST API can be used to load and configure raster content. The importer can also be pointed at a directory of spatial files and do a bulk import ... and the importer is also available via a REST API :) -- Jody Garnett On 6 January 2016 at 09:24, Alex O'Ree wrote: > I have a large collection

[Geoserver-users] bulk geotiff import

2016-01-06 Thread Alex O'Ree
I have a large collection of geotiff files, is there a process to getting them all bulk imported into geoserver? Any kind of script or command line interface I can use? Perhaps a rest api? -- __

[Geoserver-users] ?????? [SPAM] How to use gs:Query in sld??

2016-01-06 Thread ????????
Hi: Thanks you. I use querylayer module like below in sld: http://www.opengis.net/sld StyledLayerDescriptor.xsd" xmlns="http://www.opengis.net/sld"; xmlns:ogc="http://www.opengis.net/ogc"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsi="http://www.w3.org/2001/XMLSc

Re: [Geoserver-users] [SPAM] How to use gs:Query in sld??

2016-01-06 Thread Andrea Aime
Hi, gs:Query cannot be used in rendering transformation. As already suggested, chaining transformations in SLD was not included in the original development and testing, it's there mostly as an accident, but needs more development to actually work (see https://github.com/geoserver/geoserver/wiki/Suc

[Geoserver-users] [SPAM] How to use gs:Query in sld??

2016-01-06 Thread ????????
Hi: I want to use gs:Query in sld to cropCoverage. Below sld is not work; SLD: http://www.opengis.net/sld StyledLayerDescriptor.xsd" xmlns="http://www.opengis.net/sld"; xmlns:ogc="http://www.opengis.net/ogc"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsi=