after
var item = sym.createChildSymbol("image0", "container");
can I change the new symbol's ID?
item.getSymbolElement().attr("id",newID);
doesn't work.
after
var item = sym.createChildSymbol("image0", "container");
can I change the new symbol's ID?
item.getSymbolElement().attr("id",newID);
doesn't work.