Re: [Geoserver-users] BBOX CQL filter requiring CRS parameter even when SRS "force declared"?

2020-05-05 Thread Jody Garnett
There is another page here that provides a breakdown of axis order expectations protocol by protocol. -- Jody Garnett On Tue, 5 May 2020 at 14:43, Travis Brundage wrote: > Hi all, > > Thanks for the clarification, that

Re: [Geoserver-users] BBOX CQL filter requiring CRS parameter even when SRS "force declared"?

2020-05-05 Thread Travis Brundage
Hi all, Thanks for the clarification, that was indeed the issue. You are right, because my layer expects lon/lat order, where as Andrea points out, the WFS expects EPSG:4326 to be in lat/lon order - hence the confusion when I explicitly pass the CRS. Without explicitly passing the CRS parameter,

Re: [Geoserver-users] Geowebcache seeding XML and JSON

2020-05-05 Thread Verbeeck Bart (AIV)
This question disappeared between all the other mails. Can somebody help? Bart Van: Verbeeck Bart (AIV) Verzonden: Friday, April 24, 2020 1:29 PM Aan: Geoserver-users@lists.sourceforge.net Onderwerp: [Geoserver-users] Geowebcache seeding XML and JSON Dear list, Where can I find detailed

[Geoserver-users] GeoServer PointStacker transform styling in CSS

2020-05-05 Thread severin.menard via Geoserver-users
Hi, After reviewing the existing documentation, I published a help request on GIS StackExchange regarding how to use the PointStacker styling transformation (to get clusters of vector points) in CSS, in case someone would have the answer:

[Geoserver-users] REST configuration Geopackage raster

2020-05-05 Thread Nikolaus Pruzsinszky
Hi list, I am trying to add a geopackage to my geoserver instance, these are my lines: First I create the Coverage store: curl -v -u %login% -POST -H "Content-type: application/json" -d "{"coverageStore":{"name":"Sentinel_2","workspace":"%wsname40%"}}" "%url%%ws40%/coveragestores/" Then I try to

Re: [Geoserver-users] BBOX CQL filter requiring CRS parameter even when SRS "force declared"?

2020-05-05 Thread Andrea Aime
On Tue, May 5, 2020 at 6:52 AM Travis Brundage wrote: > The reference documentation > > says that it will default to the layer's defined CRS, though my guess is > the WFS request is defaulting to the

Re: [Geoserver-users] BBOX CQL filter requiring CRS parameter even when SRS "force declared"?

2020-05-05 Thread Ian Turton
That sounds like an axis order issue. Ian On Tue, 5 May 2020 at 05:45, Travis Brundage wrote: > Greetings, > > I have a layer setup in GeoServer (version 2.15.1), from a PostGIS > datastore, with a MultiPolygon geom feature. I've set its projection to > EPSG:4326 and it has "SRS handling =