{
  "version": 8,
  "name": "OSM Liberty",
  "sources": {
    "openmaptiles": {
      "type": "vector",
      "url": "pmtiles:///current.pmtiles",
      "attribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap contributors</a>"
    }
  },
  "sprite": "/sprite?v=756543b3",
  "glyphs": "/fonts/{fontstack}/{range}.pbf?v=756543b3",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "#F2F0EE"
      }
    },
    {
      "id": "park",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "park",
      "paint": {
        "fill-color": "#C9E9B4",
        "fill-opacity": 0.7,
        "fill-outline-color": "rgba(95, 208, 100, 1)"
      }
    },
    {
      "id": "park_outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "park",
      "paint": {
        "line-dasharray": [
          1,
          1.5
        ],
        "line-color": "#C9E9B4"
      }
    },
    {
      "id": "landuse_residential",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "maxzoom": 8,
      "filter": [
        "==",
        "class",
        "residential"
      ],
      "paint": {
        "fill-color": "#C9E9B4"
      }
    },
    {
      "id": "landcover_wood",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "all",
        [
          "==",
          "class",
          "wood"
        ]
      ],
      "paint": {
        "fill-antialias": false,
        "fill-color": "#C9E9B4",
        "fill-opacity": 0.4
      }
    },
    {
      "id": "landcover_grass",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "all",
        [
          "==",
          "class",
          "grass"
        ]
      ],
      "paint": {
        "fill-antialias": false,
        "fill-color": "#C9E9B4",
        "fill-opacity": 0.3
      }
    },
    {
      "id": "landcover_ice",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "all",
        [
          "==",
          "class",
          "ice"
        ]
      ],
      "paint": {
        "fill-antialias": false,
        "fill-color": "#C9E9B4",
        "fill-opacity": 0.8
      }
    },
    {
      "id": "landcover_wetland",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "==",
          "class",
          "wetland"
        ]
      ],
      "paint": {
        "fill-antialias": true,
        "fill-opacity": 0.8,
        "fill-pattern": "wetland_bg_11",
        "fill-translate-anchor": "map",
        "fill-color": "#C9E9B4"
      }
    },
    {
      "id": "landuse_pitch",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "pitch"
      ],
      "paint": {
        "fill-color": "#C9E9B4"
      }
    },
    {
      "id": "landuse_track",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "track"
      ],
      "paint": {
        "fill-color": "#C9E9B4"
      }
    },
    {
      "id": "landuse_cemetery",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "cemetery"
      ],
      "paint": {
        "fill-color": "#C9E9B4"
      }
    },
    {
      "id": "landuse_hospital",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "hospital"
      ],
      "paint": {
        "fill-color": "#C9E9B4"
      }
    },
    {
      "id": "landuse_school",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "school"
      ],
      "paint": {
        "fill-color": "#C9E9B4"
      }
    },
    {
      "id": "waterway_tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "paint": {
        "line-color": "#9FD6F5",
        "line-dasharray": [
          3,
          3
        ],
        "line-gap-width": {
          "stops": [
            [
              12,
              0
            ],
            [
              20,
              6
            ]
          ]
        },
        "line-opacity": 1,
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              8,
              1
            ],
            [
              20,
              2
            ]
          ]
        }
      }
    },
    {
      "id": "waterway_river",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "==",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#9FD6F5",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "waterway_other",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "!=",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#9FD6F5",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "water",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "filter": [
        "all",
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ],
      "paint": {
        "fill-color": "#9FD6F5"
      }
    },
    {
      "id": "landcover_sand",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "all",
        [
          "==",
          "class",
          "sand"
        ]
      ],
      "paint": {
        "fill-color": "#C9E9B4"
      }
    },
    {
      "id": "aeroway_fill",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 11,
      "filter": [
        "==",
        "$type",
        "Polygon"
      ],
      "paint": {
        "fill-color": "rgba(229, 228, 224, 1)",
        "fill-opacity": 0.7
      }
    },
    {
      "id": "aeroway_runway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "runway"
        ]
      ],
      "paint": {
        "line-color": "#f0ede9",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              3
            ],
            [
              20,
              16
            ]
          ]
        }
      }
    },
    {
      "id": "aeroway_taxiway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "taxiway"
        ]
      ],
      "paint": {
        "line-color": "#f0ede9",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_motorway_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_service_track_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              1
            ],
            [
              16,
              4
            ],
            [
              20,
              11
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_street_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "street",
          "street_limited"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-opacity": {
          "stops": [
            [
              12,
              0
            ],
            [
              12.5,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              0.5
            ],
            [
              13,
              1
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_secondary_tertiary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              1.5
            ],
            [
              20,
              17
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_trunk_primary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary",
          "trunk"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.4
            ],
            [
              6,
              0.7
            ],
            [
              7,
              1.75
            ],
            [
              20,
              22
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_motorway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.4
            ],
            [
              6,
              0.7
            ],
            [
              7,
              1.75
            ],
            [
              20,
              22
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_path_pedestrian",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path",
          "pedestrian"
        ]
      ],
      "paint": {
        "line-color": "#C6CDD9",
        "line-dasharray": [
          1,
          0.75
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              0.5
            ],
            [
              20,
              10
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "tunnel_motorway_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12.5,
              0
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_service_track",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#C6CDD9",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15.5,
              0
            ],
            [
              16,
              2
            ],
            [
              20,
              7.5
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FFFFFF",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12.5,
              0
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "minor"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FFFFFF",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13.5,
              0
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_secondary_tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FFFFFF",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              6.5,
              0
            ],
            [
              7,
              0.5
            ],
            [
              20,
              10
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_trunk_primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary",
          "trunk"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_motorway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_major_rail",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "tunnel_major_rail_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              3
            ],
            [
              20,
              8
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "tunnel_transit_rail",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "tunnel_transit_rail_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              3
            ],
            [
              20,
              8
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "road_area_pattern",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ]
      ],
      "paint": {
        "fill-pattern": "pedestrian_polygon"
      }
    },
    {
      "id": "road_motorway_link_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1.5
            ],
            [
              13,
              4.5
            ],
            [
              14,
              6
            ],
            [
              20,
              22.5
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "road_motorway_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "road_service_track_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              1.5
            ],
            [
              16,
              6
            ],
            [
              20,
              16.5
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "road_service_track_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              1
            ],
            [
              16,
              4
            ],
            [
              20,
              11
            ]
          ]
        }
      }
    },
    {
      "id": "road_link_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "!in",
          "class",
          "pedestrian",
          "path",
          "track",
          "service",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1.5
            ],
            [
              13,
              4.5
            ],
            [
              14,
              6
            ],
            [
              20,
              22.5
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "road_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "!in",
          "class",
          "pedestrian",
          "path",
          "track",
          "service",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "road_minor_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "minor"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              0.75
            ],
            [
              13,
              1.5
            ],
            [
              14,
              6
            ],
            [
              20,
              30
            ]
          ]
        },
        "line-blur": 3
      }
    },
    {
      "id": "road_minor_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "minor"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-opacity": {
          "stops": [
            [
              12,
              0
            ],
            [
              12.5,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              0.5
            ],
            [
              13,
              1
            ],
            [
              14,
              4
            ],
            [
              20,
              20
            ]
          ]
        }
      }
    },
    {
      "id": "road_secondary_tertiary_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              2.25
            ],
            [
              20,
              25.5
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "road_secondary_tertiary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              1.5
            ],
            [
              20,
              17
            ]
          ]
        }
      }
    },
    {
      "id": "road_trunk_primary_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary",
          "trunk"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.6000000000000001
            ],
            [
              6,
              1.0499999999999998
            ],
            [
              7,
              2.625
            ],
            [
              20,
              33
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "road_trunk_primary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary",
          "trunk"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.4
            ],
            [
              6,
              0.7
            ],
            [
              7,
              1.75
            ],
            [
              20,
              22
            ]
          ]
        }
      }
    },
    {
      "id": "road_motorway_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.6000000000000001
            ],
            [
              6,
              1.0499999999999998
            ],
            [
              7,
              2.625
            ],
            [
              20,
              33
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "road_motorway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.4
            ],
            [
              6,
              0.7
            ],
            [
              7,
              1.75
            ],
            [
              20,
              22
            ]
          ]
        }
      }
    },
    {
      "id": "road_path_pedestrian",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path",
          "pedestrian"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#C6CDD9",
        "line-dasharray": [
          1,
          0.7
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              1
            ],
            [
              20,
              10
            ]
          ]
        }
      }
    },
    {
      "id": "road_motorway_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12.5,
              0
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        }
      }
    },
    {
      "id": "road_service_track",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C6CDD9",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15.5,
              0
            ],
            [
              16,
              2
            ],
            [
              20,
              7.5
            ]
          ]
        }
      }
    },
    {
      "id": "road_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "!in",
          "class",
          "pedestrian",
          "path",
          "track",
          "service",
          "motorway"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12.5,
              0
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        }
      }
    },
    {
      "id": "road_minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "minor"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFFFFF",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13.5,
              0
            ],
            [
              14,
              2.5
            ],
            [
              20,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "road_secondary_tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FFFFFF",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              6.5,
              0
            ],
            [
              8,
              0.5
            ],
            [
              20,
              13
            ]
          ]
        }
      }
    },
    {
      "id": "road_trunk_primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary",
          "trunk"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "road_motorway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "road_major_rail",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "road_major_rail_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              3
            ],
            [
              20,
              8
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "road_transit_rail",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "road_transit_rail_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "transit"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              3
            ],
            [
              20,
              8
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "road_one_way_arrow",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "filter": [
        "==",
        "oneway",
        1
      ],
      "layout": {
        "icon-image": "arrow",
        "symbol-placement": "line"
      }
    },
    {
      "id": "road_one_way_arrow_opposite",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "filter": [
        "==",
        "oneway",
        -1
      ],
      "layout": {
        "icon-image": "arrow",
        "symbol-placement": "line",
        "icon-rotate": 180
      }
    },
    {
      "id": "bridge_motorway_link_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1.5
            ],
            [
              13,
              4.5
            ],
            [
              14,
              6
            ],
            [
              20,
              22.5
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "bridge_motorway_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_service_track_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              1.5
            ],
            [
              16,
              6
            ],
            [
              20,
              16.5
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "bridge_service_track_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15,
              1
            ],
            [
              16,
              4
            ],
            [
              20,
              11
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_link_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "link"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1.5
            ],
            [
              13,
              4.5
            ],
            [
              14,
              6
            ],
            [
              20,
              22.5
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "bridge_link_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "link"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_street_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "street",
          "street_limited"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              0.75
            ],
            [
              13,
              1.5
            ],
            [
              14,
              6
            ],
            [
              20,
              37.5
            ]
          ]
        },
        "line-blur": 3
      }
    },
    {
      "id": "bridge_street_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "street",
          "street_limited"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-opacity": {
          "stops": [
            [
              12,
              0
            ],
            [
              12.5,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              0.5
            ],
            [
              13,
              1
            ],
            [
              14,
              4
            ],
            [
              20,
              25
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_path_pedestrian_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "path",
          "pedestrian"
        ]
      ],
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              2.25
            ],
            [
              20,
              27
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "bridge_path_pedestrian_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "path",
          "pedestrian"
        ]
      ],
      "paint": {
        "line-color": "#DFDCD8",
        "line-dasharray": [
          1,
          0
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              1.5
            ],
            [
              20,
              18
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "bridge_secondary_tertiary_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              2.25
            ],
            [
              20,
              25.5
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "bridge_secondary_tertiary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              8,
              1.5
            ],
            [
              20,
              17
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_trunk_primary_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "primary",
          "trunk"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.6000000000000001
            ],
            [
              6,
              1.0499999999999998
            ],
            [
              7,
              2.625
            ],
            [
              20,
              33
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "bridge_trunk_primary_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "primary",
          "trunk"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.4
            ],
            [
              6,
              0.7
            ],
            [
              7,
              1.75
            ],
            [
              20,
              22
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_motorway_casing__shadow",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "rgba(0,0,0,0.07)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.6000000000000001
            ],
            [
              6,
              1.0499999999999998
            ],
            [
              7,
              2.625
            ],
            [
              20,
              33
            ]
          ]
        },
        "line-blur": 3,
        "line-opacity": 1
      }
    },
    {
      "id": "bridge_motorway_casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#DFDCD8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0.4
            ],
            [
              6,
              0.7
            ],
            [
              7,
              1.75
            ],
            [
              20,
              22
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_path_pedestrian",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "path",
          "pedestrian"
        ]
      ],
      "paint": {
        "line-color": "#C6CDD9",
        "line-dasharray": [
          1,
          0.3
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              0.5
            ],
            [
              20,
              10
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "bridge_motorway_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12.5,
              0
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_service_track",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "service",
          "track"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#C6CDD9",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              15.5,
              0
            ],
            [
              16,
              2
            ],
            [
              20,
              7.5
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "link"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FFFFFF",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12.5,
              0
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2.5
            ],
            [
              20,
              11.5
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_street",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "minor"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FFFFFF",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13.5,
              0
            ],
            [
              14,
              2.5
            ],
            [
              20,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_secondary_tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FFFFFF",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              6.5,
              0
            ],
            [
              7,
              0.5
            ],
            [
              20,
              10
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_trunk_primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "primary",
          "trunk"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_motorway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#FBE6A8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_major_rail",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "rail"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "bridge_major_rail_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "rail"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              3
            ],
            [
              20,
              8
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "bridge_transit_rail",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "transit"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "bridge_transit_rail_hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "class",
          "transit"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              3
            ],
            [
              20,
              8
            ]
          ]
        }
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      }
    },
    {
      "id": "building",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 17,
      "paint": {
        "fill-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          "#E4DAD3",
          15,
          "#DACCC2"
        ],
        "fill-outline-color": "#C4B2A5"
      }
    },
    {
      "id": "building-3d",
      "type": "fill-extrusion",
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 16,
      "paint": {
        "fill-extrusion-color": "#E4DAD3",
        "fill-extrusion-height": [
          "get",
          "render_height"
        ],
        "fill-extrusion-base": [
          "get",
          "render_min_height"
        ],
        "fill-extrusion-vertical-gradient": false,
        "fill-extrusion-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          16,
          0,
          17,
          0.92
        ]
      }
    },
    {
      "id": "boundary_3",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 8,
      "filter": [
        "all",
        [
          "in",
          "admin_level",
          3,
          4
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#7A7570",
        "line-dasharray": [
          5,
          1
        ],
        "line-width": {
          "base": 1,
          "stops": [
            [
              4,
              0.4
            ],
            [
              5,
              1
            ],
            [
              12,
              1.8
            ]
          ]
        }
      }
    },
    {
      "id": "boundary_2_z0-4",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "maxzoom": 5,
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ],
        [
          "!has",
          "claimed_by"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#7A7570",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              0,
              0.4
            ],
            [
              4,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1,
          "stops": [
            [
              3,
              1
            ],
            [
              5,
              1.2
            ],
            [
              12,
              3
            ]
          ]
        }
      }
    },
    {
      "id": "boundary_2_z5-",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#7A7570",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              0,
              0.4
            ],
            [
              4,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1,
          "stops": [
            [
              3,
              1
            ],
            [
              5,
              1.2
            ],
            [
              12,
              3
            ]
          ]
        }
      }
    },
    {
      "id": "water_name_line",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Regular"
        ],
        "text-max-width": 5,
        "text-size": 12,
        "symbol-placement": "line"
      },
      "paint": {
        "text-color": "#7A7570",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "water_name_point",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "filter": [
        "==",
        "$type",
        "Point"
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Regular"
        ],
        "text-max-width": 5,
        "text-size": 12
      },
      "paint": {
        "text-color": "#7A7570",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "poi_z16",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 16,
      "filter": [
        "all",
        [
          "all",
          [
            "all",
            [
              "all",
              [
                "==",
                [
                  "geometry-type"
                ],
                "Point"
              ],
              [
                ">=",
                [
                  "get",
                  "rank"
                ],
                20
              ]
            ],
            [
              "any",
              [
                "!",
                [
                  "any",
                  [
                    "==",
                    [
                      "get",
                      "class"
                    ],
                    "bus"
                  ],
                  [
                    "==",
                    [
                      "get",
                      "subclass"
                    ],
                    "tram_stop"
                  ],
                  [
                    "==",
                    [
                      "get",
                      "subclass"
                    ],
                    "bus_stop"
                  ]
                ]
              ],
              [
                ">=",
                [
                  "zoom"
                ],
                16
              ]
            ]
          ],
          [
            "<=",
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              0
            ],
            [
              "step",
              [
                "zoom"
              ],
              10,
              16,
              20,
              18,
              120
            ]
          ]
        ],
        [
          "any",
          [
            "!",
            [
              "in",
              [
                "get",
                "class"
              ],
              [
                "literal",
                [
                  "gate",
                  "entrance",
                  "barrier",
                  "bench",
                  "waste_basket",
                  "picnic_site"
                ]
              ]
            ]
          ],
          [
            ">=",
            [
              "zoom"
            ],
            19
          ]
        ]
      ],
      "layout": {
        "icon-image": [
          "match",
          [
            "get",
            "subclass"
          ],
          "subway",
          "metro-ru",
          "station",
          "rail",
          "halt",
          "rail",
          "tram_stop",
          "rail-light",
          "light_rail",
          "rail-light",
          "monorail",
          "rail-metro",
          [
            "match",
            [
              "get",
              "subclass"
            ],
            [
              "florist",
              "furniture",
              "soccer",
              "tennis"
            ],
            [
              "get",
              "subclass"
            ],
            [
              "get",
              "class"
            ]
          ]
        ],
        "text-anchor": "top",
        "text-field": [
          "step",
          [
            "zoom"
          ],
          [
            "case",
            [
              "any",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "bus"
              ],
              [
                "==",
                [
                  "get",
                  "subclass"
                ],
                "tram_stop"
              ],
              [
                "==",
                [
                  "get",
                  "subclass"
                ],
                "bus_stop"
              ]
            ],
            "",
            [
              "coalesce",
              [
                "get",
                "name:ru"
              ],
              [
                "get",
                "name"
              ]
            ]
          ],
          17,
          [
            "coalesce",
            [
              "get",
              "name:ru"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Golos Text Medium"
        ],
        "text-max-width": 9,
        "text-offset": [
          0,
          0.6
        ],
        "text-size": 12,
        "symbol-sort-key": [
          "+",
          [
            "match",
            [
              "get",
              "class"
            ],
            "railway",
            0,
            "bus",
            1000,
            "airport",
            1000,
            "ferry_terminal",
            1000,
            "hospital",
            1000,
            "pharmacy",
            1000,
            "police",
            1000,
            "fire_station",
            1000,
            2000
          ],
          [
            "min",
            999,
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              0
            ]
          ]
        ],
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "text-optional": true,
        "icon-padding": 14,
        "text-padding": 14
      },
      "paint": {
        "text-color": "#7A7570",
        "text-halo-blur": 0.4,
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "poi_z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "all",
          [
            "all",
            [
              "all",
              [
                "==",
                [
                  "geometry-type"
                ],
                "Point"
              ],
              [
                ">=",
                [
                  "get",
                  "rank"
                ],
                7
              ],
              [
                "<",
                [
                  "get",
                  "rank"
                ],
                20
              ]
            ],
            [
              "any",
              [
                "!",
                [
                  "any",
                  [
                    "==",
                    [
                      "get",
                      "class"
                    ],
                    "bus"
                  ],
                  [
                    "==",
                    [
                      "get",
                      "subclass"
                    ],
                    "tram_stop"
                  ],
                  [
                    "==",
                    [
                      "get",
                      "subclass"
                    ],
                    "bus_stop"
                  ]
                ]
              ],
              [
                ">=",
                [
                  "zoom"
                ],
                16
              ]
            ]
          ],
          [
            "<=",
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              0
            ],
            [
              "step",
              [
                "zoom"
              ],
              10,
              16,
              20,
              18,
              120
            ]
          ]
        ],
        [
          "any",
          [
            "!",
            [
              "in",
              [
                "get",
                "class"
              ],
              [
                "literal",
                [
                  "gate",
                  "entrance",
                  "barrier",
                  "bench",
                  "waste_basket",
                  "picnic_site"
                ]
              ]
            ]
          ],
          [
            ">=",
            [
              "zoom"
            ],
            19
          ]
        ]
      ],
      "layout": {
        "icon-image": [
          "match",
          [
            "get",
            "subclass"
          ],
          "subway",
          "metro-ru",
          "station",
          "rail",
          "halt",
          "rail",
          "tram_stop",
          "rail-light",
          "light_rail",
          "rail-light",
          "monorail",
          "rail-metro",
          [
            "match",
            [
              "get",
              "subclass"
            ],
            [
              "florist",
              "furniture",
              "soccer",
              "tennis"
            ],
            [
              "get",
              "subclass"
            ],
            [
              "get",
              "class"
            ]
          ]
        ],
        "text-anchor": "top",
        "text-field": [
          "step",
          [
            "zoom"
          ],
          [
            "case",
            [
              "any",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "bus"
              ],
              [
                "==",
                [
                  "get",
                  "subclass"
                ],
                "tram_stop"
              ],
              [
                "==",
                [
                  "get",
                  "subclass"
                ],
                "bus_stop"
              ]
            ],
            "",
            [
              "coalesce",
              [
                "get",
                "name:ru"
              ],
              [
                "get",
                "name"
              ]
            ]
          ],
          17,
          [
            "coalesce",
            [
              "get",
              "name:ru"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Golos Text Medium"
        ],
        "text-max-width": 9,
        "text-offset": [
          0,
          0.6
        ],
        "text-size": 12,
        "symbol-sort-key": [
          "+",
          [
            "match",
            [
              "get",
              "class"
            ],
            "railway",
            0,
            "bus",
            1000,
            "airport",
            1000,
            "ferry_terminal",
            1000,
            "hospital",
            1000,
            "pharmacy",
            1000,
            "police",
            1000,
            "fire_station",
            1000,
            2000
          ],
          [
            "min",
            999,
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              0
            ]
          ]
        ],
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "text-optional": true,
        "icon-padding": 14,
        "text-padding": 14
      },
      "paint": {
        "text-color": "#7A7570",
        "text-halo-blur": 0.4,
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "poi_z14",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "all",
          [
            "all",
            [
              "all",
              [
                "==",
                [
                  "geometry-type"
                ],
                "Point"
              ],
              [
                ">=",
                [
                  "get",
                  "rank"
                ],
                1
              ],
              [
                "<",
                [
                  "get",
                  "rank"
                ],
                7
              ]
            ],
            [
              "any",
              [
                "!",
                [
                  "any",
                  [
                    "==",
                    [
                      "get",
                      "class"
                    ],
                    "bus"
                  ],
                  [
                    "==",
                    [
                      "get",
                      "subclass"
                    ],
                    "tram_stop"
                  ],
                  [
                    "==",
                    [
                      "get",
                      "subclass"
                    ],
                    "bus_stop"
                  ]
                ]
              ],
              [
                ">=",
                [
                  "zoom"
                ],
                16
              ]
            ]
          ],
          [
            "<=",
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              0
            ],
            [
              "step",
              [
                "zoom"
              ],
              10,
              16,
              20,
              18,
              120
            ]
          ]
        ],
        [
          "any",
          [
            "!",
            [
              "in",
              [
                "get",
                "class"
              ],
              [
                "literal",
                [
                  "gate",
                  "entrance",
                  "barrier",
                  "bench",
                  "waste_basket",
                  "picnic_site"
                ]
              ]
            ]
          ],
          [
            ">=",
            [
              "zoom"
            ],
            19
          ]
        ]
      ],
      "layout": {
        "icon-image": [
          "match",
          [
            "get",
            "subclass"
          ],
          "subway",
          "metro-ru",
          "station",
          "rail",
          "halt",
          "rail",
          "tram_stop",
          "rail-light",
          "light_rail",
          "rail-light",
          "monorail",
          "rail-metro",
          [
            "match",
            [
              "get",
              "subclass"
            ],
            [
              "florist",
              "furniture",
              "soccer",
              "tennis"
            ],
            [
              "get",
              "subclass"
            ],
            [
              "get",
              "class"
            ]
          ]
        ],
        "text-anchor": "top",
        "text-field": [
          "step",
          [
            "zoom"
          ],
          [
            "case",
            [
              "any",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "bus"
              ],
              [
                "==",
                [
                  "get",
                  "subclass"
                ],
                "tram_stop"
              ],
              [
                "==",
                [
                  "get",
                  "subclass"
                ],
                "bus_stop"
              ]
            ],
            "",
            [
              "coalesce",
              [
                "get",
                "name:ru"
              ],
              [
                "get",
                "name"
              ]
            ]
          ],
          17,
          [
            "coalesce",
            [
              "get",
              "name:ru"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Golos Text Medium"
        ],
        "text-max-width": 9,
        "text-offset": [
          0,
          0.6
        ],
        "text-size": 12,
        "symbol-sort-key": [
          "+",
          [
            "match",
            [
              "get",
              "class"
            ],
            "railway",
            0,
            "bus",
            1000,
            "airport",
            1000,
            "ferry_terminal",
            1000,
            "hospital",
            1000,
            "pharmacy",
            1000,
            "police",
            1000,
            "fire_station",
            1000,
            2000
          ],
          [
            "min",
            999,
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              0
            ]
          ]
        ],
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "text-optional": true,
        "icon-padding": 14,
        "text-padding": 14
      },
      "paint": {
        "text-color": "#7A7570",
        "text-halo-blur": 0.4,
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "poi_transit",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "filter": [
        "all",
        [
          "all",
          [
            "all",
            [
              "match",
              [
                "get",
                "class"
              ],
              [
                "airport",
                "bus",
                "rail"
              ],
              true,
              false
            ],
            [
              "any",
              [
                "!",
                [
                  "any",
                  [
                    "==",
                    [
                      "get",
                      "class"
                    ],
                    "bus"
                  ],
                  [
                    "==",
                    [
                      "get",
                      "subclass"
                    ],
                    "tram_stop"
                  ],
                  [
                    "==",
                    [
                      "get",
                      "subclass"
                    ],
                    "bus_stop"
                  ]
                ]
              ],
              [
                ">=",
                [
                  "zoom"
                ],
                16
              ]
            ]
          ],
          [
            "<=",
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              0
            ],
            [
              "step",
              [
                "zoom"
              ],
              10,
              16,
              20,
              18,
              120
            ]
          ]
        ],
        [
          "any",
          [
            "!",
            [
              "in",
              [
                "get",
                "class"
              ],
              [
                "literal",
                [
                  "gate",
                  "entrance",
                  "barrier",
                  "bench",
                  "waste_basket",
                  "picnic_site"
                ]
              ]
            ]
          ],
          [
            ">=",
            [
              "zoom"
            ],
            19
          ]
        ]
      ],
      "layout": {
        "icon-image": [
          "match",
          [
            "get",
            "subclass"
          ],
          "subway",
          "metro-ru",
          "station",
          "rail",
          "halt",
          "rail",
          "tram_stop",
          "rail-light",
          "light_rail",
          "rail-light",
          "monorail",
          "rail-metro",
          [
            "get",
            "class"
          ]
        ],
        "text-anchor": "left",
        "text-field": [
          "step",
          [
            "zoom"
          ],
          [
            "case",
            [
              "any",
              [
                "==",
                [
                  "get",
                  "class"
                ],
                "bus"
              ],
              [
                "==",
                [
                  "get",
                  "subclass"
                ],
                "tram_stop"
              ],
              [
                "==",
                [
                  "get",
                  "subclass"
                ],
                "bus_stop"
              ]
            ],
            "",
            [
              "coalesce",
              [
                "get",
                "name:ru"
              ],
              [
                "get",
                "name"
              ]
            ]
          ],
          17,
          [
            "coalesce",
            [
              "get",
              "name:ru"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Golos Text Medium"
        ],
        "text-max-width": 9,
        "text-offset": [
          0.9,
          0
        ],
        "text-size": 12,
        "symbol-sort-key": [
          "+",
          [
            "match",
            [
              "get",
              "class"
            ],
            "railway",
            0,
            "bus",
            1000,
            "airport",
            1000,
            "ferry_terminal",
            1000,
            "hospital",
            1000,
            "pharmacy",
            1000,
            "police",
            1000,
            "fire_station",
            1000,
            2000
          ],
          [
            "min",
            999,
            [
              "coalesce",
              [
                "get",
                "rank"
              ],
              0
            ]
          ]
        ],
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "text-optional": true,
        "icon-padding": 14,
        "text-padding": 14
      },
      "paint": {
        "text-color": "#7A7570",
        "text-halo-blur": 0.4,
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "road_label",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "filter": [
        "all"
      ],
      "layout": {
        "symbol-placement": "line",
        "text-anchor": "center",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Medium"
        ],
        "text-offset": [
          0,
          0.15
        ],
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              14,
              13
            ]
          ]
        }
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-blur": 0.4,
        "text-halo-width": 1.2,
        "text-halo-color": "#FFFFFF"
      }
    },
    {
      "id": "road_shield",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 7,
      "filter": [
        "all",
        [
          "<=",
          "ref_length",
          6
        ]
      ],
      "layout": {
        "icon-image": [
          "concat",
          "default_",
          [
            "to-string",
            [
              "max",
              1,
              [
                "min",
                6,
                [
                  "length",
                  [
                    "let",
                    "src",
                    [
                      "let",
                      "src",
                      [
                        "get",
                        "ref"
                      ],
                      [
                        "case",
                        [
                          ">",
                          [
                            "index-of",
                            ";",
                            [
                              "var",
                              "src"
                            ]
                          ],
                          0
                        ],
                        [
                          "slice",
                          [
                            "var",
                            "src"
                          ],
                          0,
                          [
                            "index-of",
                            ";",
                            [
                              "var",
                              "src"
                            ]
                          ]
                        ],
                        [
                          "var",
                          "src"
                        ]
                      ]
                    ],
                    [
                      "case",
                      [
                        ">",
                        [
                          "index-of",
                          ",",
                          [
                            "var",
                            "src"
                          ]
                        ],
                        0
                      ],
                      [
                        "slice",
                        [
                          "var",
                          "src"
                        ],
                        0,
                        [
                          "index-of",
                          ",",
                          [
                            "var",
                            "src"
                          ]
                        ]
                      ],
                      [
                        "var",
                        "src"
                      ]
                    ]
                  ]
                ]
              ]
            ]
          ]
        ],
        "icon-rotation-alignment": "viewport",
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              10,
              "point"
            ],
            [
              11,
              "line"
            ]
          ]
        },
        "symbol-spacing": 500,
        "text-field": [
          "let",
          "src",
          [
            "let",
            "src",
            [
              "get",
              "ref"
            ],
            [
              "case",
              [
                ">",
                [
                  "index-of",
                  ";",
                  [
                    "var",
                    "src"
                  ]
                ],
                0
              ],
              [
                "slice",
                [
                  "var",
                  "src"
                ],
                0,
                [
                  "index-of",
                  ";",
                  [
                    "var",
                    "src"
                  ]
                ]
              ],
              [
                "var",
                "src"
              ]
            ]
          ],
          [
            "case",
            [
              ">",
              [
                "index-of",
                ",",
                [
                  "var",
                  "src"
                ]
              ],
              0
            ],
            [
              "slice",
              [
                "var",
                "src"
              ],
              0,
              [
                "index-of",
                ",",
                [
                  "var",
                  "src"
                ]
              ]
            ],
            [
              "var",
              "src"
            ]
          ]
        ],
        "text-font": [
          "Golos Text Medium"
        ],
        "text-offset": [
          0,
          0.1
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10,
        "icon-size": 0.8
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "place_other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "in",
          "class",
          "hamlet",
          "island",
          "islet",
          "neighbourhood",
          "suburb",
          "quarter"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Bold"
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 9,
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              12,
              10
            ],
            [
              15,
              14
            ]
          ]
        },
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "place_village",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          "class",
          "village"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Bold"
        ],
        "text-max-width": 8,
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              10,
              12
            ],
            [
              15,
              22
            ]
          ]
        }
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "place_town",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          "class",
          "town"
        ]
      ],
      "layout": {
        "icon-image": {
          "base": 1,
          "stops": [
            [
              0,
              "dot_9"
            ],
            [
              8,
              ""
            ]
          ]
        },
        "text-anchor": "bottom",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Bold"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          0
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              7,
              12
            ],
            [
              11,
              16
            ]
          ]
        }
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "place_city",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ]
      ],
      "layout": {
        "icon-image": {
          "base": 1,
          "stops": [
            [
              0,
              "dot_9"
            ],
            [
              8,
              ""
            ]
          ]
        },
        "text-anchor": "bottom",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Bold"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          0
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              7,
              14
            ],
            [
              11,
              24
            ]
          ]
        },
        "icon-allow-overlap": true,
        "icon-optional": false
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "state",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 6,
      "filter": [
        "all",
        [
          "==",
          "class",
          "state"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Bold"
        ],
        "text-size": {
          "stops": [
            [
              4,
              11
            ],
            [
              6,
              15
            ]
          ]
        },
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "country_3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          ">=",
          "rank",
          3
        ],
        [
          "==",
          "class",
          "country"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Bold"
        ],
        "text-max-width": 6.25,
        "text-size": {
          "stops": [
            [
              3,
              11
            ],
            [
              7,
              17
            ]
          ]
        },
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-blur": 0.4,
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "country_2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          "rank",
          2
        ],
        [
          "==",
          "class",
          "country"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Bold"
        ],
        "text-max-width": 6.25,
        "text-size": {
          "stops": [
            [
              2,
              11
            ],
            [
              5,
              17
            ]
          ]
        },
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-blur": 0.4,
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "country_1",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          "rank",
          1
        ],
        [
          "==",
          "class",
          "country"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Bold"
        ],
        "text-max-width": 6.25,
        "text-size": {
          "stops": [
            [
              1,
              11
            ],
            [
              4,
              17
            ]
          ]
        },
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-blur": 0.4,
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "continent",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 1,
      "filter": [
        "all",
        [
          "==",
          "class",
          "continent"
        ]
      ],
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:ru"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Golos Text Bold"
        ],
        "text-size": 13,
        "text-transform": "uppercase",
        "text-justify": "center"
      },
      "paint": {
        "text-color": "#3A3A3A",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "housenumber",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "housenumber",
      "minzoom": 15,
      "filter": [
        "has",
        "housenumber"
      ],
      "layout": {
        "text-field": [
          "get",
          "housenumber"
        ],
        "text-font": [
          "Golos Text Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          15,
          9,
          17,
          11
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-padding": 2
      },
      "paint": {
        "text-color": "#54504B",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 1,
        "text-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          15,
          0.75,
          16,
          1
        ]
      }
    }
  ],
  "id": "osm-liberty",
  "light": {
    "anchor": "viewport",
    "color": "#FFFFFF",
    "intensity": 0.1,
    "position": [
      1.2,
      200,
      45
    ]
  }
}