From c5b381355182c2f99d189a18503db9c77c81719d Mon Sep 17 00:00:00 2001 From: Kata Martin Date: Mon, 15 Sep 2025 14:59:30 -0400 Subject: [PATCH] Tweak props table --- docs/pages/maps/mapprovider.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/pages/maps/mapprovider.md b/docs/pages/maps/mapprovider.md index 73a7d7c..ef9a44b 100644 --- a/docs/pages/maps/mapprovider.md +++ b/docs/pages/maps/mapprovider.md @@ -8,9 +8,10 @@ The `MapProvider` component (imported from `@carbonplan/maps/core`) allows use o -| Prop | Description | Default | -| ------------------ | ------------------------------------------------------------------------------------------------ | ------- | +| Prop | Description | +| ------------------ | ------------------------------------------------------------------------------------------------ | | map | Maplibre or Mapbox `Map` instance | +| _optional props_ | | | style | css object for `@carbonplan/maps` canvas. Use `zIndex` to bring canvas above or below main map. | | setLoading | Tracks _any_ pending requests made by containing `Raster` layers | | setMetadataLoading | Tracks any metadata and coordinate requests made on initialization by containing `Raster` layers |