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.
Properties
Link copied to clipboard
Link copied to clipboard
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