From: Edwin C. <com...@gm...> - 2011-01-29 07:40:18
|
Hi Jared, Looking at your patch I only see code for the example but not for the implementation of the Tilecache layer. Could you check where the code for the Tilecache layer went. If hg export does not work you can also send me the files to add. Greetings, Edwin On 28 January 2011 03:58, Jared Erickson <jar...@gm...> wrote: > Hi all, > > I just started using this GWT OpenLayers and I was hoping to contribute a OpenLayers.Layer.TileCache layer implementation and an example in the showcase. I am very new to Mercurial. I produced the attached diff with the 'hg export tip' command. Is this the right way to create diffs? I ran into a nasty WebKit bug (https://bugs.webkit.org/show_bug.cgi?id=17250) while dealing with JavaScript arrays. The TileCache layers calls 'instanceof Array'. The usual idiom of creating a new javascript array and copying values worked everywhere but in Safari. But you already had a solution: util.js and gwt_openlayers_util.convertToArray. Thanks for the great library. I hope to be able to contribute more in the future! > > Thanks, > Jared > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Gwt-openlayers-users mailing list > Gwt...@li... > https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users > > |