Added note about coping the atlasManager

This commit is contained in:
Simon Seyock
2016-09-10 22:56:28 +02:00
parent b86a12e121
commit 37a11c89b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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. * @return {ol.style.Image} The cloned style.
* @api * @api
*/ */
+1 -1
View File
@@ -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. * @return {ol.style.RegularShape} The cloned style.
* @api * @api
*/ */