TileLayerView can show tiled map data. WMS or WMTS supported for now. Not a full terrain engine.
See example for
Either WmsRasterSource or WmtsRasterSource
hashmap with the four corners of the visible area (lowerLeft etc)
if set to true, all tiles will be displayed with same lod and we assume orthographic camera viewing directly down at tiles.
hashmap with tileId we are requesting
dictionary with tildIdString as key and TileCacheEntry as value
hashmap with tileId of tiles in use by current quadtree
Initialize to prepare for rendering.
cleanup: Remove all entities in map
Draw 2D Map files for online maps. Supports WMS and WMTS tile formats.