Re: [Geoserver-users] push data source

2024-05-14 Thread Peter Smythe
Hi Jeremy While you *can* do this via GeoServer, it's probably far from optimal. GeoServer is designed to publish data (via WMS, WFS standards). You could use a WFS-T (transaction) to update a device's location stored in a spatial database, but it would be more efficient to have a simple CRUD

Re: [Geoserver-users] forwarding GEBCO WMS fails - help needed

2024-04-24 Thread Peter Smythe
documents. But I'm really not sure 403 is the > correct response to not accepting the right content type. > > Ian > > On Mon, 22 Apr 2024 at 14:03, Peter Smythe wrote: > > With access to Brent's GeoServer, I have managed to reproduce this > problem, and it appears to be a co

Re: [Geoserver-users] forwarding GEBCO WMS fails - help needed

2024-04-22 Thread Peter Smythe
And then under what circumstances would the WMS data store fall back to the Simple HTTPClient rather than using the MultithreadedHttpClient (HTTP connection pooling), even if the above is ticked? Peter GeoServer PSC AWS Solutions Architect https://github.com/petersmythe On Sun, 21 Apr 2024 at 15:19,

Re: [Geoserver-users] forwarding GEBCO WMS fails - help needed

2024-04-21 Thread Peter Smythe
Maybe try again, it works for me from GeoServer v2.25.0: [image: image.png] Peter GeoServer PSC AWS Solutions Architect https://github.com/petersmythe On Sun, 21 Apr 2024 at 00:50, Brent Wood via Geoserver-users < geoserver-users@lists.sourceforge.net> wrote: > Hi, > > I'm looking to install

[Geoserver-users] GeoServer 2.25.0 released

2024-03-19 Thread Peter Smythe
MapML Extension updates and improvements- Community Module Updates- Developer UpdatesThis is a stable release recommended for production systems.Thanks to everyone who helped produce and test the release: Levy Steve, Peter Smythe, Jody Garnett, and Mark Prins. --GeoServer Project Steering Com

Re: [Geoserver-users] GeoServer 2.25-RC release candidate

2024-03-14 Thread Peter Smythe
Hi Jody Thanks for the detailed release announcement . It's great to see all the new features and get advanced notice of the security issues. I have performed testing on the release candidate using the OSGeo docker

[Geoserver-users] 2024 roadmap - wiki pages

2024-02-22 Thread Peter Smythe
for your time! Peter GeoServer PSC AWS Solutions Architect https://github.com/petersmythe On Thu, 11 Jan 2024 at 09:37, Peter Smythe wrote: > Good day GeoServer users > > Happy new year and welcome to 2024 from the GeoServer team! > > I wonder how many of you keep an eye on the

Re: [Geoserver-users] How to parameterize password of a datastore ?

2024-02-20 Thread Peter Smythe
Hi Christophe Here's a quick hack to convert from PostGIS to PostGIS (JNDI), if you want to try it. It works for me. Assumption: you have read/write server access to the configuration directory GEOSERVER_DATA_DIR cd GEOSERVER_DATA_DIR/workspaces// edit the file datastore.xml change line 5 from

Re: [Geoserver-users] trouble with cql_filter

2024-02-10 Thread Peter Smythe
Hi Wambacher You might be running into this issue: https://gis.stackexchange.com/questions/373005/geoserver-wms-cql-filter-id-xxx-works-but-id-in-xxx-does-not, in which case, change your CQL from: id in ('R403139') to: "id" in ('R403139') Peter On Sat, 10 Feb 2024 at 16:19, wrote: > Hi, > >

[Geoserver-users] https://osgeo-org.atlassian.net/ Jira cleanup

2024-01-21 Thread Peter Smythe
Dear list users We have just been through an exercise to disable almost 1000 inactive accounts on Jira , where GeoServer and GeoTools issues are logged. An inactive account is defined as anyone who signed up more than 6 months ago and has never logged

[Geoserver-users] 2024 roadmap blog post

2024-01-10 Thread Peter Smythe
Good day GeoServer users Happy new year and welcome to 2024 from the GeoServer team! I wonder how many of you keep an eye on the GeoServer blog ? This year the Project Steering Committee has put a lot of effort into documenting the plans for 2024 as there are a lot

[Geoserver-users] Latest maintenance release GeoServer 2.23.4

2023-12-21 Thread Peter Smythe
Dear GeoServer users We are pleased to announce the release of the latest maintenance version of GeoServer (2.23.4). More details are available in the related blog post: https://geoserver.org/announcements/2023/12/18/geoserver-2-23-4-released.html Peter

Re: [Geoserver-users] Unable to render ExternalGraphics in Geoserver 2.24.0?

2023-11-21 Thread Peter Smythe
Hi Emma While GeoServer upgrades strive to be backwards compatible, there was a recent breaking change that appears to have affected you. Please read the blog post for more details and let us know if it solves your problem. Peter GeoServer

[Geoserver-users] Latest maintenance release GeoServer 2.23.3

2023-10-31 Thread Peter Smythe
We are pleased to announce the release of the latest maintenance version of GeoServer (2.23.3). More details are available in the related blog post: https://geoserver.org/announcements/2023/10/30/geoserver-2-23-3-released.html Your attention is specifically drawn to the *Security Patches*

Re: [Geoserver-users] CSS (or SLD) styling: create label-geometry from 2 layer attributes

2023-10-27 Thread Peter Smythe
Andrea, Jody and Ian for your help. Peter On Thu, 26 Oct 2023 at 22:02, Ian Turton wrote: > White space gets reduced in the XML, so you might need a cdata block > around it. Not sure how CSS handles it. > > Ian > > On Thu, 26 Oct 2023, 20:44 Peter Smythe, wrote: > >> T

Re: [Geoserver-users] CSS (or SLD) styling: create label-geometry from 2 layer attributes

2023-10-26 Thread Peter Smythe
for scale. >> >> Reference: >> >>- >>https://docs.geotools.org/stable/userguide/library/main/function_list.html >> >> -- >> Jody Garnett >> >> >> On Oct 26, 2023 at 5:32:55 AM, Peter Smythe wrote: >> >>> Hi all

[Geoserver-users] CSS (or SLD) styling: create label-geometry from 2 layer attributes

2023-10-26 Thread Peter Smythe
Hi all I am trying to use 2 numeric attributes called label_lat and label_lng to create a point geometry for the labeling of a polygon. Can anyone point me to the correct format, if this is indeed possible? I cannot find the information on

[Geoserver-users] Latest stable release GeoServer 2.24.0

2023-10-16 Thread Peter Smythe
We are very pleased to eventually announce the release of the latest stable version of GeoServer 2.24.0 (in conjunction with GeoTools 30.0). The release contains a number of new features, bug fixes and enhancements so you are encouraged to upgrade to it. Many more details are available in the

Re: [Geoserver-users] GeoServer 2.24-RC released. Please help us test it

2023-09-29 Thread Peter Smythe
Is there perhaps a docker image of 2.24-RC available as a standard offering, or must that be set up manually? I see that a year ago, Jody followed up the announcement with: If you like docker please try: > > docker pull docker.osgeo.org/geoserver:2.22-RC > docker run -it -p 80:8080

Re: [Geoserver-users] Monitor extension throws AccessDeniedException

2023-09-20 Thread Peter Smythe
ead). > > I guess one could use ThreadLocalTransfer to transfer over the context of > the original request into the > background thread, there are examples of that in the codebase (e..g, in > the WPS module, which uses > background threads for everything). > > Cheers > Andr

[Geoserver-users] Large number of roles causes OutOfMemoryError

2023-09-20 Thread Peter Smythe
Firstly, what is a large number of roles? I believe GeoServer works fine with tens of thousands of layers, and if you have rather fine granular ACLs, that is a similar number of roles. However, we currently have around 1000 roles, and while most of the GeoServer GUI is paged and can handle that

Re: [Geoserver-users] HTTPS to GeoServer Docker

2023-09-20 Thread Peter Smythe
Hi Brian You should be looking for Traefik proxy: https://github.com/traefik/traefik/releases Peter On Wed, 20 Sept 2023 at 17:48, brian--- via Geoserver-users < geoserver-users@lists.sourceforge.net> wrote: > I used nginx for several years as my reverse proxy, it was fine but the > setup

[Geoserver-users] Monitor extension throws AccessDeniedException

2023-09-20 Thread Peter Smythe
Hi all The Monitor extension is populating the GeoServer logs (PRODUCTION_LOGGING) with these error messages, yet the (very standard) GetMap requests are being executed correctly, without any errors, returning images with

[Geoserver-users] Latest maintenance releases GeoTools 28.5 and GeoServer 2.22.5

2023-09-06 Thread Peter Smythe
Thank you very much Steve for reporting the problem. And thank you also to Jody for fixing the build server and re-releasing it. Please take note of the update: https://geoserver.org/announcements/2023/08/30/geoserver-2-22-5-released.html Peter On Wed, 6 Sept 2023 at 05:51, Jody Garnett

[Geoserver-users] Latest maintenance releases GeoTools 28.5 and GeoServer 2.22.5

2023-08-31 Thread Peter Smythe
We're pleased to finally announce the release of the latest and final maintenance versions of GeoTools (28.5) and GeoServer (2.22.5). Both releases contain a number of bug fixes and enhancements so you are encouraged to upgrade to them. More details are available in the related blog posts -

[Geoserver-users] Latest maintenance releases GeoTools 28.4 and GeoServer 2.22.4

2023-06-19 Thread Peter Smythe
We're pleased to announce the release of the latest maintenance versions of GeoTools (28.4) and GeoServer (2.22.4). Both releases contain a number of bug fixes and enhancements so you are encouraged to upgrade to them. More details are available in the related blog posts - GeoTools (

Re: [Geoserver-users] Setting up authKey module with external key provider

2023-04-07 Thread Peter Smythe
Hi Alin I have 4 suggestions to assist you: Does it work using a properties file instead of the web service? See https://docs.geoserver.org/latest/en/user/extensions/authkey/index.html#key-provider-using-a-property-file Try setting GeoServer logging level to verbose to see the AuthKey log

Re: [Geoserver-users] [Geoserver-devel] GeoServer 2.23-RC1 released

2023-03-24 Thread Peter Smythe
iGIS On Wed, 15 Mar 2023 at 19:35, Peter Smythe wrote: > Hi Gabriel > > Thanks for leading this release, thanks to the GeoServer developers for > their continued work. > > We usually run GeoServer on Linux via Docker, but I decided to test the > Windows installation

Re: [Geoserver-users] [Geoserver-devel] GeoServer 2.23-RC1 released

2023-03-15 Thread Peter Smythe
I intend to test our layers thoroughly on Docker, I will report back again. Regards Peter Smythe AfriGIS On Tue, 14 Mar 2023 at 22:01, Gabriel Roldan wrote: > The GeoServer team is pleased to share the release of GeoServer 2.23-RC1 > <https://geoserver.org/release/2.23-RC1/>

Re: [Geoserver-users] GeoWebCache compatibility with env parametrization

2023-03-15 Thread Peter Smythe
Hi Alexandre Yes, it has been fixed in a recent version: v2.21.3 and v2.22.0 and it now works. See https://osgeo-org.atlassian.net/browse/GEOS-10731 Regards Peter On Fri, 10 Mar 2023 at 14:20, Alexandre Gacon wrote: > Hello, > > Do you know if it is possible to use environment

Re: [Geoserver-users] Multiple viewparams not working: =p1:5; p2:6; p3:7

2022-11-16 Thread Peter Smythe
correctly. Peter On Sun, 13 Nov 2022 at 17:45, Peter Smythe wrote: > Hi all > > I am following the documentation at > https://docs.geoserver.org/latest/en/user/data/database/sqlview.html#using-a-parametric-sql-view > which is essentially: > > Using a parametri

[Geoserver-users] Fwd: Multiple viewparams not working: =p1:5; p2:6; p3:7

2022-11-13 Thread Peter Smythe
Hi all I am following the documentation at https://docs.geoserver.org/latest/en/user/data/database/sqlview.html#using-a-parametric-sql-view which is essentially: Using a parametric SQL View¶ > > >

[Geoserver-users] Copying GeoServer configurations between various environments (dev -> staging -> prod)

2022-08-12 Thread Peter Smythe
Hi all GeoServer admin users I wonder if I can poll you to find out how you manage or copy your GeoServer configurations between various environments like dev -> staging -> production? We make use of JNDI to extract the database credentials out of the GeoServer data directory and into the Tomcat

Re: [Geoserver-users] What is UUID version for "AuthKEY" module and how I can generate that?

2022-03-31 Thread Peter Smythe
Hi Navid I think I am correct in saying that you can generate any string to use as the authkey, the authkey module just maps that string to the GeoServer username, which GeoServer then uses further for checking role based access, etc. The authkey module generates UUID v4. It will do this for

[Geoserver-users] OGR datastore / GDAL installation problems.

2022-03-25 Thread Peter Smythe
Dear list Does anyone make use of the OGR datastore extension: https://docs.geoserver.org/latest/en/user/community/ogr-store/index.html (or GDAL Image Formats: https://docs.geoserver.org/stable/en/user/data/raster/gdal.html)? I am getting the errors: Native library load failed. >

Re: [Geoserver-users] Geoserver behind Nginx server (HTTP/HTTPS)

2022-03-03 Thread Peter Smythe
Hi Jibran Please take a look at the GeoServer documentation https://docs.geoserver.org/stable/en/user/configuration/globalsettings.html#proxy-base-url This will be the HTTPS Nginx URL that you will configure in here and then the GetCapabilities call will embed it correctly in its response.

[Geoserver-users] https://docs.geoserver.org/ not working

2022-02-09 Thread Peter Smythe
Hi devs, In case you are not aware of it, docs.geoserver.org does not resolve to an IP address, and is thus currently not working. https://mxtoolbox.com/SuperTool.aspx?action=https%3a%2f%2fdocs.geoserver.org%2f=toolpage Regards Peter ___

[Geoserver-users] Authkey user not affected by Enabled/Disabled checkbox

2022-02-01 Thread Peter Smythe
Hi all We make use of the Authkey module and I have recently observed that OGC services will still work, even when the Enabled checkbox is unchecked, see below: [image: image.png] Is this the expected behaviour? If yes, I

[Geoserver-users] Feedback required on UX improvement - menu open on Users/Groups rather than Services

2021-03-12 Thread Peter Smythe
Hi all When clicking on Security > Users, Groups, Roles: [image: image.png] I don't think I am the only GeoServer administrator who opens the Users/Groups tab much more frequently than the alternatives to the left or right: Services or Roles. [image: image.png] Would it be a welcome UX

[Geoserver-users] What's the purpose of ROLE_GROUP_ADMIN?

2021-03-09 Thread Peter Smythe
Hi all According to https://docs.geoserver.org/stable/en/user/security/usergrouprole/roles.html, there are 4 reserved role names: - ROLE_ADMINISTRATOR—Provides access to all operations and resources - ROLE_GROUP_ADMIN—Special role for administrating user groups -

[Geoserver-users] Any XSD for GeoServer's REST APIs?

2020-10-13 Thread Peter Smythe
Hi all I wonder if anyone has any XML schema definitions for the REST APIs? Our developers want to create a library for programatically accessing the API so XSD files would help. I see that the code does not make use of any (ref:

Re: [Geoserver-users] [Geoserver-devel] [JIRA] (GEOS-9756) Layer configured with missing style throws NPE

2020-10-01 Thread Peter Smythe
> > Q: Why would you rename pophatch.xml to pophatch.xml.break ? > This was the simplest step that I could take to reproduce the problem on a known default configuration. How it happened in practice is that an entire workspace directory was copied from one GeoServer to another, but one of the

[Geoserver-users] (no subject)

2020-09-29 Thread Peter Smythe
Hi guys In https://docs.geoserver.org/latest/en/user/data/webadmin/workspaces.html, the documentation says: > The workspace name is limited to ten characters and may not contain space. I have never come across this 10 character limitation and wonder whether it is correct or whether the

Re: [Geoserver-users] Chart extension

2020-04-02 Thread Peter Smythe
llo Peter, > > How do you plan to deliver the map ? If you use OpenLayers, you can > perhaps try to use the chart style provided by ol-ext ( > https://viglino.github.io/ol-ext/). > > Regards > Alexandre > > Le jeu. 2 avr. 2020 à 16:41, Peter Smythe a écrit : > >> Hi

[Geoserver-users] Chart extension

2020-04-02 Thread Peter Smythe
Hi all I am looking for a GeoServer symbolizer to produce scaled pie charts. When I search for Geoserver chart, the first result I get is https://geoserver.geo-solutions.it/edu/en/pretty_maps/charting.html It refers to Eastwood Charts, which appears to be a project last touched 12 years ago.

Re: [Geoserver-users] [Geotools-devel] Does CQL/ECQL support comments?

2020-03-03 Thread Peter Smythe
> > On Fri, 28 Feb 2020 at 02:29, Peter Smythe wrote: > >> Hi all >> >> We occasionally make use of CQL in our GeoServer layer definition (in Add >> a new layer, the very last option before Save is `Restrict the features on >> layer by CQL filter`. >> >

[Geoserver-users] Does CQL/ECQL support comments?

2020-02-28 Thread Peter Smythe
Hi all We occasionally make use of CQL in our GeoServer layer definition (in Add a new layer, the very last option before Save is `Restrict the features on layer by CQL filter`. My first question to the GeoServer team is: is this restricted to CQL, or does it allow ECQL too? I am assuming that

[Geoserver-users] OAuth2 not logging in to /geoserver/web

2020-01-31 Thread Peter Smythe
Hi all I am investigating the OAuth2 community modules with v2.16.2. I have configured the Google provider and filter and added the username (gmail address actually) and linked it to an admin role, and that worked pretty

Re: [Geoserver-users] JDBCConfig community module: users/groups/roles not saved

2019-12-13 Thread Peter Smythe
t; > On Fri, 13 Dec 2019 at 08:50, Peter Smythe wrote: > >> Hi all >> >> We are using the JDBCConfig >> <https://docs.geoserver.org/stable/en/user/community/jdbcconfig/index.html> >> community module and everything is saved to the configured database.

[Geoserver-users] JDBCConfig community module: users/groups/roles not saved

2019-12-12 Thread Peter Smythe
Hi all We are using the JDBCConfig community module and everything is saved to the configured database. It works well when autoscaling multiple instances in AWS. However, it appears as though the data/security/

Re: [Geoserver-users] how authkey modules actually should be setup on GeoServer

2019-12-08 Thread Peter Smythe
Hi Deen I'm glad it worked for you. Did you use a regex with a character class such as *\s* e.g.: "user":\s*"([^"]+)" If this worked for you and the example in the documentation did not, then perhaps the backslash must not be repeated

Re: [Geoserver-users] how authkey modules actually should be setup on GeoServer

2019-12-08 Thread Peter Smythe
Hi Deen Yes, that extra Save step has caught me and my team once or twice before! For your external authkey web service returning: {"user": "admin"} or {"user": "", "whatever":"whatever"} you'll need a regex along the lines of: "user": "(.+)" or "user":\s*"([^"]+)" rather than the one

Re: [Geoserver-users] how authkey modules actually should be setup on GeoServer

2019-12-05 Thread Peter Smythe
Hi Deen You're almost there! After adding authkey as an Authentication Filter, you will need to use that filter in a Filter Chain. So: Under Security > Authentication > Filter Chains > default, move your Authkey Filter from Available to Selected, close and save. For more information see

Re: [Geoserver-users] Serving SRTM1 data with GeoServer

2019-05-21 Thread Peter Smythe
Hi Barry I have recently done something similar and had a slightly different problem, but still related to too many files, with GeoServer performing very slowly when zoomed out. Our solution, which works very well, was to create a layer group with the original (TIFF) ImageMosaic store from scale

[Geoserver-users] REST API for creating users added to GROUPS

2019-03-28 Thread Peter Smythe
Hi fellow GeoServer lovers I would like to programatically add new users to a GROUP by using the REST API. While the documentation at https://docs.geoserver.org/latest/en/user/rest/index.html#rest is not perfect (and I hope to update it once I understand how to make the request), I can make a

Re: [Geoserver-users] one layer two database queries

2019-01-25 Thread Peter Smythe
Hi Arnaud Perhaps you can update the documentation at https://docs.geoserver.org/latest/en/user/styling/sld/extensions/z-order/example.html with the lessons that you have learnt, especially the memory impact and the multiple queries. Then we can all benefit from your experience. If you are not

Re: [Geoserver-users] We used to send parameters to our WMS geoserver SQLViews by the viewparams field. But WMTS doesn't have this field

2018-12-12 Thread Peter Smythe
Hi mlebihan I haven't tried this myself, but I expect it to work: In the Edit Layer page, select the Tile Caching tab. Towards the bottom, under Add filter, select VIEWPARAMS and a type. ref: https://docs.geoserver.org/latest/en/user/geowebcache/webadmin/layers.html#adding-a-filter Let us

[Geoserver-users] Audit logging for User/group/role/data/services changes

2018-12-03 Thread Peter Smythe
Hi all We have a requirement to log any security changes to an audit table, being those that control access to a particular layer, for example add/delete/change: - Users - Usergroups - Roles - Data (workspace and layer rules) - Services (e.g. WFS transactions) Even with verbose

Re: [Geoserver-users] Geoserver/GeoWebCache and S3 Blobstore

2018-09-01 Thread Peter Smythe
Hi Jan > Should it be possible to cache tiles using an application (Open Layers) and not using direct WMS requests with exact BBox extents for each tile? How can that be achieved? (how to use the mandatory =true