Closed jacmendt closed 8 years ago
This is expected since Cesium does not support lines on the ground yet. Geometry outlines are not rendered.
Details in https://github.com/AnalyticalGraphicsInc/cesium/issues/2172.
Is there any plan to support polygon outlines on terrain and 3dtiles?
@andrevall, no plan but pull requests are welcomed for polygon on the ground. We have also workaround code for lines which could be cleanup.
Regarding 3dtiles, what do you expect of ol-cesium?
When i use the
clampToGround
mode the polygon stroke isn't drawn anymore. I reproduced this behavior in chrome and firefox. This behavior is also visible when using theclampToGround
mode on the vectors example and viewing the polygons on the globe.