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.
Parameters
Section titled “Parameters”OlViewProps
All standard OpenLayers ViewOptions plus reactive properties
Returns
Section titled “Returns”Element
Example
Section titled “Example”<OlMap> <OlView center={[0, 0]} zoom={5} rotation={0} /></OlMap>