OlMap
OlMap(
__namedParameters):Element
Defined in: src/ol-map.tsx:35
OpenLayers Map component that provides a React wrapper around the OpenLayers Map class. Creates a map container and provides the map instance to child components via context.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”MapProps
Returns
Section titled “Returns”Element
Example
Section titled “Example”<OlMap> <OlView /> <OlTileLayer /></OlMap>