Skip to content

Commit 1e4cfd3

Browse files
ibesoragithub-actions[bot]
authored andcommitted
Add minor note about model layer requirements to QRF documentation
GitOrigin-RevId: 0d777ee7ffd618354861cd38b953a0c6f1c0d05b
1 parent 55bc327 commit 1e4cfd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ui/map.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,6 +1974,8 @@ export class Map extends Camera {
19741974
* will be returned as a separate feature. Similarly, a point feature near a tile boundary may appear in multiple
19751975
* tiles due to tile buffering.
19761976
*
1977+
* For model layers, id or a property "id" is required to be specified per feature in the source.
1978+
*
19771979
* @example
19781980
* // Find all features at a point
19791981
* const features = map.queryRenderedFeatures(

0 commit comments

Comments
 (0)