Skip to content

Querying features from imported style #3653

Closed Answered by ajzbc
ajzbc asked this question in Q&A
Discussion options

You must be logged in to vote

Ahh!

The query is expecting the screen coordinates...

onPress={async ({ properties }) => {
  if (!properties) {
    return;
  }

  const res = await map.current?.queryRenderedFeaturesAtPoint([
    properties.screenPointX,
    properties.screenPointY,
  ]);

  console.log(res);
}}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ajzbc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant