|
Hi Chris,
I am trying to remove a layer on serverside. How can I specifically remove a layer rather that doing map1.layers.clear();
I understand that there are map1.layers.remove() removeall() removeat() but wasn't sure how to use it.
Is there a way to access shapes/layers that were created on server-side?
I un
|