From 3ca4b0e8bd6565416d9b6738edda2b4d9d26c157 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 25 Apr 2018 08:27:35 +0200 Subject: [PATCH] Remove unused 'format' options from Cluster source constructor --- src/ol/source/Cluster.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/source/Cluster.js b/src/ol/source/Cluster.js index 0e00c6f72d..fe39e27028 100644 --- a/src/ol/source/Cluster.js +++ b/src/ol/source/Cluster.js @@ -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