Hi - I just upgraded TMSFNCMaps from 4.2.1.1 to the latest 4.3.0.1. I have made no changes to my code. I have a method that is called each time the map is zoomed in or out, redrawing the map completely. This method starts with
TMSfncOpenLayers1.beginupdate;
TMSfncOpenLayers1.clearmarkers;
and then proceeds with redrawing the markers, concluding with TMSfncOpenLayers1.endupdate.
This worked fine in 4.2.1.1, but now with 4.3.0.1 the old markers are retained, giving a duplication of markers. It seems that the clearmarkers method does not do anything in the new version?