Skip to main content

Interface: RasterDemSource

Defined in: spec/types.ts:126

Properties

attribution?

optional attribution?: string

Defined in: spec/types.ts:134


encoding?

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

Defined in: spec/types.ts:135


id

id: string

Defined in: spec/types.ts:127


maxzoom?

optional maxzoom?: number

Defined in: spec/types.ts:133


minzoom?

optional minzoom?: number

Defined in: spec/types.ts:132


tiles?

optional tiles?: string[]

Defined in: spec/types.ts:129


tileSize?

optional tileSize?: number

Defined in: spec/types.ts:131


type

type: "raster-dem"

Defined in: spec/types.ts:128


url?

optional url?: string

Defined in: spec/types.ts:130