Skip to content

Commit

Permalink
Added NLCD 2021 basemap (gee-community#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Aug 26, 2023
1 parent e665000 commit 4b13f99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions geemap/basemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
"format": "image/png",
"transparent": True,
},
"NLCD 2021 CONUS Land Cover": {
"url": "https://www.mrlc.gov/geoserver/mrlc_display/NLCD_2021_Land_Cover_L48/wms?",
"layers": "NLCD_2021_Land_Cover_L48",
"name": "NLCD 2021 CONUS Land Cover",
"attribution": "MRLC",
"format": "image/png",
"transparent": True,
},
"NLCD 2019 CONUS Land Cover": {
"url": "https://www.mrlc.gov/geoserver/mrlc_display/NLCD_2019_Land_Cover_L48/wms?",
"layers": "NLCD_2019_Land_Cover_L48",
Expand Down

0 comments on commit 4b13f99

Please sign in to comment.