Outline width for polygon

How to set outline width for polygon, even i added outline width property there are no changes .Is there any to set outline width of polygon.

1 Like

Thanks for reporting this! It might be a bug. I opened an issue on GitHub for it:

https://github.com/AnalyticalGraphicsInc/cesium/issues/7022

1 Like

Looks like this is the classic Windows ANGLE issue. WebGL only supports a line width of 1 (see https://github.com/AnalyticalGraphicsInc/cesium/issues/4223#issuecomment-241462146 )

I think the only way to get around that is to use a polyline as an outline instead.

1 Like