Re: [Geoserver-users] ImageMosaic with tiled data

2017-04-11 Thread Andrea Aime
On Wed, Apr 12, 2017 at 1:40 AM, Adam Steer wrote: > HI Aaron > > in my case I’m also using CF-compliant netCDF and haven’t needed to make > world files. Geoserver creates dot files as part of imagemosaic creation, > which I have not inspected closely (index data? I should go and look). > Yep, t

[Geoserver-users] 64bit sdejavautil.dll

2017-04-11 Thread elyoung
Hi, I need sdejavautil.dll but can't find it anywhere. Is there a 64 bit version of this dll available? Or I should pay for it? Cheers, Allen -- View this message in context: http://osgeo-org.1560.x6.nabble.com/64bit-sdejavautil-dll-tp5316920.html Sent from the GeoServer - User mailing list

Re: [Geoserver-users] ImageMosaic with tiled data

2017-04-11 Thread Adam Steer
HI Aaron in my case I’m also using CF-compliant netCDF and haven’t needed to make world files. Geoserver creates dot files as part of imagemosaic creation, which I have not inspected closely (index data? I should go and look). > If I am understanding your responses it sounds like the tiling be

Re: [Geoserver-users] WMS with an appschema

2017-04-11 Thread Ben Caradoc-Davies
Vic, can you show us your WMS request? I expected a query for the app-schema layer tn-ra:RailwayStationNode not tn-ra:inspire_stations, which looks like a source feature type. I recommend using the top-level (non-workspace) service endpoint, especially for your older version of app-schema. (Bu

Re: [Geoserver-users] ImageMosaic with tiled data

2017-04-11 Thread Aaron Braeckel
Thanks for the information. My netCDF files are CF-compliant and are readable and geo-locatable in all of the netCDF tools I am using. When you mention world files, what do you mean? Do you mean that the netCDF data be CF-compliant and be geo-located or something else entirely? If it is a separ

Re: [Geoserver-users] Reload Configuration and catalog freezes/crashes

2017-04-11 Thread Andrea Aime
On Tue, Apr 11, 2017 at 4:23 PM, Shawn Crawley wrote: > As far as I know I'm just hitting the cluster by letting the load balancer > spread the calls. I'm just hitting the central hub endpoint and doing > pretty generic rest calls for creating and deleting layers. It's set up as > a Master/Slave

Re: [Geoserver-users] Reload Configuration and catalog freezes/crashes

2017-04-11 Thread Shawn Crawley
As far as I know I'm just hitting the cluster by letting the load balancer spread the calls. I'm just hitting the central hub endpoint and doing pretty generic rest calls for creating and deleting layers. It's set up as a Master/Slave cluster with shared Data Directory. To try to keep the cluster i

Re: [Geoserver-users] WMS with an appschema

2017-04-11 Thread Nuno Oliveira
// /| Rendering process failed Can’t find source expression for: geometry/ This means that your feature doesn't have a default geometry, which is strange since the example feature you show contains a geometry. I would then try to set the geometry using a XPath expression like in the document

Re: [Geoserver-users] WMS with an appschema

2017-04-11 Thread Andrea Aime
Hi, I actually thought the attribute checks was not there on complex features, but looking at the code, it seems it never got excluded. Rationale: only a certain subset of attributes can really be checked for existence against the schema, e.g., what do you do when a xpath is crossing a polymorphic

Re: [Geoserver-users] Security update notifications

2017-04-11 Thread Jonathan Moules
Hi Clifford, I don't think so, though I can see how it would be useful. The blog has a "vulnerability" category, though little used: http://blog.geoserver.org/category/vulnerability/ And a tag for "security" (also little used): http://blog.geoserver.org/tag/security/ On JIRA, it looks like there

Re: [Geoserver-users] WMS with an appschema

2017-04-11 Thread Kirk, Victor (GB)
Thanks for the reply, if I remove the geometry attribute I get the following error: Rendering process failed Can't find source expression for: geometry RE: The WFS NULL namespaces issue should have been fixed some time ago: We are using 2.8.2, upgrading is not an option for us just yet, not rea

Re: [Geoserver-users] WMS with an appschema

2017-04-11 Thread Nuno Oliveira
Hi, You don't need to explicitly set the geometry attribute, removing: ** *net:geometry* ** should get you what you expect. In any case, when referencing a complex feature attribute (i.e. when using app-schema) a XPath expression needs to be used: http://docs.geoserver.org/latest/

[Geoserver-users] WMS with an appschema

2017-04-11 Thread Kirk, Victor (GB)
I’m trying to get WMS working for an appschema I’ve set up, but I get the error : “The requested Style can not be used with this layer. The style specifies an attribute of net:geometry and the layer is: tn-ra:inspire_stations”. I’ve stepped through the look up in the debugger and I can see t

[Geoserver-users] WFS datastore: "Use gzip" is ignored / error on GZIP

2017-04-11 Thread Watermeyer, Andreas
Hi all, 1) the GeoServer admin page for a WFS datastore allows to set "use gzip compression" to true/false. However the GeoTools WFSDataStoreFactory does not forward this setting to the HTTPClient. The HTTPClient in turn always activates gzip compression. So the setting has no effect. The

Re: [Geoserver-users] Reload Configuration and catalog freezes/crashes

2017-04-11 Thread Andrea Aime
On Tue, Apr 11, 2017 at 5:38 AM, Shawn Crawley wrote: > Hello, > > I was trying to both delete and create many styles and layers in one swoop > with a script. This was being done against GeoServer 2.8.2 with a > 4-instance cluster. > There is not enough description here to help. How are you hitt