{
  "version": 8,
  "id": "be2dbf9f-4368-45ca-9121-d3a0f8f0fef3",
  "name": "Fotoshi Vector - 2026-06-07",
  "sources": {
    "openmaptiles": {
      "url": "https://dev.tiles.fotoshi.com/v1/base-maps/latest/cities.json",
      "type": "vector"
    },
    "coverage_points_vector": {
      "type": "vector",
      "tiles": [
        "https://dev.api.fotoshi.com/v1/tiles/coverage_points/{z}/{x}/{y}.pbf"
      ],
      "minzoom": 14,
      "maxzoom": 15,
      "promoteId": {
        "coverage": "fid"
      }
    }
  },
  "layers": [
    {
      "id": "background",
      "type": "background",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "background-color": "#f6f1e8"
      }
    },
    {
      "id": "landuse_classes",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 9,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "#EADFCD",
        "fill-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "in",
          "class",
          "railway",
          "cemetery",
          "military",
          "residential",
          "commercial",
          "industrial",
          "garages",
          "retail",
          "bus_station",
          "school",
          "university",
          "kindergarten",
          "college",
          "hospital",
          "stadium",
          "pitch",
          "playground",
          "track",
          "dam"
        ],
        [
          "==",
          "$type",
          "Polygon"
        ]
      ]
    },
    {
      "id": "landuse_residential",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 12,
      "maxzoom": 22,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "#EADFCD"
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "in",
          "class",
          "residential",
          "suburbs",
          "neighbourhood"
        ]
      ]
    },
    {
      "id": "aeroway_fill",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 11,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": {
          "stops": [
            [
              6,
              "rgba(223, 223, 228, 1)"
            ],
            [
              12,
              "rgba(232, 231, 223, 1)"
            ]
          ]
        },
        "fill-opacity": 1
      },
      "metadata": {},
      "filter": [
        "==",
        "$type",
        "Polygon"
      ]
    },
    {
      "id": "landcover_classes",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "maxzoom": 13,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": [
          "match",
          [
            "get",
            "class"
          ],
          "farmland",
          "#82bc62",
          "wood",
          "#D9FFD3",
          "rock",
          "#d3d3d3",
          "grass",
          "#82bc62",
          "sand",
          "#f2eede",
          "wetland",
          "#efffd3",
          "#000"
        ],
        "fill-opacity": {
          "stops": [
            [
              7,
              0.5
            ],
            [
              10,
              1
            ]
          ]
        },
        "fill-antialias": false
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "in",
          "class",
          "farmland",
          "wood",
          "rock",
          "grass",
          "wetland",
          "sand"
        ]
      ],
      "minzoom": 8
    },
    {
      "id": "landcover_class_outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#c7c9ae",
        "line-width": 0.5
      },
      "filter": [
        "all",
        [
          "in",
          "class",
          "farmland"
        ]
      ],
      "minzoom": 10
    },
    {
      "id": "landcover_park",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "#cfe0b8",
        "fill-antialias": true
      },
      "filter": [
        "all",
        [
          "==",
          "subclass",
          "park"
        ]
      ]
    },
    {
      "id": "landcover_subclasses",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": [
          "match",
          [
            "get",
            "subclass"
          ],
          "allotments",
          "#C3CDC3",
          "bare_rock",
          "#eee5dc",
          "beach",
          "#fff1ba",
          "bog",
          "#d6d99f",
          "dune",
          "#f5e9c6",
          "scrub",
          "#C3CDC3",
          "farm",
          "#82bc62",
          "farmland",
          "#82bc62",
          "forest",
          "#D9FFD3",
          "grass",
          "#82bc62",
          "grassland",
          "#82bc62",
          "golf_course",
          "#C3CDC3",
          "heath",
          "#C3CDC3",
          "mangrove",
          "#C3CDC3",
          "meadow",
          "#D9FFD3",
          "orchard",
          "#C3CDC3",
          "park",
          "#C3CDC3",
          "garden",
          "#D9FFD3",
          "plant_nursery",
          "#C3CDC3",
          "recreation_ground",
          "#C3CDC3",
          "reedbed",
          "#C3CDC3",
          "saltmarsh",
          "#C3CDC3",
          "sand",
          "#f5e9c6",
          "scree",
          "#eee5dc",
          "swamp",
          "#add19e",
          "tidalflat",
          "#DED6CF",
          "village_green",
          "#C3CDC3",
          "vineyard",
          "#C3CDC3",
          "wet_meadow",
          "#cdebb0",
          "wetland",
          "#add19e",
          "wood",
          "#D9FFD3",
          "marsh",
          "#ff0",
          "#FFFFFF"
        ],
        "fill-antialias": true
      },
      "filter": [
        "all",
        [
          "in",
          "subclass",
          "allotments",
          "bare_rock",
          "beach",
          "dune",
          "scrub",
          "farm",
          "farmland",
          "forest",
          "garden",
          "grass",
          "grassland",
          "golf_course",
          "heath",
          "meadow",
          "orchard",
          "plant_nursery",
          "recreation_ground",
          "reedbed",
          "saltmarsh",
          "sand",
          "scree",
          "swamp",
          "tidalflat",
          "tundra",
          "village_green",
          "vineyard",
          "wet_meadow",
          "wetland",
          "wood"
        ]
      ]
    },
    {
      "id": "landcover_subclass_patterns",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-opacity": [
          "match",
          [
            "get",
            "subclass"
          ],
          "beach",
          0.4,
          "forest",
          0.4,
          "bare_rock",
          0.3,
          "scrub",
          0.6,
          "garden",
          0.6,
          "scree",
          0.3,
          "wood",
          0.4,
          1
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "in",
          "subclass",
          "allotments",
          "bare_rock",
          "beach",
          "bog",
          "dune",
          "scrub",
          "farm",
          "farmland",
          "forest",
          "garden",
          "grass",
          "grassland",
          "golf_course",
          "heath",
          "mangrove",
          "marsh",
          "meadow",
          "orchard",
          "park",
          "plant_nursery",
          "recreation_ground",
          "reedbed",
          "saltern",
          "saltmarsh",
          "sand",
          "scree",
          "swamp",
          "village_green",
          "vineyard",
          "wet_meadow",
          "wetland",
          "wood"
        ]
      ]
    },
    {
      "id": "landcover_subclass_outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 15,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": [
          "match",
          [
            "get",
            "subclass"
          ],
          "allotments",
          "#B1C6A8",
          "farm",
          "#d1b48c",
          "farmland",
          "#c7c9ae",
          "recreation_ground",
          "#3c6640",
          "#000"
        ],
        "line-width": [
          "match",
          [
            "get",
            "subclass"
          ],
          "recreation_ground",
          0.3,
          0.5
        ],
        "line-opacity": 1
      },
      "filter": [
        "all",
        [
          "in",
          "subclass",
          "allotments",
          "farm",
          "farmland",
          "recreation_ground"
        ]
      ]
    },
    {
      "id": "landcover_ice",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 8,
      "paint": {
        "fill-color": "#f2f5f8",
        "fill-antialias": false
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "in",
          "class",
          "ice"
        ]
      ]
    },
    {
      "id": "landcover_ice_outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 9,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#d6e0ea",
        "line-width": {
          "stops": [
            [
              5,
              0.6
            ],
            [
              10,
              1
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "in",
          "class",
          "ice"
        ]
      ]
    },
    {
      "id": "waterway_tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 3,
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a6c9dd",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          0.3,
          8,
          0.5,
          13,
          1,
          20,
          12
        ],
        "line-dasharray": [
          2,
          4
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          0.8
        ]
      },
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ]
    },
    {
      "id": "waterway_river",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a6c9dd",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          0.3,
          8,
          0.45,
          11,
          0.5,
          20,
          6
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          0.55,
          8,
          0.65,
          14,
          0.8
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "!=",
          "intermittent",
          1
        ]
      ],
      "minzoom": 3
    },
    {
      "id": "waterway_river_intermittent",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#a6c9dd",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          0.3,
          8,
          0.45,
          11,
          0.5,
          20,
          6
        ],
        "line-dasharray": [
          3,
          2
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          0.55,
          8,
          0.65,
          14,
          0.8
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "intermittent",
          1
        ]
      ],
      "minzoom": 3
    },
    {
      "id": "waterway_other",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a6c9dd",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              1
            ],
            [
              20,
              12
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0.65,
          14,
          0.75,
          17,
          0.8
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "!=",
          "intermittent",
          1
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "waterway_other_intermittent",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a6c9dd",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        },
        "line-dasharray": [
          4,
          3
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0.65,
          14,
          0.75,
          17,
          0.8
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "intermittent",
          1
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "water_intermittent",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          "#b8d7e8",
          8,
          "#b8d7e8",
          22,
          "#accfe5"
        ],
        "fill-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "intermittent",
          1
        ]
      ]
    },
    {
      "id": "water",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          "#b8d7e8",
          8,
          "#b8d7e8",
          22,
          "#accfe5"
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "intermittent",
          1
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ]
    },
    {
      "id": "building",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 22,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "#d8d8c8",
        "fill-outline-color": {
          "base": 1,
          "stops": [
            [
              13,
              "#7f766f"
            ],
            [
              16,
              "rgba(130, 121, 114, 1)"
            ]
          ]
        }
      },
      "metadata": {}
    },
    {
      "id": "national_parks",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "park",
      "minzoom": 10,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#b6c89f",
        "line-width": {
          "base": 1,
          "stops": [
            [
              8,
              1.2
            ],
            [
              9,
              1.5
            ],
            [
              10,
              3.6
            ],
            [
              24,
              3.6
            ]
          ]
        },
        "line-offset": 1,
        "line-opacity": 0.8
      }
    },
    {
      "id": "national_parks_thin",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "park",
      "minzoom": 10,
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "line-color": "#b6c89f",
        "line-width": 1.5,
        "line-opacity": 0.8
      }
    },
    {
      "id": "aeroway_runway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 11,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(178, 181, 209, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              3
            ],
            [
              20,
              48
            ]
          ]
        },
        "line-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "runway"
        ]
      ]
    },
    {
      "id": "aeroway_taxiway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 11,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(178, 181, 209, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              1
            ],
            [
              20,
              24
            ]
          ]
        },
        "line-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "taxiway"
        ]
      ]
    },
    {
      "id": "ferry",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(146, 146, 154, 1)",
        "line-width": {
          "stops": [
            [
              10,
              0.5
            ],
            [
              14,
              1.1
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "filter": [
        "all",
        [
          "in",
          "class",
          "ferry"
        ]
      ]
    },
    {
      "id": "landuse_class_pattern",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "#cfe0b8",
        "fill-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "in",
          "class",
          "military",
          "cemetery"
        ]
      ],
      "minzoom": 11
    },
    {
      "id": "landuse_class_outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 13,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#b6c89f",
        "line-width": [
          "match",
          [
            "get",
            "class"
          ],
          "railway",
          0.7,
          "military",
          2,
          "residential",
          0.5,
          "commercial",
          0.5,
          "industrial",
          0.5,
          "retail",
          0.5,
          "school",
          0.3,
          "university",
          0.3,
          "kindergarten",
          0.3,
          "college",
          0.3,
          "hospital",
          0.3,
          "stadium",
          0.3,
          "pitch",
          0.5,
          "playground",
          0.3,
          "track",
          0.5,
          "theme_park",
          1,
          "zoo",
          1,
          "dam",
          2,
          1
        ],
        "line-offset": [
          "match",
          [
            "get",
            "class"
          ],
          "military",
          1,
          0
        ],
        "line-opacity": 0.8
      },
      "filter": [
        "all",
        [
          "in",
          "class",
          "railway",
          "military",
          "residential",
          "commercial",
          "industrial",
          "retail",
          "school",
          "university",
          "kindergarten",
          "college",
          "hospital",
          "stadium",
          "pitch",
          "playground",
          "track",
          "theme_park",
          "zoo",
          "dam"
        ]
      ]
    },
    {
      "id": "landuse_class_themepark",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 13,
      "layout": {
        "line-cap": "square",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#b6c89f",
        "line-width": {
          "stops": [
            [
              9,
              3.5
            ],
            [
              14,
              5.5
            ]
          ]
        },
        "line-offset": 2,
        "line-opacity": 0.8
      },
      "filter": [
        "all",
        [
          "in",
          "class",
          "theme_park",
          "zoo"
        ]
      ]
    },
    {
      "id": "tunnel_motorway_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          11,
          "hsl(345, 28%, 75%)",
          12,
          "hsl(339, 23%, 65%)"
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              0.975
            ],
            [
              12,
              4
            ],
            [
              14,
              7.8
            ],
            [
              16,
              12
            ],
            [
              17,
              13
            ],
            [
              18,
              16
            ],
            [
              19,
              17
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway_link"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ]
    },
    {
      "id": "tunnel_service_track_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-blur": 2.1,
        "line-color": "#58534c",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              1.6
            ],
            [
              16,
              4.8
            ],
            [
              20,
              12.8
            ]
          ]
        },
        "line-opacity": 0.33
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e9ac77",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "ramp",
          "1"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          ">",
          "layer",
          0
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_street_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-blur": 2.1,
        "line-color": "#58534c",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              0.8
            ],
            [
              13,
              1.4
            ],
            [
              14,
              4.8
            ],
            [
              20,
              16
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              12,
              0
            ],
            [
              12.5,
              0.33
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "street",
          "street_limited"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_minor_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13.5,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "minor"
        ]
      ],
      "paint": {
        "line-blur": 2.1,
        "line-color": "#58534c",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13.5,
              0
            ],
            [
              14,
              4
            ],
            [
              20,
              13
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.33,
          11,
          0.33,
          14,
          0.33
        ]
      }
    },
    {
      "id": "tunnel_tertiary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#8f8f8f",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              2.5
            ],
            [
              12,
              5
            ],
            [
              13,
              5
            ],
            [
              14,
              9
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ],
        "line-dasharray": [
          0.5,
          0.25
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "tertiary"
        ]
      ]
    },
    {
      "id": "tunnel_secondary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#707d05",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              2.275
            ],
            [
              12,
              5
            ],
            [
              13,
              5
            ],
            [
              14,
              9
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ],
        "line-dasharray": [
          0.5,
          0.25
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary"
        ]
      ]
    },
    {
      "id": "tunnel_trunk_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          11,
          "hsl(13, 27%, 64%)",
          12,
          "hsl(12, 30%, 53%)"
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              2.275
            ],
            [
              12,
              6
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-dasharray": [
          0.5,
          0.25
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "trunk"
        ]
      ]
    },
    {
      "id": "tunnel_trunk_construction_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              3
            ],
            [
              14,
              5
            ],
            [
              15,
              6
            ],
            [
              16,
              12
            ],
            [
              17,
              13
            ],
            [
              18,
              17
            ]
          ]
        },
        "line-dasharray": [
          1,
          0
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "trunk_construction"
        ]
      ]
    },
    {
      "id": "tunnel_primary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [
              6,
              "#a06b00"
            ],
            [
              10,
              "rgba(160, 116, 0, 1)"
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              2.275
            ],
            [
              12,
              6
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-dasharray": [
          0.5,
          0.25
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary"
        ]
      ]
    },
    {
      "id": "tunnel_motorway_construction_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          6,
          "hsl(339, 45%, 74%)",
          10,
          "hsl(345, 27%, 63%)"
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1.137
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-dasharray": [
          0.5,
          0.25
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway_construction"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_motorway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [
              6,
              "#4d4b4b"
            ],
            [
              10,
              "#4d4b4b"
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1.137
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-dasharray": [
          0.5,
          0.25
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_path_pedestrian_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-blur": 2.1,
        "line-color": "#58534c",
        "line-width": {
          "base": 0.2,
          "stops": [
            [
              14,
              4.2
            ],
            [
              20,
              6.6
            ]
          ]
        },
        "line-opacity": 0.34
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path",
          "pedestrian"
        ]
      ]
    },
    {
      "id": "tunnel_path_pedestrian",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#8a8378",
        "line-width": {
          "base": 0.2,
          "stops": [
            [
              14,
              2
            ],
            [
              20,
              3.2
            ]
          ]
        },
        "line-dasharray": [
          6,
          4
        ],
        "line-opacity": 0.68
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path",
          "pedestrian"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_motorway_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(349, 24%, 78%)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              0.56
            ],
            [
              11,
              0.72
            ],
            [
              12,
              3
            ],
            [
              14,
              6.6
            ],
            [
              16,
              10.4
            ],
            [
              17,
              11.4
            ],
            [
              18,
              14.4
            ],
            [
              19,
              15.4
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ],
        "line-dasharray": [
          0.5,
          0.25
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ]
    },
    {
      "id": "tunnel_service_track",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#8a8378",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              0.8
            ],
            [
              16,
              1.9
            ],
            [
              17,
              3.1
            ],
            [
              18,
              3.9
            ],
            [
              19,
              6.9
            ]
          ]
        },
        "line-opacity": 0.68
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ]
    },
    {
      "id": "tunnel_service_track_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              0.8
            ],
            [
              16,
              1.9
            ],
            [
              17,
              3.1
            ],
            [
              18,
              3.9
            ],
            [
              19,
              6.9
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service_construction",
          "track_construction"
        ]
      ]
    },
    {
      "id": "tunnel_street",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "street",
          "street_limited"
        ]
      ],
      "paint": {
        "line-color": "#e4dfd5",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12.5,
              0
            ],
            [
              13,
              1
            ],
            [
              14,
              2.6
            ],
            [
              20,
              12.6
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.6,
          11,
          0.6,
          14,
          0.72
        ]
      }
    },
    {
      "id": "tunnel_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fff4c6",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12.5,
              0
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "ramp",
          "1"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          ">",
          "layer",
          0
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#8a8378",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13.5,
              0
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.52,
          11,
          0.52,
          14,
          0.68
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "minor"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_minor_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13.5,
              0
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ],
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "minor_construction"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              1.9
            ],
            [
              12,
              3
            ],
            [
              13,
              3.9
            ],
            [
              14,
              7.8
            ],
            [
              15,
              8.8
            ],
            [
              16,
              16.4
            ],
            [
              17,
              19.4
            ],
            [
              18,
              25.4
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "tertiary"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_tertiary_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              1.9
            ],
            [
              12,
              3
            ],
            [
              13,
              3.9
            ],
            [
              14,
              7.8
            ],
            [
              15,
              8.8
            ],
            [
              16,
              16.4
            ],
            [
              17,
              19.4
            ],
            [
              18,
              25.4
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "tertiary_construction"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_secondary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-blur": 2,
        "line-color": "rgba(187, 187, 179, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              0.8
            ],
            [
              9,
              0.88
            ],
            [
              10,
              0.88
            ],
            [
              11,
              2.32
            ],
            [
              12,
              4.3
            ],
            [
              12,
              4.3
            ],
            [
              14,
              7.6
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary"
        ]
      ]
    },
    {
      "id": "tunnel_secondary_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fafcd7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              0.8
            ],
            [
              9,
              0.88
            ],
            [
              10,
              0.88
            ],
            [
              11,
              2.32
            ],
            [
              12,
              4.3
            ],
            [
              12,
              4.3
            ],
            [
              14,
              7.6
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary_construction"
        ]
      ]
    },
    {
      "id": "tunnel_primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#feecd5",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.32
            ],
            [
              6,
              0.48
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1.12
            ],
            [
              9,
              1.52
            ],
            [
              10,
              1.52
            ],
            [
              11,
              3.6
            ],
            [
              12,
              5
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary"
        ]
      ]
    },
    {
      "id": "tunnel_primary_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#feecd5",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.32
            ],
            [
              6,
              0.48
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1.12
            ],
            [
              9,
              1.52
            ],
            [
              10,
              1.52
            ],
            [
              11,
              3.6
            ],
            [
              12,
              5
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ],
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary_construction"
        ]
      ]
    },
    {
      "id": "tunnel_trunk",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          5,
          "hsl(14, 35%, 90%)",
          11,
          "hsl(14, 39%, 82%)"
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.32
            ],
            [
              6,
              0.48
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1.12
            ],
            [
              9,
              1.52
            ],
            [
              10,
              1.52
            ],
            [
              11,
              3.6
            ],
            [
              12,
              5
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "trunk"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_trunk_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(14, 41%, 84%)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              1.9
            ],
            [
              14,
              3.8
            ],
            [
              15,
              4.8
            ],
            [
              16,
              10.4
            ],
            [
              17,
              11.4
            ],
            [
              18,
              15.4
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ],
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "trunk_construction"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_motorway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [
              5,
              "#b7b7b7"
            ],
            [
              11,
              "#b7b7b7"
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              0.8
            ],
            [
              18,
              25
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_motorway_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          5,
          "hsl(347, 46%, 81%)",
          11,
          "hsl(349, 23%, 74%)"
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              0.8
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway_construction"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_major_rail",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a89a8f",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              8,
              0.8
            ],
            [
              15,
              3
            ],
            [
              20,
              5.4
            ]
          ]
        },
        "line-opacity": 0.7
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "rail"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "tunnel_major_rail_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a89a8f",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              8,
              0
            ],
            [
              15,
              2
            ],
            [
              20,
              4
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": 0.7
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ]
    },
    {
      "id": "road_area_transit_platform",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "rgba(250, 247, 242, 0.82)",
        "fill-antialias": true
      },
      "metadata": {},
      "filter": [
        "any",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "==",
          "subclass",
          "platform"
        ]
      ],
      "minzoom": 11
    },
    {
      "id": "road_area_pier",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "rgba(246, 241, 229, 1)",
        "fill-antialias": true
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "==",
          "class",
          "pier"
        ]
      ],
      "minzoom": 11
    },
    {
      "id": "road_pier",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              1
            ],
            [
              17,
              4
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "pier"
        ]
      ],
      "minzoom": 10
    },
    {
      "id": "road_area_bridge",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "#b8b8b8",
        "fill-antialias": true
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "==",
          "class",
          "bridge"
        ]
      ]
    },
    {
      "id": "road_area_platform",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "rgba(112, 84, 43, 0.76)"
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "!has",
          "brunnel"
        ],
        [
          "==",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "platform"
        ]
      ],
      "minzoom": 11
    },
    {
      "id": "road_area_pedestrian",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "rgba(250, 247, 242, 0.82)"
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "!has",
          "brunnel"
        ],
        [
          "!in",
          "class",
          "bridge",
          "pier"
        ]
      ],
      "minzoom": 11
    },
    {
      "id": "road_area_pedestrian_border",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible",
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(111, 111, 111, 1)",
        "line-width": {
          "base": 1.1,
          "stops": [
            [
              11,
              0.8
            ],
            [
              14,
              1.2
            ],
            [
              18,
              1.6
            ]
          ]
        },
        "line-dasharray": [
          3,
          2
        ],
        "line-opacity": 0.95
      },
      "metadata": {},
      "filter": [
        "any",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "==",
          "subclass",
          "platform"
        ]
      ],
      "minzoom": 11
    },
    {
      "id": "road_path_cycleway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#e2ded4",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              3
            ],
            [
              15,
              3.3
            ],
            [
              17,
              3.3
            ],
            [
              18,
              3.6
            ]
          ]
        },
        "line-opacity": 0.55
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "cycleway"
        ]
      ]
    },
    {
      "id": "road_path_footway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#e2ded4",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              2.7
            ],
            [
              15,
              3
            ],
            [
              17,
              3.3
            ],
            [
              18,
              3.6
            ]
          ]
        },
        "line-opacity": 0.55
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path"
        ],
        [
          "in",
          "subclass",
          "footway",
          "path"
        ]
      ]
    },
    {
      "id": "road_path_cycleway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#8f8b84",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              0.7
            ],
            [
              14,
              0.9
            ],
            [
              17,
              1
            ],
            [
              18,
              1.3
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": 0.72
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "cycleway"
        ]
      ]
    },
    {
      "id": "road_path_footway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#8f8b84",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              0.6
            ],
            [
              14,
              1
            ],
            [
              15,
              1.3
            ],
            [
              17,
              1.3
            ],
            [
              18,
              1.6
            ]
          ]
        },
        "line-dasharray": [
          2,
          1
        ],
        "line-opacity": 0.72
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path"
        ],
        [
          "in",
          "subclass",
          "footway",
          "path"
        ]
      ]
    },
    {
      "id": "road_service_track_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ddd5ca",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              2
            ],
            [
              15,
              3.5
            ],
            [
              16,
              7
            ],
            [
              17,
              8.5
            ],
            [
              18,
              11
            ],
            [
              19,
              12
            ]
          ]
        },
        "line-opacity": 0.75
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ]
    },
    {
      "id": "road_primary_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e2dbd1",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              0.975
            ],
            [
              12,
              4
            ],
            [
              13,
              4
            ],
            [
              14,
              7.8
            ],
            [
              16,
              12
            ],
            [
              17,
              13
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "primary"
        ]
      ]
    },
    {
      "id": "road_trunk_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e2dbd1",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              0.975
            ],
            [
              12,
              4
            ],
            [
              14,
              7.8
            ],
            [
              16,
              12
            ],
            [
              17,
              13
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "trunk"
        ]
      ]
    },
    {
      "id": "road_motorway_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e2dbd1",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              0.975
            ],
            [
              12,
              4
            ],
            [
              14,
              7.8
            ],
            [
              16,
              12
            ],
            [
              17,
              13
            ],
            [
              18,
              16
            ],
            [
              19,
              17
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "road_minor_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ddd5ca",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              3
            ],
            [
              14,
              5
            ],
            [
              15,
              6
            ],
            [
              16,
              12
            ],
            [
              17,
              13
            ],
            [
              18,
              17
            ]
          ]
        },
        "line-opacity": 0.75
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "minor"
        ],
        [
          "!=",
          "ramp",
          "1"
        ]
      ]
    },
    {
      "id": "road_tertiary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e2dbd1",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              2.5
            ],
            [
              12,
              4
            ],
            [
              13,
              5
            ],
            [
              14,
              9
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "tertiary"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "road_secondary_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e2dbd1",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              2.275
            ],
            [
              12,
              5
            ],
            [
              13,
              5
            ],
            [
              14,
              9
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "road_secondary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e2dbd1",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              2.275
            ],
            [
              12,
              5
            ],
            [
              13,
              5
            ],
            [
              14,
              9
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "road_trunk_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e2dbd1",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              9,
              3.9
            ],
            [
              11,
              2.275
            ],
            [
              12,
              5
            ],
            [
              13,
              5
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "trunk"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "road_primary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e2dbd1",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              9,
              3.9
            ],
            [
              11,
              2.275
            ],
            [
              12,
              5
            ],
            [
              13,
              5
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "primary"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "road_motorway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e2dbd1",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1.137
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "road_pedestrian_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "stops": [
            [
              13,
              3
            ],
            [
              14,
              5
            ],
            [
              15,
              6
            ],
            [
              16,
              12
            ],
            [
              17,
              13
            ],
            [
              18,
              17
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "pedestrian"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "road_steps",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              5
            ],
            [
              14,
              5.3
            ],
            [
              15,
              5.6
            ],
            [
              17,
              5.8
            ],
            [
              18,
              6
            ]
          ]
        },
        "line-dasharray": [
          0.2,
          0.1
        ],
        "line-opacity": 0.85
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "path"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "subclass",
          "steps"
        ]
      ]
    },
    {
      "id": "road_pedestrian",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "stops": [
            [
              13,
              1.9
            ],
            [
              14,
              3.8
            ],
            [
              15,
              4.8
            ],
            [
              16,
              10.4
            ],
            [
              17,
              11.4
            ],
            [
              18,
              15.4
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "pedestrian"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ],
      "minzoom": 11
    },
    {
      "id": "road_primary_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              1.2
            ],
            [
              12,
              3
            ],
            [
              13,
              3
            ],
            [
              14,
              6.6
            ],
            [
              16,
              10.4
            ],
            [
              17,
              11.4
            ],
            [
              18,
              14.4
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "primary"
        ]
      ],
      "minzoom": 8
    },
    {
      "id": "road_trunk_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              0.72
            ],
            [
              12,
              3
            ],
            [
              14,
              6.6
            ],
            [
              16,
              10.4
            ],
            [
              17,
              11.4
            ],
            [
              18,
              14.4
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "trunk"
        ]
      ]
    },
    {
      "id": "road_motorway_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              0.56
            ],
            [
              11,
              0.72
            ],
            [
              12,
              3
            ],
            [
              14,
              6.6
            ],
            [
              16,
              10.4
            ],
            [
              17,
              11.4
            ],
            [
              18,
              14.4
            ],
            [
              19,
              15.4
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "road_service_track",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#f7f5f0",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              0.9
            ],
            [
              15,
              2.3
            ],
            [
              15,
              0.5
            ],
            [
              16,
              5.4
            ],
            [
              17,
              6.9
            ],
            [
              18,
              9.4
            ],
            [
              19,
              10.4
            ]
          ]
        },
        "line-opacity": 0.75
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ]
    },
    {
      "id": "road_service_track_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#f7f5f0",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              0.9
            ],
            [
              15,
              2.3
            ],
            [
              15,
              0.5
            ],
            [
              16,
              5.4
            ],
            [
              17,
              6.9
            ],
            [
              18,
              9.4
            ],
            [
              19,
              10.4
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": 0.75
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service_construction",
          "track_construction"
        ]
      ]
    },
    {
      "id": "road_minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#f7f5f0",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              1.9
            ],
            [
              14,
              3.8
            ],
            [
              15,
              4.8
            ],
            [
              16,
              10.4
            ],
            [
              17,
              11.4
            ],
            [
              18,
              15.4
            ]
          ]
        },
        "line-opacity": 0.75
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "LineString"
        ],
        [
          "all",
          [
            "match",
            [
              "get",
              "brunnel"
            ],
            [
              "bridge",
              "tunnel"
            ],
            false,
            true
          ],
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "minor"
            ],
            true,
            false
          ]
        ]
      ]
    },
    {
      "id": "road_minor_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#f7f5f0",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              1.9
            ],
            [
              14,
              3.8
            ],
            [
              15,
              4.8
            ],
            [
              16,
              10.4
            ],
            [
              17,
              11.4
            ],
            [
              18,
              15.4
            ]
          ]
        },
        "line-opacity": 0.75,
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "LineString"
        ],
        [
          "all",
          [
            "match",
            [
              "get",
              "brunnel"
            ],
            [
              "bridge",
              "tunnel"
            ],
            false,
            true
          ],
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "minor_construction"
            ],
            true,
            false
          ]
        ]
      ]
    },
    {
      "id": "road_secondary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              0.8
            ],
            [
              9,
              0.88
            ],
            [
              10,
              0.88
            ],
            [
              11,
              2.32
            ],
            [
              12,
              4.3
            ],
            [
              13,
              4.3
            ],
            [
              14,
              7.6
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary"
        ]
      ]
    },
    {
      "id": "road_tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              9,
              0.7
            ],
            [
              10,
              0.7
            ],
            [
              11,
              1.9
            ],
            [
              12,
              3
            ],
            [
              13,
              3.9
            ],
            [
              14,
              7.8
            ],
            [
              15,
              8.8
            ],
            [
              16,
              16.4
            ],
            [
              17,
              19.4
            ],
            [
              18,
              25.4
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "tertiary"
        ]
      ]
    },
    {
      "id": "road_tertiary_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              9,
              0.7
            ],
            [
              11,
              1.9
            ],
            [
              12,
              3
            ],
            [
              13,
              3.9
            ],
            [
              14,
              7.8
            ],
            [
              15,
              8.8
            ],
            [
              16,
              16.4
            ],
            [
              17,
              19.4
            ],
            [
              18,
              25.4
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          0.85
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "tertiary_construction"
        ]
      ]
    },
    {
      "id": "road_secondary_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              0.8
            ],
            [
              9,
              0.88
            ],
            [
              10,
              0.88
            ],
            [
              11,
              2.32
            ],
            [
              12,
              4.3
            ],
            [
              13,
              4.3
            ],
            [
              14,
              7.6
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          0.85
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary_construction"
        ]
      ]
    },
    {
      "id": "road_primary_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              7,
              0.8
            ],
            [
              8,
              1.12
            ],
            [
              9,
              1.44
            ],
            [
              10,
              1.44
            ],
            [
              11,
              2
            ],
            [
              12,
              4
            ],
            [
              13,
              4
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          0.85
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "primary_construction"
        ]
      ]
    },
    {
      "id": "road_primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              7,
              0.8
            ],
            [
              8,
              1.12
            ],
            [
              9,
              1.44
            ],
            [
              10,
              1.44
            ],
            [
              11,
              2
            ],
            [
              12,
              4
            ],
            [
              13,
              4
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "primary"
        ]
      ]
    },
    {
      "id": "road_trunk",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              7,
              0.8
            ],
            [
              8,
              1.12
            ],
            [
              9,
              1.44
            ],
            [
              10,
              1.44
            ],
            [
              11,
              2
            ],
            [
              12,
              4
            ],
            [
              13,
              4
            ],
            [
              15,
              8.6
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "trunk"
        ]
      ]
    },
    {
      "id": "road_trunk_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              1.9
            ],
            [
              14,
              3.8
            ],
            [
              15,
              4.8
            ],
            [
              16,
              10.4
            ],
            [
              17,
              11.4
            ],
            [
              18,
              15.4
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          0.85
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "in",
          "class",
          "trunk_construction"
        ]
      ]
    },
    {
      "id": "road_motorway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              0.8
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-opacity": 0.85
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "road_motorway_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              0.8
            ],
            [
              20,
              18
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          0.85
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway_construction"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ]
    },
    {
      "id": "rail_subway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a89a8f",
        "line-width": {
          "stops": [
            [
              14,
              1
            ],
            [
              18,
              3
            ]
          ]
        },
        "line-opacity": 0.7,
        "line-dasharray": [
          1,
          1.2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "transit"
        ],
        [
          "==",
          "subclass",
          "subway"
        ]
      ],
      "minzoom": 9
    },
    {
      "id": "rail_major",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a89a8f",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              8,
              0.8
            ],
            [
              11,
              1.5
            ],
            [
              15,
              3
            ],
            [
              20,
              5.4
            ]
          ]
        },
        "line-opacity": 0.7
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "rail"
        ]
      ],
      "minzoom": 9
    },
    {
      "id": "rail_minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a89a8f",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              12,
              0.8
            ],
            [
              15,
              1.2
            ],
            [
              20,
              4
            ]
          ]
        },
        "line-opacity": 0.7
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "subclass",
          "tram",
          "light_rail"
        ]
      ],
      "minzoom": 10
    },
    {
      "id": "rail_major_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a89a8f",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              9,
              0
            ],
            [
              15,
              2
            ],
            [
              20,
              4
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": 0.7
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ]
    },
    {
      "id": "rail_minor_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#a89a8f",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              2
            ],
            [
              20,
              6
            ]
          ]
        },
        "line-dasharray": [
          0.2,
          4
        ],
        "line-opacity": 0.7
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "subclass",
          "tram",
          "light_rail"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "waterway-bridge-case",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "butt",
        "line-join": "miter"
      },
      "paint": {
        "line-color": "#a6c9dd",
        "line-width": {
          "base": 1.6,
          "stops": [
            [
              12,
              0.5
            ],
            [
              20,
              5
            ]
          ]
        },
        "line-gap-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        },
        "line-opacity": 0.8
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "minzoom": 10
    },
    {
      "id": "waterway-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#a6c9dd",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        },
        "line-opacity": 0.8
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "minzoom": 10
    },
    {
      "id": "bridge_motorway_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": {
          "stops": [
            [
              11,
              "#4d4b4b"
            ],
            [
              12,
              "#4d4b4b"
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              4
            ],
            [
              14,
              7
            ],
            [
              18,
              16
            ],
            [
              19,
              17
            ]
          ]
        },
        "line-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_service_track_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#4d4b4b",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              1
            ],
            [
              16,
              4
            ],
            [
              20,
              11
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#4d4b4b",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        },
        "line-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "link"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_street_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#4d4b4b",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              0.5
            ],
            [
              13,
              1
            ],
            [
              14,
              4
            ],
            [
              20,
              25
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              12,
              0
            ],
            [
              12.5,
              1
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "street",
          "street_limited"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_path_cycleway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "miter",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              2.7
            ],
            [
              14,
              3
            ],
            [
              15,
              3.3
            ],
            [
              17,
              3.3
            ],
            [
              18,
              3.6
            ]
          ]
        },
        "line-dasharray": [
          1,
          0
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "cycleway"
        ]
      ]
    },
    {
      "id": "bridge_path_footway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "miter",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              2.7
            ],
            [
              14,
              3
            ],
            [
              15,
              3.3
            ],
            [
              17,
              3.3
            ],
            [
              18,
              3.6
            ]
          ]
        },
        "line-dasharray": [
          1,
          0
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "footway"
        ]
      ]
    },
    {
      "id": "bridge_secondary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#4d4b4b",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              5
            ],
            [
              13,
              5
            ],
            [
              14,
              9
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        },
        "line-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ]
      ]
    },
    {
      "id": "bridge_tertiary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "rgba(195, 189, 187, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              1.5
            ],
            [
              20,
              17
            ]
          ]
        },
        "line-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_trunk_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": {
          "stops": [
            [
              11,
              "#4d4b4b"
            ],
            [
              12,
              "#4d4b4b"
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              2.275
            ],
            [
              12,
              6
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "trunk"
        ]
      ]
    },
    {
      "id": "bridge_primary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#4b4d4d",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              5
            ],
            [
              13,
              5
            ],
            [
              15,
              10
            ],
            [
              16,
              18
            ],
            [
              17,
              21
            ],
            [
              18,
              27
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "primary"
        ]
      ]
    },
    {
      "id": "bridge_motorway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#4d4b4b",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1.137
            ],
            [
              18,
              27
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_path_cycleway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "paint": {
        "line-color": "#4d4b4b",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              0.8
            ],
            [
              14,
              1
            ],
            [
              15,
              1.3
            ],
            [
              17,
              1.3
            ],
            [
              18,
              1.6
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "cycleway"
        ]
      ],
      "layout": {
        "line-cap": "butt"
      }
    },
    {
      "id": "bridge_path_footway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "paint": {
        "line-color": "#4d4b4b",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              0.8
            ],
            [
              14,
              1
            ],
            [
              15,
              1.3
            ],
            [
              17,
              1.3
            ],
            [
              18,
              1.6
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "footway"
        ]
      ],
      "layout": {
        "line-cap": "butt"
      }
    },
    {
      "id": "bridge_motorway_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": {
          "stops": [
            [
              6,
              "#b7b7b7"
            ],
            [
              10,
              "#b7b7b7"
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              3
            ],
            [
              14,
              6
            ],
            [
              18,
              15
            ],
            [
              19,
              16
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_service_track",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15.5,
              0
            ],
            [
              16,
              2
            ],
            [
              20,
              7.5
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_service_track_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15.5,
              0
            ],
            [
              16,
              2
            ],
            [
              20,
              7.5
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "service_construction",
          "track_construction"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12.5,
              0
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "link"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13.5,
              0
            ],
            [
              14,
              2.5
            ],
            [
              20,
              18
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "minor"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_minor_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13.5,
              0
            ],
            [
              14,
              2.5
            ],
            [
              20,
              18
            ]
          ]
        },
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.72,
          11,
          0.72,
          14,
          1
        ],
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "minor_construction"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              2.3
            ],
            [
              12,
              3
            ],
            [
              13,
              4
            ],
            [
              14,
              7.5
            ],
            [
              15,
              8.5
            ],
            [
              16,
              16.4
            ],
            [
              17,
              19.4
            ],
            [
              18,
              25.4
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "tertiary"
        ]
      ]
    },
    {
      "id": "bridge_secondary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              7,
              1.2
            ],
            [
              11,
              2.64
            ],
            [
              12,
              4
            ],
            [
              13,
              3.8
            ],
            [
              14,
              7.5
            ],
            [
              15,
              8.5
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "secondary"
        ]
      ]
    },
    {
      "id": "bridge_secondary_construction-copy",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              6.5,
              0
            ],
            [
              8,
              0.4
            ],
            [
              20,
              13
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "secondary_construction"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_tertiary_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              6.5,
              0
            ],
            [
              8,
              0.5
            ],
            [
              20,
              13
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "tertiary_construction"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              7,
              1.2
            ],
            [
              11,
              2.64
            ],
            [
              12,
              4
            ],
            [
              13,
              4
            ],
            [
              15,
              8.5
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "primary"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_trunk",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              7,
              1.2
            ],
            [
              11,
              3.6
            ],
            [
              12,
              5
            ],
            [
              15,
              8.5
            ],
            [
              16,
              16
            ],
            [
              17,
              19
            ],
            [
              18,
              25
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "trunk"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_trunk_primary_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#b7b7b7",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              0.8
            ],
            [
              20,
              18
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "primary_construction",
          "trunk_construction"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_motorway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": {
          "stops": [
            [
              6,
              "#b7b7b7"
            ],
            [
              10,
              "#b7b7b7"
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              0.8
            ],
            [
              18,
              25
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_motorway_construction",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "line-join": "round",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": {
          "stops": [
            [
              6,
              "#b7b7b7"
            ],
            [
              10,
              "#b7b7b7"
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              0.8
            ],
            [
              18,
              25
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway_construction"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_major_rail",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#a89a8f",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              8,
              0.5
            ],
            [
              15,
              3
            ],
            [
              20,
              5.4
            ]
          ]
        },
        "line-opacity": 0.7
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "rail"
        ]
      ],
      "minzoom": 12
    },
    {
      "id": "bridge_major_rail_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": "#a89a8f",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              9,
              0
            ],
            [
              15,
              2
            ],
            [
              20,
              4
            ]
          ]
        },
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": 0.7
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ]
    },
    {
      "id": "cablecar",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#808080",
        "line-width": {
          "base": 1,
          "stops": [
            [
              11,
              1
            ],
            [
              19,
              2.5
            ]
          ]
        }
      },
      "filter": [
        "==",
        "class",
        "aerialway"
      ]
    },
    {
      "id": "cablecar-dash",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(67, 67, 67, 1)",
        "line-width": {
          "base": 1,
          "stops": [
            [
              11,
              1
            ],
            [
              19,
              3
            ]
          ]
        },
        "line-dasharray": [
          0.5,
          10
        ]
      },
      "filter": [
        "==",
        "class",
        "aerialway"
      ]
    },
    {
      "id": "water_way_name",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 8,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              11,
              10
            ],
            [
              13,
              12
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "symbol-spacing": 400,
        "text-max-width": 5,
        "symbol-placement": "line"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ]
      ]
    },
    {
      "id": "water_name_line",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 8,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": 12,
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-max-width": 5,
        "symbol-placement": "line"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ]
      ]
    },
    {
      "id": "water_name_point",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 16,
      "maxzoom": 22,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": 11,
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-max-width": 5
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "!=",
          "class",
          "ocean"
        ]
      ]
    },
    {
      "id": "housenumber-copy",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "housenumber",
      "minzoom": 17,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              17,
              9
            ],
            [
              22,
              11
            ]
          ]
        },
        "text-field": "{housenumber}",
        "text-padding": 3,
        "text-line-height": -0.15,
        "symbol-avoid-edges": false,
        "text-allow-overlap": false,
        "text-ignore-placement": false
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      }
    },
    {
      "id": "housenumber",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "housenumber",
      "minzoom": 17,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              17,
              9
            ],
            [
              22,
              11
            ]
          ]
        },
        "text-field": "{housenumber}",
        "text-padding": 3,
        "text-line-height": -0.15,
        "symbol-avoid-edges": false,
        "text-allow-overlap": false,
        "text-ignore-placement": false
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      }
    },
    {
      "id": "road_path-cycleway_oneway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "layout": {
        "icon-size": {
          "stops": [
            [
              15,
              0.7
            ],
            [
              20,
              1
            ]
          ]
        },
        "icon-image": "oneway-cycleway",
        "visibility": "visible",
        "icon-padding": 2,
        "symbol-spacing": 125,
        "symbol-placement": "line",
        "icon-rotation-alignment": "map"
      },
      "paint": {
        "icon-opacity": 1
      },
      "filter": [
        "all",
        [
          "==",
          "oneway",
          1
        ],
        [
          "==",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "cycleway"
        ]
      ]
    },
    {
      "id": "road_oneway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "layout": {
        "icon-size": {
          "stops": [
            [
              15,
              0.8
            ],
            [
              20,
              1
            ]
          ]
        },
        "icon-image": "oneway",
        "visibility": "visible",
        "icon-padding": 2,
        "symbol-spacing": 95,
        "symbol-placement": "line",
        "icon-rotation-alignment": "map"
      },
      "paint": {
        "icon-opacity": 1
      },
      "filter": [
        "all",
        [
          "==",
          "oneway",
          1
        ],
        [
          "in",
          "class",
          "motorway",
          "trunk",
          "primary",
          "secondary",
          "tertiary",
          "minor",
          "service"
        ]
      ]
    },
    {
      "id": "road_oneway_opposite",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "layout": {
        "icon-size": {
          "stops": [
            [
              15,
              0.5
            ],
            [
              19,
              1
            ]
          ]
        },
        "icon-image": "oneway",
        "visibility": "visible",
        "icon-rotate": -90,
        "icon-padding": 2,
        "symbol-spacing": 75,
        "symbol-placement": "line",
        "icon-rotation-alignment": "map"
      },
      "paint": {
        "icon-opacity": 0.5
      },
      "filter": [
        "all",
        [
          "==",
          "oneway",
          -1
        ],
        [
          "in",
          "class",
          "motorway",
          "trunk",
          "primary",
          "secondary",
          "tertiary",
          "minor",
          "service"
        ]
      ]
    },
    {
      "id": "ferry_label",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 14,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": 10,
        "text-field": "{name}",
        "text-anchor": "center",
        "text-offset": [
          0,
          0
        ],
        "symbol-placement": "line"
      },
      "paint": {
        "icon-color": "hsl(275, 9%, 40%)",
        "text-color": "#111111",
        "text-halo-blur": 1,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "subclass",
          "ferry"
        ]
      ]
    },
    {
      "id": "road_label",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 14,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "base": 1,
          "stops": [
            [
              14,
              9
            ],
            [
              18,
              13
            ]
          ]
        },
        "text-field": "{name}",
        "text-anchor": "center",
        "text-offset": [
          0,
          0
        ],
        "symbol-placement": "line"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "subclass",
          "ferry"
        ]
      ]
    },
    {
      "id": "highway-shield-tertiary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 11,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              9,
              10
            ],
            [
              15,
              11
            ],
            [
              17,
              12
            ]
          ]
        },
        "icon-image": "road_tertiary",
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-padding": 2,
        "icon-text-fit": "both",
        "symbol-spacing": 560,
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              10,
              "point"
            ],
            [
              11,
              "line"
            ]
          ]
        },
        "symbol-avoid-edges": true,
        "icon-text-fit-padding": [
          3,
          4,
          3,
          4
        ],
        "icon-rotation-alignment": "viewport",
        "text-rotation-alignment": "viewport"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8"
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "tertiary"
        ],
        [
          "has",
          "ref"
        ]
      ]
    },
    {
      "id": "highway-shield-secondary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 11,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              9,
              10
            ],
            [
              15,
              11
            ],
            [
              17,
              12
            ]
          ]
        },
        "icon-image": "road_secondary",
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-padding": 2,
        "icon-text-fit": "both",
        "symbol-spacing": 560,
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              10,
              "point"
            ],
            [
              11,
              "line"
            ]
          ]
        },
        "symbol-avoid-edges": true,
        "icon-text-fit-padding": [
          3,
          4,
          3,
          4
        ],
        "icon-rotation-alignment": "viewport",
        "text-rotation-alignment": "viewport"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8"
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "secondary"
        ],
        [
          "has",
          "ref"
        ]
      ]
    },
    {
      "id": "highway-shield-primary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 10,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              9,
              10
            ],
            [
              15,
              11
            ],
            [
              17,
              12
            ]
          ]
        },
        "icon-image": "road_primary",
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-padding": 2,
        "icon-text-fit": "both",
        "symbol-spacing": 560,
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              10,
              "point"
            ],
            [
              11,
              "line"
            ]
          ]
        },
        "symbol-avoid-edges": true,
        "icon-text-fit-padding": [
          3,
          4,
          3,
          4
        ],
        "icon-rotation-alignment": "viewport",
        "text-rotation-alignment": "viewport"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8"
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "primary"
        ],
        [
          "has",
          "ref"
        ]
      ]
    },
    {
      "id": "highway-shield-motorway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 10,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              9,
              10
            ],
            [
              15,
              11
            ],
            [
              17,
              12
            ]
          ]
        },
        "icon-image": "road_motorway",
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-padding": 2,
        "icon-text-fit": "both",
        "text-optional": false,
        "symbol-spacing": 760,
        "text-max-width": 10,
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              10,
              "point"
            ],
            [
              11,
              "line"
            ]
          ]
        },
        "text-keep-upright": true,
        "symbol-avoid-edges": true,
        "icon-text-fit-padding": [
          3,
          4,
          3,
          4
        ],
        "icon-rotation-alignment": "viewport",
        "text-rotation-alignment": "viewport"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8"
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "has",
          "ref"
        ]
      ]
    },
    {
      "id": "airport-label-major",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 10,
      "maxzoom": 17,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "NotoSans-Italic"
        ],
        "text-size": {
          "stops": [
            [
              8,
              10
            ],
            [
              14,
              12
            ]
          ]
        },
        "icon-image": "aerodrome.12",
        "text-field": {
          "stops": [
            [
              8,
              " "
            ],
            [
              11,
              "{name:latin}\n{name:nonlatin}"
            ]
          ]
        },
        "visibility": "visible",
        "text-anchor": "top",
        "text-offset": [
          0,
          0.6
        ],
        "text-padding": 2,
        "text-optional": true,
        "symbol-z-order": "auto",
        "text-max-width": 9,
        "icon-allow-overlap": false,
        "text-allow-overlap": false
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-blur": 0.5,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "filter": [
        "all",
        [
          "has",
          "iata"
        ]
      ]
    },
    {
      "id": "airport_label",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 14,
      "layout": {
        "text-font": [
          "NotoSans-Italic"
        ],
        "text-size": {
          "stops": [
            [
              15,
              9
            ],
            [
              19,
              15
            ]
          ]
        },
        "text-field": "{ref}",
        "visibility": "visible",
        "symbol-placement": "line"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "filter": [
        "all",
        [
          "in",
          "class",
          "runway",
          "taxiway"
        ]
      ]
    },
    {
      "id": "airport_gate",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 16.5,
      "layout": {
        "text-font": [
          "NotoSans-Medium",
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              17,
              9
            ],
            [
              19,
              15
            ]
          ]
        },
        "text-field": "{ref}",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "filter": [
        "all",
        [
          "==",
          "class",
          "gate"
        ]
      ]
    },
    {
      "id": "place_other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              11,
              10
            ],
            [
              14,
              14
            ],
            [
              18,
              16
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "symbol-spacing": 150,
        "text-max-width": 10,
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-blur": 0,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": {
          "stops": [
            [
              8,
              0.8
            ],
            [
              13,
              1.5
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "in",
          "class",
          "hamlet",
          "island",
          "islet",
          "neighbourhood",
          "suburb"
        ]
      ]
    },
    {
      "id": "park-national",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "park",
      "minzoom": 9,
      "maxzoom": 12,
      "layout": {
        "text-font": [
          "NotoSans-Italic"
        ],
        "text-size": 12,
        "text-field": "{name:latin}{name:nonlatin}",
        "visibility": "visible",
        "symbol-spacing": 150,
        "text-allow-overlap": false
      },
      "paint": {
        "icon-color": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          1.9,
          "hsl(120, 19%, 65%)",
          10,
          "hsl(120, 10%, 52%)"
        ],
        "text-color": "#111111",
        "text-halo-blur": 0.1,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 0.3
      },
      "filter": [
        "all",
        [
          "<=",
          "rank",
          2
        ]
      ]
    },
    {
      "id": "mountain_peak",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "maxzoom": 16,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": 10,
        "icon-image": "peak",
        "text-field": {
          "stops": [
            [
              6,
              " "
            ],
            [
              12,
              "{name} {ele}m"
            ]
          ]
        },
        "text-anchor": "top",
        "text-offset": [
          0,
          0.5
        ],
        "text-max-width": 6,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "minzoom": 10
    },
    {
      "id": "place_village",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 17,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              10,
              10
            ],
            [
              15,
              16
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1.2
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "village"
        ]
      ]
    },
    {
      "id": "place_town",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 16,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              7,
              10
            ],
            [
              11,
              13
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [
          0,
          0
        ],
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1.2
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "town"
        ]
      ]
    },
    {
      "id": "place_state",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 12,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              3,
              10
            ],
            [
              6,
              14
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-padding": 2,
        "text-transform": "none",
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 0.8
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "state"
        ],
        [
          "<",
          "rank",
          3
        ]
      ]
    },
    {
      "id": "place_city",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 16,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              4,
              12
            ],
            [
              15,
              18
            ]
          ]
        },
        "icon-image": "place-6",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "icon-offset": [
          0,
          3
        ],
        "text-anchor": "bottom",
        "text-offset": [
          0,
          0
        ],
        "icon-optional": false,
        "text-max-width": 8,
        "icon-allow-overlap": true
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1,
        "icon-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          6.8,
          1,
          7,
          0
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ],
        [
          "!=",
          "rank",
          1
        ]
      ]
    },
    {
      "id": "place_capital",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 4,
      "maxzoom": 16,
      "layout": {
        "icon-size": 1,
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              4,
              11
            ],
            [
              12,
              16
            ]
          ]
        },
        "icon-image": "place-capital-8",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "visibility": "visible",
        "icon-offset": [
          0,
          3
        ],
        "text-anchor": "bottom",
        "text-offset": [
          0,
          0
        ],
        "icon-optional": false,
        "text-max-width": 8,
        "icon-allow-overlap": true
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1.2,
        "icon-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7.8,
          1,
          8,
          0
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ],
        [
          "in",
          "capital",
          1,
          2
        ]
      ]
    },
    {
      "id": "country_other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 3,
      "maxzoom": 7,
      "layout": {
        "text-font": [
          "NotoSans-Regular"
        ],
        "text-size": {
          "stops": [
            [
              3,
              11
            ],
            [
              5,
              13
            ],
            [
              7,
              20
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 6.25,
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-blur": 1,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 0.8
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          "!has",
          "iso_a2"
        ]
      ]
    },
    {
      "id": "country_3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 3,
      "maxzoom": 10,
      "layout": {
        "text-font": [
          "NotoSans-Medium"
        ],
        "text-size": {
          "stops": [
            [
              3,
              11
            ],
            [
              5,
              13
            ],
            [
              7,
              17
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 6.25,
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-blur": 1,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 0.8
      },
      "metadata": {},
      "filter": [
        "all",
        [
          ">=",
          "rank",
          3
        ],
        [
          "==",
          "class",
          "country"
        ],
        [
          "has",
          "iso_a2"
        ]
      ]
    },
    {
      "id": "country_2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 2,
      "maxzoom": 10,
      "layout": {
        "text-font": [
          "NotoSans-Medium"
        ],
        "text-size": {
          "stops": [
            [
              3,
              11
            ],
            [
              5,
              14
            ],
            [
              7,
              19
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 6.25,
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-blur": 1,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 0.8
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "rank",
          2
        ],
        [
          "==",
          "class",
          "country"
        ],
        [
          "has",
          "iso_a2"
        ]
      ]
    },
    {
      "id": "country_1",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 2,
      "maxzoom": 10,
      "layout": {
        "text-font": [
          "NotoSans-Medium"
        ],
        "text-size": {
          "stops": [
            [
              3,
              11
            ],
            [
              5,
              14
            ],
            [
              7,
              19
            ]
          ]
        },
        "text-field": "{name:latin}",
        "visibility": "visible",
        "text-max-width": 6.25,
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-blur": 1,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 0.8
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "rank",
          1
        ],
        [
          "==",
          "class",
          "country"
        ],
        [
          "has",
          "iso_a2"
        ]
      ]
    },
    {
      "id": "poi_small_dot_black",
      "type": "circle",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 18,
      "maxzoom": 19,
      "filter": [
        "in",
        [
          "to-number",
          [
            "get",
            "preset_id"
          ]
        ],
        [
          "literal",
          [
            19,
            40,
            135,
            255,
            305,
            313,
            321,
            333,
            337,
            338,
            345,
            350,
            352,
            359,
            360,
            413,
            482,
            496,
            498,
            545,
            548,
            565,
            580,
            581,
            582,
            584,
            585,
            593,
            601,
            1336,
            1389,
            2643,
            2653,
            2654,
            2655,
            2656,
            2657,
            2658,
            2660,
            2780,
            2781
          ]
        ]
      ],
      "paint": {
        "circle-color": "#000000",
        "circle-opacity": 1,
        "circle-radius": {
          "stops": [
            [
              14,
              2
            ],
            [
              18,
              3
            ]
          ]
        },
        "circle-stroke-width": 0
      }
    },
    {
      "id": "poi_all",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "maxzoom": 24,
      "layout": {
        "icon-allow-overlap": false,
        "icon-image": [
          "case",
          [
            "any",
            [
              "==",
              [
                "get",
                "natural"
              ],
              "tree"
            ],
            [
              "==",
              [
                "get",
                "subclass"
              ],
              "tree"
            ],
            [
              "==",
              [
                "get",
                "class"
              ],
              "tree"
            ]
          ],
          "fts-tree",
          [
            "coalesce",
            [
              "get",
              "icon"
            ],
            "maki-marker"
          ]
        ],
        "icon-size": 1,
        "text-anchor": "top",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "NotoSans-Medium"
        ],
        "text-max-width": 9,
        "text-offset": [
          0,
          1
        ],
        "text-padding": 2,
        "text-size": {
          "stops": [
            [
              15,
              10
            ],
            [
              20,
              11
            ]
          ]
        },
        "visibility": "visible"
      },
      "paint": {
        "icon-color": [
          "case",
          [
            "any",
            [
              "==",
              [
                "get",
                "natural"
              ],
              "tree"
            ],
            [
              "==",
              [
                "get",
                "subclass"
              ],
              "tree"
            ],
            [
              "==",
              [
                "get",
                "class"
              ],
              "tree"
            ]
          ],
          "#496F1E",
          "hsl(0, 0%, 0%)"
        ],
        "icon-opacity": [
          "step",
          [
            "zoom"
          ],
          [
            "case",
            [
              "any",
              [
                "==",
                [
                  "get",
                  "natural"
                ],
                "tree"
              ],
              [
                "==",
                [
                  "get",
                  "subclass"
                ],
                "tree"
              ],
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "tree"
              ]
            ],
            0,
            [
              "in",
              [
                "to-number",
                [
                  "get",
                  "preset_id"
                ]
              ],
              [
                "literal",
                [
                  19,
                  40,
                  135,
                  255,
                  305,
                  313,
                  321,
                  333,
                  337,
                  338,
                  345,
                  350,
                  352,
                  359,
                  360,
                  413,
                  482,
                  496,
                  498,
                  545,
                  548,
                  565,
                  580,
                  581,
                  582,
                  584,
                  585,
                  593,
                  601,
                  1336,
                  1389,
                  2643,
                  2653,
                  2654,
                  2655,
                  2656,
                  2657,
                  2658,
                  2660,
                  2780,
                  2781
                ]
              ]
            ],
            0,
            [
              "in",
              [
                "coalesce",
                [
                  "get",
                  "icon"
                ],
                ""
              ],
              [
                "literal",
                [
                  "fas-swimming-pool",
                  "maki-swimming"
                ]
              ]
            ],
            0,
            1
          ],
          18,
          [
            "case",
            [
              "in",
              [
                "to-number",
                [
                  "get",
                  "preset_id"
                ]
              ],
              [
                "literal",
                [
                  19,
                  40,
                  135,
                  255,
                  305,
                  313,
                  321,
                  333,
                  337,
                  338,
                  345,
                  350,
                  352,
                  359,
                  360,
                  413,
                  482,
                  496,
                  498,
                  545,
                  548,
                  565,
                  580,
                  581,
                  582,
                  584,
                  585,
                  593,
                  601,
                  1336,
                  1389,
                  2643,
                  2653,
                  2654,
                  2655,
                  2656,
                  2657,
                  2658,
                  2660,
                  2780,
                  2781
                ]
              ]
            ],
            0,
            [
              "in",
              [
                "coalesce",
                [
                  "get",
                  "icon"
                ],
                ""
              ],
              [
                "literal",
                [
                  "fas-swimming-pool",
                  "maki-swimming"
                ]
              ]
            ],
            0,
            1
          ],
          19,
          [
            "case",
            [
              "in",
              [
                "coalesce",
                [
                  "get",
                  "icon"
                ],
                ""
              ],
              [
                "literal",
                [
                  "fas-swimming-pool",
                  "maki-swimming"
                ]
              ]
            ],
            0,
            1
          ],
          20,
          1
        ],
        "text-color": "#111111",
        "text-halo-blur": 0.5,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1,
        "text-opacity": [
          "step",
          [
            "zoom"
          ],
          0,
          19,
          1
        ],
        "icon-halo-blur": 1,
        "icon-halo-color": "hsl(0, 0%, 100%)",
        "icon-halo-width": 0.5
      },
      "metadata": {},
      "filter": [
        "!in",
        "preset_id",
        1048,
        2679,
        38,
        2576,
        "1048",
        "2679",
        "38",
        "2576"
      ]
    },
    {
      "id": "f_pois",
      "type": "symbol",
      "source": "coverage_points_vector",
      "source-layer": "coverage",
      "minzoom": 14.99,
      "layout": {
        "icon-image": [
          "coalesce",
          [
            "image",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "icon"
                ],
                "maki-park"
              ],
              "fts-tree",
              [
                "coalesce",
                [
                  "get",
                  "icon"
                ],
                "maki-marker"
              ]
            ]
          ],
          "maki-marker"
        ],
        "icon-size": 1,
        "icon-allow-overlap": true
      },
      "paint": {
        "icon-opacity": [
          "step",
          [
            "zoom"
          ],
          [
            "case",
            [
              "in",
              [
                "coalesce",
                [
                  "get",
                  "icon"
                ],
                ""
              ],
              [
                "literal",
                [
                  "fas-swimming-pool",
                  "maki-swimming"
                ]
              ]
            ],
            0,
            1
          ],
          19,
          1
        ]
      },
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "Point"
        ],
        [
          "has",
          "fid"
        ],
        [
          "!",
          [
            "has",
            "osm_id"
          ]
        ],
        [
          "!",
          [
            "has",
            "overture_id"
          ]
        ]
      ]
    },
    {
      "id": "poi_major_top_icons",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "in",
        "preset_id",
        1048,
        2679,
        38,
        2576,
        "1048",
        "2679",
        "38",
        "2576"
      ],
      "layout": {
        "icon-image": [
          "coalesce",
          [
            "image",
            [
              "coalesce",
              [
                "get",
                "icon"
              ],
              "maki-marker"
            ]
          ],
          "maki-marker"
        ],
        "icon-size": 1,
        "icon-allow-overlap": true,
        "icon-ignore-placement": true,
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-anchor": "top",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "NotoSans-Medium"
        ],
        "text-max-width": 9,
        "text-offset": [
          "case",
          [
            "in",
            [
              "coalesce",
              [
                "get",
                "icon"
              ],
              ""
            ],
            [
              "literal",
              [
                "ocha-airport-whitefill-big",
                "ocha-train-whitefill-big"
              ]
            ]
          ],
          [
            "literal",
            [
              0,
              1.55
            ]
          ],
          [
            "in",
            [
              "coalesce",
              [
                "get",
                "icon"
              ],
              ""
            ],
            [
              "literal",
              [
                "fas-plus-circle-whitefill",
                "fts-subway-whitefill",
                "ocha-aerialway-station-whitefill",
                "ocha-board-bus-whitefill",
                "ocha-board-ferry-whitefill",
                "ocha-bus-stop-whitefill",
                "ocha-ferry-maki-whitefill",
                "ocha-hanging-rail-whitefill",
                "ocha-light-rail-whitefill",
                "ocha-monorail-whitefill",
                "ocha-tram-whitefill"
              ]
            ]
          ],
          [
            "literal",
            [
              0,
              1.35
            ]
          ],
          [
            "literal",
            [
              0,
              1
            ]
          ]
        ],
        "text-padding": 2,
        "text-size": {
          "stops": [
            [
              15,
              10
            ],
            [
              20,
              11
            ]
          ]
        },
        "symbol-sort-key": 100000
      },
      "paint": {
        "icon-opacity": 1,
        "text-color": "#111111",
        "text-halo-blur": 0.5,
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1,
        "text-opacity": [
          "step",
          [
            "zoom"
          ],
          0,
          15.99,
          1
        ]
      }
    },
    {
      "id": "f_poi_label",
      "type": "symbol",
      "source": "coverage_points_vector",
      "source-layer": "coverage",
      "minzoom": 15.99,
      "layout": {
        "text-size": 12,
        "text-offset": [
          0,
          1.5
        ],
        "text-anchor": "top",
        "text-field": [
          "coalesce",
          [
            "get",
            "label"
          ],
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "NotoSans-Medium"
        ]
      },
      "paint": {
        "text-color": "#111111",
        "text-halo-color": "#f7f2e8",
        "text-halo-width": 1
      },
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "Point"
        ],
        [
          "has",
          "fid"
        ],
        [
          "!",
          [
            "has",
            "osm_id"
          ]
        ],
        [
          "!",
          [
            "has",
            "overture_id"
          ]
        ]
      ]
    }
  ],
  "glyphs": "https://dev.cdn.fotoshi.com/assets/fonts/{fontstack}/{range}.pbf",
  "sprite": "https://dev.cdn.fotoshi.com/assets/sprites/sprites",
  "bearing": 0,
  "pitch": 0,
  "maxTileCacheZoomLevels": 8,
  "center": [
    8.544425883402937,
    47.04744592902591
  ],
  "zoom": 17.051075220003924
}