From 38abbcbdd6c8f3e46897b9ba17ca3789a2ac1ba6 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sat, 1 Feb 2020 19:06:37 +0100 Subject: [PATCH 1/2] Remove inheritDoc to work around JSDoc issue --- src/ol/source/Tile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ol/source/Tile.js b/src/ol/source/Tile.js index 6e99ed0c79..baf0386a39 100644 --- a/src/ol/source/Tile.js +++ b/src/ol/source/Tile.js @@ -317,9 +317,6 @@ class TileSource extends Source { this.tileCache.clear(); } - /** - * @inheritDoc - */ refresh() { this.clear(); super.refresh(); From f91ce5692f36b1d9b8977a74d6bbc5cf1a80cf30 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sat, 1 Feb 2020 21:44:10 +0100 Subject: [PATCH 2/2] Remove apidoc annotation to show refresh for ol/source/Cluster --- src/ol/source/Vector.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ol/source/Vector.js b/src/ol/source/Vector.js index 0d0905e5c2..49ac34296b 100644 --- a/src/ol/source/Vector.js +++ b/src/ol/source/Vector.js @@ -914,9 +914,6 @@ class VectorSource extends Source { } } - /** - * @inheritDoc - */ refresh() { this.clear(true); this.loadedExtentsRtree_.clear();