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
15 changes: 15 additions & 0 deletions leafmap/legends.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Comment on lines +423 to +437
}
Loading