-
Notifications
You must be signed in to change notification settings - Fork 8
Random annotation layer position #137
Comments
So the SDK is automatically adjusting |
I already tried something like |
could be the quadTree code which overwrites zPosition |
So @kirualex the |
Can confirm problem with |
as I can see, at
and before this you try to order array with |
so, if add some additional logic around zPosition assignment and store zPosition for layers with user defined values this issue gone
|
Ah, good catch. That might be a good patch, to manually-set |
How is this behavior now? There is a reordering routine in there now that should be fixing this. |
Well I'm now able to set the zPosition by myself but weirdly enough it's not influencing the display (I still have markers displayed randomly over or under my RMShape. |
@dive how is your implementation looking? Do you still need to apply your own fix? |
Sorry, i'm totally hooked up on another project for now. Someone else Alexis Le 20 nov. 2012 à 20:15, "Justin R. Miller" [email protected] a @dive https://github.com/dive how is your implementation looking? Do you — |
In the cocoa pods version 0.5.0 I still have to apply Dive's line, just as info. Good work on the new version ! |
I think if you specify any custom |
I'm trying to display a set of RMMarker on top of an RMShape, but it seems like the layer ordering is broken/behaving weirdly :
(See how some markers are on top of the RMShape, and some under)
I think my issue can be related to this one, but it did not help.
I also tried fiddling with
setZPosition:<#(CGFloat)#>
, but the problem is still occurring.The text was updated successfully, but these errors were encountered: