Render selected tiles
tiled_render_tilesRender specified local tile IDs from an external tileset, labeling each tile with its local ID for identification.
Instructions
Renders an explicit bounded, input-ordered selection of local tile IDs from one referenced external tileset (atlas or image-collection). Every selected tile is labeled with its local ID; the selection is never sorted, reduced or paginated. Collection selections read each tile's own image verified and revision-pinned; missing sparse ids fail closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| columns | No | Maximum tile columns per row; defaults to 8 when omitted | |
| mapPath | Yes | Canonical project-relative POSIX path; absolute paths and .. are forbidden | |
| localIds | Yes | ||
| tilesetAssetId | Yes | ||
| expectedMapRevision | No | SHA-256 revision returned by a read or preview | |
| expectedTilesetRevision | No | SHA-256 revision returned by a read or preview |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |