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

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

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",

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

[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

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

[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 ___