{
   "layers": [
      {
         "lid": "trees"
         ,"datasets": "trees"
         ,"zIndex": 505
         ,"minPixelValue": 25
         ,"maxPixelValue": 400
         ,"onEachPixel": "metersToFeet"
         ,"colors": "#0247FE,#347C98,#66B032,#B2D732,#FEFE33,#FCCC1A,#FB9902,#FC600A,#bb0000,#ff00ff,#ffffff"
         ,"values": "25,50,75,100,125,150,175,200,225,250,300,400"
         ,"palette": "gradient"
         ,"georasterOpts": {"opacity": 0.8, "resampleMethod": "nearest"}
      }
      ,{
         "lid": "state"
         ,"datasets": "state"
         ,"zIndex": 600
         ,"geoJSONOpts": {
            "style": {
               "color": "#faa500"
               ,"fillColor": "transparent"
               ,"weight": 4
            }
            ,"onEachFeature": "featureTooltip" 
         }
      }
      ,{
         "lid": "county"
         ,"datasets": "county"
         ,"zIndex": 605
         ,"geoJSONOpts": {
            "style": {
               "color": "#000000"
               ,"fillColor": "#00000000"
               ,"weight": 2
            }
            ,"onEachFeature": "featureTooltip"
         }
      }
      ,{
         "lid": "roads"
         ,"datasets": "interstate,ushighway,statehwy,countyrd,other"
         ,"zIndex": 630
         ,"geoJSONOpts": {
            "style": "roadsStyle"
            ,"onEachFeature": "featureTooltip"
         }
      }
   ]
   ,"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}
            ,{"item": "states_2.fgb", "minZoom": 12, "maxZoom": 20}
         ]
      }
      ,{
         "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": 12, "extent": "-124.848537,24.396308,-66.885444,49.384479" }
            ,{"item": "county_2.fgb", "minZoom": 13, "maxZoom": 20, "extent": "-124.848537,24.396308,-66.885444,49.384479"}
         ]
      }
      ,{
         "lid": "interstate"
         ,"type": "FGB"
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/tiger/"
         ,"extent": "-124.406425,32.534718,-114.133558,42.009255"
         ,"items": [
            {"item": "interstate_low.fgb", "minZoom": 1, "maxZoom": 8 }
            ,{"item": "interstate.fgb", "minZoom": 9, "maxZoom": 20 }
         ]
      }
      ,{
         "lid": "ushighway"
         ,"type": "FGB"
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/tiger/"
         ,"extent": "-124.406425,32.534718,-114.133558,42.009255"
         ,"items": [
            {"item": "us_low.fgb", "minZoom": 1, "maxZoom": 8 }
            ,{"item": "us.fgb", "minZoom": 9, "maxZoom": 20 }
         ]
      }
      ,{
         "lid": "statehwy"
         ,"type": "FGB"
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/tiger/"
         ,"extent": "-124.406425,32.534718,-114.133558,42.009255"
         ,"items": [
            {"item": "state_low.fgb", "minZoom": 7, "maxZoom": 10 }
            ,{"item": "state.fgb", "minZoom": 11, "maxZoom": 20 }
         ]
      }
      ,{
         "lid": "countyrd"
         ,"type": "FGB"
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/tiger/"
         ,"extent": "-124.406425,32.534718,-114.133558,42.009255"
         ,"items": [
            {"item": "county.fgb", "minZoom": 12, "maxZoom": 20 }
         ]
      }
      ,{
         "lid": "other"
         ,"type": "FGB"
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/tiger/"
         ,"extent": "-124.406425,32.534718,-114.133558,42.009255"
         ,"items": [
            {"item": "other.fgb", "minZoom": 13, "maxZoom": 20 }
         ]
      }
      ,{
         "lid": "trees"
         ,"type": "COG"
         ,"minZoom": 12
         ,"maxZoom": 20
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/raster/"
         ,"items": [
            {"item": "redwoodsCanopy_3857.tif", "extent": "-124.482003,40.001248,-123.406044,42.000787"}
         ]
      }
   ]
}
