{
  "styles": [
    {
      "name": "outdoor",
      "url": "/styles/outdoor/style.json",
      "themes": [
        "light",
        "dark"
      ],
      "units": [
        "imperial",
        "metric"
      ],
      "defaults": {
        "theme": "light",
        "units": "imperial"
      }
    }
  ],
  "tilesets": [
    {
      "name": "v3",
      "type": "vector",
      "url": "/v3/{z}/{x}/{y}.mvt"
    },
    {
      "name": "contours-imperial",
      "type": "vector",
      "url": "/contours-imperial/{z}/{x}/{y}.mvt"
    },
    {
      "name": "contours-metric",
      "type": "vector",
      "url": "/contours-metric/{z}/{x}/{y}.mvt"
    },
    {
      "name": "terrain-rgb",
      "type": "raster",
      "url": "/terrain-rgb/{z}/{x}/{y}.png"
    },
    {
      "name": "public-lands",
      "type": "vector",
      "url": "/public-lands/{z}/{x}/{y}.mvt"
    },
    {
      "name": "mvum",
      "type": "vector",
      "url": "/mvum/{z}/{x}/{y}.mvt"
    },
    {
      "name": "gtlf",
      "type": "vector",
      "url": "/gtlf/{z}/{x}/{y}.mvt"
    },
    {
      "name": "native-lands",
      "type": "vector",
      "url": "/native-lands/{z}/{x}/{y}.mvt"
    }
  ]
}