1 line
877 B
JavaScript

window.SIDEBAR_ITEMS = {"constant":[["CHILDREN_SEARCH_DEPTH",""],["DEFAULT_TILE_VIEW_PATTERN_SIZE",""]],"enum":[["SourceShapes","This defines the source tile shaped from which the content for the `target` is taken. For example if the target is `(0, 0, 1)` (of [`ViewTile`]) , we might use `SourceShapes::Parent((0, 0, 0))` as source. Similarly if we have the target `(0, 0, 0)` we might use `SourceShapes::Children((0, 0, 1), (0, 1, 1), (1, 0, 1), (1, 1, 1))` as sources."]],"struct":[["BackingBuffer",""],["TileShape","Defines the exact location where a specific tile on the map is rendered. It defines the shape of the tile with its location for the current zoom factor."],["TileViewPattern","The tile mask pattern assigns each tile a value which can be used for stencil testing."],["ViewTile","Defines the `target` tile and its `source` from which data tile data comes."]]};