Preliminary working implementation.. still lots of slop to clean up
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user