Remove unused 'format' options from Cluster source constructor
This commit is contained in:
@@ -17,7 +17,6 @@ import VectorSource from '../source/Vector.js';
|
||||
* @property {module:ol/source/Source~AttributionLike} [attributions] Attributions.
|
||||
* @property {number} [distance=20] Minimum distance in pixels between clusters.
|
||||
* @property {module:ol/extent~Extent} [extent] Extent.
|
||||
* @property {ol.format.Feature} [format] Format.
|
||||
* @property {function(module:ol/Feature~Feature):module:ol/geom/Point~Point} [geometryFunction]
|
||||
* Function that takes an {@link module:ol/Feature~Feature} as argument and returns an
|
||||
* {@link module:ol/geom/Point~Point} as cluster calculation point for the feature. When a
|
||||
|
||||
Reference in New Issue
Block a user