From: Jared E. <jar...@gm...> - 2011-01-28 02:58:37
|
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 |