Re: [Geoserver-users] ImageMosaic with netCDF and custom dimensions in Geoserver

2020-11-03 Thread MiriamK via Geoserver-users
I forgot to mention: Geoserver version: 2.16.2 Geotools version: 22.2 -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html ___ Geoserver-users mailing list Please make sure you read the following two resources before posti

[Geoserver-users] ImageMosaic with netCDF and custom dimensions in Geoserver

2020-11-03 Thread MiriamK via Geoserver-users
Dear Geoserver-Team. I am trying to ingest netCDF as image mosaic with custom dimensions. Apparently I am getting several error messages, which are not clear for me. Currently I am testing H2, but also Postgres JNDI is not successful. Filenaming like following, with different wavelengths and vers

[Geoserver-users] REST-API creation of FeatureType based on remote WFS

2020-11-03 Thread Christian Mayer
Hi all, I am doing the following via the GeoServer REST-API: I create a datastore based on a remote WFS [1]. This works fine. Then I try to publish a FeatureType of the remote WFS in my GeoServer by POSTing against /rest/workspaces//datastores//featuretypes. This gives me the error "Trying to crea

[Geoserver-users] Call WMS GetMap using HTTP POST

2020-11-03 Thread Nicoletti Donato
Hello, I'm trying to call WMS GetMap using HTTP POST and a custom SLD Style in HTTP POST Body. This is my call: URL: http://localhost:8080/geoserver/wms Body: application/xml http://www.opengis.net/ows"; xmlns:gml="http://www.opengis.net/gml"; version="1.1.1" service="WMS">

Re: [Geoserver-users] Legend via GWC

2020-11-03 Thread Eduardo Suárez
Another option would be to modify the metadata that tells the client where the getlegend service is located, and then do some query rewriting in the reverse proxy. Is it possible to modify the info about the URL of the Legend service? On Mon, Nov 02, 2020 at 01:57:21PM +, Eduardo Suárez wrote