Knit UI
GitHub

Playground

Loading playground…

Playground
<ImageSource
  url="https://maplibre.org/maplibre-gl-js/docs/assets/radar.gif"
  coordinates={[[4.85, 52.4], [4.96, 52.4], [4.96, 52.33], [4.85, 52.33]]}
/>

Examples

Overlay

An image draped over a bounding box on the streets basemap.

Loading example…

OverlaySourceStorybook

Props

PropTypeDefaultDescription
coordinates required[topLeft: LngLat, topRight: LngLat, bottomRight: LngLat, bottomLeft: LngLat]
url requiredstring | numberhttps://maplibre.org/maplibre-gl-js/docs/assets/radar.gif
childrenReactNode
idstring | undefined
testIDstring | undefined