-
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
Need computeScreenSpacePosition for polygon, possibly other primitives #746
Comments
Couldn't you just get the Polygon's extent and then get the screen space position of each corner? |
possibly. having a function on the polygon,like the billboard and label have, would be a nice convenience. I'm picking objects and would just like to call computeScreenSpacePosition on the object itself and not have to query the type of object to figure out how to compute the screen space. |
I'm not saying we shouldn't have a That being said, we could ultimately move to Obviously I'm just brain storming, but I like my second idea since it could apply to all primitives. |
ComputeScreenSpacePosition for polygon. Temporary fix for issue #746.
@mrmattf Can we close this? |
yep. thought this was closed already |
I'd like to know where the screen space position for a polygon is to tell me where to put a dom element.
The text was updated successfully, but these errors were encountered: