Remove unused template tag

This commit is contained in:
Frederic Junod
2019-03-11 15:10:32 +01:00
parent c0d4cdbabf
commit d71fa78ee2

View File

@@ -606,7 +606,6 @@ class PluggableMap extends BaseObject {
* @param {import("./pixel.js").Pixel} pixel Pixel.
* @param {AtPixelOptions=} opt_options Optional options.
* @return {boolean} Is there a feature at the given pixel?
* @template U
* @api
*/
hasFeatureAtPixel(pixel, opt_options) {