We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bc327 commit 1e4cfd3Copy full SHA for 1e4cfd3
src/ui/map.ts
@@ -1974,6 +1974,8 @@ export class Map extends Camera {
1974
* will be returned as a separate feature. Similarly, a point feature near a tile boundary may appear in multiple
1975
* tiles due to tile buffering.
1976
*
1977
+ * For model layers, id or a property "id" is required to be specified per feature in the source.
1978
+ *
1979
* @example
1980
* // Find all features at a point
1981
* const features = map.queryRenderedFeatures(
0 commit comments