Re: [Geoserver-users] ImageMosaic index not updating due to ClassCastException

2022-11-08 Thread Andrew Chamberlain via Geoserver-users
source was indeed read-only. Finally, to allow the index to be updated, the UseExistingSchema property had to be set to false. Thanks again, Andy On Friday, 4 November 2022 at 18:06:30 GMT, Andrew Chamberlain wrote: Hi Ian, Thanks for the prompt reply.  Yes, the datastore is configured

Re: [Geoserver-users] ImageMosaic index not updating due to ClassCastException

2022-11-04 Thread Andrew Chamberlain via Geoserver-users
wrote: Is your source writable by the user that GeoServer is using? I think that error usually means it is read only. Ian  On Fri, 4 Nov 2022, 16:40 Andrew Chamberlain via Geoserver-users, wrote: Hi All, Has anyone recently seen this when adding a granule to an imagem

[Geoserver-users] ImageMosaic index not updating due to ClassCastException

2022-11-04 Thread Andrew Chamberlain via Geoserver-users
Hi All, Has anyone recently seen this when adding a granule to an imagemosaic? java.lang.ClassCastException: org.geotools.jdbc.JDBCFeatureSource cannot be cast to org.geotools.data.simple.SimpleFeatureStore at org.geotools.gce.imagemosaic.catalog.AbstractGTDataStoreGranuleCatalog.removeGranules(A

[Geoserver-users] ImageMosaic PNG8 Transparency

2022-06-06 Thread Andrew Chamberlain via Geoserver-users
Hi All, Does anyone know a way of forcing Geoserver to (always) preserve transparent pixels beyond the bounds of source granule footprints? I only ask because I've noticed that when the area not covered by granules falls below a certain threshold, the Transparent setting for "Footprint Behaviour

Re: [Geoserver-users] Image Mosaic Time Support with Existing DB Schema

2021-07-21 Thread Andrew Chamberlain via Geoserver-users
be something else going on. Thanks again, Andy On Wednesday, 21 July 2021, 14:19:44 BST, Andrew Chamberlain wrote: Hi Jakub, Thank you for your reply. I'll take a look at your example configuration.  What's interesting is that you seem to have TimeAttribute in the Primary con

Re: [Geoserver-users] Image Mosaic Time Support with Existing DB Schema

2021-07-21 Thread Andrew Chamberlain via Geoserver-users
.2021 13:43, carlo cancellieri wrote: Yes its possible you are probably missing tha datastore.properties pointing to the database? Please (google) follow the time series howto with imagemosaic to check if/what else you are missing. Il giorno mar 20 lug 2021 alle 11:43 Andrew Chambe

Re: [Geoserver-users] Image Mosaic Time Support with Existing DB Schema

2021-07-21 Thread Andrew Chamberlain via Geoserver-users
llieri wrote: Yes its possible you are probably missing tha datastore.properties pointing to the database?Please (google) follow the time series howto with imagemosaic to check if/what else you are missing. Il giorno mar 20 lug 2021 alle 11:43 Andrew Chamberlain via Geoserver-users ha scritto:

Re: [Geoserver-users] Image Mosaic Time Support with Existing DB Schema

2021-07-21 Thread Andrew Chamberlain via Geoserver-users
/what else you are missing. Il giorno mar 20 lug 2021 alle 11:43 Andrew Chamberlain via Geoserver-users ha scritto: Hi All Apologies for the self-reply.  I feel this is a bug, but before I can raise one, I understand that it first needs to be confirmed by a third party.  I was therefore wonderi

Re: [Geoserver-users] Image Mosaic Time Support with Existing DB Schema

2021-07-20 Thread Andrew Chamberlain via Geoserver-users
-populated timestamp column in an existing granule index (i.e. database table).2) The indexer.properties file below looks reasonable. Many thanks in advance, Andrew On Monday, 12 July 2021, 14:43:50 BST, Andrew Chamberlain via Geoserver-users wrote: Hi All, Not sure if this should be

[Geoserver-users] Image Mosaic Time Support with Existing DB Schema

2021-07-12 Thread Andrew Chamberlain via Geoserver-users
ot;.  I've also created an index in the database, in case this mattered. I can't find an example of using a mosaic index with a pre-populated time, so was starting to wonder whether it's possible at all? Have tried on versions 2.17 and 2.19.  Any pointers would be greatly ap

Re: [Geoserver-users] Keycloak Roles

2020-01-21 Thread Andrew Chamberlain via Geoserver-users
e role should be mapped to the user. You shouldn't need a new role service. Have you assigned the new role to the user on Keycloak "geoserver-cleint" as shown at point 4? Il giorno mar 21 gen 2020 alle ore 13:24 Andrew Chamberlain via Geoserver-users ha scritto: Hi All, I

[Geoserver-users] Keycloak Roles

2020-01-21 Thread Andrew Chamberlain via Geoserver-users
Hi All, I'm in the process of integrating Keycloak in the manner described here: https://docs.geoserver.org/latest/en/user/community/keycloak/index.html This all works fine, but when I'm getting unexpected results when adding further roles to protect individual layers.  Having added the new role i

[Geoserver-users] Return to slow loading of Oracle layers

2016-08-12 Thread Andrew Chamberlain
Hello All, Following the welcome improvement in 2.8.0 for the faster loading of Oracle layer configurations, it seems that this enhancement is not as noticeable in subsequent versions (e.g. 2.9.x and the current 2.10 build).  Does anyone know why this might be? The difference in startup times is

[Geoserver-users] GEOS-6812 (Oracle Start-up SQL Exception)

2016-08-12 Thread Andrew Chamberlain
Hi All, I've just encountered the same problem as described in the above bug report (https://osgeo-org.atlassian.net/browse/GEOS-6812), and notice that the fix is said to be part of the master version of 2.9.x.  I've trawled the release notes and change logs, but can't find any mention of its in

[Geoserver-users] Logging of Web Admin Logins?

2016-03-03 Thread Andrew Chamberlain
Hi All, Hope this isn't a noddy question.  Just wondering if anyone knew whether it's possible to audit (i.e. log to file) login attempts to the Geoserver web admin interface? I've had a look at the monitoring extension, but that only seems to audit data requests. Many thanks in advance, Andy

[Geoserver-users] New LayerGroup via REST ignores styles in a workspace

2015-08-26 Thread Andrew Chamberlain
Hi All, Just trying to create a layergroup via Geoserver's REST APIand it seems that any style in a workspace is ignored in favour of thedefault style for the layer (as is the case for an empty element). For example, if I copy the styles used by the "tasmania"layer group into the "topp" workspa

Re: [Geoserver-users] Convex hull

2011-03-30 Thread Andrew Chamberlain
Hi Ahmad, If you need this to be dynamic, the best bet is to use OpenLayers for your client.  With a WFS layer configured to pull over the building features from Geoserver, you can let the user pick the buildings and then have a bit of _javascript_ to calculate and

Re: [Geoserver-users] geoserver and layers security

2011-03-08 Thread Andrew Chamberlain
Hello Marwa, Did you get a reply about this?  We're also interested in a solution. Not sure how Google Maps works exactly, but one approach is to set up a proxy server which interrogates the HTTP_REFERER field in the request header, and only forwards the re

Re: [Geoserver-users] Geometry Field Choice?

2011-02-14 Thread Andrew Chamberlain
t, or otherwise manipulate the geometry before rendering. See samples at http://docs.geoserver.org/stable/en/user/styling/sld-extensions/geometry-transformations.html of this more advanced technique. -d On Mon, Feb 14, 2011 at 12:32 PM, Andrew

[Geoserver-users] Geometry Field Choice?

2011-02-14 Thread Andrew Chamberlain
Hi All, This should hopefully be straight forward, one way or the other... Does anyone know how to tell Geoserver which geometry field to use when there's more than one? It would be nice to choose, but there doesn't seem to be a way of doing this. Many thanks, Andy -

Re: [Geoserver-users] App Schema Transactions

2011-01-18 Thread Andrew Chamberlain
ve it and bug fix it. On Fri, Jan 7, 2011 at 7:28 AM, Andrew Chamberlain <an...@comsine.co.uk> wrote: Hi Chris, Do you know if the parsing of complex GML features made it back into the trunk?

Re: [Geoserver-users] App Schema Transactions

2011-01-07 Thread Andrew Chamberlain
onstraints? Sorry, I have more questions than answers. This is an interesting problem.  :-) Kind regards, Ben. On 13/12/10 20:02, Andrew Chamberlain wrote: > Hi All, >

Re: [Geoserver-users] App Schema Transactions

2010-12-15 Thread Andrew Chamberlain
han answers. This is an interesting problem. :-) Kind regards, Ben. On 13/12/10 20:02, Andrew Chamberlain wrote: Hi All, We were just sizing up the task of enabling transactions with the app-schema plugin, and were wondering if anyone knew of any major issues which might preven

[Geoserver-users] App Schema Transactions

2010-12-13 Thread Andrew Chamberlain
Hi All, We were just sizing up the task of enabling transactions with the app-schema plugin, and were wondering if anyone knew of any major issues which might prevent / trouble the development of this? Questions which immediately come to mind are: 1) Would the current mappings be re-usable, o