{
   "layers": [
      {
         "lid": "dem"
         ,"datasets": "dem30m"
         ,"zIndex": 505
         ,"minPixelValue": -315
         ,"maxPixelValue": 15000
         ,"onEachPixel": "metersToFeet"
         ,"palette": "grayscale"
      }
      ,{
         "lid": "state"
         ,"datasets": "state"
         ,"zIndex": 600
         ,"geoJSONOpts": {
            "style": {
               "color": "#faa500"
               ,"fillColor": "transparent"
               ,"weight": 4
            }
            ,"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": "dem30m"
         ,"type": "COG"
         ,"minZoom": 1
         ,"maxZoom": 20
         ,"baseUrl": "https://www.cloudnativemaps.com/cnm/data/raster/"
         ,"extent": "-126.0351562,21.9430214,-65.9177021,50.0641917"
         ,"items": [
            {"item": "conusDem30m_cog.tif"}
         ]
      }
   ]
}
