Re: [Geotools-devel] Proposed Tile Client Module

2015-05-12 Thread Tupi Guarani
Hello, great stuff! Thanks a bunch. I'll add some basic docs to https://github.com/geotools/geotools/tree/master/docs/user/unsupported /tileclient if that's the appropriate place to do so. Cheers, Ugo On 12 May 2015 at 00:51, Jody Garnett wrote: > Merged to master, hooked it into unsupport

Re: [Geotools-devel] Proposed Tile Client Module

2015-05-11 Thread Jody Garnett
Merged to master, hooked it into unsupported/pom.xml with a -Ptile profile. As indicated a placeholder doc for the user guide would be good, or users will not find the functionality. -- Jody Garnett On 15 March 2015 at 04:45, Tupi Guarani wrote: > Hello Andrea, > > hoping I made it correctly:

Re: [Geotools-devel] Proposed Tile Client Module

2015-03-15 Thread Tupi Guarani
Hello Andrea, hoping I made it correctly: sync'ed with gt master, checked-in my latest into my master, created a pull request on git hub. My comments: - I warned that I'm no git master myself, so bear with me if I got something wrong (in fact, I've already "wasted" way too much time trying to l

Re: [Geotools-devel] Proposed Tile Client Module

2015-03-14 Thread Andrea Aime
On Sat, Mar 14, 2015 at 3:24 PM, Tupi Guarani wrote: > > > https://github.com/utaddei/geotools/tree/12.x/modules/unsupported/tile-client > > Hi, before making the pull request you should migrate your changes to the master branch, that's where all commits start, and are eventually backported to st

Re: [Geotools-devel] Proposed Tile Client Module

2015-03-14 Thread Andrea Aime
On Sat, Mar 14, 2015 at 10:58 AM, Tupi Guarani wrote: > Hello all, > > I'm almost ready to publish a first version of this. Currently I'm stuck > at > > http://docs.codehaus.org/display/GEOTOOLS/Wiki+Signup > > trying to get credentials to edit the Wiki (JIRA?, Codehaus?) and actually > write dow

Re: [Geotools-devel] Proposed Tile Client Module

2015-03-14 Thread Tupi Guarani
Hi Simone, there you go, mate: https://github.com/utaddei/geotools/ Changed nothing in GeoTools, but added the module https://github.com/utaddei/geotools/tree/12.x/modules/unsupported/tile-client State is: working (tests/.../TileViewer.java shows it). Most classes have decent javadocs. Junit te

Re: [Geotools-devel] Proposed Tile Client Module

2015-03-14 Thread Simone Giannecchini
Ciao Tupi, a link to such public repo? :) Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) It

Re: [Geotools-devel] Proposed Tile Client Module

2015-03-14 Thread Tupi Guarani
Hello all, I'm almost ready to publish a first version of this. Currently I'm stuck at http://docs.codehaus.org/display/GEOTOOLS/Wiki+Signup trying to get credentials to edit the Wiki (JIRA?, Codehaus?) and actually write down some (more) documentation. Apart from that, I have working code on a

Re: [Geotools-devel] Proposed Tile Client Module

2015-02-03 Thread Andrea Aime
On Mon, Feb 2, 2015 at 4:48 PM, Tupi Guarani wrote: > The module might be called > > gt-tile or gt-tile-client. It's your call. Feel free to comment. > No much to add, except that I like the direction this is going Cheers Andrea -- == GeoServer Professional Services from the experts! Visit ht

[Geotools-devel] Proposed Tile Client Module

2015-02-02 Thread Tupi Guarani
Hello all, as warned on the users' list, I'm working on a(n unsupported) "Tile Client" module for GeoTools. My plan so far was to grab the tile code written for uDig, prototype a proof-of-concept and refactor considering the ideas in http://docs.codehaus.org/display/GEOTOOLS/Tile+Server+Client.