Interface HonuaMapLibreRasterSourceSpecification
interface HonuaMapLibreRasterSourceSpecification { attribution?: string; tiles: string[]; tileSize?: number; type: "raster"; [
key:
string]
: unknown; } Properties
Optionalattribution
attribution?: string
OptionaltileSize
tileSize?: number
Standard MapLibre raster source shape used by migrated tiled services.