You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
In the test/integration/query-test, we define query tests to verify correctness and consistency between mapbox-gl-js and mapbox-gl-native. With render tests now executing on Android in #12041 we can add the same integration for query tests.
To support this kind of test we need to Integrate query render features on MapSnapshotter. Flagging that this can also be useful for end-users (eg. if they want to dynamically define Marker placement based on the results from a query). To integrate the tes itselft, we need to read out the queryGeometry from the test json and feed that to the MapSnapshotter.
In the
test/integration/query-test
, we define query tests to verify correctness and consistency between mapbox-gl-js and mapbox-gl-native. With render tests now executing on Android in #12041 we can add the same integration for query tests.Example query test:
MapSnapshotter#queryRenderedFeatures
To support this kind of test we need to Integrate query render features on MapSnapshotter. Flagging that this can also be useful for end-users (eg. if they want to dynamically define Marker placement based on the results from a query). To integrate the tes itselft, we need to read out the
queryGeometry
from the test json and feed that to the MapSnapshotter.cc @LukasPaczos @ChrisLoer
The text was updated successfully, but these errors were encountered: