Skip to main content

Interface: RasterDemSource

Defined in: spec/types.ts:129

Properties

attribution?

optional attribution?: string

Defined in: spec/types.ts:137


encoding?

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

Defined in: spec/types.ts:138


id

id: string

Defined in: spec/types.ts:130


maxzoom?

optional maxzoom?: number

Defined in: spec/types.ts:136


minzoom?

optional minzoom?: number

Defined in: spec/types.ts:135


tiles?

optional tiles?: string[]

Defined in: spec/types.ts:132


tileSize?

optional tileSize?: number

Defined in: spec/types.ts:134


type

type: "raster-dem"

Defined in: spec/types.ts:131


url?

optional url?: string

Defined in: spec/types.ts:133