From 37a11c89b9218f9dc99967a00a6a3c3bf81edbbd Mon Sep 17 00:00:00 2001 From: Simon Seyock Date: Sat, 10 Sep 2016 22:56:28 +0200 Subject: [PATCH] Added note about coping the atlasManager --- src/ol/style/circle.js | 2 +- src/ol/style/regularshape.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */