Allow short name to be extracted

This commit is contained in:
Tim Schaub
2022-08-15 16:58:42 -06:00
parent 1c65ac4c85
commit e566868a5b
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -526,7 +526,7 @@ class VectorSource extends Source {
/**
* Remove all features from the source.
* @param {boolean} [fast] Skip dispatching of {@link module:ol/source/Vector.VectorSourceEvent#event:removefeature removefeature} events.
* @param {boolean} [fast] Skip dispatching of {@link module:ol/source/Vector.VectorSourceEvent#event:removefeature} events.
* @api
*/
clear(fast) {