Preliminary working implementation.. still lots of slop to clean up

This commit is contained in:
Matthew Perry
2012-02-05 09:33:32 -08:00
parent 92cbac468c
commit be4db93e9b
2 changed files with 19 additions and 7 deletions

View File

@@ -27,9 +27,9 @@ OpenLayers.Tile.UTFGrid = OpenLayers.Class(OpenLayers.Tile, {
url: null,
/**
* Property: imgDiv
* Property: json
* TODO
* {HTMLImageElement} The image for this tile.
* {Object} The image for this tile.
*/
json: null,
@@ -111,7 +111,6 @@ OpenLayers.Tile.UTFGrid = OpenLayers.Class(OpenLayers.Tile, {
* TODO Investigate JSONP method to avoid xbrowser polucy
*
grid = function(e) {
console.log("-----------");
console.log(e);
};