-
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
Add zIndex to CZML #6708
Add zIndex to CZML #6708
Conversation
@hpinkos, thanks for the pull request! Maintainers, we have a signed CLA from @hpinkos, so you can review this at any time.
I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
Since we merged in @likangning93 CZML changes, I want to get this merged in for this release too. @ggetz can you review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small thing, otherwise this looks good to me.
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
<meta name="description" content="CZML Circles and Ellipses"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update description?
@likangning93 ready. I also made some tweaks to |
Looks good to me! Thanks @hpinkos! |
@hpinkos - is zIndex supposed to be an integer or a floating point value? Digging through the code it's not entirely clear. |
@shunter It will work with either, and it works with negative values, but I think an integer makes the most sense if it had to be one or the other. |
Applicable to
corridor
,ellipse
,polygon
andrectangle
.CC @shunter