Re: [Geoserver-users] Clip WFS features

2018-10-21 Thread Andrea Aime
Hi, see the other thread, collections are not necessarily storing features, you must wrap them. The ClipProcess I've indicated in previous exchanges does exactly this, I don't understand why you're not simply using it? Cheers Andrea On Tue, Oct 16, 2018 at 9:56 PM Olyster wrote: > Hi, > > I'm

Re: [Geoserver-users] Orthographic Coverage Layer

2018-10-21 Thread Andrea Aime
Hi Judd, nope, that change cannot be accepted, the output of that code must be in WGS84, while it might work in your specific case, it can easily have side effects in other cases. Sorry! Envelope reprojection among two generic CRSs is a complicated topic, has a number of heuristics and special cas

Re: [Geoserver-users] Modify FeatureCollection WFS

2018-10-21 Thread Andrea Aime
On Fri, Oct 19, 2018 at 10:40 PM Olyster wrote: > Hi, > > is it me or this will never work ? > > In SimpleFeatureImpl > > public void setDefaultGeometry(Object geometry) { > Integer geometryIndex = index.get( null ); > if ( geometryIndex != null ) { > setAttribute( geo

Re: [Geoserver-users] WFS protect server from overcapacity by enforcing BBOX in requests + limiting max BBOX area

2018-10-21 Thread Andrea Aime
Hi Julien, please keep reply on list, as indicated in the list usage guidelines: http://geoserver.org/comm/userlist-guidelines.html About the select(*) count, indeed clients use it to support paging and removing it will likely break some of them. However the standard allows to return "unknown" in

Re: [Geoserver-users] WCS_2.0.1

2018-10-21 Thread bradh
I don’t think there is any way to do this without code changes on the geoserver side. You could modify your client, or use a rewriting proxy. You should be careful about making changes that will make the XML different to that expected by standard clients. Brad From: Dipak Gupta Sent

Re: [Geoserver-users] [QGIS-Developer] QGIS WCS is requesting FULL dataset?

2018-10-21 Thread Andrea Aime
On Sat, Oct 20, 2018 at 9:58 PM Jonathan Moules < jonathan-li...@lightpear.com> wrote: > Hi Lists, > > I'm cross posting this to GeoServer-Users over from QGIS-Dev as the > current QGIS code seems to be trying to work around a GeoServer quirk > based on Nyall's code-comment snippet. > > Is there s

Re: [Geoserver-users] Why is footprint shape file necessary in Geoserver and not in QGIS for ECW file?

2018-10-21 Thread Ron Lindhoudt via Geoserver-users
Hi Andrea, This is the GDALINFO: C:\ECW\Weesp>gdalinfo Parcel2_Weesp_Mosaic.ecw Driver: ECW/ERDAS Compressed Wavelets (SDK 3.x) Files: Parcel2_Weesp_Mosaic.ecw Size is 175000, 175000 Coordinate System is: PROJCS["NUTM31", GEOGCS["RIJKDRIEHOEKSMETING", DATUM["RD", SPHEROID[

Re: [Geoserver-users] WFS protect server from overcapacity by enforcing BBOX in requests + limiting max BBOX area

2018-10-21 Thread Andrea Aime
Hi, the WFS protocol has no way to advertise limits on the bounding box, so trying to apply them would break any "standard" client, only clients hand-crafted to work against our service would be able to reliably extract information out of it. The WFS protocol choice to avoid overloading the server

[Geoserver-users] WFS protect server from overcapacity by enforcing BBOX in requests + limiting max BBOX area

2018-10-21 Thread Julien Laurenceau
Hi, I would like to protect my WFS server from overcapacity and thus I would like to be able to be able to tune the maximum "cost" of a single request. I already have a way to rate limit the number of calls so that once I'll be able to tune the maximum cost of a single request it will be easy to pr

Re: [Geoserver-users] Why is footprint shape file necessary in Geoserver and not in QGIS for ECW file?

2018-10-21 Thread Andrea Aime
Hi Ron, no clue, I was under the impression that ECW files had no transparency information... but I haven't really looked much into it, server side usage of ECW requires an expensive licence to be done legally, so we normally just don't use it. Can you run a gdalinfo on your file? Cheers Andrea

[Geoserver-users] Why is footprint shape file necessary in Geoserver and not in QGIS for ECW file?

2018-10-21 Thread Ron Lindhoudt via Geoserver-users
When I open an ECW file in QGIS then the black background of the ECW is automatically made transparent. When I add the same ECW in Geoserver via ECW plugin then the background is black and not transparent. Also if I change the footprint behavior to "Transparent". I have to make a shape footprint fi

[Geoserver-users] WCS_2.0.1

2018-10-21 Thread Dipak Gupta
Hi Georver Team, I want to add extra parameter like ows:ExceptionReport in wcs xml response of get capabilities from geoserver. -- Dipak Gupta Associate IT Developer Ph no.- +917587113200 ___ Geoserver-users mailing list Please make sure you read the

Re: [Geoserver-users] Footprint Behavior property not visible

2018-10-21 Thread Ron Lindhoudt via Geoserver-users
The problem was that the layer was created via the REST API without the entry for FootprintBehavior. That's why it was not visible in the Web interface. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html ___ Geoserver-use