# XWUIGISLayerPanel

Layer list for an xwui-gis-map: toggles visibility, sets per-layer opacity and reorders the overlay stack. Reorder is exposed as up and down buttons rather than drag-only, so it is operable from a keyboard. Layer state is held by the map's logic, not by the panel, so it survives a basemap change and stays consistent across every piece of chrome attached to the same map.

## Basic Usage

Toggle layers, fade them, and reorder the stack with buttons that work from a keyboard.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Toggle layers, fade them, and reorder the stack with buttons that work from a keyboard.
```

```api
```
