Re: [Geoserver-devel] Pull request #841 / CQL concatenation

2014-12-11 Thread Sampo Savolainen
Hi, Interesting. To clarify, would this mean the expression [ foo + ',' + bar ] in my current branch would be replaced by [ foo ',' bar ] (brackets are there only to separate expressions from text)? And this would mean the value of foo concatenated to ',' concatenated to the valut of bar? If so,

Re: [Geoserver-devel] Uploading CSS styles via REST

2014-12-11 Thread Justin Deoliveira
If I remember correctly the way it was done was that if you specify the "raw=true" parameter, then it doesn't attempt any conversion. http://docs.geoserver.org/stable/en/user/rest/api/styles.html#rest-api-styles-raw This was I believe a result of developer feedback when the feature of supporting

Re: [Geoserver-devel] Pull request (#841) / GeoServerFeatureSource constructor

2014-12-11 Thread Jody Garnett
Thanks Andrea, that is all we need. The new metadata thing was part of the pull request from Sampo (hopefully with a parameter object we can get a good javadoc explaining what it is for). Jody -- Jody Garnett On 11 December 2014 at 10:24, Andrea Aime wrote: > On Thu, Dec 11, 2014 at 6:59 PM, J

Re: [Geoserver-devel] Uploading CSS styles via REST

2014-12-11 Thread Jody Garnett
Yep, looks like a bug. I also found some issues when copying a style (either via the UI or via REST) and being unable to correct (the now incorrect) format via the UI (which is a read-only field). -- Jody Garnett On 11 December 2014 at 10:21, Andrea Aime wrote: > Hi, > one of the new features i

Re: [Geoserver-devel] Pull request (#841) / GeoServerFeatureSource constructor

2014-12-11 Thread Andrea Aime
On Thu, Dec 11, 2014 at 6:59 PM, Jody Garnett wrote: > I don't want to hold up the pull request on this one, should be a 5 mins > conversation. > Sorry, I'm busy enough that I don't know what day it is anymore these days > Andrea are these constructor arguments holding up? > You mean you want

[Geoserver-devel] Uploading CSS styles via REST

2014-12-11 Thread Andrea Aime
Hi, one of the new features in the 2.6.0 release is the ability to handle styles in more than one language. I've seen it work with CSS on the web UI, but I've just tried with REST and I cannot seem to make it work, from what I can see it looks lilke a bug. Here is what I've done. First, create th

Re: [Geoserver-devel] Pull request #841 / CQL concatenation

2014-12-11 Thread Jody Garnett
Thanks for taking discussion to the email list. For your question: "should I remove the overridden + operator and go with the standard concatenation function?" We have a similar requirement in a few places in our code (handling of labels in SLD, and handling of embedded CQL expressions in externa

Re: [Geoserver-devel] Pull request (#841) / GeoServerFeatureSource constructor

2014-12-11 Thread Jody Garnett
I don't want to hold up the pull request on this one, should be a 5 mins conversation. Andrea are these constructor arguments holding up? Quick fix: public GeoServerFeatureSource(source, schema, definitionQuery, declaredCRS, srsHandling, linearizationTolerance){ this( source, schema, definiti

Re: [Geoserver-devel] Feedback on GeoPackage plugin

2014-12-11 Thread Justin Deoliveira
Thanks for the great feedback Evan. Raster support in the GeoTools/GeoServer geopackage driver was done with much less certainty than the vector stuff. I am not even 100% sure it is compliant with the latest spec as it was implemented before the spec got to final 1.0. Going to wade through this lis

[Geoserver-devel] [jira] (GEOS-6798) Saving layer after an SQL view edit causes WicketRuntimeException

2014-12-11 Thread Lorenzo Pini (JIRA)
Title: Message Title Lorenzo Pini created an issue

Re: [Geoserver-devel] [GEOS-6688] Addition to better support more interpolation types.

2014-12-11 Thread Alex van den Hoogen | Geodan
Hi, Unfortunately, I'm still having issues with this issue, even after my own fix. I'm suspecting it just has to do with the spelling of neighbor, which is inconsistent at places. So locally I have changed all the definitions in the relevant Java code to neighbor and it seems to work a bit beter.

Re: [Geoserver-devel] Feedback on GeoPackage plugin

2014-12-11 Thread Stadin, Benjamin
Hi Jukka, I didn’t do any concrete timings this time, but I use these settings for a mobile project since years where I once did concrete timings (differential database updates on Android and iOS). It of course varies with the particular database, indices etc. See also some performance measuremen

Re: [Geoserver-devel] Feedback on GeoPackage plugin

2014-12-11 Thread Stadin, Benjamin
Those must be very ancient (> 5 years or so). But if so, it¹s post performance speedup comes indeed from synchronous = off. Am 11.12.14 09:40 schrieb "Even Rouault" unter : >> sqlite3_exec(db, "PRAGMA journal_mode = WAL", NULL, NULL, NULL); > >AFAIR using WAL uses a slightly different storag

Re: [Geoserver-devel] Feedback on GeoPackage plugin

2014-12-11 Thread Andrea Aime
On Wed, Dec 10, 2014 at 11:41 PM, Even Rouault wrote: > Hi, > > I've recently added read/write support in GDAL for GeoPackage rasters and > did > try it a bit with the GeoPackage plugin of GeoServer. > Thanks for the feedback. I do hope that the people that worked on it will follow up, but mind,

[Geoserver-devel] Pull request #841 / CQL concatenation

2014-12-11 Thread Sampo Savolainen
Hi, Jody and I have been discussing my pull request on cascaded stored requests and we'd like to open another point to wider debate. This is regarding Jody's notes on this test case: https://github.com/geoserver/geoserver/pull/841#discussion-diff-21495146 Some background: my implementation of ca

Re: [Geoserver-devel] Feedback on GeoPackage plugin

2014-12-11 Thread Even Rouault
Le jeudi 11 décembre 2014 00:40:56, Stadin, Benjamin a écrit : > Hi, > > I didn¹t try GeoPackage plugin in GeoServer, I¹ve played with Geopackage > in GDAL and creating a geopackage db via ogr2ogr was slow as well. > > In my opinion it would be save for both GDAL as well as the GeoPackage > plugi

[Geoserver-devel] Jenkins build is back to normal : geoserver-master-nightly #472

2014-12-11 Thread monitor
See -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards

[Geoserver-devel] Pull request (#841) / GeoServerFeatureSource constructor

2014-12-11 Thread Sampo Savolainen
Hi, Jody and I have been discussing an API change in GeoServerFeatureSource that is in my pull request for cascaded stored query support. https://github.com/geoserver/geoserver/pull/841#discussion-diff-21494311 The reasoning behind the change is to pass all metadata supplied for a feature type t