Skip to content
pyautark (soon)

@urban-toolkit/autk-core


@urban-toolkit/autk-core / LayerType

Type Alias: LayerType

LayerType = "background" | "surface" | "parks" | "water" | "roads" | "buildings" | "points" | "polygons" | "polylines" | "raster"

Defined in: types-layer.ts:17

Canonical layer families recognized by collection loading and rendering.

LayerType is used to route GeoJSON and other layer sources into the appropriate pipeline branch, including geometry inference, renderer selection, and thematic handling.

Released under the MIT License.