Authored by Thomas Rasch

o Bugfix: Sometimes unclustered markers where vanishing when there was a possibl…

…y clustered marker nearby
... ... @@ -449,6 +449,7 @@
@synchronized (annotations)
{
[someArray addObjectsFromArray:enclosedAnnotations];
[someArray addObjectsFromArray:[self unclusteredAnnotations]];
}
return;
... ...