Hi, I am trying to display points over a GeoJsonDataSource, but what I’ve noticed is that in 3D mode, the lower half of the point is occluded by the GeoJsonDataSource. So part of the GeoJson shape end up on top of the point, which is not what I want.
Point occluded by GeoJsonDataSource sandbox example
I would like the point to be on top, but the only way i’ve been able to achieve that with GeoJsonDataSource is by setting the height of the point way above the terrain. I noticed that the same point plotted on top of an ImageryLayer does not experience this issue.
Desired result plotting point on top of Imagery layer Sandbox example
I’d appreciate any advice since I do want to use my GeoJsonDataSource as a base layer for plotting things on!