Hillshade Layer
Client-side hillshading visualization based on DEM data. Currently, the implementation only supports Mapbox Terrain RGB and Mapzen Terrarium tiles.
This composable function inserts a HillshadeLayer to the map. For convenience, if there's no need to hoist the hillshadeLayerState, use HillshadeLayer(sourceState, layerId, init)
with trailing lambda instead.
See also
Parameters
the source that drives this layer.
the ID of the layer, by default, a random id will be generated with UUID.
the state holder for HillshadeLayer's properties.
Client-side hillshading visualization based on DEM data. Currently, the implementation only supports Mapbox Terrain RGB and Mapzen Terrarium tiles.
This composable function inserts a HillshadeLayer to the map.
See also
Parameters
the source that drives this layer.
the ID of the layer, by default, a random id will be generated with UUID.
the lambda that will be applied to the remembered HillshadeLayerState.