Re: [Geoserver-users] Image mosaic granule replaced but geoserver showing the old data. UPDATE - even after reindex it still shows old data.

2019-05-02 Thread Phil Scadden
This continues to baffle me. I tried a reindex with: curl -v -u username:password -XPOST -H "Content-type: text/plain" -d "file://mnt/imagery/swathw"

[Geoserver-users] JDBCConfig export Catalog to xml files

2019-05-02 Thread jan v eijk
I have running geoserver 2.12.2 on centos in a bdr-cluster and we want to export the catalog and datastore from postgres to the standard configuration with the xml files, found a conversation in this mailing

[Geoserver-users] GeoServer REST API: restrictions on GeoServer object names?

2019-05-02 Thread Rui Maciel
While browsing through GeoServer 2.15.1 release notes I've stumbled on a bug report (GEOS-9054 ) that mentions that GeoServer's REST API cannot handle certain characters in the names of some GeoServer objects such as layers and feature types

[Geoserver-users] Geoserver External WMS

2019-05-02 Thread David Ferdoille
Hello all, As part of a map portal presenting data from different partners, we have set up a Geonetwork 2.14.0 in which we configure external WMS (cascading WMS). However, the WMS services of some partners are not always stable (GetCap Result: 404, 504, 403 ...). These instabilities disrupt our

Re: [Geoserver-users] SLD validation source code

2019-05-02 Thread fawzyb
Jody, Please note that I am working with GeoTools 19.4. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com May 2, 2019, 10:18 AM by faw...@tutamail.com: > Hi Jody, > Thanks a lot for your help. > > I have added my two new elements FlipHorizontal

Re: [Geoserver-users] SLD validation source code

2019-05-02 Thread fawzyb
Hi Jody, Thanks a lot for your help. I have added my two new elements FlipHorizontal and FlipVertical to the StyledLayerDescriptor.xsd, and now it works :) Regarding the style parser I modified, I have modified the class org.geotools.styling.SLDParser, in gt-main module. Thanks again :) Fawzy