Closed 1inguini closed 2 years ago
Merging this pull request is unnecessary if you decide to merge pull request #15.
AAC is not meant to hold state (and nor return state) between different creation/deletion stages, it is an object that is meant to be instantiated and discarded immediately after it has been used, not kept around in memory nor across sessions.
The implementation of this PR only seems to be usable during one session where a reference to the AAC object is preserved.
Described in further detail in #13
RemovePreviousLayers()
inAacFlBase
will remove generated layers. close #13