{
  "version": 8,
  "sources": {
    "basemap-z7": {
      "type": "vector",
      "url": "https://tiles.dev.transalpina.app/basemap/dach-direct-v1/tiles-z7.json"
    },
    "basemap-z10": {
      "type": "vector",
      "url": "https://tiles.dev.transalpina.app/basemap/dach-direct-v1/tiles-z10.json"
    },
    "basemap-z12": {
      "type": "vector",
      "url": "https://tiles.dev.transalpina.app/basemap/dach-direct-v1/tiles-z12.json"
    }
  },
  "sprite": "https://tiles.openfreemap.org/sprites/ofm_f384/ofm",
  "glyphs": "https://tiles.openfreemap.org/fonts/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "#EDF4FF"
      }
    },
    {
      "id": "water-z7",
      "type": "fill",
      "source": "basemap-z7",
      "source-layer": "water",
      "filter": [
        "!=",
        [
          "get",
          "brunnel"
        ],
        "tunnel"
      ],
      "paint": {
        "fill-color": "#B9D8FF"
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_motorway_link_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_service_track_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_link_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_street_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "street",
            "street_limited"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          15
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_secondary_tertiary_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_trunk_primary_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_motorway_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_path_pedestrian-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#FBFCFF",
        "line-dasharray": [
          1,
          0.75
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          0.5,
          20,
          10
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_motorway_link-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_service_track-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_link-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_minor-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_secondary_tertiary-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          10
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_trunk_primary-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_motorway-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_major_rail-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "rail"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_major_rail_hatching-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_transit_rail-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "transit"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "tunnel_transit_rail_hatching-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_area_pattern-z7",
      "type": "fill",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "match",
        [
          "geometry-type"
        ],
        [
          "MultiPolygon",
          "Polygon"
        ],
        true,
        false
      ],
      "paint": {
        "fill-pattern": "pedestrian_polygon"
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_service_track_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_minor_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          20
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_secondary_tertiary_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_trunk_primary_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_motorway_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "minzoom": 5.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_service_track-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_minor-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          18
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_secondary_tertiary-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          8,
          0.5,
          20,
          13
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_trunk_primary-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_motorway-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "minzoom": 5.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_major_rail-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_major_rail_hatching-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_transit_rail-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "road_transit_rail_hatching-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_motorway_link_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_service_track_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_link_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "link"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_street_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "street",
            "street_limited"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          25
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_path_pedestrian_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          1,
          0
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          1.5,
          20,
          18
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_secondary_tertiary_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_trunk_primary_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_motorway_casing-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_path_pedestrian-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#FBFCFF",
        "line-dasharray": [
          1,
          0.3
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          0.5,
          20,
          10
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_motorway_link-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_service_track-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_link-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "link"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_street-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          18
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_secondary_tertiary-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          10
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_trunk_primary-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_motorway-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_major_rail-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_major_rail_hatching-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_transit_rail-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "bridge_transit_rail_hatching-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "boundary_3-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "boundary",
      "minzoom": 5.0,
      "filter": [
        "all",
        [
          ">=",
          [
            "get",
            "admin_level"
          ],
          3
        ],
        [
          "<=",
          [
            "get",
            "admin_level"
          ],
          6
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "disputed"
          ],
          1
        ],
        [
          "!",
          [
            "has",
            "claimed_by"
          ]
        ]
      ],
      "paint": {
        "line-color": "#A8B7CC",
        "line-dasharray": [
          1,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          7,
          1,
          11,
          2
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "boundary_2-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "admin_level"
          ],
          2
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "disputed"
          ],
          1
        ],
        [
          "!",
          [
            "has",
            "claimed_by"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#7185A5",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.4,
          4,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          1,
          5,
          1.2,
          12,
          3
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "boundary_disputed-z7",
      "type": "line",
      "source": "basemap-z7",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "disputed"
          ],
          1
        ]
      ],
      "paint": {
        "line-color": "#7185A5",
        "line-dasharray": [
          1,
          2
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          1,
          5,
          1.2,
          12,
          3
        ]
      },
      "maxzoom": 10.0
    },
    {
      "id": "label_other-z7",
      "type": "symbol",
      "source": "basemap-z7",
      "source-layer": "place",
      "minzoom": 8.0,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "city",
          "continent",
          "country",
          "state",
          "town",
          "village"
        ],
        false,
        true
      ],
      "layout": {
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 9,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          9,
          12,
          10
        ],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 10.0
    },
    {
      "id": "label_village-z7",
      "type": "symbol",
      "source": "basemap-z7",
      "source-layer": "place",
      "minzoom": 9.0,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "village"
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          10,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.2,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          7,
          10,
          11,
          12
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 10.0
    },
    {
      "id": "label_town-z7",
      "type": "symbol",
      "source": "basemap-z7",
      "source-layer": "place",
      "minzoom": 6.0,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "town"
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          10,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.2,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          7,
          12,
          11,
          14
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 10.0
    },
    {
      "id": "label_state-z7",
      "type": "symbol",
      "source": "basemap-z7",
      "source-layer": "place",
      "minzoom": 5.0,
      "maxzoom": 8.0,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "state"
      ],
      "layout": {
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 9,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          5,
          10,
          8,
          14
        ],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      }
    },
    {
      "id": "label_city-z7",
      "type": "symbol",
      "source": "basemap-z7",
      "source-layer": "place",
      "minzoom": 3.0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "city"
        ],
        [
          "!=",
          [
            "get",
            "capital"
          ],
          2
        ]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          9,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.4,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          -0.1
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          4,
          11,
          7,
          13,
          11,
          18
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 10.0
    },
    {
      "id": "label_city_capital-z7",
      "type": "symbol",
      "source": "basemap-z7",
      "source-layer": "place",
      "minzoom": 3.0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "city"
        ],
        [
          "==",
          [
            "get",
            "capital"
          ],
          2
        ]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          9,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.5,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          -0.2
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          4,
          12,
          7,
          14,
          11,
          20
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 10.0
    },
    {
      "id": "label_country_3-z7",
      "type": "symbol",
      "source": "basemap-z7",
      "source-layer": "place",
      "minzoom": 2.0,
      "maxzoom": 9.0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "country"
        ],
        [
          ">=",
          [
            "get",
            "rank"
          ],
          3
        ]
      ],
      "layout": {
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 6.25,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          9,
          7,
          17
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      }
    },
    {
      "id": "label_country_2-z7",
      "type": "symbol",
      "source": "basemap-z7",
      "source-layer": "place",
      "maxzoom": 9.0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "country"
        ],
        [
          "==",
          [
            "get",
            "rank"
          ],
          2
        ]
      ],
      "layout": {
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 6.25,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          9,
          5,
          17
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      }
    },
    {
      "id": "label_country_1-z7",
      "type": "symbol",
      "source": "basemap-z7",
      "source-layer": "place",
      "maxzoom": 9.0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "country"
        ],
        [
          "==",
          [
            "get",
            "rank"
          ],
          1
        ]
      ],
      "layout": {
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 6.25,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          1,
          9,
          4,
          17
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      }
    },
    {
      "id": "water-z10",
      "type": "fill",
      "source": "basemap-z10",
      "source-layer": "water",
      "filter": [
        "!=",
        [
          "get",
          "brunnel"
        ],
        "tunnel"
      ],
      "paint": {
        "fill-color": "#B9D8FF"
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_motorway_link_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_service_track_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_link_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_street_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "street",
            "street_limited"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_secondary_tertiary_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_trunk_primary_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_motorway_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_path_pedestrian-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#FBFCFF",
        "line-dasharray": [
          1,
          0.75
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          0.5,
          20,
          10
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_motorway_link-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_service_track-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_link-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_minor-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_secondary_tertiary-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          10
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_trunk_primary-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_motorway-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_major_rail-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "rail"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_major_rail_hatching-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_transit_rail-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "transit"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "tunnel_transit_rail_hatching-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_area_pattern-z10",
      "type": "fill",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "match",
        [
          "geometry-type"
        ],
        [
          "MultiPolygon",
          "Polygon"
        ],
        true,
        false
      ],
      "paint": {
        "fill-pattern": "pedestrian_polygon"
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_service_track_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_minor_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          20
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_secondary_tertiary_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_trunk_primary_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_motorway_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "minzoom": 10.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "maxzoom": 12.0
    },
    {
      "id": "road_service_track-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_minor-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          18
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_secondary_tertiary-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          8,
          0.5,
          20,
          13
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_trunk_primary-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_motorway-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "minzoom": 10.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "maxzoom": 12.0
    },
    {
      "id": "road_major_rail-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_major_rail_hatching-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_transit_rail-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "road_transit_rail_hatching-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_motorway_link_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_service_track_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_link_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "link"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_street_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "street",
            "street_limited"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          25
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_path_pedestrian_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          1,
          0
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          1.5,
          20,
          18
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_secondary_tertiary_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_trunk_primary_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_motorway_casing-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_path_pedestrian-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#FBFCFF",
        "line-dasharray": [
          1,
          0.3
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          0.5,
          20,
          10
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_motorway_link-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_service_track-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_link-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "link"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_street-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          18
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_secondary_tertiary-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          10
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_trunk_primary-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_motorway-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_major_rail-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_major_rail_hatching-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_transit_rail-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "bridge_transit_rail_hatching-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "boundary_3-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "boundary",
      "minzoom": 10.0,
      "filter": [
        "all",
        [
          ">=",
          [
            "get",
            "admin_level"
          ],
          3
        ],
        [
          "<=",
          [
            "get",
            "admin_level"
          ],
          6
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "disputed"
          ],
          1
        ],
        [
          "!",
          [
            "has",
            "claimed_by"
          ]
        ]
      ],
      "paint": {
        "line-color": "#A8B7CC",
        "line-dasharray": [
          1,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          7,
          1,
          11,
          2
        ]
      },
      "maxzoom": 12.0
    },
    {
      "id": "boundary_2-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "admin_level"
          ],
          2
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "disputed"
          ],
          1
        ],
        [
          "!",
          [
            "has",
            "claimed_by"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#7185A5",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.4,
          4,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          1,
          5,
          1.2,
          12,
          3
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "boundary_disputed-z10",
      "type": "line",
      "source": "basemap-z10",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "disputed"
          ],
          1
        ]
      ],
      "paint": {
        "line-color": "#7185A5",
        "line-dasharray": [
          1,
          2
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          1,
          5,
          1.2,
          12,
          3
        ]
      },
      "minzoom": 10.0,
      "maxzoom": 12.0
    },
    {
      "id": "label_other-z10",
      "type": "symbol",
      "source": "basemap-z10",
      "source-layer": "place",
      "minzoom": 10.0,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "city",
          "continent",
          "country",
          "state",
          "town",
          "village"
        ],
        false,
        true
      ],
      "layout": {
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 9,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          9,
          12,
          10
        ],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 12.0
    },
    {
      "id": "label_village-z10",
      "type": "symbol",
      "source": "basemap-z10",
      "source-layer": "place",
      "minzoom": 10.0,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "village"
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          10,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.2,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          7,
          10,
          11,
          12
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 12.0
    },
    {
      "id": "label_town-z10",
      "type": "symbol",
      "source": "basemap-z10",
      "source-layer": "place",
      "minzoom": 10.0,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "town"
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          10,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.2,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          7,
          12,
          11,
          14
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 12.0
    },
    {
      "id": "label_city-z10",
      "type": "symbol",
      "source": "basemap-z10",
      "source-layer": "place",
      "minzoom": 10.0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "city"
        ],
        [
          "!=",
          [
            "get",
            "capital"
          ],
          2
        ]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          9,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.4,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          -0.1
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          4,
          11,
          7,
          13,
          11,
          18
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 12.0
    },
    {
      "id": "label_city_capital-z10",
      "type": "symbol",
      "source": "basemap-z10",
      "source-layer": "place",
      "minzoom": 10.0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "city"
        ],
        [
          "==",
          [
            "get",
            "capital"
          ],
          2
        ]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          9,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.5,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          -0.2
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          4,
          12,
          7,
          14,
          11,
          20
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      },
      "maxzoom": 12.0
    },
    {
      "id": "water-z12",
      "type": "fill",
      "source": "basemap-z12",
      "source-layer": "water",
      "filter": [
        "!=",
        [
          "get",
          "brunnel"
        ],
        "tunnel"
      ],
      "paint": {
        "fill-color": "#B9D8FF"
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_motorway_link_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_service_track_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_link_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_street_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "street",
            "street_limited"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_secondary_tertiary_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_trunk_primary_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_motorway_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_path_pedestrian-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#FBFCFF",
        "line-dasharray": [
          1,
          0.75
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          0.5,
          20,
          10
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_motorway_link-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_service_track-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_link-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_minor-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_secondary_tertiary-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          10
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_trunk_primary-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_motorway-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_major_rail-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "rail"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_major_rail_hatching-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_transit_rail-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "transit"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "tunnel_transit_rail_hatching-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_area_pattern-z12",
      "type": "fill",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "match",
        [
          "geometry-type"
        ],
        [
          "MultiPolygon",
          "Polygon"
        ],
        true,
        false
      ],
      "paint": {
        "fill-pattern": "pedestrian_polygon"
      },
      "minzoom": 12.0
    },
    {
      "id": "road_motorway_link_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "minzoom": 12.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      }
    },
    {
      "id": "road_service_track_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_link_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "minzoom": 13.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "path",
            "pedestrian",
            "service",
            "track"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      }
    },
    {
      "id": "road_minor_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          20
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_secondary_tertiary_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_trunk_primary_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_motorway_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "minzoom": 12.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      }
    },
    {
      "id": "road_path_pedestrian-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "minzoom": 14.0,
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-dasharray": [
          1,
          0.7
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          1,
          20,
          10
        ]
      }
    },
    {
      "id": "road_motorway_link-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "minzoom": 12.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      }
    },
    {
      "id": "road_service_track-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_link-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "minzoom": 13.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "path",
            "pedestrian",
            "service",
            "track"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      }
    },
    {
      "id": "road_minor-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          18
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_secondary_tertiary-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          8,
          0.5,
          20,
          13
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_trunk_primary-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_motorway-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "minzoom": 12.0,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      }
    },
    {
      "id": "road_major_rail-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_major_rail_hatching-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_transit_rail-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_transit_rail_hatching-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "road_one_way_arrow-z12",
      "type": "symbol",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "minzoom": 16.0,
      "filter": [
        "==",
        [
          "get",
          "oneway"
        ],
        1
      ],
      "layout": {
        "icon-image": "arrow",
        "symbol-placement": "line"
      }
    },
    {
      "id": "road_one_way_arrow_opposite-z12",
      "type": "symbol",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "minzoom": 16.0,
      "filter": [
        "==",
        [
          "get",
          "oneway"
        ],
        -1
      ],
      "layout": {
        "icon-image": "arrow",
        "icon-rotate": 180,
        "symbol-placement": "line"
      }
    },
    {
      "id": "bridge_motorway_link_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_service_track_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_link_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "link"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_street_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "street",
            "street_limited"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          25
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_path_pedestrian_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#B7C5D8",
        "line-dasharray": [
          1,
          0
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          1.5,
          20,
          18
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_secondary_tertiary_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_trunk_primary_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_motorway_casing-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#B7C5D8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.7,
          7,
          1.75,
          20,
          22
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_path_pedestrian-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path",
            "pedestrian"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "line-color": "#FBFCFF",
        "line-dasharray": [
          1,
          0.3
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          14,
          0.5,
          20,
          10
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_motorway_link-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_service_track-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_link-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "link"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_street-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBFCFF",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          18
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_secondary_tertiary-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          10
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_trunk_primary-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_motorway-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFF0C9",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          7,
          1,
          20,
          18
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_major_rail-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_major_rail_hatching-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_transit_rail-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "bridge_transit_rail_hatching-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#AAB6C7",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "boundary_3-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "boundary",
      "minzoom": 12.0,
      "filter": [
        "all",
        [
          ">=",
          [
            "get",
            "admin_level"
          ],
          3
        ],
        [
          "<=",
          [
            "get",
            "admin_level"
          ],
          6
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "disputed"
          ],
          1
        ],
        [
          "!",
          [
            "has",
            "claimed_by"
          ]
        ]
      ],
      "paint": {
        "line-color": "#A8B7CC",
        "line-dasharray": [
          1,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          7,
          1,
          11,
          2
        ]
      }
    },
    {
      "id": "boundary_2-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "admin_level"
          ],
          2
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "disputed"
          ],
          1
        ],
        [
          "!",
          [
            "has",
            "claimed_by"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#7185A5",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.4,
          4,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          1,
          5,
          1.2,
          12,
          3
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "boundary_disputed-z12",
      "type": "line",
      "source": "basemap-z12",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "disputed"
          ],
          1
        ]
      ],
      "paint": {
        "line-color": "#7185A5",
        "line-dasharray": [
          1,
          2
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          1,
          5,
          1.2,
          12,
          3
        ]
      },
      "minzoom": 12.0
    },
    {
      "id": "label_other-z12",
      "type": "symbol",
      "source": "basemap-z12",
      "source-layer": "place",
      "minzoom": 12.0,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "city",
          "continent",
          "country",
          "state",
          "town",
          "village"
        ],
        false,
        true
      ],
      "layout": {
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 9,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          9,
          12,
          10
        ],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      }
    },
    {
      "id": "label_village-z12",
      "type": "symbol",
      "source": "basemap-z12",
      "source-layer": "place",
      "minzoom": 12.0,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "village"
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          10,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.2,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          7,
          10,
          11,
          12
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      }
    },
    {
      "id": "label_town-z12",
      "type": "symbol",
      "source": "basemap-z12",
      "source-layer": "place",
      "minzoom": 12.0,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "town"
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          10,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.2,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          7,
          12,
          11,
          14
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      }
    },
    {
      "id": "label_city-z12",
      "type": "symbol",
      "source": "basemap-z12",
      "source-layer": "place",
      "minzoom": 12.0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "city"
        ],
        [
          "!=",
          [
            "get",
            "capital"
          ],
          2
        ]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          9,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.4,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          -0.1
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          4,
          11,
          7,
          13,
          11,
          18
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      }
    },
    {
      "id": "label_city_capital-z12",
      "type": "symbol",
      "source": "basemap-z12",
      "source-layer": "place",
      "minzoom": 12.0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "city"
        ],
        [
          "==",
          [
            "get",
            "capital"
          ],
          2
        ]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          9,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.5,
        "text-anchor": "bottom",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          -0.2
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          4,
          12,
          7,
          14,
          11,
          20
        ]
      },
      "paint": {
        "text-color": "#344A68",
        "text-halo-blur": 1,
        "text-halo-color": "#F7FAFF",
        "text-halo-width": 1
      }
    }
  ],
  "metadata": {
    "transalpina": {
      "baseStyle": "OpenFreeMap Liberty",
      "baseStyleUrl": "https://tiles.openfreemap.org/styles/liberty",
      "baseStyleSha256": "6010998863b4876911ac9a2d62c9a28d97c8877f6d20cd158b74808572257b60",
      "palette": "lake-azure-v1"
    }
  }
}
