# XWUIGISBasemapPicker

Basemap chooser for an xwui-gis-map. Lists providers FROM THE MAP'S OWN REGISTRY rather than from a table of its own, so a provider added to the map appears here with no second edit and can never drift out of sync. Switches the base, overlay or reference slot, renders as a radio group or a compact select, and surfaces each provider's attribution obligation next to its name.

## Basic Usage

The options come from the map's provider registry, so the picker can never offer a basemap the map cannot render.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: The options come from the map's provider registry, so the picker can never offer a basemap the map cannot render.
```

## Compact Select

One dropdown instead of a radio list, for a toolbar or a phone sheet.

```example
file: examples/CompactSelect.ts
html: examples/CompactSelect.html
title: Compact Select
description: One dropdown instead of a radio list, for a toolbar or a phone sheet.
```

```api
```
