Skip to content

cesium 3D point clouds measuring #5714

Answered by radoslavirha
radoslavirha asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, it seems to be working on 8.7.0 👏 👏 👏 with:

onClick: info => {
  const info2 = info.layer.context.deck.pickObject({
    x: info.x,
    y: info.y,
    radius: 5,
    layerIds: [ info.layer.id ],
    unproject3D: true
  });
}

info2.coordinate seems to be accurate

small red dot is geojson layer created from info2.coordinate

Thank you!

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@ibgreen
Comment options

@radoslavirha
Comment options

@ibgreen
Comment options

@radoslavirha
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lymperis-e
Comment options

Answer selected by radoslavirha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants