Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/pages/maps/mapprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ The `MapProvider` component (imported from `@carbonplan/maps/core`) allows use o

<Table>

| 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 |
Expand Down