From: Andrew H. <ahh...@gm...> - 2010-02-17 06:18:14
|
Hi Guys, There is a (handy) OpenLayer's class that doesn't appear to be wrapped 'OpenLayers/Util.js': http://trac.openlayers.org/browser/tags/openlayers/release-2.8/lib/OpenLayers/Util.js I'd like to wrapping this with: org.gwtopenmaps.openlayers.client.Util.java and org.gwtopenmaps.openlayers.client.UtilImp.java There's a slight naming overlap with the org.gwtopenmaps.openlayers.client.util package. But is a minor issue. Anyone like to chip in on this one? Trac ticket e.t.c. I need this so I can fix those annoying pink tiles for missing map images. Like this.. OpenLayers.Util.onImageLoadError = function() { this.style.display="none";} This appears to be a singleton (same for us) and I'm not sure if this should 'extends OpenLayersObjectWrapper'. Some advice would be great. Cheers :) --AH |