You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2018. It is now read-only.
Quite often when moving the map around some annotations seem to lose their RMShape layer properties and get a black outline instead of the one i have set. This also happens every time when changing visible tile sets on the map. Layer gets released and recreated or something and the properties get lost perhaps?
The way i work around it is i create subclass for RMPolylineAnnotation, RMPolygonAnnotation and RMCircleAnnotation.
They both implemented a function called -(BOOL)isAXAnnotation;
Then modify RMMapView.m : 3024, 3080 so that annotation.layer doesn't get released.
(the line between willHideLayerForAnnotation and didHideLayerForAnnotation.
We have 100-200 subclassed
RMPolygonAnnotations
on our map. These have a couple properties set on the layer when they are instantiated:Quite often when moving the map around some annotations seem to lose their RMShape layer properties and get a black outline instead of the one i have set. This also happens every time when changing visible tile sets on the map. Layer gets released and recreated or something and the properties get lost perhaps?
Example: http://s.swic.name/bBMp
The text was updated successfully, but these errors were encountered: