Re: [Geoserver-users] Best way to serve thousands of imagery files?

2015-02-10 Thread Ben Johnson
So quick question. I created an image pyramid from my MrSID files and the resulting size was ~16* the size of the MrSID so I created an image pyramid of JP2K files instead because they get good compression and can be created using the gdal_retile tool however GeoServer fails to import an image pyra

Re: [Geoserver-users] Best way to serve thousands of imagery files?

2015-02-10 Thread Ben Johnson
thanks for the help guys! ImagePyramid was the answer, and for anyone doing this later when you use the gdal_retile tool you will have to move the images in the base directory into a 0/ directory as Andrea pointed out! Thanks a lot! On Fri, Feb 6, 2015 at 11:47 AM, Andrea Aime wrote: > On Fri,

[Geoserver-users] ArcSDE plugin error on rendering layers

2015-02-10 Thread Giacomo Dell-Omodarme
Hello list, i'm using Geoserver 2.1.3 with ArcSDE plugin installed that let me publish some sde feature class i have on Oracle 11g on a production environment. The version of ArcSDE installed is 9.3.1 sp2. 'Til now no problem, but for some reason now i have an exception on the getMap request in t

Re: [Geoserver-users] Limiting GetMap request using a Geometry

2015-02-10 Thread Martin Davis
What is the data source for the layers? Is it a database? If so, would SQL Views offer a solution? On Tue, Feb 10, 2015 at 4:29 AM, Roel De Nijs wrote: > Hi list, > > > > We send a WMS GetMap-request (through OpenLayers) to geoserver for a set > of layers. The number of comma-seperated values

Re: [Geoserver-users] Cascading WFS on 2.6.0 and 2.6.2

2015-02-10 Thread Meine Toonen
Hi, Thanks for your reply. There is no firewall. Regards, Meine _ From: Julian Hollingbery [mailto:jul...@northtech.dk] To: Meine Toonen [mailto:meinetoo...@b3partners.nl], geoserver-users@lists.sourceforge.net [mailto:geoserver-users@lists.sourceforge.net] Sent: Tue, 10 Feb 2015

Re: [Geoserver-users] Cascading WFS on 2.6.0 and 2.6.2

2015-02-10 Thread Julian Hollingbery
What I meant was that your server may be behind a firewall, which is permitting inbound requests, but preventing it from making outbound requests. Regards, /julian Fra: Meine Toonen [meinetoo...@b3partners.nl] Sendt: 10. februar 2015 14:27 Til: Julian Holl

[Geoserver-users] Cascading WFS on 2.6.0 and 2.6.2

2015-02-10 Thread Meine Toonen
Hi list When using geoserver 2.5.4 (and 2.3.2) I could add a WFS as a store, and publish the layers in that WFS store. When I try to do that in geoserver 2.6.0 and 2.6.2, I get an error when publishing a layer (ie. doing a DescribeFeatureType). The stacktrace: java.lang.RuntimeException: Er

Re: [Geoserver-users] Cascading WFS on 2.6.0 and 2.6.2

2015-02-10 Thread Meine Toonen
No, on my local machine with no firewall enabled. Multiple clients of me are reporting the same issue. Also, the getcapabilities are coming through nicely, but only the describefeaturetype isn't. Regards, Meine Toonen _ From: Julian Hollingbery [mailto:jul...@northtech.dk] To: Meine T

Re: [Geoserver-users] Cascading WFS on 2.6.0 and 2.6.2

2015-02-10 Thread Julian Hollingbery
It may be a firewall issue.. Are you using the browser on your server? Regards, /julian Fra: Meine Toonen [meinetoo...@b3partners.nl] Sendt: 10. februar 2015 14:03 Til: geoserver-users@lists.sourceforge.net Emne: [Geoserver-users] Cascading WFS on 2.6.0 and

Re: [Geoserver-users] Limiting GetMap request using a Geometry

2015-02-10 Thread Julian Hollingbery
Hi Roel, I would consider using something like Mapproxy in front of Geoserver. See http://mapproxy.org/docs/1.7.0/auth.html#authentication-authorization-middleware Regards, Julian Fra: Roel De Nijs [roel.den...@aquafin.be] Sendt: 10. februar 2015 13:29 Ti

[Geoserver-users] Cascading WFS on 2.6.0 and 2.6.2

2015-02-10 Thread Meine Toonen
Hi list When using geoserver 2.5.4 (and 2.3.2) I could add a WFS as a store, and publish the layers in that WFS store. When I try to do that in geoserver 2.6.0 and 2.6.2, I get an error when publishing a layer (ie. doing a DescribeFeatureType). The stacktrace: java.lang.RuntimeException: Er

Re: [Geoserver-users] Limiting GetMap request using a Geometry

2015-02-10 Thread Andrea Aime
On Tue, Feb 10, 2015 at 1:29 PM, Roel De Nijs wrote: > Hi list, > > > > We send a WMS GetMap-request (through OpenLayers) to geoserver for a set > of layers. The number of comma-seperated values in the layers parameter > ranges from 1 to 30. > > > > Some of our users are only allowed to see the

[Geoserver-users] Limiting GetMap request using a Geometry

2015-02-10 Thread Roel De Nijs
Hi list, We send a WMS GetMap-request (through OpenLayers) to geoserver for a set of layers. The number of comma-seperated values in the layers parameter ranges from 1 to 30. Some of our users are only allowed to see the objects of a certain geographic area like a city or a state. To implement

Re: [Geoserver-users] attributes returned by WFS GetFeature with propertyName

2015-02-10 Thread emmexx
Il 02/10/2015 12:13 PM, Andrea Aime scrisse: > Most likely, because they are declared as mandatory in the xml schema > returned by DescribeFeatureType, > which normally means you have them marked as non nullable in your database. > If this is the case, you can maybe create a sql view, they will be

Re: [Geoserver-users] attributes returned by WFS GetFeature with propertyName

2015-02-10 Thread Andrea Aime
On Tue, Feb 10, 2015 at 12:02 PM, emmexx wrote: > I'm using the following rest call to get a list of features. I wanted to > limit the attributes returned and added propertyName to the request: > > http://example.com:8080/geoserver/bicitalia/ows?service=WFS > &version=1.0.0 > &request=GetFeature

[Geoserver-users] attributes returned by WFS GetFeature with propertyName

2015-02-10 Thread emmexx
I'm using the following rest call to get a list of features. I wanted to limit the attributes returned and added propertyName to the request: http://example.com:8080/geoserver/bicitalia/ows?service=WFS &version=1.0.0 &request=GetFeature &typeName=myworkspace:mylayer &maxfeatures=50 &outputformat=