VisualizationLayers

config.VisualizationLayers()

The configuration of the layers you might want to visualize in the gui.

Attributes

buildings_min_zoom_level : int

The minimum zoom level before building footprints become visible in the map.

topography_cmin : float

Default minimum for DEM color scaling.

topography_cmax : float

Default maximum for DEM color scaling.

layers : list[VisualizationLayer]

The extra layers to visualize.

Back to top