Kml order

hi i have an issue with two kml, the first one contains a kml with a polygon filled with a color and the second one have positions, the problem is i cant select position because the markers of the second kml stays under the first one.
http://goo.gl/gXDLD4

Thank you

Hi there,

This is a known issue with KML, but we may be able to help a little more if you share your KML files.

Also, look into scene.drillPick: http://cesiumjs.org/Cesium/Build/Documentation/Scene.html?classFilter=sce#drillPick

This pick will return all the entities beneath the cursor, casting a ray down (hence the “drill”).

Hope that helps,

  • Rachel