Re: [Geoserver-users] capabilities document parsing

2015-10-22 Thread Rahkonen Jukka (MML)
Hi, It is possible to create a data store from WFS by using the Web Feature Server (NG) as a vector data store. Have a try with http://demo.opengeo.org/geoserver/wfs. Because is works it means that Geoserver can parse GetCapabilities from another Geoserver WFS. We need more information about

Re: [Geoserver-users] (no subject)

2015-10-22 Thread Chris Brown
Hi Anrdea, Sure, I would be happy to give that a try, please let me know once it hits the nightlies. It might take me a few days to test, because to test that volume we need to clone our production server with all the data onto staging which is a big of an exercise. Cheers, Chris On 21 October

Re: [Geoserver-users] JNS Clustering not updating Layer Groups

2015-10-22 Thread Chris Brown
Thanks Andrea, I've added a new bug report here - https://osgeo-org.atlassian.net/browse/GEOS-7263. Cheers, Chris On 22 October 2015 at 15:03, Andrea Aime wrote: > On Thu, Oct 22, 2015 at 10:01 AM, Chris Brown wrote: > >> Hi Andrea, >> >>

[Geoserver-users] Geoserver response sent as chunked

2015-10-22 Thread jonas . kumlin
Hi I have an issue when upgrading to Geoserver 2.8 (actually 2.6.1 and above). The server response for getfeatureinfo is sent chunked which I dont want. What is the difference between 2.6.0 (which works well) and later versions? I use the windows installer with embedded Jetty 6.1.8. Regards,

[Geoserver-users] capabilities document parsing

2015-10-22 Thread Bernardo Marques
Hello everyone, Recently I've been trying to develop a minimal WFS server capable only of "GetCapabilities", "GetFeature" and "DescribeFeatureType" operations. For that purpose I based my implementation on the WFS simple open source implementation available in JAVA. The thing is, I got the WFS

Re: [Geoserver-users] capabilities document parsing

2015-10-22 Thread Bernardo Marques
Yep, i was just able to do it using an example from the WFS standard document. What I was doing was simply serving geoserver's capabilities document as the capabilities document of an external server. It would then generate a vague parsing exception. On Oct 22, 2015 08:20, "Rahkonen Jukka (MML)" <

Re: [Geoserver-users] JNS Clustering not updating Layer Groups

2015-10-22 Thread Chris Brown
Hi Andrea, Thanks Andrea. That's definitely not the case this time, we're using a UUID for both the layer and group name. We're using GeoServer 2.7.2. Cheers, Chris On 22 October 2015 at 14:57, Andrea Aime wrote: > On Thu, Oct 22, 2015 at 8:59 AM, Chris Brown

Re: [Geoserver-users] Geoserver-users Digest, Vol 113, Issue 90

2015-10-22 Thread Andrea Aime
Hi Floarian, GeoServer historically has had no support for "nodata" pixels. In version 2.8.0 we have a first implementation of nodata support, but it's not enabled by default as we have seen some misbehaviors in it. If you want to try it out, get GeoServer 2.8.0 and add the following system

[Geoserver-users] JNS Clustering not updating Layer Groups

2015-10-22 Thread Chris Brown
Hi, We've been testing out JMS cluster, it's a standard install using the embedded messenger not ActiveMQ with each node using a shared data directory. Everything works as expected and all changes of layers and styles on the master get propagated to the slave, the exception is layer groups.

Re: [Geoserver-users] JNS Clustering not updating Layer Groups

2015-10-22 Thread Andrea Aime
On Thu, Oct 22, 2015 at 8:59 AM, Chris Brown wrote: > Hi, > > We've been testing out JMS cluster, it's a standard install using the > embedded messenger not ActiveMQ with each node using a shared data > directory. Everything works as expected and all changes of layers and >

Re: [Geoserver-users] EXT :Re: How to map Multipolygon using geoserver/app-schema?

2015-10-22 Thread Yin, Wentao (IS) (Contr)
Thank you, Ben Wen -Original Message- From: Ben Caradoc-Davies [mailto:b...@transient.nz] Sent: Thursday, October 22, 2015 2:57 PM To: Yin, Wentao (IS) (Contr); geoserver-users@lists.sourceforge.net Subject: Re: EXT :Re: [Geoserver-users] How to map Multipolygon using

Re: [Geoserver-users] EXT :Re: How to map Multipolygon using geoserver/app-schema?

2015-10-22 Thread Ben Caradoc-Davies
Wen, app-schema does not support user defined geometry types such as aixm:SurfaceType. GeoServer implements (approximately) the OGC simple feature profile, with app-schema providing multiple cardinality of properties and user-defined non-spatial features (i.e. complex features):

Re: [Geoserver-users] JNS Clustering not updating Layer Groups

2015-10-22 Thread dracic
Just did that: https://osgeo-org.atlassian.net/browse/GEOS-7269 Simone Giannecchini wrote > Ciao Davor, > please, create a JIRA report that describes the problem! > > > Regards, > Simone Giannecchini > == > GeoServer Professional Services

Re: [Geoserver-users] JNS Clustering not updating Layer Groups

2015-10-22 Thread Andrea Aime
On Thu, Oct 22, 2015 at 10:01 AM, Chris Brown wrote: > Hi Andrea, > > Thanks Andrea. That's definitely not the case this time, we're using a > UUID for both the layer and group name. We're using GeoServer 2.7.2. > In that case the issue is unknown, can you report it with a

Re: [Geoserver-users] WFS, app-shema, and multiple feature chaining not displayed as XML

2015-10-22 Thread Ben Caradoc-Davies
On 22/10/15 01:49, Stefano Costa wrote: > I had a quick look at AIXM 5.1 ( > http://www.aixm.aero/gallery/content/public/schema/5.1/AIXM_Features.xsd), > but the Airspace type defined there doesn't have any theAirspaceVolume > property. Yes, in this schema, theAirspaceVolume is a property only of

Re: [Geoserver-users] How to map Multipolygon using geoserver/app-schema?

2015-10-22 Thread Ben Caradoc-Davies
Wen, MULTIPOLYGON geometry columns should be supported by GeoTools and thus GeoServer and app-schema. What happens when you map an Oracle MULTIPOLYGON geometry column in app-schema? I expect that in WFS responses these are encoded as GML MultiPolygon. Kind regards, Ben. On 22/10/15 04:40,

Re: [Geoserver-users] JNS Clustering not updating Layer Groups

2015-10-22 Thread dracic
I can confirm the same issue, with the same setup. I also noticed that Workspace/General WMS settings are not propagated to slaves. I haven't tested WFS/WCS settings. -- View this message in context:

Re: [Geoserver-users] GeoServer stop working after some times

2015-10-22 Thread dracic
Can you paste tomcat log? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoServer-stop-working-after-some-times-tp5230993p5231992.html Sent from the GeoServer - User mailing list archive at Nabble.com.

[Geoserver-users] WFS/Slaved

2015-10-22 Thread Eric Smets
Hello, The definitions of old WFS features sources is not converted into the new definitions of WFS features. All the other definitions is converted correctly but WFS sources. The error that appears is no Plugin defined. Conversion from 2.4 tot 2.8 version. Regards, EricĀ  -- Eric Smets

Re: [Geoserver-users] EXT :Re: How to map Multipolygon using geoserver/app-schema?

2015-10-22 Thread Yin, Wentao (IS) (Contr)
Ben, I'm trying to map polygon/multipolygon to aixm:Surface: Which is defined

Re: [Geoserver-users] WFS, app-shema, and multiple feature chaining not displayed as XML

2015-10-22 Thread jc . albert
Thanks, When I sended the example, I simplified this. The target attribute was : timeSlice/AirspaceTimeSlice/geometryComponent/AirspaceGeometryComponent/theAirspaceVolume I updated the local XSD to set theAirspaceVolume at the top of the Airspace, to see if there where the same problem. And

Re: [Geoserver-users] Geoserver/Tomcat - Solved

2015-10-22 Thread Jair Santos
Thank you Andrea. It worked smoothly. JJ. From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Thursday, October 22, 2015 12:55 AM To: Jair Santos Cc: GeoServer Mailing List List

Re: [Geoserver-users] WFS, app-shema, and multiple feature chaining not displayed as XML

2015-10-22 Thread Stefano Costa
Hi JcA, now I see the issue: theAirspaceVolume is a single-value property, you should do the feature chaining on the geometryComponent property, which is multi-valued. Try this mapping: dataStore airspace aixm:Airspace

Re: [Geoserver-users] WFS/Slaved

2015-10-22 Thread Andrea Aime
On Thu, Oct 22, 2015 at 4:33 PM, Eric Smets wrote: > Hello, > > The definitions of old WFS features sources is not converted into the new > definitions of > WFS features. > > All the other definitions is converted correctly but WFS sources. The > error that appears is > no

Re: [Geoserver-users] layer group with TIME Dimension

2015-10-22 Thread Andrea Aime
On Thu, Oct 22, 2015 at 12:32 AM, Bessette-Halsema, Dominique E < dominique.besse...@gdit.com> wrote: > How do I add the TIME dimension to a layer group so that it shows in the > getCapabilities document? Each layer added to the layer group has the time > dimension enabled and all contain the

Re: [Geoserver-users] capabilities document parsing

2015-10-22 Thread Andrea Aime
On Thu, Oct 22, 2015 at 9:32 AM, Bernardo Marques < bernardomarqu...@gmail.com> wrote: > Yep, i was just able to do it using an example from the WFS standard > document. What I was doing was simply serving geoserver's capabilities > document as the capabilities document of an external server. It

Re: [Geoserver-users] JNS Clustering not updating Layer Groups

2015-10-22 Thread Simone Giannecchini
Ciao Chris, see my message on the JIRA report. I have tested on master and it worked for me. We might need more info. Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo

Re: [Geoserver-users] JNS Clustering not updating Layer Groups

2015-10-22 Thread Simone Giannecchini
Ciao Davor, please, create a JIRA report that describes the problem! Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti