Re: [Geotools-devel] mbtiles support

2014-04-20 Thread Jared Erickson
Hi Justin! Done! If we run into performance problems we could introduce a public void saveTile(MBTilesTile entry, boolean updateMinMaxZoomMetadata) method that would enable someone to pass in false to skip the metadata update. The existing public void saveTile(MBTilesTile entry) method would

Re: [Geotools-devel] Commit access for Jared Erickson

2014-04-20 Thread Jody Garnett
Agreed +1 Jody Garnett On Mon, Apr 21, 2014 at 2:52 AM, Justin Deoliveira < jdeol...@boundlessgeo.com> wrote: > HI all, > > I would like to propose commit access for Jared. Jared is the GeoScript > groovy maintainer and has been making some great contributions to GeoTools > as of late including

Re: [Geotools-devel] [ExternalEmail] GeoTools / GeoServer Meeting 2014-04-15

2014-04-20 Thread Jody Garnett
I suppose we will have to, not sure how prompt I can be in helping but I will lend a hand. Especially since this should help remove some of the OSX test failures I have been getting. The downside with the perceptual diff being no longer required is that these tests will always be run exposing me t

Re: [Geotools-devel] mbtiles support

2014-04-20 Thread Justin Deoliveira
Hey Jared, On Sun, Apr 20, 2014 at 1:36 PM, Jared Erickson wrote: > Hi Justin! > > I updated the name. > Great, thanks. I worried about requiring the user to call the saveMinMaxZoomMetadata > explicitly too. How about this: > > > https://gist.github.com/jericks/11122862#file-mbtilesfiles-ja

Re: [Geotools-devel] mbtiles support

2014-04-20 Thread Jared Erickson
Hi Justin! I updated the name. I worried about requiring the user to call the saveMinMaxZoomMetadata explicitly too. How about this: https://gist.github.com/jericks/11122862#file-mbtilesfiles-java-L29 If we add the call to the saveTile method it would be automatic. But it would require maki

Re: [Geotools-devel] Commit access for Jared Erickson

2014-04-20 Thread Andrea Aime
On Sun, Apr 20, 2014 at 6:52 PM, Justin Deoliveira < jdeol...@boundlessgeo.com> wrote: > HI all, > > I would like to propose commit access for Jared. Jared is the GeoScript > groovy maintainer and has been making some great contributions to GeoTools > as of late including the OGR module, GeoPackag

[Geotools-devel] Commit access for Jared Erickson

2014-04-20 Thread Justin Deoliveira
HI all, I would like to propose commit access for Jared. Jared is the GeoScript groovy maintainer and has been making some great contributions to GeoTools as of late including the OGR module, GeoPackage, and now MBTiles support. I have found his work to always be very high quality. Any objections

Re: [Geotools-devel] New filter function to perform regex based transformations

2014-04-20 Thread Justin Deoliveira
Sounds good to me. A minor suggestion on the name would be something like "transformString". On Fri, Apr 18, 2014 at 2:40 AM, Andrea Aime wrote: > On Fri, Apr 18, 2014 at 10:37 AM, Andrea Aime < > andrea.a...@geo-solutions.it> wrote: > >> The main use case for this would be to extract bits of co