OlImageLayer
constOlImageLayer:MemoExoticComponent<(__namedParameters) =>Element>
Defined in: src/ol-layer-geo-image.tsx:81
Memoized OpenLayers GeoImage layer component for displaying georeferenced images. Uses shallow comparison for props optimization.
All OpenLayers BaseImage layer options plus custom props
Child components to render within the layer context (typically image sources)
Controls layer visibility
Custom properties to attach to the layer
Ref to expose the LayerGeoImage instance
Example
Section titled “Example”<OlMap> <OlImageLayer isVisible={true} properties={{ id: 'layer1' }}> <OlImageSource url="image.jpg" /> </OlImageLayer></OlMap>