Skip to main content

Interface: RasterDemSource

Defined in: spec/types.ts:137

Properties

attribution?

optional attribution?: string

Defined in: spec/types.ts:145


encoding?

optional encoding?: "mapbox" | "terrarium" | "custom"

Defined in: spec/types.ts:146


id

id: string

Defined in: spec/types.ts:138


maxzoom?

optional maxzoom?: number

Defined in: spec/types.ts:144


minzoom?

optional minzoom?: number

Defined in: spec/types.ts:143


tiles?

optional tiles?: string[]

Defined in: spec/types.ts:140


tileSize?

optional tileSize?: number

Defined in: spec/types.ts:142


type

type: "raster-dem"

Defined in: spec/types.ts:139


url?

optional url?: string

Defined in: spec/types.ts:141