Re: [Geoserver-users] GeoWebCache number of tiles in different SRID

2024-08-06 Thread Andrea Aime
Whoops, I actually reported them flipped... EPSG:4326 Is the one having a 1:68k at zoom level 12. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group

Re: [Geoserver-users] GeoWebCache number of tiles in different SRID

2024-08-06 Thread Andrea Aime
single tile to cover almost of all the planet (polar caps excluded). Generally speaking, grisets zoom levels are not comparable with each other. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea

Re: [Geoserver-users] Problems with image mosaic data store

2024-07-18 Thread Andrea Aime
Suggestion: set the logging level to "Geotools developer logging" and save the store again. The read the logs generated by that action, you should find the reason in there. If not, save and share here. Cheers Andrea Il gio 18 lug 2024, 18:57 Ville Koivisto via Geoserver-users < geoserver-users@li

Re: [Geoserver-users] GetTimeSeries: is it possible to customize CSV output value field name?

2024-07-16 Thread Andrea Aime
Hi, no, it's not customizable, it's hard coded to use the layer name. It could be made customizable using a vendor parameter, but code needs to be written for that to happen. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-u

Re: [Geoserver-users] Question about GEOS-9757

2024-07-11 Thread Andrea Aime
is best). Please make a pull request with the suggested code change. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax:

Re: [Geoserver-users] App-Schema support for level 0 simple features incorrectly attempting to cast to complex

2024-07-11 Thread Andrea Aime
ink about in-lining the schema, or just make the flattening behavior optional. The usual guide <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-improvements-and-new-features-in-GeoServer> applies in terms of making any of the above happen. Regards, An

Re: [Geoserver-users] Set aside time for a GeoServer update this Tuesday

2024-07-04 Thread Andrea Aime
On Wed, Jul 3, 2024 at 9:46 PM Jody Garnett wrote: > But my prime question was that I found a reference stating that for >> NCSC-2024-0274 there where fixes released for 2.25, 2.24, 2.23, 2.21. >> Version 2.22 was missing in this list and if there was a reason for that or >> that we could use the

Re: [Geoserver-users] WMS layer group with 3 scale based layers suddenly slow on the furthest scale

2024-06-27 Thread Andrea Aime
, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 https

Re: [Geoserver-users] Max legend graphic memory usage exceeded.

2024-06-26 Thread Andrea Aime
very large GetLegendGraphic? Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844

Re: [Geoserver-users] Ordering/Rendering in Group Vector Tiles / OpenLayers

2024-06-24 Thread Andrea Aime
g and the like. See this guide on how to make the necessary development happen: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-improvements-and-new-features-in-GeoServer Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit

Re: [Geoserver-users] Error using function Interpolate in COLOR mode from SLD

2024-06-21 Thread Andrea Aime
ns "do what you want, we're not asking for a particular type of output", but the current implementation throws an exception instead. Looks like the error predates the git history (14+ years) In any case, that needs to be fixed. Regards, Andrea Aime == GeoServer Professional Ser

Re: [Geoserver-users] Omitting count(*) from WFS GetFeature request

2024-06-17 Thread Andrea Aime
p.com/geoserver/tiger/ows?service=WFS&version=2.0.0&request=GetFeature&typeName=tiger%3Apoi " So... don't mind me... Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea A

Re: [Geoserver-users] Omitting count(*) from WFS GetFeature request

2024-06-17 Thread Andrea Aime
s not used often though, not sure how many clients are ready to receive "unknown" rather than a number. I also see that when setting it, the numberReturned is zero... and it should not be, but I don't know why it's happening. Regards, Andrea Aime == GeoServer Professional Ser

Re: [Geoserver-users] Upgrade Path

2024-05-29 Thread Andrea Aime
, and that you should do it carefully with good testing with the existing client apps, but really, you should schedule this activity. For the database upgrade, can you just create a copy of the database, upgrade the copy, and point geoserver to it, to see if it works? Regards, Andrea Aime == GeoS

Re: [Geoserver-users] Cache Geoserver 2.23.1. Row - Column order.

2024-05-20 Thread Andrea Aime
yer/{style}/{TileMatrixSet}/{TileMatrix}/{TileCol}/{TileRow}?format=image/png The job of the WMTS client is to take the URL template and replace parameters by name, without bothering about their position in the URL. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http:/

Re: [Geoserver-users] sld fill-opacity on mark in graphic graphic stroke stroke not working?

2024-05-18 Thread Andrea Aime
and the graphic opacity is overriding whatever you set for fill and stroke. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 96231

Re: [Geoserver-users] [EXTERNO] Re: Enable Jetty Logs

2024-05-16 Thread Andrea Aime
Hi Oscar, there are known vulnerability issues affecting versions of GeoServer as old as 2.13, exposing them to the internet is a significant risk. Please try to upgrade as soon as possible, newer versions have been patched and are no longer affected. Regards, Andrea Aime == GeoServer

Re: [Geoserver-users] push data source

2024-05-16 Thread Andrea Aime
Agreed. For those that need to process moving points at scale, things can get complex, we shared the approach we took in one such cases in this old blog post: https://www.geosolutionsgroup.com/portfolio/real-time-maritime-picture-with-geoserver/ Regards, Andrea Aime == GeoServer Professional

Re: [Geoserver-users] invisible mapped/share drives in Store creation

2024-04-24 Thread Andrea Aime
Hi Armando, yes that's what we were expecting, thanks for sharing step by step instructions on how to get it fixed Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical

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

2024-04-24 Thread Andrea Aime
On Wed, Apr 24, 2024 at 3:30 PM Roar Brænden wrote: > What I'm confused about is how the two classes should influence on what is > sent as Accept-header. Nothing in the code indicates something like that. > One is the built-in java client, the other the Apache one... I guess they might have diff

Re: [Geoserver-users] FW: WMS broken after GeoServer Update (SAXException)

2024-04-24 Thread Andrea Aime
either case did I had to set up an allowlist... Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 166

Re: [Geoserver-users] Something went wrong on admin interface of GeoWebCache

2024-04-24 Thread Andrea Aime
Hi Jean-Christophe, that's a very long jump! Based on the stack trace, that layer has a reference to a style that's missing, in the "other styles" section. Clean it up and the GUI for caching should be working again. Regards, Andrea Aime == GeoServer Professional Servi

Re: [Geoserver-users] Geometry type mismatch

2024-04-23 Thread Andrea Aime
-features-in-GeoServer Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549

Re: [Geoserver-users] Geometry type mismatch

2024-04-23 Thread Andrea Aime
Hi Jukka, the flip axis issue has been resolved recently and the fix will be part of 2.25.1 (and is already part of 2.24.3): https://osgeo-org.atlassian.net/browse/GEOS-11236 Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more

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

2024-04-21 Thread Andrea Aime
Pheraps a matter of user agent? The service might have a white list of acceptable ones (eh well known client apps). Just an idea... Andrea Il dom 21 apr 2024, 00:44 Brent Wood via Geoserver-users < geoserver-users@lists.sourceforge.net> ha scritto: > Hi, > > I'm looking to install geoserver on

Re: [Geoserver-users] invisible mapped/share drives in Store creation

2024-04-19 Thread Andrea Aime
s. Does it work then? If yes, you have issues with the limits of the service account. Otherwise, there is something likely to debug in the GeoServer code itself. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more informatio

Re: [Geoserver-users] SLD gap property GeoServer 2.23.1

2024-04-19 Thread Andrea Aime
Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 https://www.geosolutionsgroup.com/ http

Re: [Geoserver-users] invisible mapped/share drives in Store creation

2024-04-19 Thread Andrea Aime
e the more common choice). The issue you're seeing needs some debugging, I'm confident they can be solved, but hardly on a mailing list, unless you find someone that already stumbled into the same issue. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit h

Re: [Geoserver-users] Setting SKIP_DEMO_DATA=true changes the global settings.

2024-04-19 Thread Andrea Aime
ectory with the base settings that best suit your needs. If you like the settings found in the demo data, just start from there and remove the bits you don't want. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more informat

Re: [Geoserver-users] Wrong time values for Oracle DATE columns

2024-04-19 Thread Andrea Aime
tEquals(Timestamp.class, ft.getDescriptor(aname("t")).getType().getBinding()); } So yes, if you want GeoServer to handle date+time, use the TIMESTAMP column type. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for mo

Re: [Geoserver-users] invisible mapped/share drives in Store creation

2024-04-18 Thread Andrea Aime
And oh, for the second error, the path can be accessed, but SQLITE states it cannot open the file. Maybe it's due to write permissions? Try checking the "read only" flag. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-servi

Re: [Geoserver-users] invisible mapped/share drives in Store creation

2024-04-18 Thread Andrea Aime
HI Armando, the errors seem telling, "J: does not exist". If it's really there, then I would assume GeoServer is really not seeing it. See for example: https://superuser.com/questions/1758898/service-is-not-able-to-access-a-network-drive-mapping-despite-running-under-the Regard

Re: [Geoserver-users] MapBox style created with REST API

2024-04-18 Thread Andrea Aime
Hi Alexandre, while I don't have experience using MBStyle with the REST API, it seems odd, I would expect it only if raw was not present and set to true. Can you share both the request you're using, and the full stack trace (down to the last caused by please). Regards, Andrea Aime ==

Re: [Geoserver-users] WFS query of a Vector Mosaic datastore

2024-04-12 Thread Andrea Aime
year. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549

Re: [Geoserver-users] Line with perpendicular offset in legend

2024-04-11 Thread Andrea Aime
. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 https

Re: [Geoserver-users] WPS plugin issue/usage

2024-04-11 Thread Andrea Aime
pengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd";> JTS:centroid geom result I'm giving the process what it's expecting: a polygon (would work with any other geometry type as well, as long as they

Re: [Geoserver-users] Possible ways and costs for specific developments/improvements for GeoServer

2024-04-11 Thread Andrea Aime
See notes inline below: On Wed, Apr 10, 2024 at 4:53 PM Erik Böhm wrote: > > As some of those features are important for us, we are evaluating the > option to take on this suggestion. In that sense, and because I did not > find anything on the GeoServer Community sites, I wanted to ask how we >

Re: [Geoserver-users] queryables ogc api features

2024-04-02 Thread Andrea Aime
ally going on. To get it fixed, see this guide: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-improvements-and-new-features-in-GeoServer Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-service

Re: [Geoserver-users] Problems recreating a layer after a deletion

2024-04-02 Thread Andrea Aime
Gut feeling, you might be ignoring the relationship between featuretype and layer. While they are separate resources, you have to delete both of them when performing a remove. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more

Re: [Geoserver-users] Impossible to turn off "Enable All Statistics" in > Server status > System Status

2024-03-27 Thread Andrea Aime
hrome/123.0.0.0 Safari/537.36' \ -H 'wicket-ajax: true' \ -H 'wicket-ajax-baseurl: wicket/bookmarkable/org.geoserver.web.admin.StatusPage?6&filter=false' \ -H 'wicket-focusedelementid: statistics' \ -H 'x-requested-with: XMLHttpRequest' Regards

Re: [Geoserver-users] Securing WMTS service

2024-03-27 Thread Andrea Aime
I believe you want to turn on the "Data security" option in the "caching defaults" page: https://docs.geoserver.org/main/en/user/geowebcache/config.html#geoserver-data-security Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.l

Re: [Geoserver-users] WFS query of a Vector Mosaic datastore

2024-03-21 Thread Andrea Aime
s://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-improvements-and-new-features-in-GeoServer (consider the talking part done, it's the resourcing part that is missing) Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://b

Re: [Geoserver-users] Feature type details - customize attributes via rest api?

2024-03-19 Thread Andrea Aime
an attribute in feature info, but use it in GetMap, that's not the tool you need to use. You'll need to use something like GeoFence instead. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. A

Re: [Geoserver-users] WFS query of a Vector Mosaic datastore

2024-03-19 Thread Andrea Aime
nder if you're passing it by mistake, or if you have some customization/plugin that makes use of it? Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutio

Re: [Geoserver-users] WFS 2.0.0 GetFeature ignores leading zero in literal Filter

2024-03-18 Thread Andrea Aime
Yes, I agree the ticket was resolved by mistake. Re-opened. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39

Re: [Geoserver-users] Tomcat warning message

2024-03-15 Thread Andrea Aime
Hi Georg, it's GeoServer trying to figure out which rasterizer is used by the JVM, some as faster than others. It's normal behavior. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aim

Re: [Geoserver-users] Problem with symlinks

2024-03-15 Thread Andrea Aime
I don't have experience using symlinks for the data dir... what errors do you get? I guess you'll get some stack traces in the logs, can you share them? Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more informatio

Re: [Geoserver-users] Publishing Raster data from PostGres-Table

2024-03-15 Thread Andrea Aime
bases never became popular, as far as I know, it's a good idea if you want to perform spatial analysis inside the DB, but for map rendering, better keep your data in well optimized GeoTIFF files instead. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http:/

Re: [Geoserver-users] Style REST API removing WellKnownName

2024-03-15 Thread Andrea Aime
ot documented in the REST API, although it has also been in the API for many years. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584

Re: [Geoserver-users] App Schema layer dimensions

2024-03-13 Thread Andrea Aime
with local attribute names, without namespace context. Would a lookup in that condition work, against a complex feature? Cheers Andrea == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead

Re: [Geoserver-users] Recommended way to run Geoserver

2024-03-04 Thread Andrea Aime
What Brad said, indeed! Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339

Re: [Geoserver-users] ogc api features filter: during

2024-03-02 Thread Andrea Aime
time being, add "&filter-lang=ecql-tex" to your request and keep on using GeoServer's own CQL flavor. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technica

[Geoserver-users] GeoServer 2.23.5 released

2024-02-21 Thread Andrea Aime
ons> . Best regards Andrea == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549

Re: [Geoserver-users] SchemaLocations WFS Responses

2024-02-21 Thread Andrea Aime
/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net &g

Re: [Geoserver-users] Adding store - File input options

2024-02-21 Thread Andrea Aime
eoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net

Re: [Geoserver-users] Deleting database table through REST API

2024-02-21 Thread Andrea Aime
On Tue, Feb 20, 2024 at 2:52 PM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > If one uploads in replace mode, a lot of damage can be done... the old > data is removed before adding the new one. > All one needs is to upload a file that can be self described properly,

Re: [Geoserver-users] Restrict WMS layer to bounding box

2024-02-20 Thread Andrea Aime
es: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@li

Re: [Geoserver-users] Deleting database table through REST API

2024-02-20 Thread Andrea Aime
previous mail). > I think that exposes my point of view in a more civil way, and yes, we'll > probably have to go through the GSIP process. > Thank you for the explanation, unfortunately it did not change my mind. Further discussion is pointless, let's get the PSC members to vote, a

Re: [Geoserver-users] SchemaLocations WFS Responses

2024-02-20 Thread Andrea Aime
g-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/

Re: [Geoserver-users] SAML Authentication extension on GeoServer 2.24.2

2024-02-16 Thread Andrea Aime
ver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, Andrea Aime == GeoServer Professional Services from the expert

Re: [Geoserver-users] ImageMosaic location - URLs?

2024-02-16 Thread Andrea Aime
eoServer is running on must be in the same cloud, and in the same "region" of the cloud, as the bucket its accessing, to get decent performance. Cheers Andrea == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. And

Re: [Geoserver-users] Deleting database table through REST API

2024-02-16 Thread Andrea Aime
point is this deserves its own endpoint. Way more explicit and less > error prone than a new param to the current delete featuretype operation, > which would change its semantics so drastically. > > In any case, that's just my opinion. > > Cheers, > Gabe > > *camptocamp*

Re: [Geoserver-users] Deleting database table through REST API

2024-02-15 Thread Andrea Aime
#x27;s just my opinion. > > Cheers, > Gabe > > *camptocamp* > INNOVATIVE SOLUTIONS > BY OPEN SOURCE EXPERTS > > *Gabriel Roldán* > Geospatial Developer > > > > On Thu, Feb 15, 2024 at 1:18 PM Andrea Aime < > andrea.a...@geosolutionsgroup.com> wrote:

Re: [Geoserver-users] Deleting database table through REST API

2024-02-15 Thread Andrea Aime
reTypeController delete mapping already has a "recurse" flag to delete layers while the feature type is removed. Now here there is a risk of confusion between "recurse" and "cascade", a "removeData" flag would probably avoid confusion. Cheers Andrea == GeoServe

Re: [Geoserver-users] Deleting database table through REST API

2024-02-15 Thread Andrea Aime
ovements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > > _______ > Geoserver-users mailing list > > Please make sure you read the following two resources befo

Re: [Geoserver-users] Greetings

2024-02-14 Thread Andrea Aime
st a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -

Re: [Geoserver-users] Deleting database table through REST API

2024-02-12 Thread Andrea Aime
improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, An

[Geoserver-users] Anyone interested in co-funding Geoparquet suppport in GeoServer?

2024-02-12 Thread Andrea Aime
me and Simone (cc'ed)? Best regards Andrea == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 88

Re: [Geoserver-users] Time dimension - Exact Match Only option?

2024-02-10 Thread Andrea Aime
er/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit htt

Re: [Geoserver-users] Run with jetty and extensions

2024-01-29 Thread Andrea Aime
tp://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sour

Re: [Geoserver-users] [Geoserver-devel] 2024 roadmap blog post

2024-01-15 Thread Andrea Aime
successful GeoServer community in 2024! > > Peter > ___ > Geoserver-devel mailing list > geoserver-de...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > > > _

Re: [Geoserver-users] Issues with GWC and Google Global Mercator (900913) after adding custom SRS

2023-12-21 Thread Andrea Aime
y be > a criminal offence. Please delete if obtained in error and email > confirmation to the sender. The views expressed in this email are not > necessarily the views of the University of Tasmania, unless clearly > intended otherwise. >

Re: [Geoserver-users] -EXT- Conversion meters to kilometers or feet in DWithin filtering

2023-12-15 Thread Andrea Aime
e (or removed). I'd be happy to rewrite it in Java > if it's useful. > > Thanks, > > Emilio > > [1]: > https://github.com/locationtech/geomesa/blob/main/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastDWithin.scala > ---

Re: [Geoserver-users] -EXT- Conversion meters to kilometers or feet in DWithin filtering

2023-12-15 Thread Andrea Aime
er list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > >

Re: [Geoserver-users] R: ReprojectGeometry WPS problem from 2.22.0 GeoServer version using application/json input

2023-11-13 Thread Andrea Aime
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-improvements-and-new-features-in-GeoServer Cheers Andrea == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Techni

Re: [Geoserver-users] Change log level configuration for geowebcache

2023-11-13 Thread Andrea Aime
sting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserv

Re: [Geoserver-users] Group raster values in SLD

2023-10-18 Thread Andrea Aime
f you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: [Geoserver-users] Issue with content dependent GetLegendGraphic requests

2023-10-16 Thread Andrea Aime
LegendGraphic&VERSION=1.0.0&FORMAT=image/png&LAYER=mylayer&legend_options=countMatched:true&SRS=EPSG:4326&SRCWIDTH=769&SRCHEIGHT=496&BBOX=15.364493754777163,44.042435837063046,15.365523966875822,44.04309992763117 > > Am I missing something? > &g

Re: [Geoserver-users] Issue with content dependent GetLegendGraphic requests

2023-10-16 Thread Andrea Aime
ng&LAYER=mylayer&legend_options=countMatched:true&CRS=EPSG%3A4326&&SRCWIDTH=796&SRCHEIGHT=496&BBOX=44.042435837063046%2C15.364493754777163%2C44.04309992763117%2C15.365523966875822 > WMS 1.1, with CRS 4326, expected axis order of BBOX, lon/lat. But bbox is the same, inste

Re: [Geoserver-users] Anybody working on OGC API Features datastore?

2023-10-02 Thread Andrea Aime
ent, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards,

Re: [Geoserver-users] [Externo] GetLegendGraphic issue working with layer group style.

2023-10-02 Thread Andrea Aime
n.com/talks/foss4g.html#/ >> - The GeoServer user list posting guidelines: >> http://geoserver.org/comm/userlist-guidelines.html >> >> If you want to request a feature or an improvement, also see this: >> https://github.com/geoserver/geoserver/wiki/Successfully-requestin

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

2023-10-02 Thread Andrea Aime
In the meantime... fixed: https://osgeo-org.atlassian.net/browse/GEOT-7465 Cheers Andrea On Fri, Sep 29, 2023 at 4:11 PM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Interesting, might be a side effect of the removal of the EPSG assumption > (to allow IAU CRSs to be

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

2023-09-29 Thread Andrea Aime
pO3Vxwm6yQ9n0uTzLlk9p04zC-sRT4Y5CWRiqYg9zu8CjokiG6KkMLJ8W6MZOwc> > shows both 2.22 and 2.23 release candidates, but not 2.24-RC > > We would like to assist with the RC testing, if it is available. > > Peter > > On Tue, 26 Sept 2023 at 16:43, Andrea Aime < > andrea.a...@geosolutio

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

2023-09-29 Thread Andrea Aime
efon (03585) 4789-0, Telefax (03585) 4789-49 > Geschäftsführer: Dipl.-Ing. Frank Edelmann > Amtsgericht Dresden HRB 5676 > StNr.: 208/111/02602 > Sie haben das Recht im Fall von Art. 21 Absatz 1 und 2 DSGVO der > Datenverarbeitung zu widersprechen.www.ibedelmann.de > > Am 26.09.202

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

2023-09-26 Thread Andrea Aime
experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 https://www.geosolutionsgroup.com/ http://twitter.com/geosolutions_it

Re: [Geoserver-users] -EXT- Trouble getting SLD property function to work with namespaced properties

2023-09-26 Thread Andrea Aime
alks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features

Re: [Geoserver-users] Trouble getting SLD property function to work with namespaced properties

2023-09-26 Thread Andrea Aime
ng-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-servic

Re: [Geoserver-users] HTTPS to GeoServer Docker

2023-09-20 Thread Andrea Aime
r/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, Andrea Aime == GeoServer Professional Services from the experts

Re: [Geoserver-users] Monitor extension throws AccessDeniedException

2023-09-20 Thread Andrea Aime
mprovement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards,

Re: [Geoserver-users] Dynamic generated image url in SLD not working in 2.23.2

2023-09-01 Thread Andrea Aime
http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 https://www.geosolutionsgroup.com/ http://twitter.co

Re: [Geoserver-users] geoserver authentication with saml protocol

2023-08-29 Thread Andrea Aime
omething similar. Forwarding > authentication information to GeoServer is a must have in some of our > projects. This module could be a suitable starting point. > > @Andrea: what's red tape good for and why do "persons of interest" not get > it? > > Cheers > Carst

Re: [Geoserver-users] geoserver authentication with saml protocol

2023-08-29 Thread Andrea Aime
leted (it's gone from main, hence, from all future version): https://docs.geoserver.org/stable/en/user/community/index.html#community Cheers Andrea > > On Tue, Aug 29, 2023 at 2:58 PM Andrea Aime < > andrea.a...@geosolutionsgroup.com> wrote: > >> An important note

Re: [Geoserver-users] geoserver authentication with saml protocol

2023-08-29 Thread Andrea Aime
ut Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wi

Re: [Geoserver-users] WFS srsName format

2023-08-11 Thread Andrea Aime
_ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoSe

Re: [Geoserver-users] Get WFS on a group layer

2023-08-10 Thread Andrea Aime
eoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead G

Re: [Geoserver-users] openapi

2023-07-15 Thread Andrea Aime
org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net >

Re: [Geoserver-users] ImageMosaic plugin no longer available

2023-07-08 Thread Andrea Aime
ure or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- R

Re: [Geoserver-users] Remove Layer Preview from Login Page (SOLVED)

2023-07-01 Thread Andrea Aime
eers Andrea -- Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob:

Re: [Geoserver-users] Inclusion mapOnly not working?

2023-06-29 Thread Andrea Aime
mprovement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards

Re: [Geoserver-users] Legend height and with

2023-06-29 Thread Andrea Aime
lly-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us f

  1   2   3   4   5   6   7   8   9   10   >