openlayers / ol-cesium

OpenLayers - Cesium integration
http://openlayers.org/ol-cesium/
BSD 2-Clause "Simplified" License
1.02k stars 327 forks source link

Polygon stroke not drawn when "clampToGround" active. #326

Closed jacmendt closed 8 years ago

jacmendt commented 8 years ago

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 the clampToGround mode on the vectors example and viewing the polygons on the globe.

gberaudo commented 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.

andrevall commented 3 years ago

Is there any plan to support polygon outlines on terrain and 3dtiles?

gberaudo commented 3 years ago

@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?