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

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.
* @api
*/