-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
KmlDataSource uses degrees instead of radians #5992
Comments
@ggetz the first is using |
@hpinkos, tilt is converted to radians in line 156361:
so
Regards |
Thanks @jaforom, you're right! I didn't look at the code very closely. |
Sorry, @hpinkos, it would be my first pull request and I don't know how to do it. Could you tell me how to do that? Regards |
Well, I don't know if it's right, but here it is: #5997 Regards |
Congratulations on closing the issue! I found these Cesium forum links in the comments above: https://groups.google.com/forum/#!topic/cesium-dev/QrwGDAOgt8w If this issue affects any of these threads, please post a comment like the following:
I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
In these lines,
90.0
is used instead ofCesium.Math.PI/2
.https://github.com/AnalyticalGraphicsInc/cesium/blob/986ef584156c5ddeaf0ed18c3b33a42aeee66851/Source/DataSources/KmlDataSource.js#L1818
https://github.com/AnalyticalGraphicsInc/cesium/blob/986ef584156c5ddeaf0ed18c3b33a42aeee66851/Source/DataSources/KmlDataSource.js#L1837
Brought up on the forum here: https://groups.google.com/forum/#!topic/cesium-dev/QrwGDAOgt8w
The text was updated successfully, but these errors were encountered: