Re: [Geoserver-devel] Propose to add an option for latLongBoundingBox range checking before database query.

2015-02-04 Thread Jody Garnett
Interesting. I would normally expect the GeoTools datastore to handle this - but you are correct if you can tell up front that there is no data in the provided bounds you could avoid instantiating a datastore completely. A couple of notes of caution. Lat long bounding box is fairly lax, you may fi

[Geoserver-devel] Propose to add an option for latLongBoundingBox range checking before database query.

2015-02-04 Thread Lingbo.Jiang
Hi Geoserver community, For every WMS layer that has latLongBoundingBox set up in the config, GeoServer may restrict the request to the configured latLongBoundingBox. At the moment, it doesn't, and this results in unnecessary query and wastes connections and cursors (for Oracle). Thus I propose

[Geoserver-devel] [jira] (GEOS-6872) Propose to add an option for latLongBoundingBox range checking before database query.

2015-02-04 Thread Lingbo Jiang (JIRA)
Title: Message Title Lingbo Jiang created an issue

Re: [Geoserver-devel] Format=application/openlayers Handling

2015-02-04 Thread Jody Garnett
That is a bit tricky David. Too bad you could not just display the layer titles in Open Layers? There is an open layers output format, it has recently been updated to OL3: * https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/java/org/geoserver/wms/map/OpenLayersMapOutputFormat.ja

Re: [Geoserver-devel] Shutting down Thread Pools

2015-02-04 Thread Jody Garnett
I would be happy with Disposer. Please mark the FileWatcher thread pool as Daemon in anywise (as that was my intention when writing). -- Jody Garnett On 4 February 2015 at 12:45, Kevin Smith wrote: > I'd like to get this fixed soon. Does anyone have a problem with > documenting the limitation

Re: [Geoserver-devel] Cascaded Stored Query update and question

2015-02-04 Thread Jody Garnett
Any update on the docs Sampo? We have the RC coming up on Feb 18th. At that point we will have a new 2.7.x branch (so any docs you do will need to be applied to both branches). -- Jody -- Jody Garnett On 8 January 2015 at 07:25, Sampo Savolainen wrote: > Hi, > > I've got the go-ahead from my cl

Re: [Geoserver-devel] Shutting down Thread Pools

2015-02-04 Thread Kevin Smith
I'd like to get this fixed soon. Does anyone have a problem with documenting the limitations of the Disposer in terms of guaranteeing the order of destruction? Failing that I'll go with the Daemon thread approach which fixes the immediate problem and is otherwise no worse than the current way thi

Re: [Geoserver-devel] Author/publish vector tiles

2015-02-04 Thread Andrea Aime
On Wed, Feb 4, 2015 at 9:25 PM, Justin Deoliveira wrote: > Hey Tim, > > I've been looking at what it would take to add vector tile support in > GeoTools/GeoServer recently. Mostly looking at protocol buffers and how > they would integrate. All in all I think it would be pretty straight > forward,

Re: [Geoserver-devel] Author/publish vector tiles

2015-02-04 Thread Justin Deoliveira
Hey Tim, I've been looking at what it would take to add vector tile support in GeoTools/GeoServer recently. Mostly looking at protocol buffers and how they would integrate. All in all I think it would be pretty straight forward, I did some pbf feature encoding for an r&d project a while back, not

[Geoserver-devel] Author/publish vector tiles

2015-02-04 Thread Keane, Tim
New York City DoITT has interest in developing apps using vector tiles to replace the use of Google Maps Engine and authoring tiles in ArcGIS. Is the ability to author and publish vector tiles on the geoserver roadmap? If so, is there a date? If not, does it need funding? -Tim Keane ---

Re: [Geoserver-devel] windows build server failures on master

2015-02-04 Thread Jody Garnett
Thanks for the discussion Olle, the fix has been merged. -- Jody Garnett On 3 February 2015 at 14:45, Olle Markljung wrote: > Yes it will. > But the problem here is that we do not know the intention of the user. > Existing code has a different handling of file:// urls on windows than on > other

Re: [Geoserver-devel] WFS 2.0.0 and GML 3.1.1

2015-02-04 Thread Andrea Aime
On Tue, Feb 3, 2015 at 5:44 AM, Jonathan Meyer wrote: > Is there a known issue with combining WFS 2.0.0 and GML 3.1.1? As far as > I can tell, there isn't any reason this would be an unsupported > combination. Testing on all currently available versions of GeoServer > (2.5.4, 2.6.2, and 2.7beta)

Re: [Geoserver-devel] Security Decorator Issue

2015-02-04 Thread Andrea Aime
On Wed, Feb 4, 2015 at 1:00 PM, uros wrote: > Hi, > > I had problems using app-schema plugin with a security authorization module > I have written (using ResourceAccessManager). > I did some debugging and came to code that did some strange casting using > /org.geotools.data.DataStore/. > > Author

[Geoserver-devel] Security Decorator Issue

2015-02-04 Thread uros
Hi, I had problems using app-schema plugin with a security authorization module I have written (using ResourceAccessManager). I did some debugging and came to code that did some strange casting using /org.geotools.data.DataStore/. Author of code is Andrea Aime and I am wondering if someone can re

Re: [Geoserver-devel] Documentation cleanup/updates

2015-02-04 Thread Rahkonen Jukka (MML)
Hi Mike, Here are some small things from the Jira for making you warm up: http://jira.codehaus.org/browse/GEOS-5509 Page that refers to non-existing tutorial. http://jira.codehaus.org/browse/GEOS-6431 http://jira.codehaus.org/browse/GEOS-6280 http://jira.codehaus.org/browse/GEOS-5708 http://jir

[Geoserver-devel] [jira] (GEOS-6871) WFS claims not to support joins using or and not, but the underlying JDBC stores do

2015-02-04 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created an issue