getFeature() for VectorTile layer
This commit is contained in:
@@ -87,6 +87,11 @@ class Tile extends EventTarget {
|
||||
|
||||
const options = opt_options ? opt_options : {};
|
||||
|
||||
/**
|
||||
* @type {ImageData}
|
||||
*/
|
||||
this.hitDetectionImageData = null;
|
||||
|
||||
/**
|
||||
* @type {import("./tilecoord.js").TileCoord}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user