Remove unused template tag
This commit is contained in:
@@ -606,7 +606,6 @@ class PluggableMap extends BaseObject {
|
|||||||
* @param {import("./pixel.js").Pixel} pixel Pixel.
|
* @param {import("./pixel.js").Pixel} pixel Pixel.
|
||||||
* @param {AtPixelOptions=} opt_options Optional options.
|
* @param {AtPixelOptions=} opt_options Optional options.
|
||||||
* @return {boolean} Is there a feature at the given pixel?
|
* @return {boolean} Is there a feature at the given pixel?
|
||||||
* @template U
|
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
hasFeatureAtPixel(pixel, opt_options) {
|
hasFeatureAtPixel(pixel, opt_options) {
|
||||||
|
|||||||
Reference in New Issue
Block a user