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", + }, }