Added note about coping the atlasManager
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user