GeoJSON strokeWidth Not Working?

All,

Changing the strokeWidth on a GeoJASON data source doesn’t seem to do anything. Even try example #2 in the GeoJSON sandbox example in the demos.

Am I missing something?

-Thanks, Stephen

This is a limitation of browsers on Windows (which is what I assume you are on), it works everywhere else (Linux/Mac/Android/etc…)

I wrote up a full explanation of this a while ago, see this link for the gory details: http://stackoverflow.com/questions/25394677/how-do-you-change-the-width-on-an-ellipseoutlinegeometry-in-cesium-map/25405483#25405483

Thanks!