I would like to know if there is a way to query features that are not being displayed on a map.
Both queryRenderedFeatures
and querySourceFeatures
only work when the features are being displayed on the map.
I tried also to hide the features using setLayoutProperty
with visibility and using setFilter
. Both don't return features when queried.