-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Default icon is displayed when icon tag is empty #5819
Comments
Thanks for reporting this @josh-bernstein! |
@hpinkos My pleasure! I have a branch with a fix that I would like to push up, but I'm having GitHub difficultiies atm |
Great, thanks @josh-bernstein! We're always happy to review pull requests. We have some details for opening a pull request in our contributing documentation here: https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#opening-a-pull-request Hope you're able to figure out your GitHub issues without too much trouble. I'm not sure if this would help, but we have instructions for getting started and building the code base here: https://github.com/AnalyticalGraphicsInc/cesium/tree/master/Documentation/Contributors/BuildGuide#build-guide |
…iumGS#5819" This reverts commit 1fdc621.
…cified icon are displayed with yellow icon CesiumGS#5819
This reverts commit ab50ab5.
This reverts commit 470810d.
Fix bug where yellow icon is shown when icon tag is empty #5819
I found a bug when I loaded a KML file containing the following
<IconStyle> <Icon></Icon> </IconStyle>
No icon is specified, and if I import that KML into Google Earth, the placemark icon is not shown. However, when I import the KML into an app using Cesium, a yellow placemark icon is shown.
The text was updated successfully, but these errors were encountered: