Hillshade

data class Hillshade(val id: String, val label: StringResource, val spec: RasterTileSpec, val encoding: DemEncoding) : MapOverlay(source)

Terrain shading derived from a raster-DEM source.

Constructors

Link copied to clipboard
constructor(id: String, label: StringResource, spec: RasterTileSpec, encoding: DemEncoding)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val label: StringResource

Menu label. A resource, not a literal: unlike the basemaps — whose labels are provider and style names (OpenStreetMap, Liberty, Esri) that stay the same in every language — these describe what the overlay shows, and a phrase like weather radar is ordinary UI text that has to translate.

Link copied to clipboard