Hi!
Im trying to render points of interests on top of a CATiledLayer map, but they wont render.
I've added the map and then the POIs with addSublayer to the UIView.
I've checked that the coordinates is reasonable so that at least one should show up. I've also tried setting transparency to the map layer and nothing is rendered behind.
The way the CATiledLayer and the CALayers is rendered is that I've got a NSObject that overrides drawLayer and the layers delegate properties are set to these NSObjects.
Any help is much appreciated!
I hope my problem description isn't too fuzzy, please ask me to explain anything unclear further.
Thanks in advance
Carl
Im trying to render points of interests on top of a CATiledLayer map, but they wont render.
I've added the map and then the POIs with addSublayer to the UIView.
I've checked that the coordinates is reasonable so that at least one should show up. I've also tried setting transparency to the map layer and nothing is rendered behind.
The way the CATiledLayer and the CALayers is rendered is that I've got a NSObject that overrides drawLayer and the layers delegate properties are set to these NSObjects.
Any help is much appreciated!
I hope my problem description isn't too fuzzy, please ask me to explain anything unclear further.
Thanks in advance
Carl