Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The polygon with holes loaded by cesium through geojson has no fill color #10297

Closed
javcn opened this issue Apr 15, 2022 · 1 comment
Closed

Comments

@javcn
Copy link

javcn commented Apr 15, 2022

var geosjon = test.txt

viewer.dataSources.add(
Cesium.GeoJsonDataSource.load(
geosjon,
{
stroke: Cesium.Color.HOTPINK,
fill: Cesium.Color.PINK.withAlpha(0.5),
strokeWidth: 3,
}
)
);
test.txt

@ggetz
Copy link
Contributor

ggetz commented Apr 15, 2022

Hi @javcn, I think the issue you are seeing is the same as #4871. I'm going to close this issue to keep the discussion in one place. Thanks!

@ggetz ggetz closed this as completed Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants