Hi,
I am loading States shape file displaying tool tips and markers. On click on the state I am showing counties as markers. But I am seeing the state labels. Can I clear all the objects while loading a new shape file? Can you explain?
Thanks,
Pavan.
Hi, Pavan
You can simply remove the markers from the state series. You can achieve this with code like the following:
The markerType: “none” assignment specifies that you do not want markers in the series specified by the name option. After this executes the control removes the markers.
If you want to remove the state series in general and leave only counties series, do the following:
Cheers, Lazar