{
   "layers": [
      {
         "lid": "roads"
         ,"datasets": "interstate,ushighway,statehwy,countyrd,other"
         ,"zIndex": 630
         ,"geoJSONOpts": {
            "style": {
               "color": "#00000000"
               ,"fillColor": "#00000000"
               ,"weight": 6
            }
            ,"onEachFeature": "featureTooltip" 
         }
      }
   ]
   ,"datasets": [
      {
         "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": 6, "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": 6, "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 }
         ]
      }
   ]
}
