From 176eb705e1198a76ef0c5b782dc071ffb5aa8154 Mon Sep 17 00:00:00 2001 From: giswqs Date: Sun, 15 Mar 2026 19:27:48 -0400 Subject: [PATCH] Add Chesapeake Bay Watershed Land Cover legend Add built-in legend for the Chesapeake Bay Watershed Land Cover dataset with 13 land cover classes. --- leafmap/legends.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/leafmap/legends.py b/leafmap/legends.py index 0be039ee59..3ca06a70d2 100644 --- a/leafmap/legends.py +++ b/leafmap/legends.py @@ -420,4 +420,19 @@ "95 Mangroves": "00cf75", "100 Moss and lichen": "fae6a0", }, + "Chesapeake": { + "NoData": "000000", + "Water": "00c5ff", + "Wetlands": "00a884", + "Tree Canopy": "267300", + "Shrubland": "4ce600", + "Herbaceous Vegetation": "b0ff00", + "Barren": "ffaa00", + "Structures": "ff0000", + "Impervious Surfaces": "9c9c9c", + "Impervious Roads": "373737", + "Tree Canopy over Structures": "4d7847", + "Tree Canopy over Impervious Surfaces": "b4d79e", + "Tree Canopy over Impervious Roads": "ffff73", + }, }