1) Workaround/hacky: add a new value into the "coordinates" field in the geoJSON (see: http://jsfiddle.net/YLa4q/1/). This is not valid geoJSON I think, but tricks Cesium in rendering the points ABOVE the terrain. As you can see in the new JSFiddle, one point is rendered correctly while the others still "slide" (they are on the mountains so height needs to be higher)
2) Less hacky: add an observer that computes the height of an object by calling SampleTErrain whenever a new object is added to the dynamic object collection of the geojsonprovider.
3) *meh* way: modify the geojson terrain provider to automatically do the 2nd point.
As for your second issue, I have no clue sorry :)
--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.