Skip to content

OlView

OlView(props): Element

Defined in: src/ol-view.tsx:29

OpenLayers View component that manages the map’s viewport (center, zoom, rotation). Must be used as a child of OlMap.

OlViewProps

All standard OpenLayers ViewOptions plus reactive properties

Element

<OlMap>
<OlView center={[0, 0]} zoom={5} rotation={0} />
</OlMap>