I noticed that PointPlacemark doesn't have an "AlwaysOnTop" attribute like some other renderables.
Currently, I am having ordering problems when using PointPlacemarks and Path renderables. I have a pointplacemark with an altitudemode set to ClampToGround and a path renderable with an altitudemode set to ClampToGround.
I would like the pointplacemarks to always appear on top of the paths, but have not found a way to do so. I noticed that switching to UserFacingIcon instead of PointPlacemark might work (since it has an AlwaysOnTop option), but didn't want to switch until absolutely necessary.
Anyone know of a way to accomplish this?
Currently, I am having ordering problems when using PointPlacemarks and Path renderables. I have a pointplacemark with an altitudemode set to ClampToGround and a path renderable with an altitudemode set to ClampToGround.
I would like the pointplacemarks to always appear on top of the paths, but have not found a way to do so. I noticed that switching to UserFacingIcon instead of PointPlacemark might work (since it has an AlwaysOnTop option), but didn't want to switch until absolutely necessary.
Anyone know of a way to accomplish this?
Comment