Takistan...
but this is´nt relevant....i think.
i create 169 rectangle mapmarkers, one for every km grid.
now there is a simple question.
how can this happen:
if (count _array > 0) then {"markername" setMarkerShapeLocal "ELLIPSE";} else {deleteMarkerLocal "markername"};
in 165 cases this works fine, but the last 4 markers are still rectangle and not deleted!!!!!!
(hint str allmapmarkers;) // will proof that its not a graphic bug
further a request of the array for this area returns a []; in my world (count [] == 0) returns a true!
can you explain this strange behavior?