[Geoserver-devel] [jira] (GEOS-6763) polygon.xml generated with reference to default_line.sld

2014-11-13 Thread Jody Garnett (JIRA)
Title: Message Title Jody Garnett created an issue

Re: [Geoserver-devel] gml prefix for features returned by WFS 1.1.0

2014-11-13 Thread Jody Garnett
Depends on the WFS server (it may try parsing that as an XSD right?). You will notice GeoServer uses DescribeFeatureType when describing the namespace for it own feature content. Jody Garnett On Thu, Nov 13, 2014 at 1:24 PM, Farwell, Michael D - Exelis < michael.farw...@exelisinc.com> wrote: >

Re: [Geoserver-devel] Proposal of Python examples for GeoServer REST API Documentation

2014-11-13 Thread Phil Scadden
I think documented both is good idea. I like having the curl examples rendered in Python, but it would be also good to have outline of what gsconfig.py can do for you. Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not c

Re: [Geoserver-devel] gml prefix for features returned by WFS 1.1.0

2014-11-13 Thread Farwell, Michael D - Exelis
Thanks Jody. Does the namespace URI have to be a legitimate web address? From: Jody Garnett [mailto:jody.garn...@gmail.com] Sent: Thursday, November 13, 2014 4:10 PM To: Farwell, Michael D - Exelis Cc: Andrea Aime; geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] gml prefix fo

Re: [Geoserver-devel] gml prefix for features returned by WFS 1.1.0

2014-11-13 Thread Jody Garnett
See the ShapefileDataStoreFactory for an example. I think geoserver just checks for a parameter "namespace" and fills in the value as required. Jody Garnett On Thu, Nov 13, 2014 at 11:37 AM, Farwell, Michael D - Exelis < michael.farw...@exelisinc.com> wrote: > Andrea, > > > > Thanks for the res

Re: [Geoserver-devel] Improving scalability of UI (and other subsystems) against very large catalogs

2014-11-13 Thread Gabriel Roldan
On Mon, Nov 10, 2014 at 12:29 PM, Andrea Aime wrote: > Hi, > we are looking at what makes GeoServer hard to use (or simply impossible > to use) > when one has a very large amount of layers/styles/stores/workspaces > configured, > and eventually stored in jdbcconfig. > > Point in case, to give you

Re: [Geoserver-devel] Proposal of Python examples for GeoServer REST API Documentation

2014-11-13 Thread Jesús Gómez
2014-11-13 15:37 GMT-04:30 Phil Scadden : > This appears to be examples of using python "in the raw" to use REST > (which is a fine thing) but not examples of how to use gsconfig.py? > (which is what I was expecting) > I overview the `gsconfig`. If i play with it, it will flawlessly hide all the R

Re: [Geoserver-devel] Proposal of Python examples for GeoServer REST API Documentation

2014-11-13 Thread Jesús Gómez
2014-11-13 15:22 GMT-04:30 Robert Coup : > On Fri, Nov 14, 2014 at 8:24 AM, Jesús Gómez wrote: >> >> >> I started to write a proposal[1] for the python section of REST >> examples[2]. Almost textually based on the cURL examples[3]. I aim to >> do all the examples. >> >> I could change the idea and

Re: [Geoserver-devel] Proposal of Python examples for GeoServer REST API Documentation

2014-11-13 Thread Robert Coup
On Fri, Nov 14, 2014 at 8:24 AM, Jesús Gómez wrote: > > I started to write a proposal[1] for the python section of REST > examples[2]. Almost textually based on the cURL examples[3]. I aim to > do all the examples. > > I could change the idea and do a more creative work with another > examples, b

Re: [Geoserver-devel] Proposal of Python examples for GeoServer REST API Documentation

2014-11-13 Thread Phil Scadden
This appears to be examples of using python "in the raw" to use REST (which is a fine thing) but not examples of how to use gsconfig.py? (which is what I was expecting) Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not c

Re: [Geoserver-devel] gml prefix for features returned by WFS 1.1.0

2014-11-13 Thread Andrea Aime
On Thu, Nov 13, 2014 at 8:37 PM, Farwell, Michael D - Exelis < michael.farw...@exelisinc.com> wrote: > Andrea, > > > > Thanks for the response. Any idea where in the DataStore interface you > would “expose/honor” the namespace parameter. Is that something you define > in the Schema? > In the f

Re: [Geoserver-devel] gml prefix for features returned by WFS 1.1.0

2014-11-13 Thread Farwell, Michael D - Exelis
Andrea, Thanks for the response. Any idea where in the DataStore interface you would “expose/honor” the namespace parameter. Is that something you define in the Schema? Mike From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Thursday, November 13, 2014

[Geoserver-devel] Proposal of Python examples for GeoServer REST API Documentation

2014-11-13 Thread Jesús Gómez
Greetings. I started to write a proposal[1] for the python section of REST examples[2]. Almost textually based on the cURL examples[3]. I aim to do all the examples. I could change the idea and do a more creative work with another examples, but first i would like to know if it is of your liking.

[Geoserver-devel] Helping JDBCConfig with new derived properties

2014-11-13 Thread Andrea Aime
Hi, working on the scalability of the UI along with JDBCConfig with stumbled into a few issues in the preview tables, which require some changes in JDBCConfig and GeoServer alike to work efficiently. The cached layers preview basically does a scan along all layers to find the cached ones, matching

[Geoserver-devel] [jira] (GEOS-6762) CSW capabilities param/constraints section can grow indefinitely when using decorators

2014-11-13 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created an issue

Re: [Geoserver-devel] gml prefix for features returned by WFS 1.1.0

2014-11-13 Thread Jody Garnett
No quick answer, however I think GeoServer atomically fills in a "namespace" connection parameter to inject the current workspace details into a DataStore (in case they care). Perhaps this is how shapefile is being told about "topp". Jody Garnett On Thu, Nov 13, 2014 at 7:08 AM, Farwell, Michael

Re: [Geoserver-devel] gml prefix for features returned by WFS 1.1.0

2014-11-13 Thread Andrea Aime
On Thu, Nov 13, 2014 at 4:08 PM, Farwell, Michael D - Exelis < michael.farw...@exelisinc.com> wrote: > The topp:states feature type is returned with a topp prefix using both > 1.0.0 and 1.1.0, so I know it’s not the GeoServer configuration. Anyone > know what is wrong with my data store? > Quic

[Geoserver-devel] gml prefix for features returned by WFS 1.1.0

2014-11-13 Thread Farwell, Michael D - Exelis
All, I've created a custom data store plugin for GeoServer 2.5.2. I can add instances of the new data store without issue. I add the instances to the geo workspace (name: geo, uri: http://geo/geo). WFS 1.0.0 returns the track_point features with a geo prefix as expected, but WFS 1.1.0 return

Re: [Geoserver-devel] GSIP 119 - Hazelcast based distributed status store available

2014-11-13 Thread Jody Garnett
I would like to review, I am starting with backlog of geotools reviews. If I do not get to wps please proceed without me. Jody Garnett On Wed, Nov 12, 2014 at 6:20 AM, Andrea Aime wrote: > Hi, > I've just made the Hazelcast based statu store available in this pull > request (which > is cumulati

[Geoserver-devel] WG: GeoServer JSON Feature Count Bug with Spatial Filter

2014-11-13 Thread Biskup, Paul
Hi GeoServer-list, I've found a solution for this problem. I did some further debugging and figured out, that when you do a 'source.getCount()'-request it won't reproject the spatialfilter-geometry to the baseprojection. But it will be reprojected when you do a 'featureCollection.size()'-reques

Re: [Geoserver-devel] GSIP 119 - Hazelcast based distributed status store available

2014-11-13 Thread Andrea Aime
On Thu, Nov 13, 2014 at 7:04 AM, Brad Hards wrote: > I had a look at it, mainly to try to learn. So there are some comments but > nothing of any significance. > > Thank you for the feedback, the commit in the pull request was updated to handle it. > I was particularly intimidated by the results

[Geoserver-devel] Copyright headers not switched for pom.xml and application contexts

2014-11-13 Thread Andrea Aime
Hi, following up some feedback from Brad on the Hazelcast clustering stuff I've noticed that the copyright headers of many (all?) XML files are still reporting: While I guess they should be reporting: Can't work on in right now, but I've opened a ticket to track this task: http://jira.codehau

[Geoserver-devel] [jira] (GEOS-6761) Switch to OSGEO copyright headers of xml files too

2014-11-13 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created an issue

Re: [Geoserver-devel] GSIP 119 - Hazelcast based distributed status store available

2014-11-13 Thread Alessio Fabiani
+2 == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Ing. Alessio Fabiani @alfa7691 Founder/Technical Lead GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39