UNPKG

stac-layer

Version:

Visualize a STAC Item or Collection on a Leaflet Map

7 lines (5 loc) 194 B
import bboxToLatLngBounds from "./bboxToLatLngBounds.js"; export default function bboxLayer(bbox, options) { const bounds = bboxToLatLngBounds(bbox); return L.rectangle(bounds, options); }