Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

QueryRenderedFeatues with LineLayer #14722

Closed
tobrun opened this issue May 22, 2019 · 1 comment · Fixed by #14884
Closed

QueryRenderedFeatues with LineLayer #14722

tobrun opened this issue May 22, 2019 · 1 comment · Fixed by #14884
Assignees
Labels
bug Core The cross-platform C++ core, aka mbgl

Comments

@tobrun
Copy link
Member

tobrun commented May 22, 2019

Branch to reproduce:
https://github.com/mapbox/mapbox-gl-native/tree/tvn-reproduce-query-bug

Steps to reproduce:

  • open simple map activity,
  • scroll map,
  • each camera move queries the map and visualises results with a line layer.

ezgif com-video-to-gif (69)

Expected behaviour:

QueyrRenderedFeatures API consistently returns the features found in the viewport and LineLayer is able to render them.

Actual behaviour:

When scrolling you can see some features not being visualized. This is either a query issue or an issue with rendering the lines.

@tobrun tobrun added bug Core The cross-platform C++ core, aka mbgl labels May 22, 2019
@tobrun
Copy link
Member Author

tobrun commented May 23, 2019

cc @tmpsantos

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Core The cross-platform C++ core, aka mbgl
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants