{
   "layers": [
      {
         "lid": "state"
         ,"datasets": "state"
         ,"zIndex": 600
         ,"geoJSONOpts": {
            "style": {
               "color": "#faa500"
               ,"fillColor": "#00000000"
               ,"weight": 4
            }
            ,"onEachFeature": "featureTooltip" 
         }
      }
      ,{
         "lid": "county"
         ,"datasets": "county"
         ,"zIndex": 605
         ,"geoJSONOpts": {
            "style": {
               "color": "#0080ff"
               ,"fillColor": "#00000000"
               ,"weight": 2
            }
            ,"onEachFeature": "featureTooltip" 
         }
      }
      ,{
         "lid": "nlcd"
         ,"datasets": "nlcd"
         ,"zIndex": 500
         ,"palette": "LUT"
         ,"georasterOpts": { "opacity": 0.3 }
      }
   ]
   ,"datasets": [
      {
         "lid": "state"
         ,"type": "FGB"
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/vector/"
         ,"extent": "-124.848537,24.396308,-66.885444,49.384479"
         ,"items": [
            {"item": "states_1.fgb", "minZoom": 1, "maxZoom": 11, "extent": "-124.848537,24.396308,-66.885444,49.384479" }
            ,{"item": "states_2.fgb", "minZoom": 12, "maxZoom": 20, "extent": "-124.848537,24.396308,-66.885444,49.384479"}
         ]
      }
      ,{
         "lid": "county"
         ,"type": "FGB"
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/vector/"
         ,"extent": "-124.848537,24.396308,-66.885444,49.384479"
         ,"items": [
            {"item": "county_1.fgb", "minZoom": 7, "maxZoom": 13, "extent": "-124.848537,24.396308,-66.885444,49.384479" }
            ,{"item": "county_2.fgb", "minZoom": 14, "maxZoom": 20, "extent": "-124.848537,24.396308,-66.885444,49.384479"}
         ]
      }
      ,{
         "lid": "nlcd"
         ,"type": "COG"
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/raster/"
         ,"extent": "-126.0351562,21.9430214,-65.9177021,50.0641917"
         ,"items": [ 
            {"item": "nlcd_2021_3857.tif", "minZoom": 0, "maxZoom": 20, "extent": "-126.0351562,21.9430214,-65.9177021,50.0641917"}
         ]
      }  
   ]
}
