-
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
Tracking in the GeoJSON simplestyle Sandcastle example is broken #4396
Labels
Comments
This is really weird, it only seems to happen in this example and only because that example is in 2D. It seems to have been introduced in 1.23. Perhaps clamping related? |
OK, I tracked it down. There are 2 problems.
@bagnell thoughts? |
You now need to specify |
mramato
added a commit
that referenced
this issue
Oct 21, 2016
Turns out that billboard and label clamping were fundamentally broken because the `QuadtreePrimitive` was processing the tile queue in the wrong order. It was always pulling new tiles from the back of the array rather than the front, which meant that data would get processed in the wrong order causing old tiles to take precedence over newer tiles. Addtiionally, there was a bad if block in `Label.js` which caused the initial position of the individual label billboards to not be properly set when clamping was on, instead we should always set the positions before calling `_updateClamping` (if needed). Fixes #4396 and #4062
Fixed in #4493 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Load the GeoJSON simplestyle Sandcastle example and double click one of the pins.
The text was updated successfully, but these errors were encountered: