{
  "version": 8,
  "id": "c906f2b8-0128-4a78-a546-f00b538cbacd",
  "name": "Deserto",
  "sources": {
    "openmaptiles": {
      "url": "https://maps-server.whip.live/data/planet.json",
      "type": "vector"
    },
    "contours-v2": {
      "url": "https://api.maptiler.com/tiles/contours-v2/tiles.json?key=Ihy9gghwZ6a4PUP6dfW7",
      "type": "vector"
    },
    "terrain-rgb-v2": {
      "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=Ihy9gghwZ6a4PUP6dfW7",
      "type": "raster-dem"
    }
  },
  "layers": [
      {
        "id": "background",
        "type": "background",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "background-color": "hsl(39, 40%, 98%)"
        }
      },
      {
        "id": "landcover-glacier",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landcover",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(0, 0%, 100%)",
          "fill-opacity": {
            "base": 1,
            "stops": [
              [
                0,
                0.9
              ],
              [
                10,
                0.3
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "==",
          "subclass",
          "glacier"
        ]
      },
      {
        "id": "landuse-residential",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landuse",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": [
            "interpolate",
            [
              "exponential",
              1
            ],
            [
              "zoom"
            ],
            12,
            "hsla(30, 19%, 90%, 0.4)",
            16,
            "hsla(30, 19%, 90%, 0.2)"
          ]
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "all",
          [
            "in",
            "class",
            "residential",
            "suburb",
            "neighbourhood"
          ]
        ]
      },
      {
        "id": "landuse-commercial",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landuse",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsla(0, 60%, 87%, 0.23)"
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Polygon"
          ],
          [
            "==",
            "class",
            "commercial"
          ]
        ]
      },
      {
        "id": "landuse-industrial",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landuse",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsla(49, 100%, 88%, 0.34)"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Polygon"
          ],
          [
            "in",
            "class",
            "industrial",
            "garages",
            "dam"
          ]
        ]
      },
      {
        "id": "landuse-cemetery",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landuse",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(94, 11%, 88%)"
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "==",
          "class",
          "cemetery"
        ]
      },
      {
        "id": "landuse-hospital",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landuse",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(351, 100%, 79%)"
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "==",
          "class",
          "hospital"
        ]
      },
      {
        "id": "landuse-hospital-pattern",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landuse",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-pattern": "hospital_11",
          "fill-color": "hsla(0, 0%, 0%, 0.5)",
          "fill-opacity": 0.1
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "==",
          "class",
          "hospital"
        ]
      },
      {
        "id": "landuse-school",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landuse",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(270, 53%, 94%)"
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "==",
          "class",
          "school"
        ]
      },
      {
        "id": "landcover-farmland",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landcover",
        "layout": {},
        "paint": {
          "fill-color": "hsl(39, 81%, 16%)",
          "fill-opacity": [
            "interpolate",
            [
              "linear"
            ],
            [
              "zoom"
            ],
            12,
            0.05,
            18,
            0.15
          ]
        },
        "filter": [
          "all",
          [
            "all",
            [
              "match",
              [
                "get",
                "class"
              ],
              [
                "farmland"
              ],
              true,
              false
            ],
            [
              "match",
              [
                "get",
                "subclass"
              ],
              [
                "farmland",
                "garden",
                "golf_course",
                "park",
                "recreation_ground",
                "vineyard"
              ],
              true,
              false
            ]
          ],
          [
            "==",
            [
              "geometry-type"
            ],
            "Polygon" 
          ]
        ]
      },
      {
        "id": "landuse-railway",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landuse",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsla(30, 19%, 90%, 0.4)"
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "==",
          "class",
          "railway"
        ]
      },
      {
        "id": "landcover-wood",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landcover",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(122, 45%, 68%)",
          "fill-opacity": 0.8,
          "fill-antialias": {
            "base": 1,
            "stops": [
              [
                0,
                false
              ],
              [
                9,
                true
              ]
            ]
          },
          "fill-outline-color": "hsla(0, 0%, 0%, 0.03)"
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "==",
          "class",
          "wood"
        ]
      },
      {
        "id": "landcover-grass",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landcover",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(86, 94%, 84%)",
          "fill-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "==",
          "class",
          "grass"
        ]
      },
      {
        "id": "landcover-forest-pattern",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landcover",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(111, 43%, 91%)",
          "fill-opacity": [
            "interpolate",
            [
              "linear"
            ],
            [
              "zoom"
            ],
            12,
            0,
            14,
            0.1
          ],
          "fill-pattern": "park_11"
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Polygon"
          ],
          [
            "==",
            "class",
            "wood"
          ]
        ]
      },
      {
        "id": "landcover-grass-park",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "park",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(105, 72%, 59%)",
          "fill-opacity": 0.8
        },
        "metadata": {
          "mapbox:group": "1444849388993.3071"
        },
        "filter": [
          "==",
          "class",
          "public_park"
        ]
      },
      {
        "id": "landcover-sand",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landcover",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(49, 75%, 79%)",
          "fill-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "all",
          [
            "==",
            "class",
            "sand"
          ]
        ]
      },
      {
        "id": "park-boundaries",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "park",
        "minzoom": 7.0,
        "maxzoom": 22.0,
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-opacity": [
            "interpolate",
            [
              "linear"
            ],
            [
              "zoom"
            ],
            13,
            0.6,
            14,
            0
          ],
          "line-color": "hsl(116, 75%, 43%)",
          "line-width": 1
        },
        "filter": [
          "==",
          [
            "geometry-type"
          ],
          "Polygon"
        ]
      },
      {
        "id": "park",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "park",
        "minzoom": 6.0,
        "maxzoom": 22.0,
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-opacity": [
            "interpolate",
            [
              "linear"
            ],
            [
              "zoom"
            ],
            13,
            0.4,
            14,
            0
          ],
          "fill-color": "hsla(75, 94%, 52%, 0.6)",
          "fill-outline-color": "hsl(135, 67%, 15%)"
        },
        "filter": [
          "==",
          [
            "geometry-type"
          ],
          "Polygon"
        ]
      },
      {
        "id": "Contour",
        "type": "line",
        "source": "contours-v2",
        "source-layer": "contour",
        "minzoom": 9.0,
        "maxzoom": 22.0,
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(53, 70%, 39%, 0.3)",
          "line-width": 1.5
        },
        "filter": [
          "==",
          [
            "geometry-type"
          ],
          "LineString"
        ]
      },
      {
        "id": "waterway_tunnel",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "waterway",
        "minzoom": 14.0,
        "layout": {
          "line-cap": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(186, 100%, 63%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.3
            ],
            [
              "zoom"
            ],
            13,
            1,
            20,
            6
          ],
          "line-dasharray": [
            2,
            4
          ]
        },
        "filter": [
          "all",
          [
            "in",
            "class",
            "river",
            "stream",
            "canal"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      },
      {
        "id": "waterway-other",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "waterway",
        "minzoom": 7.0,
        "layout": {
          "line-cap": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(186, 100%, 63%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.3
            ],
            [
              "zoom"
            ],
            13,
            1,
            20,
            2
          ]
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "all",
          [
            "!in",
            "class",
            "canal",
            "river",
            "stream"
          ],
          [
            "==",
            "intermittent",
            0
          ],
          [
            "has",
            "name"
          ]
        ]
      },
      {
        "id": "waterway-other-intermittent",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "waterway",
        "layout": {
          "line-cap": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(186, 100%, 63%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.3
            ],
            [
              "zoom"
            ],
            13,
            1,
            20,
            2
          ],
          "line-dasharray": [
            4,
            3
          ]
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "all",
          [
            "!in",
            "class",
            "canal",
            "river",
            "stream"
          ],
          [
            "==",
            "intermittent",
            1
          ]
        ]
      },
      {
        "id": "waterway-stream-canal",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "waterway",
        "layout": {
          "line-cap": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(186, 100%, 63%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.3
            ],
            [
              "zoom"
            ],
            13,
            1,
            20,
            6
          ]
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "all",
          [
            "in",
            "class",
            "canal",
            "stream"
          ],
          [
            "!=",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "intermittent",
            0
          ]
        ]
      },
      {
        "id": "waterway-stream-canal-intermittent",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "waterway",
        "layout": {
          "line-cap": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(186, 100%, 63%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.3
            ],
            [
              "zoom"
            ],
            13,
            1,
            20,
            6
          ],
          "line-dasharray": [
            4,
            3
          ]
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "all",
          [
            "in",
            "class",
            "canal",
            "stream"
          ],
          [
            "!=",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "intermittent",
            1
          ]
        ]
      },
      {
        "id": "waterway-river",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "waterway",
        "layout": {
          "line-cap": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(186, 100%, 63%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            10,
            1.4,
            20,
            6
          ]
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "all",
          [
            "==",
            "class",
            "river"
          ],
          [
            "!=",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "intermittent",
            0
          ]
        ]
      },
      {
        "id": "waterway-river-intermittent",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "waterway",
        "layout": {
          "line-cap": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(186, 100%, 63%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            10,
            1.4,
            20,
            6
          ],
          "line-dasharray": [
            3,
            2.5
          ]
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "all",
          [
            "==",
            "class",
            "river"
          ],
          [
            "!=",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "intermittent",
            1
          ]
        ]
      },
      {
        "id": "water-offset",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "water",
        "minzoom": 0.0,
        "maxzoom": 0.0,
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsla(186, 100%, 63%, 0)",
          "fill-opacity": 1,
          "fill-translate": {
            "base": 1,
            "stops": [
              [
                6,
                [
                  2,
                  0
                ]
              ],
              [
                8,
                [
                  0,
                  0
                ]
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "==",
          "$type",
          "Polygon"
        ]
      },
      {
        "id": "water",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "water",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(186, 100%, 63%)"
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "all",
          [
            "!=",
            "intermittent",
            1
          ],
          [
            "!=",
            "brunnel",
            "tunnel"
          ]
        ]
      },
      {
        "id": "water-intermittent",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "water",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(36, 50%, 71%)",
          "fill-opacity": 0.7
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "all",
          [
            "==",
            "intermittent",
            1
          ]
        ]
      },
      {
        "id": "landcover-ice-shelf",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "landcover",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(0, 0%, 100%)",
          "fill-opacity": {
            "base": 1,
            "stops": [
              [
                0,
                0.9
              ],
              [
                10,
                0.3
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849382550.77"
        },
        "filter": [
          "==",
          "subclass",
          "ice_shelf"
        ]
      },
      {
        "id": "building",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "building",
        "minzoom": 16.0,
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": [
            "interpolate",
            [
              "exponential",
              1
            ],
            [
              "zoom"
            ],
            15.5,
            "hsl(30, 38%, 92%)",
            16,
            "hsl(30, 11%, 86%)"
          ],
          "fill-antialias": true
        },
        "metadata": {
          "mapbox:group": "1444849364238.8171"
        }
      },
      {
        "id": "building-top",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "building",
        "minzoom": 15.0,
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(30, 38%, 92%)",
          "fill-opacity": {
            "base": 1,
            "stops": [
              [
                13,
                0
              ],
              [
                16,
                1
              ]
            ]
          },
          "fill-translate": {
            "base": 1,
            "stops": [
              [
                14,
                [
                  0,
                  0
                ]
              ],
              [
                16,
                [
                  -2,
                  -2
                ]
              ]
            ]
          },
          "fill-outline-color": "hsl(30, 11%, 86%)"
        },
        "metadata": {
          "mapbox:group": "1444849364238.8171"
        }
      },
      {
        "id": "tunnel-service-track-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(36, 5%, 80%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                15,
                1
              ],
              [
                16,
                4
              ],
              [
                20,
                11
              ]
            ]
          },
          "line-dasharray": [
            0.5,
            0.25
          ]
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "service",
            "track"
          ]
        ]
      },
      {
        "id": "tunnel-motorway-link-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 47%, 59%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12,
                1
              ],
              [
                13,
                3
              ],
              [
                14,
                4
              ],
              [
                20,
                15
              ]
            ]
          },
          "line-dasharray": [
            0.5,
            0.25
          ]
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-minor-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(36, 5%, 80%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12,
                0.5
              ],
              [
                13,
                1
              ],
              [
                14,
                4
              ],
              [
                20,
                15
              ]
            ]
          },
          "line-opacity": {
            "stops": [
              [
                12,
                0
              ],
              [
                12.5,
                1
              ]
            ]
          },
          "line-dasharray": [
            0.5,
            0.25
          ]
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "class",
            "minor"
          ]
        ]
      },
      {
        "id": "tunnel-link-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 72%, 69%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12,
                1
              ],
              [
                13,
                3
              ],
              [
                14,
                4
              ],
              [
                20,
                15
              ]
            ]
          },
          "line-opacity": 1,
          "line-dasharray": [
            0.5,
            0.25
          ]
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "trunk",
            "primary",
            "secondary",
            "tertiary"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-secondary-tertiary-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 72%, 69%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                8,
                1.5
              ],
              [
                20,
                17
              ]
            ]
          },
          "line-opacity": 1,
          "line-dasharray": [
            0.5,
            0.25
          ]
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-trunk-primary-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(313, 63%, 56%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                5,
                0.4
              ],
              [
                6,
                0.6
              ],
              [
                7,
                1.5
              ],
              [
                20,
                22
              ]
            ]
          },
          "line-dasharray": [
            1,
            1
          ]
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "primary",
            "trunk"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-motorway-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(300, 72%, 38%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                5,
                0.4
              ],
              [
                6,
                0.6
              ],
              [
                7,
                1.5
              ],
              [
                20,
                22
              ]
            ]
          },
          "line-dasharray": [
            0.5,
            0.25
          ]
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-path",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(30, 25%, 73%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                15,
                1.2
              ],
              [
                20,
                4
              ]
            ]
          },
          "line-dasharray": [
            1.5,
            0.75
          ]
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "class",
            "path"
          ]
        ]
      },
      {
        "id": "tunnel-motorway-link",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(36, 80%, 79%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12.5,
                0
              ],
              [
                13,
                1.5
              ],
              [
                14,
                2.5
              ],
              [
                20,
                11.5
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-service-track",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 100%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                15.5,
                0
              ],
              [
                16,
                2
              ],
              [
                20,
                7.5
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "service",
            "track"
          ]
        ]
      },
      {
        "id": "tunnel-link",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(48, 100%, 89%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12.5,
                0
              ],
              [
                13,
                1.5
              ],
              [
                14,
                2.5
              ],
              [
                20,
                11.5
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "trunk",
            "primary",
            "secondary",
            "tertiary"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-minor",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 100%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                13.5,
                0
              ],
              [
                14,
                2.5
              ],
              [
                20,
                11.5
              ]
            ]
          },
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "class",
            "minor_road"
          ]
        ]
      },
      {
        "id": "tunnel-secondary-tertiary",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(48, 100%, 89%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                7,
                0.5
              ],
              [
                20,
                10
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-trunk-primary",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(308, 98%, 78%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                7,
                0.5
              ],
              [
                20,
                18
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "primary",
            "trunk"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-motorway",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(296, 83%, 73%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                7,
                0.5
              ],
              [
                20,
                18
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "tunnel-railway",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 42%)",
          "line-width": {
            "base": 1.4,
            "stops": [
              [
                14,
                0.4
              ],
              [
                15,
                0.75
              ],
              [
                20,
                2
              ]
            ]
          },
          "line-dasharray": [
            2,
            2
          ]
        },
        "metadata": {
          "mapbox:group": "1444849354174.1904"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "class",
            "rail"
          ]
        ]
      },
      {
        "id": "ferry",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(199, 34%, 57%)",
          "line-width": 1.1,
          "line-dasharray": [
            2,
            2
          ]
        },
        "filter": [
          "all",
          [
            "in",
            "class",
            "ferry"
          ]
        ]
      },
      {
        "id": "aeroway-taxiway-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "aeroway",
        "minzoom": 10.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 82%)",
          "line-width": {
            "base": 1.5,
            "stops": [
              [
                11,
                2
              ],
              [
                17,
                12
              ]
            ]
          },
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "in",
            "class",
            "taxiway"
          ]
        ]
      },
      {
        "id": "aeroway-runway-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "aeroway",
        "minzoom": 10.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "square",
          "line-join": "miter",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 82%)",
          "line-width": {
            "base": 1.5,
            "stops": [
              [
                11,
                5
              ],
              [
                17,
                55
              ]
            ]
          },
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "in",
            "class",
            "runway"
          ]
        ]
      },
      {
        "id": "aeroway-area",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "aeroway",
        "minzoom": 10.0,
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(0, 0%, 100%)",
          "fill-opacity": {
            "base": 1,
            "stops": [
              [
                13,
                0
              ],
              [
                14,
                1
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Polygon"
          ],
          [
            "in",
            "class",
            "runway",
            "taxiway"
          ]
        ]
      },
      {
        "id": "aeroway-taxiway",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "aeroway",
        "minzoom": 10.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 100%)",
          "line-width": {
            "base": 1.5,
            "stops": [
              [
                11,
                1
              ],
              [
                17,
                10
              ]
            ]
          },
          "line-opacity": {
            "base": 1,
            "stops": [
              [
                11,
                0
              ],
              [
                12,
                1
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "in",
            "class",
            "taxiway"
          ],
          [
            "==",
            "$type",
            "LineString"
          ]
        ]
      },
      {
        "id": "aeroway-runway",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "aeroway",
        "minzoom": 8.0,
        "maxzoom": 22.0,
        "layout": {
          "visibility": "visible",
          "text-font": [
            "Noto Sans Regular"
          ],
          "icon-image": "airport_11",
          "icon-anchor": "center",
          "text-anchor": "top",
          "symbol-placement": "line",
          "symbol-spacing": 20,
          "icon-pitch-alignment": "auto",
          "icon-ignore-placement": false,
          "icon-padding": 0,
          "symbol-avoid-edges": false,
          "symbol-z-order": "auto",
          "icon-rotation-alignment": "viewport",
          "text-rotation-alignment": "viewport",
          "icon-size": 0.7
        },
        "paint": {
          "text-opacity": 1,
          "text-color": "hsl(174, 91%, 28%)",
          "icon-color": "hsl(174, 91%, 28%)",
          "icon-halo-color": "rgba(255, 255, 255, 1)",
          "icon-halo-width": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "in",
            "class",
            "runway"
          ],
          [
            "==",
            "$type",
            "LineString"
          ]
        ]
      },
      {
        "id": "road_area_pier",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsl(30, 36%, 96%)",
          "fill-antialias": true
        },
        "metadata": {},
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Polygon"
          ],
          [
            "==",
            "class",
            "pier"
          ]
        ]
      },
      {
        "id": "road_pier",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(30, 36%, 96%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                15,
                1
              ],
              [
                17,
                4
              ]
            ]
          }
        },
        "metadata": {},
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "in",
            "class",
            "pier"
          ]
        ]
      },
      {
        "id": "highway-area",
        "type": "fill",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "fill-color": "hsla(0, 0%, 89%, 0.56)",
          "fill-opacity": 0.9,
          "fill-antialias": false,
          "fill-outline-color": "hsl(36, 5%, 80%)"
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Polygon"
          ],
          [
            "!in",
            "class",
            "pier"
          ]
        ]
      },
      {
        "id": "highway-motorway-link-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 12.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 72%, 69%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12,
                1
              ],
              [
                13,
                3
              ],
              [
                14,
                4
              ],
              [
                20,
                15
              ]
            ]
          },
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-link-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 13.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(26, 81%, 44%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12,
                1
              ],
              [
                13,
                3
              ],
              [
                14,
                4
              ],
              [
                20,
                15
              ]
            ]
          },
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "trunk",
            "primary",
            "secondary",
            "tertiary"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "wh-path-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(36, 37%, 51%, 0.4)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            2,
            12,
            3,
            13,
            3,
            14,
            4,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "==",
              "class",
              "path"
            ],
            [
              "in",
              "subclass",
              "bridleway",
              "cycleway",
              "path",
              "yes"
            ]
          ]
        ]
      },
      {
        "id": "wh-path-paved-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 100%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            12,
            3,
            13,
            3,
            14,
            4,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "==",
              "class",
              "path"
            ],
            [
              "in",
              "subclass",
              "bridleway",
              "cycleway",
              "path",
              "yes"
            ],
            [
              "in",
              "surface",
              "paved",
              "asphalt"
            ]
          ]
        ]
      },
      {
        "id": "wh-path-offroad-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(62, 100%, 50%, 0.6)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            12,
            3,
            13,
            3,
            14,
            4,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "==",
              "class",
              "path"
            ],
            [
              "any",
              [
                "in",
                "subclass",
                "bridleway",
                "cycleway",
                "path",
                "yes"
              ],
              [
                "!has",
                "subclass"
              ]
            ],
            [
              "in",
              "surface",
              "unpaved",
              "earth",
              "grass",
              "rock",
              "ground",
              "dirt"
            ]
          ]
        ]
      },
      {
        "id": "wh-track-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(36, 37%, 51%, 0.4)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            1.5,
            13,
            4,
            14,
            5,
            20,
            15
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "service",
              "track"
            ]
          ]
        ]
      },
      {
        "id": "track-scale0-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(98, 100%, 50%, 0.8)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            2,
            13,
            4,
            14,
            5,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "minor",
              "path",
              "service",
              "track"
            ],
            [
              "==",
              "mtb_scale",
              "0"
            ]
          ]
        ]
      },
      {
        "id": "track-background-gravel",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(293, 0%, 71%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            12,
            3,
            13,
            4,
            14,
            5,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "service",
              "track"
            ],
            [
              "in",
              "surface",
              "gravel",
              "fine_gravel"
            ]
          ]
        ]
      },
      {
        "id": "track-background-unpaved",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(62, 100%, 50%, 0.8)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            2,
            13,
            4,
            14,
            5,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "service",
              "track"
            ],
            [
              "in",
              "surface",
              "earth",
              "ground",
              "unpaved"
            ],
            [
              "any",
              [
                "==",
                "mtb_scale",
                "1"
              ],
              [
                "!has",
                "mtb_scale"
              ]
            ]
          ]
        ]
      },
      {
        "id": "wh-track-background-sandmud",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(266, 100%, 66%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            12,
            3,
            13,
            4,
            14,
            5,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "path",
              "service",
              "track"
            ],
            [
              "in",
              "surface",
              "mud",
              "sand"
            ]
          ]
        ]
      },
      {
        "id": "wh-mtb_scale1-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(23, 100%, 50%, 0.8)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            1.5,
            13,
            4,
            14,
            5,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "path",
              "service",
              "track"
            ],
            [
              "==",
              "mtb_scale",
              "1"
            ]
          ]
        ]
      },
      {
        "id": "wh-mtb_scale2-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(349, 100%, 50%, 0.6)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            2,
            13,
            4,
            14,
            5,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "in",
              "class",
              "path",
              "service",
              "track"
            ],
            [
              "==",
              "mtb_scale",
              "2"
            ]
          ]
        ]
      },
      {
        "id": "wh-mtb_scale3-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(278, 100%, 50%, 0.6)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            2,
            13,
            4,
            14,
            5,
            20,
            12
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "in",
              "class",
              "minor",
              "path",
              "service",
              "track"
            ],
            [
              "in",
              "mtb_scale",
              "3",
              "4",
              "5",
              "6"
            ]
          ]
        ]
      },
      {
        "id": "wh-track-paved-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 100%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12,
                4
              ],
              [
                13,
                4
              ],
              [
                14,
                5
              ],
              [
                20,
                15
              ]
            ]
          },
          "line-opacity": 1,
          "line-blur": 2
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "service",
              "track"
            ],
            [
              "in",
              "surface",
              "paved",
              "compacted",
              "asphalt"
            ]
          ]
        ]
      },
      {
        "id": "wh-service-offroad",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 0%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.6
            ],
            [
              "zoom"
            ],
            10,
            0.5,
            14,
            2,
            20,
            5
          ],
          "line-opacity": 1,
          "line-dasharray": [
            3,
            2
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "==",
              "class",
              "service"
            ],
            [
              "==",
              "surface",
              "unpaved"
            ],
            [
              "!has",
              "mtb_scale"
            ]
          ]
        ]
      },
      {
        "id": "track",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 0%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.6
            ],
            [
              "zoom"
            ],
            10,
            0.5,
            14,
            2,
            20,
            5
          ],
          "line-opacity": 1,
          "line-dasharray": [
            3,
            2
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "==",
              "class",
              "track"
            ]
          ]
        ]
      },
      {
        "id": "wh-minor-unpaved-background",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(77, 0%, 61%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            2,
            12,
            3,
            14,
            6,
            20,
            15
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "==",
              "class",
              "minor"
            ],
            [
              "in",
              "surface",
              "gravel",
              "fine_gravel",
              "compacted",
              "unpaved"
            ]
          ]
        ]
      },
      {
        "id": "path-offroad",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 0%)",
          "line-width": [
            "interpolate",
            [
              "linear"
            ],
            [
              "zoom"
            ],
            10,
            0.5,
            14,
            2,
            20,
            4
          ],
          "line-opacity": 1,
          "line-dasharray": [
            0.5,
            1.5
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "==",
              "class",
              "path"
            ],
            [
              "any",
              [
                "in",
                "surface",
                "compacted",
                "paved",
                "unpaved"
              ],
              [
                "!has",
                "surface"
              ]
            ],
            [
              "in",
              "subclass",
              "bridleway",
              "cycleway",
              "path",
              "yes"
            ]
          ]
        ]
      },
      {
        "id": "path-nobike",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 100%, 49%)",
          "line-width": [
            "interpolate",
            [
              "linear"
            ],
            [
              "zoom"
            ],
            13,
            2,
            17,
            3
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "path",
              "service",
              "track"
            ],
            [
              "==",
              "bicycle",
              "no"
            ]
          ]
        ]
      },
      {
        "id": "highway-minor-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 46%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            2,
            13,
            4,
            14,
            5,
            20,
            15
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "minor",
              "service"
            ],
            [
              "any",
              [
                "==",
                "surface",
                "paved"
              ],
              [
                "!has",
                "surface"
              ]
            ],
            [
              "!has",
              "mtb_scale"
            ]
          ]
        ]
      },
      {
        "id": "wh-path-footway",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible",
          "line-join": "round",
          "line-cap": "round"
        },
        "paint": {
          "line-color": "hsl(21, 100%, 71%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            15,
            2,
            20,
            4
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "==",
              "class",
              "path"
            ],
            [
              "in",
              "subclass",
              "footway",
              "pedestrian",
              "steps"
            ]
          ]
        ]
      },
      {
        "id": "wh-steps",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-opacity": 1,
          "line-color": "hsl(32, 100%, 39%)",
          "line-dasharray": [
            1,
            1
          ],
          "line-width": 2
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "==",
              "class",
              "path"
            ],
            [
              "==",
              "subclass",
              "steps"
            ]
          ]
        ]
      },
      {
        "id": "wh-path-cycleway",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible",
          "line-join": "round",
          "line-cap": "round"
        },
        "paint": {
          "line-color": "hsl(174, 91%, 28%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            15,
            2,
            20,
            4
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "==",
              "class",
              "path"
            ],
            [
              "==",
              "subclass",
              "cycleway"
            ]
          ]
        ]
      },
      {
        "id": "wh-minor-offroad",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 86%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            11,
            2,
            14,
            3,
            20,
            11.5
          ],
          "line-opacity": 1,
          "line-dasharray": [
            2,
            4
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "==",
              "class",
              "minor"
            ],
            [
              "in",
              "surface",
              "unpaved",
              "gravel",
              "fine_gravel",
              "dirt",
              "earth",
              "grass",
              "sand",
              "mud"
            ]
          ]
        ]
      },
      {
        "id": "wh-minor-offroad-mtb",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 100%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            10,
            2,
            14,
            3,
            20,
            11.5
          ],
          "line-opacity": 1,
          "line-dasharray": [
            2,
            4
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "in",
              "class",
              "minor",
              "service"
            ],
            [
              "has",
              "mtb_scale"
            ]
          ]
        ]
      },
      {
        "id": "highway-secondary-tertiary-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "layout": {
          "line-cap": "butt",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 46%, 41%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                8,
                1.5
              ],
              [
                20,
                17
              ]
            ]
          },
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-primary-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 5.0,
        "layout": {
          "line-cap": "butt",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(19, 70%, 45%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                7,
                0
              ],
              [
                8,
                0.6
              ],
              [
                9,
                1.5
              ],
              [
                20,
                22
              ]
            ]
          },
          "line-opacity": {
            "stops": [
              [
                7,
                0
              ],
              [
                8,
                1
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "primary"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-trunk-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 5.0,
        "layout": {
          "line-cap": "butt",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(300, 28%, 81%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                5,
                0
              ],
              [
                6,
                0.6
              ],
              [
                7,
                1.5
              ],
              [
                20,
                22
              ]
            ]
          },
          "line-opacity": {
            "stops": [
              [
                5,
                0
              ],
              [
                6,
                1
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "trunk"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-motorway-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "layout": {
          "line-cap": "butt",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(309, 84%, 33%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                4,
                0
              ],
              [
                5,
                0.4
              ],
              [
                6,
                0.6
              ],
              [
                7,
                1.5
              ],
              [
                20,
                22
              ]
            ]
          },
          "line-opacity": {
            "stops": [
              [
                4,
                0
              ],
              [
                5,
                1
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-motorway-link",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 12.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(34, 100%, 77%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12.5,
                0
              ],
              [
                13,
                1.5
              ],
              [
                14,
                2.5
              ],
              [
                20,
                11.5
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-link",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 77%, 63%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            12.5,
            1.5,
            13,
            1.5,
            14,
            2.5,
            20,
            11.5
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "trunk",
            "primary",
            "secondary",
            "tertiary"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-minor",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 4.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 100%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.2
            ],
            [
              "zoom"
            ],
            12,
            1.4,
            15,
            4,
            20,
            11.5
          ],
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "any",
              [
                "in",
                "brunnel",
                "bridge",
                "ford"
              ],
              [
                "!has",
                "brunnel"
              ]
            ],
            [
              "in",
              "class",
              "minor",
              "service"
            ],
            [
              "any",
              [
                "==",
                "surface",
                "paved"
              ],
              [
                "!has",
                "surface"
              ]
            ],
            [
              "!has",
              "mtb_scale"
            ]
          ]
        ]
      },
      {
        "id": "highway-secondary-tertiary",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(51, 100%, 50%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                8,
                0.5
              ],
              [
                20,
                13
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-primary",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 77%, 63%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                8.5,
                0
              ],
              [
                9,
                0.5
              ],
              [
                20,
                18
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "primary"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-trunk",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(323, 76%, 52%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                7,
                0.5
              ],
              [
                20,
                18
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "trunk"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "highway-motorway",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 5.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(308, 68%, 55%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                7,
                0.5
              ],
              [
                20,
                18
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "railway-transit",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(0, 0%, 73%, 0.77)",
          "line-width": {
            "base": 1.4,
            "stops": [
              [
                14,
                0.4
              ],
              [
                20,
                1
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "==",
            "class",
            "transit"
          ],
          [
            "!in",
            "brunnel",
            "tunnel"
          ]
        ]
      },
      {
        "id": "railway-transit-hatching",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(0, 0%, 73%, 0.68)",
          "line-width": {
            "base": 1.4,
            "stops": [
              [
                14.5,
                0
              ],
              [
                15,
                2
              ],
              [
                20,
                6
              ]
            ]
          },
          "line-dasharray": [
            0.2,
            8
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "==",
            "class",
            "transit"
          ],
          [
            "!in",
            "brunnel",
            "tunnel"
          ]
        ]
      },
      {
        "id": "railway-service",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(0, 0%, 73%, 0.77)",
          "line-width": {
            "base": 1.4,
            "stops": [
              [
                14,
                0.4
              ],
              [
                20,
                1
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "==",
            "class",
            "rail"
          ],
          [
            "has",
            "service"
          ]
        ]
      },
      {
        "id": "railway-service-hatching",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsla(0, 0%, 73%, 0.68)",
          "line-width": {
            "base": 1.4,
            "stops": [
              [
                14.5,
                0
              ],
              [
                15,
                2
              ],
              [
                20,
                6
              ]
            ]
          },
          "line-dasharray": [
            0.2,
            8
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "==",
            "class",
            "rail"
          ],
          [
            "has",
            "service"
          ]
        ]
      },
      {
        "id": "railway",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 25%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.4
            ],
            [
              "zoom"
            ],
            14,
            1,
            15,
            1.4,
            20,
            2
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "!has",
            "service"
          ],
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "rail"
          ]
        ]
      },
      {
        "id": "railway-hatching",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 26%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.4
            ],
            [
              "zoom"
            ],
            14.5,
            2.6,
            15,
            4,
            20,
            8
          ],
          "line-dasharray": [
            0.2,
            8
          ]
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "!has",
            "service"
          ],
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "rail"
          ]
        ]
      },
      {
        "id": "bridge-motorway-link-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 72%, 69%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12,
                1
              ],
              [
                13,
                3
              ],
              [
                14,
                4
              ],
              [
                20,
                19
              ]
            ]
          },
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "bridge-link-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 54%, 52%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12,
                1
              ],
              [
                13,
                3
              ],
              [
                14,
                4
              ],
              [
                20,
                19
              ]
            ]
          },
          "line-opacity": 1,
          "line-dasharray": [
            1,
            1
          ]
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "trunk",
            "primary",
            "secondary",
            "tertiary"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "bridge-secondary-tertiary-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 72%, 69%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                5,
                0.4
              ],
              [
                7,
                0.6
              ],
              [
                8,
                1.5
              ],
              [
                20,
                21
              ]
            ]
          },
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "bridge-trunk-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(306, 63%, 42%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                5,
                0.4
              ],
              [
                6,
                0.6
              ],
              [
                7,
                1.5
              ],
              [
                20,
                26
              ]
            ]
          },
          "line-dasharray": [
            1,
            1
          ]
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "in",
            "$type",
            "LineString",
            "Polygon"
          ],
          [
            "all",
            [
              "==",
              "brunnel",
              "bridge"
            ],
            [
              "==",
              "class",
              "trunk"
            ],
            [
              "!has",
              "ramp"
            ]
          ]
        ]
      },
      {
        "id": "bridge-primary-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(19, 70%, 45%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                5,
                0.4
              ],
              [
                6,
                0.6
              ],
              [
                7,
                1.5
              ],
              [
                20,
                26
              ]
            ]
          },
          "line-dasharray": [
            1,
            1
          ]
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "in",
            "$type",
            "LineString",
            "Polygon"
          ],
          [
            "all",
            [
              "==",
              "brunnel",
              "bridge"
            ],
            [
              "==",
              "class",
              "primary"
            ],
            [
              "!has",
              "ramp"
            ]
          ]
        ]
      },
      {
        "id": "bridge-motorway-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(278, 89%, 33%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                5,
                0.4
              ],
              [
                6,
                0.6
              ],
              [
                7,
                1.5
              ],
              [
                20,
                26
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "bridge-minor-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "butt",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(36, 5%, 80%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12,
                0.5
              ],
              [
                13,
                1
              ],
              [
                14,
                6
              ],
              [
                20,
                24
              ]
            ]
          },
          "line-opacity": {
            "stops": [
              [
                12,
                0
              ],
              [
                12.5,
                1
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "minor",
            "service",
            "track"
          ]
        ]
      },
      {
        "id": "bridge-path-casing",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(30, 36%, 96%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                15,
                1.2
              ],
              [
                20,
                18
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "class",
            "path"
          ]
        ]
      },
      {
        "id": "bridge-path",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(30, 25%, 73%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                15,
                1.2
              ],
              [
                20,
                4
              ]
            ]
          },
          "line-dasharray": [
            1.5,
            0.75
          ]
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "class",
            "path"
          ]
        ]
      },
      {
        "id": "bridge-motorway-link",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(34, 100%, 77%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                12.5,
                0
              ],
              [
                13,
                1.5
              ],
              [
                14,
                2.5
              ],
              [
                20,
                11.5
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "bridge-link",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 77%, 63%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.4
            ],
            [
              "zoom"
            ],
            14,
            4.5,
            17,
            4.5,
            18,
            14.5
          ]
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "trunk",
            "primary",
            "secondary",
            "tertiary"
          ],
          [
            "==",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "bridge-minor",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 100%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                13.5,
                0
              ],
              [
                14,
                2.5
              ],
              [
                20,
                11.5
              ]
            ]
          },
          "line-opacity": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "minor",
            "service",
            "track"
          ]
        ]
      },
      {
        "id": "bridge-secondary-tertiary",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(48, 100%, 83%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                8,
                0.5
              ],
              [
                20,
                13
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "bridge-trunk",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(326, 81%, 55%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                7,
                0.5
              ],
              [
                20,
                18
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "in",
            "$type",
            "LineString",
            "Polygon"
          ],
          [
            "all",
            [
              "==",
              "brunnel",
              "bridge"
            ],
            [
              "==",
              "class",
              "trunk"
            ],
            [
              "!has",
              "ramp"
            ]
          ]
        ]
      },
      {
        "id": "bridge-primary",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(28, 77%, 63%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                7,
                0.5
              ],
              [
                20,
                18
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "in",
            "$type",
            "LineString",
            "Polygon"
          ],
          [
            "all",
            [
              "==",
              "brunnel",
              "bridge"
            ],
            [
              "==",
              "class",
              "primary"
            ],
            [
              "!has",
              "ramp"
            ]
          ]
        ]
      },
      {
        "id": "bridge-motorway",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(298, 90%, 39%)",
          "line-width": {
            "base": 1.2,
            "stops": [
              [
                6.5,
                0
              ],
              [
                7,
                0.5
              ],
              [
                20,
                18
              ]
            ]
          }
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "!=",
            "ramp",
            1
          ]
        ]
      },
      {
        "id": "bridge-railway",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 73%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.4
            ],
            [
              "zoom"
            ],
            14,
            1,
            15,
            1.4,
            20,
            2
          ]
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "class",
            "rail"
          ]
        ]
      },
      {
        "id": "bridge-railway-hatching",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "layout": {
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 73%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.4
            ],
            [
              "zoom"
            ],
            14.5,
            1,
            15,
            3,
            20,
            8
          ],
          "line-dasharray": [
            0.2,
            8
          ]
        },
        "metadata": {
          "mapbox:group": "1444849334699.1902"
        },
        "filter": [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "class",
            "rail"
          ]
        ]
      },
      {
        "id": "cablecar",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 13.0,
        "layout": {
          "line-cap": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 70%)",
          "line-width": {
            "base": 1,
            "stops": [
              [
                11,
                1
              ],
              [
                19,
                2.5
              ]
            ]
          }
        },
        "filter": [
          "==",
          "subclass",
          "cable_car"
        ]
      },
      {
        "id": "cablecar-dash",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 13.0,
        "layout": {
          "line-cap": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(0, 0%, 70%)",
          "line-width": {
            "base": 1,
            "stops": [
              [
                11,
                3
              ],
              [
                19,
                5.5
              ]
            ]
          }, 
          "line-dasharray": [
            2,
            3
          ]
        },
        "filter": [
          "==",
          "subclass",
          "cable_car"
        ]
      },
      {
        "id": "boundary-land-level-4",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "boundary",
        "minzoom": 0.0,
        "maxzoom": 17.0,
        "layout": {
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(53, 25%, 66%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1.4
            ],
            [
              "zoom"
            ],
            4,
            0.4,
            5,
            1,
            12,
            2
          ],
          "line-opacity": 0.4,
          "line-dasharray": [
            3,
            1,
            1,
            1
          ]
        },
        "filter": [
          "all",
          [
            ">=",
            "admin_level",
            3
          ],
          [
            "<=",
            "admin_level",
            8
          ],
          [
            "!=",
            "maritime",
            1
          ]
        ]
      },
      {
        "id": "boundary-land-level-2",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "boundary",
        "minzoom": 0.0,
        "maxzoom": 15.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(51, 23%, 75%)",
          "line-width": [
            "interpolate",
            [
              "exponential",
              1
            ],
            [
              "zoom"
            ],
            0,
            0.6,
            4,
            1.4,
            5,
            2,
            12,
            3
          ]
        },
        "filter": [
          "all",
          [
            "==",
            "admin_level",
            2
          ],
          [
            "!=",
            "maritime",
            1
          ],
          [
            "!=",
            "disputed",
            1
          ]
        ]
      },
      {
        "id": "boundary-land-disputed",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "boundary",
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(248, 7%, 70%)",
          "line-width": {
            "base": 1,
            "stops": [
              [
                0,
                0.6
              ],
              [
                4,
                1.4
              ],
              [
                5,
                2
              ],
              [
                12,
                8
              ]
            ]
          },
          "line-dasharray": [
            1,
            3
          ]
        },
        "filter": [
          "all",
          [
            "!=",
            "maritime",
            1
          ],
          [
            "==",
            "disputed",
            1
          ]
        ]
      },
      {
        "id": "park-label",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "park",
        "minzoom": 8.0,
        "maxzoom": 14.0,
        "layout": {
          "text-field": "{name}",
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "visibility": "visible",
          "text-size": 11,
          "text-transform": "none"
        },
        "paint": {
          "text-opacity": 1,
          "text-color": "hsl(84, 100%, 16%)",
          "icon-opacity": 1,
          "icon-halo-color": "rgba(255, 255, 255, 1)",
          "text-halo-color": "hsl(79, 100%, 62%)",
          "icon-halo-width": 1,
          "text-halo-width": 1
        },
        "filter": [
          "==",
          [
            "geometry-type"
          ],
          "Polygon"
        ]
      },
      {
        "id": "boundary-water",
        "type": "line",
        "source": "openmaptiles",
        "source-layer": "boundary",
        "minzoom": 5.0,
        "maxzoom": 22.0,
        "layout": {
          "line-cap": "round",
          "line-join": "round",
          "visibility": "visible"
        },
        "paint": {
          "line-color": "hsl(205, 100%, 50%)",
          "line-width": {
            "base": 1,
            "stops": [
              [
                0,
                0.6
              ],
              [
                4,
                1.4
              ],
              [
                5,
                2
              ],
              [
                12,
                3
              ]
            ]
          },
          "line-opacity": [
            "interpolate",
            [
              "exponential",
              1
            ],
            [
              "zoom"
            ],
            6,
            0.3,
            10,
            0.6
          ]
        },
        "filter": [
          "all",
          [
            "in",
            "admin_level",
            2
          ],
          [
            "==",
            "maritime",
            1
          ]
        ]
      },
      {
        "id": "waterway-name",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "waterway",
        "minzoom": 15.0,
        "maxzoom": 22.0,
        "layout": {
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "text-size": 14,
          "text-field": "{name:latin} {name:nonlatin}",
          "symbol-spacing": 350,
          "text-max-width": 5,
          "symbol-placement": "line",
          "text-letter-spacing": 0,
          "text-rotation-alignment": "map"
        },
        "paint": {
          "text-color": "hsl(210, 73%, 68%)",
          "text-halo-color": "hsla(186, 100%, 63%, 0.7)",
          "text-halo-width": 1.5
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "has",
            "name"
          ]
        ]
      },
      {
        "id": "water-name-lakeline",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "water_name",
        "layout": {
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "text-size": 14,
          "text-field": "{name:latin}\n{name:nonlatin}",
          "symbol-spacing": 350,
          "text-max-width": 5,
          "symbol-placement": "line",
          "text-letter-spacing": 0,
          "text-rotation-alignment": "map"
        },
        "paint": {
          "text-color": "hsl(210, 73%, 68%)",
          "text-halo-color": "hsla(186, 100%, 63%, 0.7)",
          "text-halo-width": 1.5
        },
        "filter": [
          "==",
          "$type",
          "LineString"
        ]
      },
      {
        "id": "water-name-ocean",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "water_name",
        "layout": {
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "text-size": 14,
          "text-field": "{name:latin}",
          "symbol-spacing": 350,
          "text-max-width": 5,
          "symbol-placement": "point",
          "text-letter-spacing": 0,
          "text-rotation-alignment": "map"
        },
        "paint": {
          "text-color": "hsl(210, 73%, 68%)",
          "text-halo-color": "hsla(186, 100%, 63%, 0.7)",
          "text-halo-width": 1.5
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Point"
          ],
          [
            "==",
            "class",
            "ocean"
          ]
        ]
      },
      {
        "id": "water-name-other",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "water_name",
        "layout": {
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "text-size": {
            "stops": [
              [
                0,
                10
              ],
              [
                6,
                14
              ]
            ]
          },
          "text-field": "{name:latin}\n{name:nonlatin}",
          "visibility": "visible",
          "symbol-spacing": 350,
          "text-max-width": 5,
          "symbol-placement": "point",
          "text-letter-spacing": 0,
          "text-rotation-alignment": "map"
        },
        "paint": {
          "text-color": "hsl(210, 73%, 68%)",
          "text-halo-color": "hsla(186, 100%, 63%, 0.7)",
          "text-halo-width": 1.5
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Point"
          ],
          [
            "!in",
            "class",
            "ocean"
          ]
        ]
      },
      {
        "id": "poi-level-3",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "poi",
        "minzoom": 15.0,
        "layout": {
          "text-font": [
            "Roboto Condensed Regular",
            "Noto Sans Regular"
          ],
          "text-size": 12,
          "icon-image": "{class}_11",
          "text-field": "{name:latin}\n{name:nonlatin}",
          "visibility": "visible",
          "text-anchor": "top",
          "text-offset": [
            0,
            0.9
          ],
          "text-padding": 2,
          "text-max-width": 9,
          "icon-size": 0.8
        },
        "paint": {
          "text-color": "hsl(0, 0%, 40%)",
          "text-halo-blur": 0.5,
          "text-halo-color": "hsl(0, 0%, 100%)",
          "text-halo-width": 1
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Point"
          ],
          [
            ">=",
            "rank",
            25
          ],
          [
            "any",
            [
              "!has",
              "level"
            ],
            [
              "==",
              "level",
              0
            ]
          ]
        ]
      },
      {
        "id": "poi-level-2",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "poi",
        "minzoom": 14.0,
        "layout": {
          "text-font": [
            "Roboto Condensed Regular",
            "Noto Sans Regular"
          ],
          "text-size": 12,
          "icon-image": "{class}_11",
          "text-field": "{name:latin}\n{name:nonlatin}",
          "visibility": "visible",
          "text-anchor": "top",
          "text-offset": [
            0,
            0.9
          ],
          "text-padding": 2,
          "text-max-width": 9,
          "icon-size": 0.8
        },
        "paint": {
          "text-color": "hsl(0, 0%, 40%)",
          "text-halo-blur": 0.5,
          "text-halo-color": "hsl(0, 0%, 100%)",
          "text-halo-width": 1
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Point"
          ],
          [
            "<=",
            "rank",
            24
          ],
          [
            ">=",
            "rank",
            15
          ],
          [
            "any",
            [
              "!has",
              "level"
            ],
            [
              "==",
              "level",
              0
            ]
          ]
        ]
      },
      {
        "id": "poi-level-1",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "poi",
        "minzoom": 13.0,
        "layout": {
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "text-size": 12,
          "icon-image": "{class}_11",
          "text-field": "{name:latin}\n{name:nonlatin}",
          "visibility": "visible",
          "text-anchor": "top",
          "text-offset": [
            0,
            0.9
          ],
          "text-padding": 2,
          "text-max-width": 9,
          "icon-size": 0.8
        },
        "paint": {
          "text-color": "hsl(0, 0%, 40%)",
          "text-halo-blur": 0.5,
          "text-halo-color": "hsl(0, 0%, 100%)",
          "text-halo-width": 1
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Point"
          ],
          [
            "<=",
            "rank",
            14
          ],
          [
            "has",
            "name"
          ],
          [
            "any",
            [
              "!has",
              "level"
            ],
            [
              "==",
              "level",
              0
            ]
          ]
        ]
      },
      {
        "id": "poi-drinking_water",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "poi",
        "minzoom": 10.0,
        "layout": {
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "text-size": {
            "stops": [
              [
                1,
                0.0
              ],
              [
                13.9,
                0.0
              ],
              [
                14,
                12
              ]
            ]
          },
          "icon-image": "{class}_11",
          "text-field": "{name:latin}\n{name:nonlatin}",
          "visibility": "visible",
          "text-anchor": "top",
          "text-offset": [
            0,
            0.9
          ],
          "text-padding": 2,
          "text-max-width": 9,
          "icon-size": {
            "stops": [
              [
                1,
                0.5
              ],
              [
                13,
                0.7
              ],
              [
                14,
                0.8
              ]
            ]
          }
        },
        "paint": {
          "text-color": "hsl(201, 100%, 55%)",
          "text-halo-blur": 0.5,
          "text-halo-color": "hsl(0, 0%, 100%)",
          "text-halo-width": 1
        },
        "filter": [
          "all",
          [
            "==",
            [
              "geometry-type"
            ],
            "Point"
          ],
          [
            "==",
            [
              "get",
              "class"
            ],
            "drinking_water"
          ]
        ]
      },
      {
        "id": "wh-path-cycleway-pattern",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "transportation",
        "minzoom": 11.0,
        "maxzoom": 22.0,
        "layout": {
          "text-font": [
            "Noto Sans Regular"
          ],
          "visibility": "visible",
          "icon-image": "bicycle_11",
          "icon-anchor": "center",
          "text-anchor": "top",
          "symbol-placement": "line",
          "symbol-spacing": 300,
          "icon-pitch-alignment": "auto",
          "icon-ignore-placement": false,
          "icon-padding": 0,
          "symbol-avoid-edges": false,
          "symbol-z-order": "auto",
          "icon-rotation-alignment": "viewport",
          "text-rotation-alignment": "viewport",
          "icon-size": 0.7
        },
        "paint": {
          "text-opacity": 1,
          "text-color": "hsl(174, 91%, 28%)",
          "icon-color": "hsl(174, 91%, 28%)",
          "icon-halo-color": "rgba(255, 255, 255, 1)",
          "icon-halo-width": 1
        },
        "metadata": {
          "mapbox:group": "1444849345966.4436"
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "LineString"
          ],
          [
            "all",
            [
              "==",
              "class",
              "path"
            ],
            [
              "==",
              "subclass",
              "cycleway"
            ]
          ]
        ]
      },
      {
        "id": "poi-railway",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "poi",
        "minzoom": 11.0,
        "maxzoom": 22.0,
        "layout": {
          "text-font": [
            "Roboto Condensed Regular",
            "Noto Sans Regular"
          ],
          "text-size": 12,
          "icon-image": "{class}_11",
          "text-field": "{name:latin}\n{name:nonlatin}",
          "text-anchor": "top",
          "text-offset": [
            0,
            0.6
          ],
          "text-padding": 2,
          "icon-optional": false,
          "text-optional": true,
          "text-max-width": 9,
          "icon-allow-overlap": false,
          "text-allow-overlap": false,
          "icon-ignore-placement": false,
          "text-ignore-placement": false,
          "visibility": "visible"
        },
        "paint": {
          "text-color": "hsl(0, 0%, 40%)",
          "text-halo-blur": 0.5,
          "text-halo-color": "hsl(0, 0%, 100%)",
          "text-halo-width": 1
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Point"
          ],
          [
            "has",
            "name"
          ],
          [
            "==",
            "class",
            "railway"
          ],
          [
            "==",
            "subclass",
            "station"
          ]
        ]
      },
      {
        "id": "poi-hospital",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "poi",
        "minzoom": 14.0,
        "maxzoom": 22.0,
        "layout": {
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "text-size": 12,
          "text-field": "+\n{name:latin}\n{name:nonlatin}",
          "text-anchor": "center",
          "text-offset": [
            0,
            0.6
          ],
          "text-padding": 2,
          "icon-optional": false,
          "text-optional": true,
          "text-max-width": 9,
          "icon-allow-overlap": true,
          "text-allow-overlap": true,
          "icon-ignore-placement": false,
          "text-ignore-placement": false,
          "visibility": "visible"
        },
        "paint": {
          "text-color": "hsl(0, 100%, 50%)",
          "text-halo-blur": 0.5,
          "text-halo-color": "hsl(0, 0%, 100%)",
          "text-halo-width": 1
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Point"
          ],
          [
            "any",
            [
              "in",
              "class",
              "hospital",
              "pharmacy"
            ],
            [
              "in",
              "subclass",
              "hospital",
              "pharmacy"
            ]
          ]
        ]
      },
      {
        "id": "poi-hospital-icon",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "poi",
        "minzoom": 10.0,
        "maxzoom": 14.0,
        "layout": {
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "text-size": 20,
          "text-field": "+",
          "text-anchor": "center",
          "text-offset": [
            0,
            0.6
          ],
          "text-padding": 2,
          "icon-optional": false,
          "text-optional": true,
          "text-max-width": 13,
          "icon-allow-overlap": false,
          "text-allow-overlap": false,
          "icon-ignore-placement": false,
          "text-ignore-placement": false,
          "visibility": "visible"
        },
        "paint": {
          "text-color": "hsl(0, 100%, 50%)",
          "text-halo-blur": 0.5,
          "text-halo-color": "hsl(0, 0%, 100%)",
          "text-halo-width": 1
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Point"
          ],
          [
            "any",
            [
              "in",
              "class",
              "hospital",
              "pharmacy"
            ],
            [
              "in",
              "subclass",
              "hospital",
              "pharmacy"
            ]
          ]
        ]
      },
      {
        "id": "poi-fuel",
        "type": "symbol",
        "source": "openmaptiles",
        "source-layer": "poi",
        "minzoom": 10.0,
        "maxzoom": 22.0,
        "layout": {
          "text-font": [
            "Roboto Condensed Bold",
            "Noto Sans Bold"
          ],
          "text-size": {
            "stops": [
              [
                1,
                0.0
              ],
              [
                13.9,
                0.0
              ],
              [
                14,
                13
              ]
            ]
          },
          "icon-image": "{class}_11",
          "text-field": "{name:latin}\n{name:nonlatin}",
          "visibility": "visible",
          "text-anchor": "top",
          "text-offset": [
            0,
            1
          ],
          "text-padding": 2,
          "text-max-width": 9,
          "icon-size": {
            "stops": [
              [
                1,
                0.5
              ],
              [
                13,
                0.7
              ],
              [
                14,
                1
              ]
            ]
          }
        },
        "paint": {
          "text-color": "#59708C",
          "text-halo-blur": 0.5,
          "text-halo-color": "hsl(0, 0%, 100%)",
          "text-halo-width": 1
        },
        "filter": [
          "all",
          [
            "==",
            "$type",
            "Point"
          ],
          [
            "all",
            [
              "in",
              "class",
              "fuel"
            ],
            [
              "!in",
              "subclass",
              "charging_station"
            ]
          ]
        ]
      },
    
    {
      "id": "road_oneway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15.0,
      "layout": {
        "icon-size": {
          "stops": [
            [
              15,
              0.5
            ],
            [
              19,
              1
            ]
          ]
        },
        "icon-image": "oneway",
        "icon-rotate": 90,
        "icon-padding": 2,
        "symbol-spacing": 75,
        "symbol-placement": "line",
        "icon-rotation-alignment": "map",
        "visibility": "visible"
      },
      "paint": {
        "icon-opacity": 0.5
      },
      "filter": [
        "all",
        [
          "==",
          "oneway",
          1
        ],
        [
          "in",
          "class",
          "motorway",
          "trunk",
          "primary",
          "secondary",
          "tertiary",
          "minor",
          "service"
        ]
      ]
    },
    {
      "id": "road_oneway_opposite",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15.0,
      "layout": {
        "icon-size": {
          "stops": [
            [
              15,
              0.5
            ],
            [
              19,
              1
            ]
          ]
        },
        "icon-image": "oneway",
        "icon-rotate": -90,
        "icon-padding": 2,
        "symbol-spacing": 75,
        "symbol-placement": "line",
        "icon-rotation-alignment": "map",
        "visibility": "visible"
      },
      "paint": {
        "icon-opacity": 0.5
      },
      "filter": [
        "all",
        [
          "==",
          "oneway",
          -1
        ],
        [
          "in",
          "class",
          "motorway",
          "trunk",
          "primary",
          "secondary",
          "tertiary",
          "minor",
          "service"
        ]
      ]
    },
    {
      "id": "highway-name-path",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 15.5,
      "layout": {
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              14,
              13
            ]
          ]
        },
        "text-field": "{name:latin} {name:nonlatin}",
        "symbol-placement": "line",
        "text-rotation-alignment": "map",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(30, 10%, 44%)",
        "text-halo-color": "hsl(30, 36%, 96%)",
        "text-halo-width": 1,
        "text-halo-blur": 1
      },
      "filter": [
        "==",
        "class",
        "path"
      ]
    },
    {
      "id": "highway-name-minor",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 15.0,
      "layout": {
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              14,
              13
            ]
          ]
        },
        "text-field": "{name:latin} {name:nonlatin}",
        "symbol-placement": "line",
        "text-rotation-alignment": "map",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(30, 0%, 34%)",
        "text-halo-blur": 1,
        "text-halo-width": 1,
        "text-halo-color": "hsl(0, 0%, 100%)"
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "in",
          "class",
          "minor",
          "service",
          "track"
        ]
      ]
    },
    {
      "id": "highway-name-major",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 12.2,
      "layout": {
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              14,
              13
            ]
          ]
        },
        "text-field": "{name:latin} {name:nonlatin}",
        "symbol-placement": "line",
        "text-rotation-alignment": "map",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(30, 17%, 40%)",
        "text-halo-blur": 0.5,
        "text-halo-width": 1,
        "text-halo-color": "hsl(0, 0%, 100%)"
      },
      "filter": [
        "in",
        "class",
        "primary",
        "secondary",
        "tertiary",
        "trunk"
      ]
    },
    {
      "id": "highway-shield",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 8.0,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-size": 10,
        "icon-image": "road_{ref_length}",
        "text-field": "{ref}",
        "symbol-spacing": 200,
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              10,
              "point"
            ],
            [
              11,
              "line"
            ]
          ]
        },
        "icon-rotation-alignment": "viewport",
        "text-rotation-alignment": "viewport",
        "visibility": "visible"
      },
      "paint": {},
      "filter": [
        "all",
        [
          "<=",
          "ref_length",
          6
        ],
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "network",
          "us-interstate",
          "us-highway",
          "us-state"
        ]
      ]
    },
    {
      "id": "highway-shield-us-interstate",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 7.0,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-size": 10,
        "icon-image": "{network}_{ref_length}",
        "text-field": "{ref}",
        "symbol-spacing": 200,
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              7,
              "point"
            ],
            [
              7,
              "line"
            ],
            [
              8,
              "line"
            ]
          ]
        },
        "icon-rotation-alignment": "viewport",
        "text-rotation-alignment": "viewport",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0, 0%, 0%)"
      },
      "filter": [
        "all",
        [
          "<=",
          "ref_length",
          6
        ],
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "in",
          "network",
          "us-interstate"
        ]
      ]
    },
    {
      "id": "highway-shield-us-other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 9.0,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-size": 10,
        "icon-image": "{network}_{ref_length}",
        "text-field": "{ref}",
        "symbol-spacing": 200,
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              10,
              "point"
            ],
            [
              11,
              "line"
            ]
          ]
        },
        "icon-rotation-alignment": "viewport",
        "text-rotation-alignment": "viewport",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0, 0%, 0%)"
      },
      "filter": [
        "all",
        [
          "<=",
          "ref_length",
          6
        ],
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "in",
          "network",
          "us-highway",
          "us-state"
        ]
      ]
    },
    {
      "id": "airport-label-major",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 10.0,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-size": 12,
        "icon-image": "airport_11",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-anchor": "top",
        "text-offset": [
          0,
          0.6
        ],
        "text-padding": 2,
        "text-optional": true,
        "text-max-width": 9
      },
      "paint": {
        "text-color": "hsl(0, 0%, 40%)",
        "text-halo-blur": 0.5,
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": 1
      },
      "filter": [
        "all",
        [
          "has",
          "iata"
        ]
      ]
    },
    {
      "id": "place-other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              12,
              10
            ],
            [
              15,
              14
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-max-width": 9,
        "text-transform": "uppercase",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "hsl(0, 33%, 30%)",
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 1.2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "!in",
        "class",
        "city",
        "town",
        "village",
        "state",
        "country",
        "continent"
      ]
    },
    {
      "id": "place-village",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              10,
              12
            ],
            [
              15,
              22
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "hsl(0, 0%, 20%)",
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 1.2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "==",
        "class",
        "village"
      ]
    },
    {
      "id": "place-town",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              10,
              14
            ],
            [
              15,
              24
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "hsl(0, 0%, 20%)",
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 1.2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "==",
        "class",
        "town"
      ]
    },
    {
      "id": "place-city",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              7,
              14
            ],
            [
              11,
              24
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "hsl(36, 41%, 29%)",
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 1.2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "all",
        [
          "!=",
          "capital",
          2
        ],
        [
          "==",
          "class",
          "city"
        ]
      ]
    },
    {
      "id": "place-city-capital",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "icon-size": 0.8,
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              7,
              14
            ],
            [
              11,
              24
            ]
          ]
        },
        "icon-image": "star_11",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-anchor": "left",
        "text-offset": [
          0.4,
          0
        ],
        "text-max-width": 8
      },
      "paint": {
        "text-color": "hsl(0, 0%, 20%)",
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 1.2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "all",
        [
          "==",
          "capital",
          2
        ],
        [
          "==",
          "class",
          "city"
        ]
      ]
    },
    {
      "id": "place-state",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              12,
              10
            ],
            [
              15,
              14
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 9,
        "text-transform": "uppercase",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "hsl(34, 60%, 26%)",
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 1.2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "in",
        "class",
        "state"
      ]
    },
    {
      "id": "place-country-other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": {
          "stops": [
            [
              3,
              11
            ],
            [
              7,
              17
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 6.25,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "hsl(240, 14%, 23%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          ">=",
          "rank",
          3
        ],
        [
          "!has",
          "iso_a2"
        ]
      ]
    },
    {
      "id": "place-country-3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": {
          "stops": [
            [
              3,
              11
            ],
            [
              7,
              17
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 6.25,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "hsl(38, 42%, 25%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          ">=",
          "rank",
          3
        ],
        [
          "has",
          "iso_a2"
        ]
      ]
    },
    {
      "id": "place-country-2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": {
          "stops": [
            [
              2,
              11
            ],
            [
              5,
              17
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 6.25,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "hsl(39, 22%, 39%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          "==",
          "rank",
          2
        ],
        [
          "has",
          "iso_a2"
        ]
      ]
    },
    {
      "id": "place-country-1",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": {
          "stops": [
            [
              1,
              11
            ],
            [
              4,
              17
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 6.25,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "hsl(45, 41%, 28%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          "==",
          "rank",
          1
        ],
        [
          "has",
          "iso_a2"
        ]
      ]
    },
    {
      "id": "place-continent",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 1.0,
      "layout": {
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": 14,
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 6.25,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "hsl(240, 14%, 23%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 2
      },
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "filter": [
        "==",
        "class",
        "continent"
      ]
    },
    {
      "id": "mountain_peak",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 7.0,
      "maxzoom": 22.0,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "Roboto Condensed Bold",
          "Noto Sans Bold"
        ],
        "text-size": 11,
        "text-field": "{name:latin} {name:nonlatin}\n{ele} m\n\u25b2",
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [
          0,
          0.5
        ],
        "text-max-width": {
          "stops": [
            [
              6,
              8
            ],
            [
              10,
              8
            ]
          ]
        }
      },
      "paint": {
        "text-color": "hsl(131, 84%, 23%)",
        "text-halo-blur": 0,
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": 1
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "rank",
          1
        ],
        [
          "==",
          "class",
          "peak"
        ]
      ]
    }
    ],
  "metadata": {
    "maptiler:template": {
      "groups": [
        {
          "id": "poi",
          "name": "POI",
          "icon": "poi",
          "layers": [
            "poi-level-3",
            "poi-level-2",
            "poi-level-1",
            "poi-railway",
            "poi-hospital",
            "poi-fuel",
            "poi-drinking_water"
          ]
        },
        {
          "id": "administrative",
          "name": "Administrative",
          "icon": "administrative",
          "layers": [
            "boundary-land-level-4",
            "boundary-land-level-2",
            "boundary-land-disputed",
            "boundary-water",
            "place-other",
            "place-village",
            "place-town",
            "place-city",
            "place-city-capital",
            "place-state",
            "place-country-other",
            "place-country-3",
            "place-country-2",
            "place-country-1",
            "place-continent"
          ]
        },
        {
          "id": "built-up",
          "name": "Built-up",
          "icon": "builtUp",
          "layers": [
            "landuse-residential",
            "landuse-commercial",
            "landuse-industrial",
            "landuse-cemetery",
            "landuse-hospital",
            "landuse-school",
            "landuse-railway",
            "building",
            "building-top",
            "aeroway-taxiway-casing",
            "aeroway-runway-casing",
            "aeroway-area",
            "aeroway-taxiway",
            "aeroway-runway",
            "airport-label-major",
            "landuse-hospital-pattern"
          ]
        },
        {
          "id": "transport",
          "name": "Transport",
          "icon": "transport",
          "layers": [
            "tunnel-service-track-casing",
            "tunnel-motorway-link-casing",
            "tunnel-minor-casing",
            "tunnel-link-casing",
            "tunnel-secondary-tertiary-casing",
            "tunnel-trunk-primary-casing",
            "tunnel-motorway-casing",
            "tunnel-path",
            "tunnel-motorway-link",
            "tunnel-service-track",
            "tunnel-link",
            "tunnel-minor",
            "tunnel-secondary-tertiary",
            "tunnel-trunk-primary",
            "tunnel-motorway",
            "tunnel-railway",
            "ferry",
            "road_area_pier",
            "road_pier",
            "highway-area",
            "highway-motorway-link-casing",
            "highway-link-casing",
            "wh-track-background",
            "highway-minor-casing",
            "highway-secondary-tertiary-casing",
            "highway-primary-casing",
            "highway-trunk-casing",
            "highway-motorway-casing",
            "wh-path-footway",
            "highway-motorway-link",
            "highway-link",
            "track",
            "highway-minor",
            "highway-secondary-tertiary",
            "highway-primary",
            "highway-trunk",
            "highway-motorway",
            "railway-transit",
            "railway-transit-hatching",
            "railway-service",
            "railway-service-hatching",
            "railway",
            "railway-hatching",
            "bridge-motorway-link-casing",
            "bridge-link-casing",
            "bridge-secondary-tertiary-casing",
            "bridge-trunk-casing",
            "bridge-motorway-casing",
            "bridge-minor-casing",
            "bridge-path-casing",
            "bridge-path",
            "bridge-motorway-link",
            "bridge-link",
            "bridge-minor",
            "bridge-secondary-tertiary",
            "bridge-trunk",
            "bridge-motorway",
            "bridge-railway",
            "bridge-railway-hatching",
            "cablecar",
            "cablecar-dash",
            "road_oneway",
            "road_oneway_opposite",
            "highway-name-path",
            "highway-name-minor",
            "highway-name-major",
            "highway-shield",
            "highway-shield-us-interstate",
            "highway-shield-us-other",
            "track-scale0-background",
            "track-background-gravel",
            "wh-path-background",
            "wh-service-offroad",
            "path-offroad",
            "track-background-unpaved",
            "wh-minor-offroad",
            "wh-minor-unpaved-background",
            "wh-mtb_scale1-background",
            "wh-track-paved-background",
            "wh-path-cycleway",
            "wh-path-cycleway-pattern",
            "wh-mtb_scale2-background",
            "path-nobike",
            "wh-path-offroad-background",
            "wh-track-background-sandmud",
            "wh-mtb_scale3-background",
            "wh-minor-offroad-mtb",
            "wh-path-paved-background",
            "wh-steps",
            "bridge-primary-casing",
            "bridge-primary"
          ]
        },
        {
          "id": "water",
          "name": "Water",
          "icon": "water",
          "layers": [
            "waterway_tunnel",
            "waterway-other",
            "waterway-other-intermittent",
            "waterway-stream-canal",
            "waterway-stream-canal-intermittent",
            "waterway-river",
            "waterway-river-intermittent",
            "water-offset",
            "water",
            "water-intermittent",
            "waterway-name",
            "water-name-lakeline",
            "water-name-ocean",
            "water-name-other"
          ]
        },
        {
          "id": "nature",
          "name": "Nature",
          "icon": "nature",
          "layers": [
            "landcover-glacier",
            "landcover-wood",
            "landcover-grass",
            "landcover-grass-park",
            "landcover-ice-shelf",
            "landcover-sand",
            "landcover-farmland",
            "landcover-farmland-pattern",
            "landcover-forest-pattern"
          ]
        },
        {
          "id": "terrain",
          "name": "Terrain",
          "icon": "terrain",
          "layers": [
            "mountain_peak",
            "Contour",
            "Terrain RGB"
          ]
        },
        {
          "id": "ysds8vjsse7RRRXc6azvl",
          "name": "Park",
          "icon": "nature",
          "layers": [
            "park",
            "park-boundaries",
            "park-label"
          ]
        },
        {
          "id": "background",
          "name": "Background",
          "icon": "background",
          "layers": [
            "background"
          ]
        }
      ],
      "viewState": {
        "toolPanelType": "Layers",
        "mapType": "Style",
        "layersViewPanelType": "Verticality",
        "propertyPanelType": "Style",
        "activeBlock": "background",
        "selectedLayers": [
          "background"
        ],
        "editorFocusProperty": null
      },
      "userSettings": {
        "preferredViewPanelType": "Verticality"
      },
      "spaceColor": "#031F30"
    }
  },
  "glyphs": "https://maps-server-2.whip.live/fonts/{fontstack}/{range}.pbf",
  "sprite": "https://maps-server.whip.live/styles/light-map-style/sprite",
  "bearing": 0.0,
  "pitch": 0.0,
  "center": [
    11.933806991265214,
    43.314107513980474
  ],
  "zoom": 14.065512553977596
}