API Reference > imodeljs-frontend > Tiles > TileAdmin > TileAdmin.Props > disableMagnification disableMagnification disableMagnification: undefined | boolean When producing child tiles for a given tile, two refinement strategies are considered: Subdivision: typical oct- or quad-tree subdivision into 8 or 4 smaller child tiles; and Magnification: production of a single child tile of the same size as the parent but with twice the level of detail The magnification strategy can in some cases produce extremely large, detailed tiles, because the heuristic which decides which strategy to use considers that if a tile contains fewer than some "small" number of elements, it is not worth subdividing, and instead chooses magnification - but element sizes vary wildly. If this option is defined and true, the magnification strategy will never be chosen. Default value: false alpha Defined in core/frontend/src/tile/TileAdmin.ts Line 1021 Last Updated: 11 June, 2024