{
  "version": 8,
  "name": "Car-Free Map",
  "metadata": {
    "carfree:terrain": {
      "source": {
        "url": "https://tiles.mapterhorn.com/{z}/{x}/{y}.webp",
        "encoding": "terrarium",
        "tile_size": 512,
        "max_zoom": 12
      },
      "hillshade": {
        "opacity": 0.35,
        "shadow_color": "#4a3a2a",
        "highlight_color": "#ffffff",
        "accent_color": "#00000000",
        "exaggeration": 0.45,
        "illumination_direction": 335
      },
      "contours": {
        "color_minor": "#8a6a3c",
        "color_major": "#6a4a24",
        "width_minor": 0.4,
        "width_major": 1.0,
        "opacity": 0.7,
        "label_color": "#4a3624",
        "label_halo": "#f4ecdccc",
        "label_size": 10
      }
    }
  },
  "sources": {
    "openmaptiles": {
      "type": "vector",
      "url": "https://tiles.openfreemap.org/planet"
    },
    "terrain": {
      "type": "raster-dem",
      "tiles": [
        "https://tiles.mapterhorn.com/{z}/{x}/{y}.webp"
      ],
      "encoding": "terrarium",
      "tileSize": 512,
      "maxzoom": 12,
      "attribution": "<a href='https://mapterhorn.com/attribution'>© Mapterhorn</a>"
    },
    "transit_lines": {
      "type": "vector",
      "url": "pmtiles:///map-assets/tl_lines.pmtiles"
    },
    "transit_stops_rail": {
      "type": "vector",
      "url": "pmtiles:///map-assets/tl_stops_rail.pmtiles"
    },
    "transit_stops_tram": {
      "type": "vector",
      "url": "pmtiles:///map-assets/tl_stops_tram.pmtiles"
    },
    "transit_stops_regional": {
      "type": "vector",
      "url": "pmtiles:///map-assets/tl_stops_regional.pmtiles"
    },
    "transit_stops_bus": {
      "type": "vector",
      "url": "pmtiles:///map-assets/tl_stops_bus.pmtiles"
    },
    "transit_stop_pills": {
      "type": "vector",
      "url": "pmtiles:///map-assets/tl_stop_pills.pmtiles"
    },
    "transit_close_zoom": {
      "type": "vector",
      "url": "pmtiles:///map-assets/tl_close_zoom.pmtiles"
    }
  },
  "glyphs": "/map-assets/fonts/{fontstack}/{range}.pbf",
  "center": [
    8.2269,
    46.8012
  ],
  "zoom": 8,
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "#d6e2ce"
      }
    },
    {
      "id": "hillshade",
      "type": "hillshade",
      "source": "terrain",
      "paint": {
        "hillshade-shadow-color": "rgba(74,58,42,0.35)",
        "hillshade-highlight-color": "rgba(255,255,255,0.35)",
        "hillshade-accent-color": "#00000000",
        "hillshade-illumination-direction": 335,
        "hillshade-exaggeration": 0.45,
        "hillshade-illumination-anchor": "viewport"
      }
    },
    {
      "id": "landuse-residential",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "residential"
      ],
      "paint": {
        "fill-color": "#e6d8c4",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.6,
          7,
          0.9
        ]
      }
    },
    {
      "id": "landuse-industrial",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "industrial"
      ],
      "paint": {
        "fill-color": "#e0d8cf",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.6,
          7,
          0.9
        ]
      }
    },
    {
      "id": "landuse-commercial",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "commercial"
      ],
      "paint": {
        "fill-color": "#f4d8c0",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.6,
          7,
          0.9
        ]
      }
    },
    {
      "id": "landuse-cemetery",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "cemetery"
      ],
      "paint": {
        "fill-color": "#c0ccb4",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.6,
          7,
          0.9
        ]
      }
    },
    {
      "id": "landuse-hospital",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "hospital"
      ],
      "paint": {
        "fill-color": "#e8d0df",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.6,
          7,
          0.9
        ]
      }
    },
    {
      "id": "landuse-school",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "school"
      ],
      "paint": {
        "fill-color": "#efdfb4",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.6,
          7,
          0.9
        ]
      }
    },
    {
      "id": "landuse-farmland",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "farmland"
      ],
      "paint": {
        "fill-color": "#ccdcb8",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.6,
          7,
          0.9
        ]
      }
    },
    {
      "id": "landuse-meadow",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "meadow"
      ],
      "paint": {
        "fill-color": "#c8d8bc",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.6,
          7,
          0.9
        ]
      }
    },
    {
      "id": "landcover-forest",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "wood"
      ],
      "paint": {
        "fill-color": "#a0c8a0",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.4,
          8,
          0.7
        ]
      }
    },
    {
      "id": "landcover-grass",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "grass"
      ],
      "paint": {
        "fill-color": "#b4d8a4",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.4,
          8,
          0.7
        ]
      }
    },
    {
      "id": "landcover-sand",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "sand"
      ],
      "paint": {
        "fill-color": "#e4dcc0",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.4,
          8,
          0.7
        ]
      }
    },
    {
      "id": "landcover-ice",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 4,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "ice"
      ],
      "paint": {
        "fill-color": "#e0ecf4",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.4,
          8,
          0.7
        ]
      }
    },
    {
      "id": "park-fill",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "park",
      "minzoom": 4,
      "paint": {
        "fill-color": "#b4d8a4",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.4,
          12,
          0.7
        ]
      }
    },
    {
      "id": "park-outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "park",
      "minzoom": 10,
      "paint": {
        "line-color": "#80b080",
        "line-width": 1,
        "line-opacity": 0.6
      }
    },
    {
      "id": "water-fill",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "paint": {
        "fill-color": "#a4c4e0"
      }
    },
    {
      "id": "water-outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 8,
      "paint": {
        "line-color": "#7dabc8",
        "line-width": 1,
        "line-opacity": 0.5
      }
    },
    {
      "id": "waterway-river",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 8,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "river",
          "canal"
        ],
        true,
        false
      ],
      "paint": {
        "line-color": "#a4c4e0",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          14,
          4,
          18,
          10
        ]
      }
    },
    {
      "id": "waterway-stream",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 12,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "stream",
          "ditch",
          "drain"
        ],
        true,
        false
      ],
      "paint": {
        "line-color": "#a4c4e0",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          18,
          3
        ]
      }
    },
    {
      "id": "buildings-fill",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 14,
      "paint": {
        "fill-color": "#dabeac",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          0.5,
          16,
          0.8
        ]
      }
    },
    {
      "id": "buildings-outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 14,
      "paint": {
        "line-color": "#b89990",
        "line-width": 0.5,
        "line-opacity": 0.6
      }
    },
    {
      "id": "rail-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "rail",
            "transit"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          0.75,
          14,
          2.0
        ],
        "line-opacity": 0.4
      }
    },
    {
      "id": "rail",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "rail",
            "transit"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          0.75,
          14,
          2.0
        ],
        "line-opacity": 0.2
      }
    },
    {
      "id": "road-motorway-line-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "maxzoom": 13,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "paint": {
        "line-color": "#a0a0a0",
        "line-width": 1,
        "line-dasharray": [
          4,
          3
        ],
        "line-opacity": 0.4
      }
    },
    {
      "id": "road-motorway-fill-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#c4c0b8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          13,
          1.84,
          22,
          941.99
        ],
        "line-opacity": 0.4
      }
    },
    {
      "id": "road-main-line-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#b0aca4",
        "line-width": [
          "step",
          [
            "zoom"
          ],
          1,
          13,
          2
        ],
        "line-opacity": 0.4
      }
    },
    {
      "id": "road-main-fill-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ccc8c0",
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          14,
          3.07,
          22,
          784.99
        ],
        "line-opacity": 0.4
      }
    },
    {
      "id": "road-walkable-midline-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "trunk",
            "primary",
            "secondary",
            "rail",
            "transit",
            "ferry",
            "path"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "case",
          [
            "any",
            [
              "==",
              [
                "get",
                "subclass"
              ],
              "pedestrian"
            ],
            [
              "==",
              [
                "get",
                "subclass"
              ],
              "living_street"
            ]
          ],
          2.0,
          [
            "any",
            [
              "==",
              [
                "get",
                "class"
              ],
              "minor"
            ],
            [
              "==",
              [
                "get",
                "class"
              ],
              "residential"
            ]
          ],
          1.5,
          1.0
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0.12,
          14,
          0.32000000000000006
        ]
      }
    },
    {
      "id": "road-walkable-fill-wide-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "tertiary"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          3.68,
          22,
          471.0
        ],
        "line-opacity": 0.4
      }
    },
    {
      "id": "road-walkable-fill-mid-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "residential",
            "unclassified",
            "living_street"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          2.76,
          22,
          353.25
        ],
        "line-opacity": 0.4
      }
    },
    {
      "id": "road-walkable-fill-pedestrian-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "pedestrian"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          2.45,
          22,
          314.0
        ],
        "line-opacity": 0.4
      }
    },
    {
      "id": "road-walkable-fill-narrow-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          1.23,
          22,
          157.0
        ],
        "line-opacity": 0.4
      }
    },
    {
      "id": "road-motorway-line",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "maxzoom": 13,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "trunk"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "paint": {
        "line-color": "#a0a0a0",
        "line-width": 1,
        "line-dasharray": [
          4,
          3
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-motorway-fill",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "trunk"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#c4c0b8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          13,
          1.84,
          22,
          941.99
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-main-line",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#b0aca4",
        "line-width": [
          "step",
          [
            "zoom"
          ],
          1,
          13,
          2
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-main-fill",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ccc8c0",
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          14,
          3.07,
          22,
          784.99
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-walkable-midline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "trunk",
            "primary",
            "secondary",
            "rail",
            "transit",
            "ferry",
            "path"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "case",
          [
            "any",
            [
              "==",
              [
                "get",
                "subclass"
              ],
              "pedestrian"
            ],
            [
              "==",
              [
                "get",
                "subclass"
              ],
              "living_street"
            ]
          ],
          2.0,
          [
            "any",
            [
              "==",
              [
                "get",
                "class"
              ],
              "minor"
            ],
            [
              "==",
              [
                "get",
                "class"
              ],
              "residential"
            ]
          ],
          1.5,
          1.0
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0.3,
          14,
          0.8
        ]
      }
    },
    {
      "id": "road-walkable-fill-wide",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "tertiary"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          3.68,
          22,
          471.0
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-walkable-fill-mid",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "residential",
            "unclassified",
            "living_street"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          2.76,
          22,
          353.25
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-walkable-fill-pedestrian",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "pedestrian"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          2.45,
          22,
          314.0
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-walkable-fill-narrow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          1.23,
          22,
          157.0
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "path-paved-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "<",
          [
            "coalesce",
            [
              "get",
              "layer"
            ],
            0
          ],
          0
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#404040",
        "line-width": 6.0,
        "line-opacity": 0.15
      }
    },
    {
      "id": "path-passage-tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          ">=",
          [
            "coalesce",
            [
              "get",
              "layer"
            ],
            0
          ],
          0
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#c08040",
        "line-width": 1.2,
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          16,
          0.8
        ]
      }
    },
    {
      "id": "path-paved",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "any",
          [
            "==",
            [
              "get",
              "surface"
            ],
            "paved"
          ],
          [
            "!",
            [
              "has",
              "surface"
            ]
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#c08040",
        "line-width": 1.2,
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          16,
          0.8
        ]
      }
    },
    {
      "id": "path-unpaved",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "surface"
          ],
          "unpaved"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#b08050",
        "line-width": 1.2,
        "line-dasharray": [
          3,
          2
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          16,
          0.8
        ]
      }
    },
    {
      "id": "bridge-deck",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": [
        "==",
        [
          "get",
          "brunnel"
        ],
        "bridge"
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#c4c0b8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          13,
          1.5,
          14,
          2.3,
          22,
          588.7
        ],
        "line-opacity": 0.6
      }
    },
    {
      "id": "rail-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "rail",
            "transit"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          0.75,
          14,
          2.0
        ],
        "line-opacity": 0.2
      }
    },
    {
      "id": "road-motorway-line-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "maxzoom": 13,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#a0a0a0",
        "line-width": 1,
        "line-dasharray": [
          4,
          3
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-motorway-fill-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "motorway",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#c4c0b8",
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          13,
          1.84,
          22,
          941.99
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-main-line-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#b0aca4",
        "line-width": [
          "step",
          [
            "zoom"
          ],
          1,
          13,
          2
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-main-fill-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ccc8c0",
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          14,
          3.07,
          22,
          784.99
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-walkable-fill-wide-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "tertiary"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          3.68,
          22,
          471.0
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-walkable-fill-mid-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "residential",
            "unclassified",
            "living_street"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          2.76,
          22,
          353.25
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-walkable-fill-pedestrian-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "pedestrian"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          2.45,
          22,
          314.0
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "road-walkable-fill-narrow-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "pedestrian"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "subclass"
            ],
            "living_street"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "minor"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "residential"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "service"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "tertiary"
          ],
          "#c08040",
          [
            "==",
            [
              "get",
              "class"
            ],
            "track"
          ],
          "#c08040",
          "#c08040"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          15,
          1.23,
          22,
          157.0
        ],
        "line-opacity": 1.0
      }
    },
    {
      "id": "path-paved-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "any",
          [
            "==",
            [
              "get",
              "surface"
            ],
            "paved"
          ],
          [
            "!",
            [
              "has",
              "surface"
            ]
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#c08040",
        "line-width": 1.2,
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          16,
          0.8
        ]
      }
    },
    {
      "id": "path-unpaved-bridge",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "path"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "==",
          [
            "get",
            "surface"
          ],
          "unpaved"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#b08050",
        "line-width": 1.2,
        "line-dasharray": [
          3,
          2
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          16,
          0.8
        ]
      }
    },
    {
      "id": "close-zoom-station-backdrop",
      "type": "fill",
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 17,
      "filter": [
        "==",
        [
          "get",
          "feature_type"
        ],
        "backdrop"
      ],
      "paint": {
        "fill-color": [
          "coalesce",
          [
            "get",
            "bg_color"
          ],
          "#b340c9"
        ],
        "fill-opacity": 0.35,
        "fill-antialias": true
      }
    },
    {
      "id": "transit-mountain-casing",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "mountain"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              0.4
            ],
            2.0
          ],
          14,
          [
            "+",
            [
              "get",
              "width_base"
            ],
            2.0
          ],
          18,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              4.0
            ],
            2.0
          ]
        ],
        "line-opacity": 0.9
      }
    },
    {
      "id": "transit-mountain",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "mountain"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            0.4
          ],
          14,
          [
            "get",
            "width_base"
          ],
          18,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            4.0
          ]
        ],
        "line-opacity": 0.85
      }
    },
    {
      "id": "transit-regional_bus-casing",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "regional_bus"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              0.4
            ],
            2.0
          ],
          14,
          [
            "+",
            [
              "get",
              "width_base"
            ],
            2.0
          ],
          18,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              4.0
            ],
            2.0
          ]
        ],
        "line-opacity": 0.9
      }
    },
    {
      "id": "transit-regional_bus",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "regional_bus"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            0.4
          ],
          14,
          [
            "get",
            "width_base"
          ],
          18,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            4.0
          ]
        ],
        "line-opacity": 0.85
      }
    },
    {
      "id": "transit-bus-casing",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "bus"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              0.4
            ],
            2.0
          ],
          14,
          [
            "+",
            [
              "get",
              "width_base"
            ],
            2.0
          ],
          18,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              4.0
            ],
            2.0
          ]
        ],
        "line-opacity": 0.9
      }
    },
    {
      "id": "transit-bus",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "bus"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            0.4
          ],
          14,
          [
            "get",
            "width_base"
          ],
          18,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            4.0
          ]
        ],
        "line-opacity": 0.85
      }
    },
    {
      "id": "transit-ferry-casing",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "ferry"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              0.4
            ],
            2.0
          ],
          14,
          [
            "+",
            [
              "get",
              "width_base"
            ],
            2.0
          ],
          18,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              4.0
            ],
            2.0
          ]
        ],
        "line-opacity": 0.9
      }
    },
    {
      "id": "transit-ferry",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "ferry"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            0.4
          ],
          14,
          [
            "get",
            "width_base"
          ],
          18,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            4.0
          ]
        ],
        "line-opacity": 0.85
      }
    },
    {
      "id": "transit-metro-casing",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "metro"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              0.4
            ],
            2.0
          ],
          14,
          [
            "+",
            [
              "get",
              "width_base"
            ],
            2.0
          ],
          18,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              4.0
            ],
            2.0
          ]
        ],
        "line-opacity": 0.9
      }
    },
    {
      "id": "transit-metro",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "metro"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            0.4
          ],
          14,
          [
            "get",
            "width_base"
          ],
          18,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            4.0
          ]
        ],
        "line-opacity": 0.85
      }
    },
    {
      "id": "transit-tram-casing",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "tram"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              0.4
            ],
            2.0
          ],
          14,
          [
            "+",
            [
              "get",
              "width_base"
            ],
            2.0
          ],
          18,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              4.0
            ],
            2.0
          ]
        ],
        "line-opacity": 0.9
      }
    },
    {
      "id": "transit-tram",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "tram"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            0.4
          ],
          14,
          [
            "get",
            "width_base"
          ],
          18,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            4.0
          ]
        ],
        "line-opacity": 0.85
      }
    },
    {
      "id": "transit-train-casing",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "train"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              0.4
            ],
            2.0
          ],
          14,
          [
            "+",
            [
              "get",
              "width_base"
            ],
            2.0
          ],
          18,
          [
            "+",
            [
              "*",
              [
                "get",
                "width_base"
              ],
              4.0
            ],
            2.0
          ]
        ],
        "line-opacity": 0.9
      }
    },
    {
      "id": "transit-train",
      "type": "line",
      "source": "transit_lines",
      "source-layer": "transit_lines",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "mode"
          ],
          "train"
        ],
        [
          "==",
          [
            "get",
            "gtfs_matched"
          ],
          true
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "line-sort-key": [
          "coalesce",
          [
            "get",
            "speed_kmh"
          ],
          0
        ]
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            0.4
          ],
          14,
          [
            "get",
            "width_base"
          ],
          18,
          [
            "*",
            [
              "get",
              "width_base"
            ],
            4.0
          ]
        ],
        "line-opacity": 0.85
      }
    },
    {
      "id": "border-country",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 0,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "admin_level"
          ],
          2
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "disputed"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#888888",
        "line-width": 1.5,
        "line-dasharray": [
          5,
          3
        ]
      }
    },
    {
      "id": "border-state",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "admin_level"
          ],
          4
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#aaaaaa",
        "line-width": 0.8,
        "line-dasharray": [
          3,
          2
        ]
      }
    },
    {
      "id": "label-poi",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 16,
      "filter": [
        "all",
        [
          "<=",
          [
            "get",
            "rank"
          ],
          14
        ],
        [
          "!",
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "railway",
              "bus",
              "aerialway",
              "ferry_terminal"
            ],
            true,
            false
          ]
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:latin"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Saira Regular"
        ],
        "text-size": 8.0,
        "text-max-width": 6,
        "text-anchor": "top",
        "text-offset": [
          0,
          0.4
        ]
      },
      "paint": {
        "text-color": "#666666",
        "text-halo-color": "#ffffffcc",
        "text-halo-width": 1.0,
        "text-opacity": 0.75
      }
    },
    {
      "id": "label-waterway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 8,
      "filter": [
        "all",
        [
          "has",
          "name"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "river",
            "canal"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:latin"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Saira Italic"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          10.0,
          14,
          13.0
        ],
        "symbol-placement": "line",
        "symbol-spacing": 400,
        "text-rotation-alignment": "map",
        "text-max-angle": 30
      },
      "paint": {
        "text-color": "#4a7da8",
        "text-halo-color": "#ffffffaa",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "label-water-area",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 6,
      "maxzoom": 14,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "lake",
          "sea",
          "ocean",
          "reservoir",
          "bay",
          "strait"
        ],
        true,
        false
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:latin"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Saira Italic"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          6,
          9.0,
          9,
          15.0,
          13,
          12.0
        ],
        "text-max-width": 10,
        "symbol-placement": "line",
        "symbol-spacing": 600,
        "text-rotation-alignment": "map",
        "text-max-angle": 30
      },
      "paint": {
        "text-color": "#4a7da8",
        "text-halo-color": "#ffffffaa",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "label-street",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 15,
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:latin"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Saira Regular"
        ],
        "text-size": 10.0,
        "symbol-placement": "line",
        "text-rotation-alignment": "map",
        "text-max-angle": 30
      },
      "paint": {
        "text-color": "#3a3a3a",
        "text-halo-color": "#ffffffcc",
        "text-halo-width": 1.5,
        "text-opacity": 0.8
      }
    },
    {
      "id": "label-country",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 2,
      "maxzoom": 6,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "country"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:latin"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Saira Bold"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          10.0,
          5,
          16.0,
          8,
          20.0
        ],
        "text-max-width": 8,
        "text-transform": "uppercase",
        "text-letter-spacing": 0.1,
        "symbol-sort-key": [
          "coalesce",
          [
            "get",
            "rank"
          ],
          100
        ]
      },
      "paint": {
        "text-color": "#3a3a3a",
        "text-halo-color": "#ffffffcc",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "label-state",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 4,
      "maxzoom": 9,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "state"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:latin"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Saira Italic"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          9.0,
          8,
          13.0
        ],
        "text-max-width": 8,
        "text-transform": "uppercase",
        "text-letter-spacing": 0.15
      },
      "paint": {
        "text-color": "#555555",
        "text-halo-color": "#ffffffcc",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "label-place",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 4,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "city",
          "town",
          "village",
          "suburb",
          "neighbourhood",
          "quarter"
        ],
        true,
        false
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:latin"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "case",
          [
            "==",
            [
              "get",
              "class"
            ],
            "city"
          ],
          [
            "literal",
            [
              "Saira Bold"
            ]
          ],
          [
            "all",
            [
              "==",
              [
                "get",
                "class"
              ],
              "town"
            ],
            [
              "<=",
              [
                "coalesce",
                [
                  "get",
                  "rank"
                ],
                99
              ],
              12
            ]
          ],
          [
            "literal",
            [
              "Saira Bold"
            ]
          ],
          [
            "literal",
            [
              "Saira Regular"
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          3,
          [
            "case",
            [
              "all",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "city"
              ],
              [
                "==",
                [
                  "get",
                  "capital"
                ],
                2
              ]
            ],
            10.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "city"
            ],
            9.0,
            5.0
          ],
          6,
          [
            "case",
            [
              "all",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "city"
              ],
              [
                "==",
                [
                  "get",
                  "capital"
                ],
                2
              ]
            ],
            15.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "city"
            ],
            12.0,
            [
              "all",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "town"
              ],
              [
                "<=",
                [
                  "coalesce",
                  [
                    "get",
                    "rank"
                  ],
                  99
                ],
                12
              ]
            ],
            10.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "town"
            ],
            10.0,
            7.0
          ],
          8,
          [
            "case",
            [
              "all",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "city"
              ],
              [
                "==",
                [
                  "get",
                  "capital"
                ],
                2
              ]
            ],
            17.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "city"
            ],
            14.0,
            [
              "all",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "town"
              ],
              [
                "<=",
                [
                  "coalesce",
                  [
                    "get",
                    "rank"
                  ],
                  99
                ],
                12
              ]
            ],
            12.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "town"
            ],
            11.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "village"
            ],
            9.0,
            7.0
          ],
          11,
          [
            "case",
            [
              "all",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "city"
              ],
              [
                "==",
                [
                  "get",
                  "capital"
                ],
                2
              ]
            ],
            20.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "city"
            ],
            17.0,
            [
              "all",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "town"
              ],
              [
                "<=",
                [
                  "coalesce",
                  [
                    "get",
                    "rank"
                  ],
                  99
                ],
                12
              ]
            ],
            14.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "town"
            ],
            13.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "village"
            ],
            12.0,
            11.0
          ],
          13,
          [
            "case",
            [
              "all",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "city"
              ],
              [
                "==",
                [
                  "get",
                  "capital"
                ],
                2
              ]
            ],
            22.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "city"
            ],
            19.0,
            [
              "all",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "town"
              ],
              [
                "<=",
                [
                  "coalesce",
                  [
                    "get",
                    "rank"
                  ],
                  99
                ],
                12
              ]
            ],
            16.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "town"
            ],
            14.0,
            [
              "==",
              [
                "get",
                "class"
              ],
              "village"
            ],
            13.0,
            13.0
          ]
        ],
        "text-max-width": 8,
        "text-transform": [
          "case",
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "suburb",
              "neighbourhood",
              "quarter"
            ],
            true,
            false
          ],
          "uppercase",
          "none"
        ],
        "text-letter-spacing": [
          "case",
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "suburb",
              "neighbourhood",
              "quarter"
            ],
            true,
            false
          ],
          0.1,
          0
        ],
        "symbol-sort-key": [
          "case",
          [
            "all",
            [
              "==",
              [
                "get",
                "class"
              ],
              "city"
            ],
            [
              "==",
              [
                "get",
                "capital"
              ],
              2
            ]
          ],
          [
            "+",
            0,
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              100
            ]
          ],
          [
            "==",
            [
              "get",
              "class"
            ],
            "city"
          ],
          [
            "+",
            100,
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              100
            ]
          ],
          [
            "==",
            [
              "get",
              "class"
            ],
            "town"
          ],
          [
            "+",
            10000,
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              100
            ]
          ],
          [
            "==",
            [
              "get",
              "class"
            ],
            "village"
          ],
          [
            "+",
            20000,
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              100
            ]
          ],
          [
            "+",
            30000,
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              100
            ]
          ]
        ]
      },
      "paint": {
        "text-color": [
          "case",
          [
            "==",
            [
              "get",
              "class"
            ],
            "city"
          ],
          "#000000",
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "suburb",
              "neighbourhood",
              "quarter"
            ],
            true,
            false
          ],
          "#666666",
          "#3a3a3a"
        ],
        "text-halo-color": "#ffffffcc",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "transit-stop-fill-transit_stops_rail-far",
      "type": "circle",
      "source": "transit_stops_rail",
      "source-layer": "transit_stops",
      "minzoom": 5,
      "maxzoom": 14,
      "paint": {
        "circle-color": "#ffffff",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            3.5,
            "main_train",
            3.25,
            "important_train",
            3.0,
            "train_station",
            2.5,
            "small_train",
            2.0,
            "major_mountain",
            1.5,
            "mountain_stop",
            1.25,
            "ferry_stop",
            1.5,
            "major_hub",
            2.25,
            "big_station",
            1.75,
            "normal_stop",
            1.25,
            1.0
          ],
          8,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            4.4167,
            "main_train",
            3.9583,
            "important_train",
            3.5833,
            "train_station",
            3.0,
            "small_train",
            2.4167,
            "major_mountain",
            1.75,
            "mountain_stop",
            1.4583,
            "ferry_stop",
            1.75,
            "major_hub",
            2.7083,
            "big_station",
            2.0833,
            "normal_stop",
            1.5,
            1.1667
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            5.3333,
            "main_train",
            4.6667,
            "important_train",
            4.1667,
            "train_station",
            3.5,
            "small_train",
            2.8333,
            "major_mountain",
            2.0,
            "mountain_stop",
            1.6667,
            "ferry_stop",
            2.0,
            "major_hub",
            3.1667,
            "big_station",
            2.4167,
            "normal_stop",
            1.75,
            1.3333
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            6.25,
            "main_train",
            5.375,
            "important_train",
            4.75,
            "train_station",
            4.0,
            "small_train",
            3.25,
            "major_mountain",
            2.25,
            "mountain_stop",
            1.875,
            "ferry_stop",
            2.25,
            "major_hub",
            3.625,
            "big_station",
            2.75,
            "normal_stop",
            2.0,
            1.5
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            7.1667,
            "main_train",
            6.0833,
            "important_train",
            5.3333,
            "train_station",
            4.5,
            "small_train",
            3.6667,
            "major_mountain",
            2.5,
            "mountain_stop",
            2.0833,
            "ferry_stop",
            2.5,
            "major_hub",
            4.0833,
            "big_station",
            3.0833,
            "normal_stop",
            2.25,
            1.6667
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            8.0833,
            "main_train",
            6.7917,
            "important_train",
            5.9167,
            "train_station",
            5.0,
            "small_train",
            4.0833,
            "major_mountain",
            2.75,
            "mountain_stop",
            2.2917,
            "ferry_stop",
            2.75,
            "major_hub",
            4.5417,
            "big_station",
            3.4167,
            "normal_stop",
            2.5,
            1.8333
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            9.0,
            "main_train",
            7.5,
            "important_train",
            6.5,
            "train_station",
            5.5,
            "small_train",
            4.5,
            "major_mountain",
            3.0,
            "mountain_stop",
            2.5,
            "ferry_stop",
            3.0,
            "major_hub",
            5.0,
            "big_station",
            3.75,
            "normal_stop",
            2.75,
            2.0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            9.9167,
            "main_train",
            8.2083,
            "important_train",
            7.0833,
            "train_station",
            6.0,
            "small_train",
            4.9167,
            "major_mountain",
            3.25,
            "mountain_stop",
            2.7083,
            "ferry_stop",
            3.25,
            "major_hub",
            5.4583,
            "big_station",
            4.0833,
            "normal_stop",
            3.0,
            2.1667
          ]
        ],
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 1.0
      }
    },
    {
      "id": "transit-stop-fill-transit_stops_rail",
      "type": "circle",
      "source": "transit_stops_rail",
      "source-layer": "transit_stops",
      "minzoom": 14,
      "maxzoom": 17,
      "paint": {
        "circle-color": "#ffffff",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "+",
            2.25,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.15
            ]
          ],
          15,
          [
            "+",
            3.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.6
            ]
          ],
          16,
          [
            "+",
            4.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ],
          17,
          [
            "+",
            7.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ]
        ],
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 1.0
      }
    },
    {
      "id": "transit-stop-fill-transit_stops_tram-far",
      "type": "circle",
      "source": "transit_stops_tram",
      "source-layer": "transit_stops",
      "minzoom": 10,
      "maxzoom": 14,
      "paint": {
        "circle-color": "#ffffff",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            3.5,
            "main_train",
            3.25,
            "important_train",
            3.0,
            "train_station",
            2.5,
            "small_train",
            2.0,
            "major_mountain",
            1.5,
            "mountain_stop",
            1.25,
            "ferry_stop",
            1.5,
            "major_hub",
            2.25,
            "big_station",
            1.75,
            "normal_stop",
            1.25,
            1.0
          ],
          8,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            4.4167,
            "main_train",
            3.9583,
            "important_train",
            3.5833,
            "train_station",
            3.0,
            "small_train",
            2.4167,
            "major_mountain",
            1.75,
            "mountain_stop",
            1.4583,
            "ferry_stop",
            1.75,
            "major_hub",
            2.7083,
            "big_station",
            2.0833,
            "normal_stop",
            1.5,
            1.1667
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            5.3333,
            "main_train",
            4.6667,
            "important_train",
            4.1667,
            "train_station",
            3.5,
            "small_train",
            2.8333,
            "major_mountain",
            2.0,
            "mountain_stop",
            1.6667,
            "ferry_stop",
            2.0,
            "major_hub",
            3.1667,
            "big_station",
            2.4167,
            "normal_stop",
            1.75,
            1.3333
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            6.25,
            "main_train",
            5.375,
            "important_train",
            4.75,
            "train_station",
            4.0,
            "small_train",
            3.25,
            "major_mountain",
            2.25,
            "mountain_stop",
            1.875,
            "ferry_stop",
            2.25,
            "major_hub",
            3.625,
            "big_station",
            2.75,
            "normal_stop",
            2.0,
            1.5
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            7.1667,
            "main_train",
            6.0833,
            "important_train",
            5.3333,
            "train_station",
            4.5,
            "small_train",
            3.6667,
            "major_mountain",
            2.5,
            "mountain_stop",
            2.0833,
            "ferry_stop",
            2.5,
            "major_hub",
            4.0833,
            "big_station",
            3.0833,
            "normal_stop",
            2.25,
            1.6667
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            8.0833,
            "main_train",
            6.7917,
            "important_train",
            5.9167,
            "train_station",
            5.0,
            "small_train",
            4.0833,
            "major_mountain",
            2.75,
            "mountain_stop",
            2.2917,
            "ferry_stop",
            2.75,
            "major_hub",
            4.5417,
            "big_station",
            3.4167,
            "normal_stop",
            2.5,
            1.8333
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            9.0,
            "main_train",
            7.5,
            "important_train",
            6.5,
            "train_station",
            5.5,
            "small_train",
            4.5,
            "major_mountain",
            3.0,
            "mountain_stop",
            2.5,
            "ferry_stop",
            3.0,
            "major_hub",
            5.0,
            "big_station",
            3.75,
            "normal_stop",
            2.75,
            2.0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            9.9167,
            "main_train",
            8.2083,
            "important_train",
            7.0833,
            "train_station",
            6.0,
            "small_train",
            4.9167,
            "major_mountain",
            3.25,
            "mountain_stop",
            2.7083,
            "ferry_stop",
            3.25,
            "major_hub",
            5.4583,
            "big_station",
            4.0833,
            "normal_stop",
            3.0,
            2.1667
          ]
        ],
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 1.0
      }
    },
    {
      "id": "transit-stop-fill-transit_stops_tram",
      "type": "circle",
      "source": "transit_stops_tram",
      "source-layer": "transit_stops",
      "minzoom": 14,
      "maxzoom": 17,
      "paint": {
        "circle-color": "#ffffff",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "+",
            2.25,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.15
            ]
          ],
          15,
          [
            "+",
            3.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.6
            ]
          ],
          16,
          [
            "+",
            4.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ],
          17,
          [
            "+",
            7.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ]
        ],
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 1.0
      }
    },
    {
      "id": "transit-stop-fill-transit_stops_regional-far",
      "type": "circle",
      "source": "transit_stops_regional",
      "source-layer": "transit_stops",
      "minzoom": 9,
      "maxzoom": 14,
      "paint": {
        "circle-color": "#ffffff",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            3.5,
            "main_train",
            3.25,
            "important_train",
            3.0,
            "train_station",
            2.5,
            "small_train",
            2.0,
            "major_mountain",
            1.5,
            "mountain_stop",
            1.25,
            "ferry_stop",
            1.5,
            "major_hub",
            2.25,
            "big_station",
            1.75,
            "normal_stop",
            1.25,
            1.0
          ],
          8,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            4.4167,
            "main_train",
            3.9583,
            "important_train",
            3.5833,
            "train_station",
            3.0,
            "small_train",
            2.4167,
            "major_mountain",
            1.75,
            "mountain_stop",
            1.4583,
            "ferry_stop",
            1.75,
            "major_hub",
            2.7083,
            "big_station",
            2.0833,
            "normal_stop",
            1.5,
            1.1667
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            5.3333,
            "main_train",
            4.6667,
            "important_train",
            4.1667,
            "train_station",
            3.5,
            "small_train",
            2.8333,
            "major_mountain",
            2.0,
            "mountain_stop",
            1.6667,
            "ferry_stop",
            2.0,
            "major_hub",
            3.1667,
            "big_station",
            2.4167,
            "normal_stop",
            1.75,
            1.3333
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            6.25,
            "main_train",
            5.375,
            "important_train",
            4.75,
            "train_station",
            4.0,
            "small_train",
            3.25,
            "major_mountain",
            2.25,
            "mountain_stop",
            1.875,
            "ferry_stop",
            2.25,
            "major_hub",
            3.625,
            "big_station",
            2.75,
            "normal_stop",
            2.0,
            1.5
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            7.1667,
            "main_train",
            6.0833,
            "important_train",
            5.3333,
            "train_station",
            4.5,
            "small_train",
            3.6667,
            "major_mountain",
            2.5,
            "mountain_stop",
            2.0833,
            "ferry_stop",
            2.5,
            "major_hub",
            4.0833,
            "big_station",
            3.0833,
            "normal_stop",
            2.25,
            1.6667
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            8.0833,
            "main_train",
            6.7917,
            "important_train",
            5.9167,
            "train_station",
            5.0,
            "small_train",
            4.0833,
            "major_mountain",
            2.75,
            "mountain_stop",
            2.2917,
            "ferry_stop",
            2.75,
            "major_hub",
            4.5417,
            "big_station",
            3.4167,
            "normal_stop",
            2.5,
            1.8333
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            9.0,
            "main_train",
            7.5,
            "important_train",
            6.5,
            "train_station",
            5.5,
            "small_train",
            4.5,
            "major_mountain",
            3.0,
            "mountain_stop",
            2.5,
            "ferry_stop",
            3.0,
            "major_hub",
            5.0,
            "big_station",
            3.75,
            "normal_stop",
            2.75,
            2.0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            9.9167,
            "main_train",
            8.2083,
            "important_train",
            7.0833,
            "train_station",
            6.0,
            "small_train",
            4.9167,
            "major_mountain",
            3.25,
            "mountain_stop",
            2.7083,
            "ferry_stop",
            3.25,
            "major_hub",
            5.4583,
            "big_station",
            4.0833,
            "normal_stop",
            3.0,
            2.1667
          ]
        ],
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 1.0
      }
    },
    {
      "id": "transit-stop-fill-transit_stops_regional",
      "type": "circle",
      "source": "transit_stops_regional",
      "source-layer": "transit_stops",
      "minzoom": 14,
      "maxzoom": 17,
      "paint": {
        "circle-color": "#ffffff",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "+",
            2.25,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.15
            ]
          ],
          15,
          [
            "+",
            3.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.6
            ]
          ],
          16,
          [
            "+",
            4.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ],
          17,
          [
            "+",
            7.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ]
        ],
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 1.0
      }
    },
    {
      "id": "transit-stop-fill-transit_stops_bus-far",
      "type": "circle",
      "source": "transit_stops_bus",
      "source-layer": "transit_stops",
      "minzoom": 11,
      "maxzoom": 14,
      "paint": {
        "circle-color": "#ffffff",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            3.5,
            "main_train",
            3.25,
            "important_train",
            3.0,
            "train_station",
            2.5,
            "small_train",
            2.0,
            "major_mountain",
            1.5,
            "mountain_stop",
            1.25,
            "ferry_stop",
            1.5,
            "major_hub",
            2.25,
            "big_station",
            1.75,
            "normal_stop",
            1.25,
            1.0
          ],
          8,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            4.4167,
            "main_train",
            3.9583,
            "important_train",
            3.5833,
            "train_station",
            3.0,
            "small_train",
            2.4167,
            "major_mountain",
            1.75,
            "mountain_stop",
            1.4583,
            "ferry_stop",
            1.75,
            "major_hub",
            2.7083,
            "big_station",
            2.0833,
            "normal_stop",
            1.5,
            1.1667
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            5.3333,
            "main_train",
            4.6667,
            "important_train",
            4.1667,
            "train_station",
            3.5,
            "small_train",
            2.8333,
            "major_mountain",
            2.0,
            "mountain_stop",
            1.6667,
            "ferry_stop",
            2.0,
            "major_hub",
            3.1667,
            "big_station",
            2.4167,
            "normal_stop",
            1.75,
            1.3333
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            6.25,
            "main_train",
            5.375,
            "important_train",
            4.75,
            "train_station",
            4.0,
            "small_train",
            3.25,
            "major_mountain",
            2.25,
            "mountain_stop",
            1.875,
            "ferry_stop",
            2.25,
            "major_hub",
            3.625,
            "big_station",
            2.75,
            "normal_stop",
            2.0,
            1.5
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            7.1667,
            "main_train",
            6.0833,
            "important_train",
            5.3333,
            "train_station",
            4.5,
            "small_train",
            3.6667,
            "major_mountain",
            2.5,
            "mountain_stop",
            2.0833,
            "ferry_stop",
            2.5,
            "major_hub",
            4.0833,
            "big_station",
            3.0833,
            "normal_stop",
            2.25,
            1.6667
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            8.0833,
            "main_train",
            6.7917,
            "important_train",
            5.9167,
            "train_station",
            5.0,
            "small_train",
            4.0833,
            "major_mountain",
            2.75,
            "mountain_stop",
            2.2917,
            "ferry_stop",
            2.75,
            "major_hub",
            4.5417,
            "big_station",
            3.4167,
            "normal_stop",
            2.5,
            1.8333
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            9.0,
            "main_train",
            7.5,
            "important_train",
            6.5,
            "train_station",
            5.5,
            "small_train",
            4.5,
            "major_mountain",
            3.0,
            "mountain_stop",
            2.5,
            "ferry_stop",
            3.0,
            "major_hub",
            5.0,
            "big_station",
            3.75,
            "normal_stop",
            2.75,
            2.0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            9.9167,
            "main_train",
            8.2083,
            "important_train",
            7.0833,
            "train_station",
            6.0,
            "small_train",
            4.9167,
            "major_mountain",
            3.25,
            "mountain_stop",
            2.7083,
            "ferry_stop",
            3.25,
            "major_hub",
            5.4583,
            "big_station",
            4.0833,
            "normal_stop",
            3.0,
            2.1667
          ]
        ],
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 1.0
      }
    },
    {
      "id": "transit-stop-fill-transit_stops_bus",
      "type": "circle",
      "source": "transit_stops_bus",
      "source-layer": "transit_stops",
      "minzoom": 14,
      "maxzoom": 17,
      "paint": {
        "circle-color": "#ffffff",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "+",
            2.25,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.15
            ]
          ],
          15,
          [
            "+",
            3.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.6
            ]
          ],
          16,
          [
            "+",
            4.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ],
          17,
          [
            "+",
            7.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ]
        ],
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 1.0
      }
    },
    {
      "id": "transit-stop-label-transit_stops_bus-far-normal",
      "type": "symbol",
      "source": "transit_stops_bus",
      "source-layer": "transit_stops",
      "minzoom": 11,
      "maxzoom": 14,
      "filter": [
        "==",
        [
          "get",
          "stop_tier"
        ],
        "normal_stop"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.55,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 20,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transit-stop-label-transit_stops_bus-far-other",
      "type": "symbol",
      "source": "transit_stops_bus",
      "source-layer": "transit_stops",
      "minzoom": 11,
      "maxzoom": 14,
      "filter": [
        "!=",
        [
          "get",
          "stop_tier"
        ],
        "normal_stop"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.55,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 4,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transit-stop-label-transit_stops_regional-far-normal",
      "type": "symbol",
      "source": "transit_stops_regional",
      "source-layer": "transit_stops",
      "minzoom": 9,
      "maxzoom": 14,
      "filter": [
        "==",
        [
          "get",
          "stop_tier"
        ],
        "normal_stop"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.55,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 20,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transit-stop-label-transit_stops_regional-far-other",
      "type": "symbol",
      "source": "transit_stops_regional",
      "source-layer": "transit_stops",
      "minzoom": 9,
      "maxzoom": 14,
      "filter": [
        "!=",
        [
          "get",
          "stop_tier"
        ],
        "normal_stop"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.55,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 4,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transit-stop-label-transit_stops_tram-far-normal",
      "type": "symbol",
      "source": "transit_stops_tram",
      "source-layer": "transit_stops",
      "minzoom": 10,
      "maxzoom": 14,
      "filter": [
        "==",
        [
          "get",
          "stop_tier"
        ],
        "normal_stop"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.55,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 20,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transit-stop-label-transit_stops_tram-far-other",
      "type": "symbol",
      "source": "transit_stops_tram",
      "source-layer": "transit_stops",
      "minzoom": 10,
      "maxzoom": 14,
      "filter": [
        "!=",
        [
          "get",
          "stop_tier"
        ],
        "normal_stop"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.55,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 4,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transit-stop-label-transit_stops_rail-far-normal",
      "type": "symbol",
      "source": "transit_stops_rail",
      "source-layer": "transit_stops",
      "minzoom": 5,
      "maxzoom": 14,
      "filter": [
        "==",
        [
          "get",
          "stop_tier"
        ],
        "normal_stop"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.55,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 20,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transit-stop-label-transit_stops_rail-far-other",
      "type": "symbol",
      "source": "transit_stops_rail",
      "source-layer": "transit_stops",
      "minzoom": 5,
      "maxzoom": 14,
      "filter": [
        "!=",
        [
          "get",
          "stop_tier"
        ],
        "normal_stop"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.55,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 4,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transit-stop-pill-casing",
      "type": "line",
      "source": "transit_stop_pills",
      "source-layer": "transit_stop_pills",
      "minzoom": 14,
      "maxzoom": 17,
      "filter": [
        "==",
        [
          "get",
          "feature_type"
        ],
        "pill"
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#000000",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "+",
            6.5,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.3
            ]
          ],
          15,
          [
            "+",
            8.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              3.2
            ]
          ],
          16,
          [
            "+",
            10.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              4.4
            ]
          ],
          17,
          [
            "+",
            16.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              4.4
            ]
          ]
        ]
      }
    },
    {
      "id": "transit-stop-pill-connector-casing",
      "type": "line",
      "source": "transit_stop_pills",
      "source-layer": "transit_stop_pills",
      "minzoom": 14,
      "maxzoom": 17,
      "filter": [
        "==",
        [
          "get",
          "feature_type"
        ],
        "connector"
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#000000",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "+",
            3.5,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              0.767
            ]
          ],
          15,
          [
            "+",
            4.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.067
            ]
          ],
          16,
          [
            "+",
            4.667,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.467
            ]
          ],
          17,
          [
            "+",
            6.667,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.467
            ]
          ]
        ]
      }
    },
    {
      "id": "transit-stop-pill-fill",
      "type": "line",
      "source": "transit_stop_pills",
      "source-layer": "transit_stop_pills",
      "minzoom": 14,
      "maxzoom": 17,
      "filter": [
        "==",
        [
          "get",
          "feature_type"
        ],
        "pill"
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "+",
            4.5,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.3
            ]
          ],
          15,
          [
            "+",
            6.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              3.2
            ]
          ],
          16,
          [
            "+",
            8.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              4.4
            ]
          ],
          17,
          [
            "+",
            14.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              4.4
            ]
          ]
        ]
      }
    },
    {
      "id": "transit-stop-pill-endpoint",
      "type": "circle",
      "source": "transit_stop_pills",
      "source-layer": "transit_stop_pills",
      "minzoom": 14,
      "maxzoom": 17,
      "filter": [
        "==",
        [
          "get",
          "feature_type"
        ],
        "endpoint"
      ],
      "paint": {
        "circle-color": "#ffffff",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "+",
            2.25,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.15
            ]
          ],
          15,
          [
            "+",
            3.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.6
            ]
          ],
          16,
          [
            "+",
            4.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ],
          17,
          [
            "+",
            7.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              2.2
            ]
          ]
        ],
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 1.0
      }
    },
    {
      "id": "transit-stop-pill-connector",
      "type": "line",
      "source": "transit_stop_pills",
      "source-layer": "transit_stop_pills",
      "minzoom": 14,
      "maxzoom": 17,
      "filter": [
        "==",
        [
          "get",
          "feature_type"
        ],
        "connector"
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "+",
            1.5,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              0.767
            ]
          ],
          15,
          [
            "+",
            2.0,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.067
            ]
          ],
          16,
          [
            "+",
            2.667,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.467
            ]
          ],
          17,
          [
            "+",
            4.667,
            [
              "*",
              [
                "min",
                [
                  "get",
                  "width_base"
                ],
                5.0
              ],
              1.467
            ]
          ]
        ]
      }
    },
    {
      "id": "transit-stop-indicator",
      "type": "symbol",
      "source": "transit_stop_pills",
      "source-layer": "transit_stop_pills",
      "minzoom": 14,
      "maxzoom": 17,
      "filter": [
        "==",
        [
          "get",
          "feature_type"
        ],
        "indicator"
      ],
      "layout": {
        "text-field": "●",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "min",
            9.0,
            [
              "/",
              [
                "*",
                [
                  "+",
                  4.5,
                  [
                    "*",
                    [
                      "min",
                      [
                        "get",
                        "parent_width_base"
                      ],
                      5.0
                    ],
                    2.3
                  ]
                ],
                0.7
              ],
              [
                "get",
                "row_factor"
              ]
            ]
          ],
          15,
          [
            "min",
            13.5,
            [
              "/",
              [
                "*",
                [
                  "+",
                  6.0,
                  [
                    "*",
                    [
                      "min",
                      [
                        "get",
                        "parent_width_base"
                      ],
                      5.0
                    ],
                    3.2
                  ]
                ],
                0.7
              ],
              [
                "get",
                "row_factor"
              ]
            ]
          ],
          16,
          [
            "min",
            18.0,
            [
              "/",
              [
                "*",
                [
                  "+",
                  8.0,
                  [
                    "*",
                    [
                      "min",
                      [
                        "get",
                        "parent_width_base"
                      ],
                      5.0
                    ],
                    4.4
                  ]
                ],
                0.7
              ],
              [
                "get",
                "row_factor"
              ]
            ]
          ],
          17,
          [
            "min",
            22.5,
            [
              "/",
              [
                "*",
                [
                  "+",
                  14.0,
                  [
                    "*",
                    [
                      "min",
                      [
                        "get",
                        "parent_width_base"
                      ],
                      5.0
                    ],
                    4.4
                  ]
                ],
                0.7
              ],
              [
                "get",
                "row_factor"
              ]
            ]
          ],
          20,
          [
            "min",
            36.0,
            [
              "/",
              [
                "*",
                [
                  "+",
                  14.0,
                  [
                    "*",
                    [
                      "min",
                      [
                        "get",
                        "parent_width_base"
                      ],
                      5.0
                    ],
                    4.4
                  ]
                ],
                0.7
              ],
              [
                "get",
                "row_factor"
              ]
            ]
          ]
        ],
        "text-offset": [
          "match",
          [
            "get",
            "slot_units"
          ],
          -5,
          [
            "literal",
            [
              -1.4000000000000001,
              -0.1
            ]
          ],
          -4,
          [
            "literal",
            [
              -1.12,
              -0.1
            ]
          ],
          -3,
          [
            "literal",
            [
              -0.8400000000000001,
              -0.1
            ]
          ],
          -2,
          [
            "literal",
            [
              -0.56,
              -0.1
            ]
          ],
          -1,
          [
            "literal",
            [
              -0.28,
              -0.1
            ]
          ],
          0,
          [
            "literal",
            [
              0.0,
              -0.1
            ]
          ],
          1,
          [
            "literal",
            [
              0.28,
              -0.1
            ]
          ],
          2,
          [
            "literal",
            [
              0.56,
              -0.1
            ]
          ],
          3,
          [
            "literal",
            [
              0.8400000000000001,
              -0.1
            ]
          ],
          4,
          [
            "literal",
            [
              1.12,
              -0.1
            ]
          ],
          5,
          [
            "literal",
            [
              1.4000000000000001,
              -0.1
            ]
          ],
          [
            "literal",
            [
              0.0,
              -0.1
            ]
          ]
        ],
        "text-rotate": [
          "coalesce",
          [
            "get",
            "tangent_deg"
          ],
          0
        ],
        "text-rotation-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0
      },
      "paint": {
        "text-color": [
          "get",
          "color"
        ]
      }
    },
    {
      "id": "transit-stop-label-pill-normal",
      "type": "symbol",
      "source": "transit_stop_pills",
      "source-layer": "transit_stop_pills",
      "minzoom": 14,
      "maxzoom": 17,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "stop_label_anchor"
        ],
        [
          "==",
          [
            "get",
            "stop_tier"
          ],
          "normal_stop"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.5,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 20,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transit-stop-label-pill-other",
      "type": "symbol",
      "source": "transit_stop_pills",
      "source-layer": "transit_stop_pills",
      "minzoom": 14,
      "maxzoom": 17,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "stop_label_anchor"
        ],
        [
          "!=",
          [
            "get",
            "stop_tier"
          ],
          "normal_stop"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "display_name"
          ],
          [
            "get",
            "stop_name"
          ]
        ],
        "text-font": [
          "step",
          [
            "zoom"
          ],
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          9,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          11,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "mountain_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "ferry_stop",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "big_station",
            [
              "literal",
              [
                "Saira SemiBold"
              ]
            ],
            "major_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "main_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "train_station",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_mountain",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "small_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "major_hub",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            "important_train",
            [
              "literal",
              [
                "Saira Bold"
              ]
            ],
            [
              "literal",
              [
                "Saira Regular"
              ]
            ]
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            11,
            "main_train",
            10,
            "important_train",
            9,
            "train_station",
            0,
            "small_train",
            0,
            "major_mountain",
            9,
            "mountain_stop",
            0,
            "ferry_stop",
            9,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            16,
            "main_train",
            14,
            "important_train",
            12,
            "train_station",
            11,
            "small_train",
            11,
            "major_mountain",
            11,
            "mountain_stop",
            0,
            "ferry_stop",
            11,
            "major_hub",
            0,
            "big_station",
            0,
            "normal_stop",
            0,
            "small_bus",
            0,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            20,
            "main_train",
            16,
            "important_train",
            14,
            "train_station",
            12,
            "small_train",
            12,
            "major_mountain",
            12,
            "mountain_stop",
            10,
            "ferry_stop",
            12,
            "major_hub",
            11,
            "big_station",
            10,
            "normal_stop",
            10,
            "small_bus",
            0,
            0
          ],
          13,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            22,
            "main_train",
            18,
            "important_train",
            15,
            "train_station",
            13,
            "small_train",
            13,
            "major_mountain",
            13,
            "mountain_stop",
            11,
            "ferry_stop",
            13,
            "major_hub",
            13,
            "big_station",
            11,
            "normal_stop",
            11,
            "small_bus",
            0,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "stop_tier"
            ],
            "major_train",
            24,
            "main_train",
            20,
            "important_train",
            17,
            "train_station",
            15,
            "small_train",
            15,
            "major_mountain",
            15,
            "mountain_stop",
            13,
            "ferry_stop",
            15,
            "major_hub",
            15,
            "big_station",
            13,
            "normal_stop",
            13,
            "small_bus",
            12,
            0
          ]
        ],
        "text-anchor": "left",
        "text-offset": [
          0.5,
          -0.11
        ],
        "text-justify": "left",
        "text-max-width": 8,
        "text-padding": 4,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-sort-key": [
          "get",
          "label_priority"
        ]
      },
      "paint": {
        "text-color": "#1a1a1a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "close-zoom-pill-arrow-border-A",
      "type": "line",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "A"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          0.9820000000000001,
          22,
          31.424000000000003
        ]
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 17,
      "maxzoom": 18
    },
    {
      "id": "close-zoom-pill-arrow-fill-A",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "A"
        ]
      ],
      "paint": {
        "fill-color": [
          "get",
          "color"
        ],
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 17,
      "maxzoom": 18
    },
    {
      "id": "close-zoom-pill-disc-A",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_disc"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "A"
        ]
      ],
      "paint": {
        "fill-color": [
          "get",
          "color"
        ],
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 17,
      "maxzoom": 18
    },
    {
      "id": "close-zoom-pill-ref-A",
      "type": "symbol",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_ref"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "A"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "ref"
        ],
        "text-font": [
          "Saira ExtraBold"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              3.1915
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              6.383
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              12.766
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              25.532
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              51.064
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              102.128
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-offset": [
          "case",
          [
            "get",
            "flipped"
          ],
          [
            "literal",
            [
              0.15,
              -0.11
            ]
          ],
          [
            "literal",
            [
              -0.15,
              -0.11
            ]
          ]
        ]
      },
      "paint": {
        "text-color": "#ffffff"
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 17,
      "maxzoom": 18
    },
    {
      "id": "close-zoom-pill-arrow-fill-B",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "B"
        ]
      ],
      "paint": {
        "fill-color": "#ffffff",
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 18,
      "maxzoom": 19
    },
    {
      "id": "close-zoom-pill-arrow-border-B",
      "type": "line",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "B"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          0.9820000000000001,
          22,
          31.424000000000003
        ]
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 18,
      "maxzoom": 19
    },
    {
      "id": "close-zoom-pill-disc-B",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_disc"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "B"
        ]
      ],
      "paint": {
        "fill-color": [
          "get",
          "color"
        ],
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 18,
      "maxzoom": 19
    },
    {
      "id": "close-zoom-pill-ref-B",
      "type": "symbol",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_ref"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "B"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "ref"
        ],
        "text-font": [
          "Saira ExtraBold"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              2.455
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              4.91
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              9.82
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              19.64
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              39.28
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              78.56
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-offset": [
          0,
          -0.11
        ]
      },
      "paint": {
        "text-color": "#ffffff"
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 18,
      "maxzoom": 19
    },
    {
      "id": "close-zoom-pill-dest-B",
      "type": "symbol",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_dest"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "B"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "destination"
        ],
        "text-font": [
          "Saira SemiCondensed"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              2.455
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              4.91
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              9.82
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              19.64
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              39.28
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              78.56
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-max-width": 1000,
        "text-offset": [
          0,
          -0.11
        ],
        "text-anchor": "left",
        "text-justify": "left"
      },
      "paint": {
        "text-color": "#000000"
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 18,
      "maxzoom": 19
    },
    {
      "id": "close-zoom-pill-arrow-fill-C",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "C"
        ]
      ],
      "paint": {
        "fill-color": "#ffffff",
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 19,
      "maxzoom": 20
    },
    {
      "id": "close-zoom-pill-arrow-border-C",
      "type": "line",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "C"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          0.9820000000000001,
          22,
          31.424000000000003
        ]
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 19,
      "maxzoom": 20
    },
    {
      "id": "close-zoom-pill-disc-C",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_disc"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "C"
        ]
      ],
      "paint": {
        "fill-color": [
          "get",
          "color"
        ],
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 19,
      "maxzoom": 20
    },
    {
      "id": "close-zoom-pill-ref-C",
      "type": "symbol",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_ref"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "C"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "ref"
        ],
        "text-font": [
          "Saira ExtraBold"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              2.455
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              4.91
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              9.82
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              19.64
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              39.28
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              78.56
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-offset": [
          0,
          -0.11
        ]
      },
      "paint": {
        "text-color": "#ffffff"
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 19,
      "maxzoom": 20
    },
    {
      "id": "close-zoom-pill-dest-C",
      "type": "symbol",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_dest"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "C"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "destination"
        ],
        "text-font": [
          "Saira SemiCondensed"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              2.455
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              4.91
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              9.82
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              19.64
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              39.28
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              78.56
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-max-width": 1000,
        "text-offset": [
          0,
          -0.11
        ],
        "text-anchor": "left",
        "text-justify": "left"
      },
      "paint": {
        "text-color": "#000000"
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 19,
      "maxzoom": 20
    },
    {
      "id": "close-zoom-pill-arrow-fill-D",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "D"
        ]
      ],
      "paint": {
        "fill-color": "#ffffff",
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 20,
      "maxzoom": 21
    },
    {
      "id": "close-zoom-pill-arrow-border-D",
      "type": "line",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "D"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          0.9820000000000001,
          22,
          31.424000000000003
        ]
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 20,
      "maxzoom": 21
    },
    {
      "id": "close-zoom-pill-disc-D",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_disc"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "D"
        ]
      ],
      "paint": {
        "fill-color": [
          "get",
          "color"
        ],
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 20,
      "maxzoom": 21
    },
    {
      "id": "close-zoom-pill-ref-D",
      "type": "symbol",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_ref"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "D"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "ref"
        ],
        "text-font": [
          "Saira ExtraBold"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              2.455
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              4.91
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              9.82
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              19.64
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              39.28
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              78.56
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-offset": [
          0,
          -0.11
        ]
      },
      "paint": {
        "text-color": "#ffffff"
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 20,
      "maxzoom": 21
    },
    {
      "id": "close-zoom-pill-dest-D",
      "type": "symbol",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_dest"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "D"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "destination"
        ],
        "text-font": [
          "Saira SemiCondensed"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              2.455
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              4.91
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              9.82
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              19.64
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              39.28
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              78.56
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-max-width": 1000,
        "text-offset": [
          0,
          -0.11
        ],
        "text-anchor": "left",
        "text-justify": "left"
      },
      "paint": {
        "text-color": "#000000"
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 20,
      "maxzoom": 21
    },
    {
      "id": "close-zoom-pill-arrow-fill-E",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "E"
        ]
      ],
      "paint": {
        "fill-color": "#ffffff",
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 21
    },
    {
      "id": "close-zoom-pill-arrow-border-E",
      "type": "line",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_arrow"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "E"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": [
          "get",
          "color"
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          0.9820000000000001,
          22,
          31.424000000000003
        ]
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 21
    },
    {
      "id": "close-zoom-pill-disc-E",
      "type": "fill",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_disc"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "E"
        ]
      ],
      "paint": {
        "fill-color": [
          "get",
          "color"
        ],
        "fill-antialias": true
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 21
    },
    {
      "id": "close-zoom-pill-ref-E",
      "type": "symbol",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_ref"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "E"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "ref"
        ],
        "text-font": [
          "Saira ExtraBold"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              2.455
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              4.91
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              9.82
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              19.64
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              39.28
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              78.56
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-offset": [
          0,
          -0.11
        ]
      },
      "paint": {
        "text-color": "#ffffff"
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 21
    },
    {
      "id": "close-zoom-pill-dest-E",
      "type": "symbol",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "feature_type"
          ],
          "pill_dest"
        ],
        [
          "==",
          [
            "get",
            "band"
          ],
          "E"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "destination"
        ],
        "text-font": [
          "Saira SemiCondensed"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              2.455
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              4.91
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              9.82
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              19.64
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              39.28
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              78.56
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-max-width": 1000,
        "text-offset": [
          0,
          -0.11
        ],
        "text-anchor": "left",
        "text-justify": "left"
      },
      "paint": {
        "text-color": "#000000"
      },
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 21
    },
    {
      "id": "close-zoom-station-label",
      "type": "symbol",
      "source": "transit_close_zoom",
      "source-layer": "transit_close_zoom",
      "minzoom": 17,
      "filter": [
        "==",
        [
          "get",
          "feature_type"
        ],
        "station_label"
      ],
      "layout": {
        "text-field": [
          "get",
          "name"
        ],
        "text-font": [
          "Saira Bold"
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            2
          ],
          [
            "zoom"
          ],
          17,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              2.455
            ]
          ],
          18,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              4.91
            ]
          ],
          19,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              9.82
            ]
          ],
          20,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              19.64
            ]
          ],
          21,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              39.28
            ]
          ],
          22,
          [
            "min",
            254.0,
            [
              "*",
              [
                "get",
                "font_m"
              ],
              78.56
            ]
          ]
        ],
        "text-rotate": [
          "get",
          "text_rot"
        ],
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "map",
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "text-padding": 0,
        "text-offset": [
          0,
          -0.11
        ]
      },
      "paint": {
        "text-color": "#ffffff",
        "text-halo-color": "#000000",
        "text-halo-width": 0.5
      }
    }
  ]
}