diff --git a/src/ol/style/circle.js b/src/ol/style/circle.js index 26e5b6ea24..885acfb4ac 100644 --- a/src/ol/style/circle.js +++ b/src/ol/style/circle.js @@ -116,7 +116,7 @@ ol.inherits(ol.style.Circle, ol.style.Image); /** - * Clones the style. + * Clones the style. If an atlasmanger was provided to the original style it will be used in the cloned style, too. * @return {ol.style.Image} The cloned style. * @api */ diff --git a/src/ol/style/regularshape.js b/src/ol/style/regularshape.js index 080e8e2ab6..9b723f466a 100644 --- a/src/ol/style/regularshape.js +++ b/src/ol/style/regularshape.js @@ -146,7 +146,7 @@ ol.inherits(ol.style.RegularShape, ol.style.Image); /** - * Clones the style. + * Clones the style. If an atlasmanger was provided to the original style it will be used in the cloned style, too. * @return {ol.style.RegularShape} The cloned style. * @api */