Remove unused 'format' options from Cluster source constructor

This commit is contained in:
Frederic Junod
2018-04-25 08:27:35 +02:00
parent 3003a757c1
commit 3ca4b0e8bd

View File

@@ -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