{
  "version": 8,
  "sources": {
    "ne2_shaded": {
      "maxzoom": 6,
      "tileSize": 256,
      "tiles": [
        "https://tiles.openfreemap.org/natural_earth/ne2sr/{z}/{x}/{y}.png"
      ],
      "type": "raster"
    },
    "openmaptiles": {
      "type": "vector",
      "url": "https://tiles.openfreemap.org/planet"
    }
  },
  "sprite": [
    {
      "id": "default",
      "url": "https://tiles.openfreemap.org/sprites/ofm_f384/ofm"
    },
    {
      "id": "maponica",
      "url": "/sprites/landmark-sprite"
    }
  ],
  "glyphs": "https://tiles.openfreemap.org/fonts/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "metadata": {
        "maponica:source": "--background (parchment)"
      },
      "paint": {
        "background-color": "#F3E5C2"
      },
      "layout": {}
    },
    {
      "id": "ne2_shaded",
      "type": "raster",
      "source": "ne2_shaded",
      "maxzoom": 6,
      "metadata": {
        "maponica:source": "Natural Earth 2 shaded relief \u2014 serves as the only source of terrain tinting in the style. Active at world + continental zoom (z0-z6). Opacity + saturation bumped up in Wave 2 audit (2026-04-24) so biome-like colouring (green forests, tan deserts, white polar regions) and mountain shading are legible. OpenFreeMap does NOT ship elevation data above z=6, so hillshade / contour lines at region / city scale still need a second provider (MapTiler / AWS Terrain Tiles / self-host SRTM DEM)."
      },
      "paint": {
        "raster-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.1,
          5,
          0.22
        ],
        "raster-saturation": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          -0.25,
          5,
          0
        ]
      },
      "layout": {}
    },
    {
      "id": "landcover-glacier",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "==",
        [
          "get",
          "subclass"
        ],
        "glacier"
      ],
      "paint": {
        "fill-color": "#fff",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.9,
          10,
          0.3
        ]
      },
      "layout": {}
    },
    {
      "id": "landuse-residential",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "metadata": {
        "maponica:source": "--muted (residential wash)"
      },
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "neighbourhood",
          "residential"
        ],
        true,
        false
      ],
      "paint": {
        "fill-color": "#EFE9DB",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0.4,
          16,
          0.2
        ]
      },
      "layout": {}
    },
    {
      "id": "landuse-suburb",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "maxzoom": 10,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "suburb"
      ],
      "paint": {
        "fill-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          "hsla(30,19%,90%,0.4)",
          10,
          "hsla(30,19%,90%,0.0)"
        ]
      },
      "layout": {}
    },
    {
      "id": "landuse-commercial",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPolygon",
            "Polygon"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "commercial"
        ]
      ],
      "paint": {
        "fill-color": "hsla(0,60%,87%,0.23)"
      },
      "layout": {}
    },
    {
      "id": "landuse-industrial",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPolygon",
            "Polygon"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "dam",
            "garages",
            "industrial"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "fill-color": "hsla(49,100%,88%,0.34)"
      },
      "layout": {}
    },
    {
      "id": "landuse-cemetery",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "cemetery"
      ],
      "paint": {
        "fill-color": "#D9D9C4",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          0.15,
          14,
          0.4,
          16,
          1.0
        ]
      },
      "metadata": {
        "maponica:source": "muted institutional fill per \u00a7W1.5-C"
      },
      "layout": {}
    },
    {
      "id": "landuse-hospital",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "hospital"
      ],
      "paint": {
        "fill-color": "#F0D8C8",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          0.15,
          14,
          0.4,
          16,
          1.0
        ]
      },
      "metadata": {
        "maponica:source": "muted institutional fill per \u00a7W1.5-C"
      },
      "layout": {}
    },
    {
      "id": "landuse-school",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "school"
      ],
      "paint": {
        "fill-color": "#EDE0C0",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          0.15,
          14,
          0.4,
          16,
          1.0
        ]
      },
      "metadata": {
        "maponica:source": "muted institutional fill per \u00a7W1.5-C"
      },
      "layout": {}
    },
    {
      "id": "landuse-railway",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "railway"
      ],
      "paint": {
        "fill-color": "hsla(30,19%,90%,0.4)"
      },
      "layout": {}
    },
    {
      "id": "park",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "park",
      "metadata": {
        "maponica:source": "--success (sage park)"
      },
      "filter": [
        "match",
        [
          "geometry-type"
        ],
        [
          "MultiPolygon",
          "Polygon"
        ],
        true,
        false
      ],
      "paint": {
        "fill-color": "#B4CA95",
        "fill-opacity": [
          "interpolate",
          [
            "exponential",
            1.8
          ],
          [
            "zoom"
          ],
          9,
          0.5,
          12,
          0.2
        ]
      },
      "layout": {}
    },
    {
      "id": "landcover-wood",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "wood"
      ],
      "paint": {
        "fill-antialias": [
          "step",
          [
            "zoom"
          ],
          false,
          9,
          true
        ],
        "fill-color": "#4A7C3C",
        "fill-opacity": 0.1,
        "fill-outline-color": "hsla(0,0%,0%,0.03)"
      },
      "layout": {}
    },
    {
      "id": "landcover-grass",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "metadata": {
        "maponica:source": "--success (sage grass)"
      },
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "grass"
      ],
      "paint": {
        "fill-color": "#B4CA95",
        "fill-opacity": 1
      },
      "layout": {}
    },
    {
      "id": "landcover-grass-park",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "park",
      "metadata": {
        "maponica:source": "--success (sage park)"
      },
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "public_park"
      ],
      "paint": {
        "fill-color": "#B4CA95",
        "fill-opacity": 0.8
      },
      "layout": {}
    },
    {
      "id": "waterway_tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "canal",
            "river",
            "stream"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-dasharray": [
          2,
          4
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.3
          ],
          [
            "zoom"
          ],
          13,
          0.5,
          20,
          6
        ]
      }
    },
    {
      "id": "waterway-other",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "canal",
            "river",
            "stream"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "intermittent"
          ],
          0
        ]
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.3
          ],
          [
            "zoom"
          ],
          13,
          0.5,
          20,
          2
        ]
      }
    },
    {
      "id": "waterway-other-intermittent",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "canal",
            "river",
            "stream"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "intermittent"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-dasharray": [
          4,
          3
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.3
          ],
          [
            "zoom"
          ],
          13,
          0.5,
          20,
          2
        ]
      }
    },
    {
      "id": "waterway-stream-canal",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "canal",
            "stream"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "intermittent"
          ],
          0
        ]
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.3
          ],
          [
            "zoom"
          ],
          13,
          0.5,
          20,
          6
        ]
      }
    },
    {
      "id": "waterway-stream-canal-intermittent",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "canal",
            "stream"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "intermittent"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-dasharray": [
          4,
          3
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.3
          ],
          [
            "zoom"
          ],
          13,
          0.5,
          20,
          6
        ]
      }
    },
    {
      "id": "waterway-river",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "river"
        ],
        [
          "!=",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "!=",
          [
            "get",
            "intermittent"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          10,
          0.8,
          20,
          6
        ]
      }
    },
    {
      "id": "waterway-river-intermittent",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "river"
        ],
        [
          "!=",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "intermittent"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-dasharray": [
          3,
          2.5
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          10,
          0.8,
          20,
          6
        ]
      }
    },
    {
      "id": "water",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "metadata": {
        "maponica:source": "--primary (light teal water)"
      },
      "filter": [
        "all",
        [
          "!=",
          [
            "get",
            "intermittent"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ]
      ],
      "paint": {
        "fill-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          "#B7CFC8",
          5,
          "#9ECAC5"
        ]
      },
      "layout": {}
    },
    {
      "id": "water-intermittent",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "metadata": {
        "maponica:source": "--primary (light teal water, intermittent)"
      },
      "filter": [
        "==",
        [
          "get",
          "intermittent"
        ],
        1
      ],
      "paint": {
        "fill-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          "#B7CFC8",
          5,
          "#9ECAC5"
        ],
        "fill-opacity": 0.7
      },
      "layout": {}
    },
    {
      "id": "landcover-ice-shelf",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "==",
        [
          "get",
          "subclass"
        ],
        "ice_shelf"
      ],
      "paint": {
        "fill-color": "#fff",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.9,
          10,
          0.3
        ]
      },
      "layout": {}
    },
    {
      "id": "landcover-sand",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "sand"
      ],
      "paint": {
        "fill-color": "rgba(245, 238, 188, 1)",
        "fill-opacity": 1
      },
      "layout": {}
    },
    {
      "id": "building",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "building",
      "paint": {
        "fill-antialias": true,
        "fill-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          15.5,
          "#f2eae2",
          16,
          "#dfdbd7"
        ]
      },
      "layout": {}
    },
    {
      "id": "building-top",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "building",
      "paint": {
        "fill-color": "#f2eae2",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          0,
          16,
          1
        ],
        "fill-outline-color": "#dfdbd7",
        "fill-translate": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          14,
          [
            "literal",
            [
              0,
              0
            ]
          ],
          16,
          [
            "literal",
            [
              -2,
              -2
            ]
          ]
        ]
      },
      "layout": {}
    },
    {
      "id": "tunnel-service-track-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          16,
          4,
          20,
          11
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "tunnel-motorway-link-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "tunnel-minor-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "minor"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          15
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "tunnel-link-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary",
            "tertiary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "tunnel-secondary-tertiary-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "tunnel-trunk-primary-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.6,
          7,
          1.5,
          20,
          22
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "tunnel-motorway-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.6,
          7,
          1.5,
          20,
          22
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "tunnel-path",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "path"
        ]
      ],
      "paint": {
        "line-color": "#C4B89E",
        "line-dasharray": [
          1.5,
          0.75
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1.2,
          20,
          4
        ]
      },
      "metadata": {
        "maponica:source": "--border (path/pier)"
      },
      "layout": {}
    },
    {
      "id": "tunnel-motorway-link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#EB8E5A",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "metadata": {
        "maponica:source": "--accent (ochre motorway)"
      }
    },
    {
      "id": "tunnel-service-track",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FAF4E4",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15.5,
          0,
          16,
          2,
          20,
          7.5
        ]
      },
      "metadata": {
        "maponica:source": "--secondary (minor/residential/service)"
      }
    },
    {
      "id": "tunnel-link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary",
            "tertiary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#F2BA8D",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "metadata": {
        "maponica:source": "--accent (lighter ochre trunk/primary)"
      }
    },
    {
      "id": "tunnel-minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "minor"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FAF4E4",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "metadata": {
        "maponica:source": "--secondary (minor/residential/service)"
      }
    },
    {
      "id": "tunnel-secondary-tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBECD1",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          10
        ]
      },
      "metadata": {
        "maponica:source": "--accent (washed secondary/tertiary)"
      }
    },
    {
      "id": "tunnel-trunk-primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#F2BA8D",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          18
        ]
      },
      "metadata": {
        "maponica:source": "--accent (lighter ochre trunk/primary)"
      }
    },
    {
      "id": "tunnel-motorway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#EB8E5A",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          18
        ]
      },
      "metadata": {
        "maponica:source": "--accent (ochre motorway)"
      }
    },
    {
      "id": "tunnel-railway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          2,
          2
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "layout": {}
    },
    {
      "id": "ferry",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "ferry"
        ],
        true,
        false
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(108, 159, 182, 1)",
        "line-dasharray": [
          2,
          2
        ],
        "line-width": 1.1
      }
    },
    {
      "id": "aeroway-taxiway-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 12,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "taxiway"
        ],
        true,
        false
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(153, 153, 153, 1)",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.5
          ],
          [
            "zoom"
          ],
          11,
          2,
          17,
          12
        ]
      }
    },
    {
      "id": "aeroway-runway-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 12,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "runway"
        ],
        true,
        false
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(153, 153, 153, 1)",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.5
          ],
          [
            "zoom"
          ],
          11,
          5,
          17,
          55
        ]
      }
    },
    {
      "id": "aeroway-area",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPolygon",
            "Polygon"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "runway",
            "taxiway"
          ],
          true,
          false
        ]
      ],
      "paint": {
        "fill-color": "rgba(255, 255, 255, 1)",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          0,
          14,
          1
        ]
      },
      "layout": {}
    },
    {
      "id": "aeroway-taxiway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "taxiway"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          0,
          12,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.5
          ],
          [
            "zoom"
          ],
          11,
          1,
          17,
          10
        ]
      }
    },
    {
      "id": "aeroway-runway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "runway"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          0,
          12,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.5
          ],
          [
            "zoom"
          ],
          11,
          4,
          17,
          50
        ]
      }
    },
    {
      "id": "road_area_pier",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPolygon",
            "Polygon"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "pier"
        ]
      ],
      "paint": {
        "fill-antialias": true,
        "fill-color": "#DCD4C3"
      },
      "metadata": {
        "maponica:source": "--border (path/pier)"
      },
      "layout": {}
    },
    {
      "id": "road_pier",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "pier"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1,
          17,
          4
        ]
      },
      "metadata": {
        "maponica:source": "--border (path/pier)"
      }
    },
    {
      "id": "highway-area",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPolygon",
            "Polygon"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "pier"
          ],
          false,
          true
        ]
      ],
      "paint": {
        "fill-antialias": false,
        "fill-color": "#EDE6D5",
        "fill-opacity": 0.9,
        "fill-outline-color": "#cfcdca"
      },
      "metadata": {
        "maponica:source": "--secondary (minor/residential/service)"
      },
      "layout": {}
    },
    {
      "id": "highway-motorway-link-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "highway-link-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary",
            "tertiary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          15
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "highway-minor-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          4,
          20,
          15
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "highway-secondary-tertiary-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8,
          1.5,
          20,
          17
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "highway-primary-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          0,
          8,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          7,
          0,
          8,
          0.6,
          9,
          1.5,
          20,
          22
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "highway-trunk-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "trunk"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          5,
          0,
          6,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0,
          6,
          0.6,
          7,
          1.5,
          20,
          22
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "highway-motorway-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0,
          5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          4,
          0,
          5,
          0.4,
          6,
          0.6,
          7,
          1.5,
          20,
          22
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "highway-path",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "path"
        ]
      ],
      "paint": {
        "line-color": "#C4B89E",
        "line-dasharray": [
          1.5,
          0.75
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1.2,
          20,
          4
        ]
      },
      "metadata": {
        "maponica:source": "--border (path/pier)"
      },
      "layout": {}
    },
    {
      "id": "highway-motorway-link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#EB8E5A",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "metadata": {
        "maponica:source": "--accent (ochre motorway)"
      }
    },
    {
      "id": "highway-link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary",
            "tertiary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#F2BA8D",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "metadata": {
        "maponica:source": "--accent (lighter ochre trunk/primary)"
      }
    },
    {
      "id": "highway-minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "brunnel"
          ],
          "tunnel"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FAF4E4",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "metadata": {
        "maponica:source": "--secondary (minor/residential/service)"
      }
    },
    {
      "id": "highway-secondary-tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBECD1",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          8,
          0.5,
          20,
          13
        ]
      },
      "metadata": {
        "maponica:source": "--accent (washed secondary/tertiary)"
      }
    },
    {
      "id": "highway-primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#F2BA8D",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          8.5,
          0,
          9,
          0.5,
          20,
          18
        ]
      },
      "metadata": {
        "maponica:source": "--accent (lighter ochre trunk/primary)"
      }
    },
    {
      "id": "highway-trunk",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "trunk"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#F2BA8D",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          18
        ]
      },
      "metadata": {
        "maponica:source": "--accent (lighter ochre trunk/primary)"
      }
    },
    {
      "id": "highway-motorway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#EB8E5A",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          18
        ]
      },
      "metadata": {
        "maponica:source": "--accent (ochre motorway)"
      }
    },
    {
      "id": "railway-transit",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "paint": {
        "line-color": "hsla(0,0%,73%,0.77)",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          20,
          1
        ]
      },
      "layout": {}
    },
    {
      "id": "railway-transit-hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "transit"
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "tunnel"
          ],
          false,
          true
        ]
      ],
      "paint": {
        "line-color": "hsla(0,0%,73%,0.68)",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          2,
          20,
          6
        ]
      },
      "layout": {}
    },
    {
      "id": "railway-service",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ],
        [
          "has",
          "service"
        ]
      ],
      "paint": {
        "line-color": "hsla(0,0%,73%,0.77)",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          20,
          1
        ]
      },
      "layout": {}
    },
    {
      "id": "railway-service-hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ],
        [
          "has",
          "service"
        ]
      ],
      "paint": {
        "line-color": "hsla(0,0%,73%,0.68)",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          2,
          20,
          6
        ]
      },
      "layout": {}
    },
    {
      "id": "railway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "!",
          [
            "has",
            "service"
          ]
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "layout": {}
    },
    {
      "id": "railway-hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "!",
          [
            "has",
            "service"
          ]
        ],
        [
          "match",
          [
            "get",
            "brunnel"
          ],
          [
            "bridge",
            "tunnel"
          ],
          false,
          true
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "layout": {}
    },
    {
      "id": "bridge-motorway-link-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          19
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "bridge-link-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary",
            "tertiary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          1,
          13,
          3,
          14,
          4,
          20,
          19
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "bridge-secondary-tertiary-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          7,
          0.6,
          8,
          1.5,
          20,
          21
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "bridge-trunk-primary-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.6,
          7,
          1.5,
          20,
          26
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "bridge-motorway-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          5,
          0.4,
          6,
          0.6,
          7,
          1.5,
          20,
          26
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "bridge-minor-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#C4B89E",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12,
          0.5,
          13,
          1,
          14,
          6,
          20,
          24
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      }
    },
    {
      "id": "bridge-path-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "path"
        ]
      ],
      "paint": {
        "line-color": "#C4B89E",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1.2,
          20,
          18
        ]
      },
      "metadata": {
        "maponica:source": "--border (road casing underlay)"
      },
      "layout": {}
    },
    {
      "id": "bridge-path",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "path"
        ]
      ],
      "paint": {
        "line-color": "#C4B89E",
        "line-dasharray": [
          1.5,
          0.75
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          15,
          1.2,
          20,
          4
        ]
      },
      "metadata": {
        "maponica:source": "--border (path/pier)"
      },
      "layout": {}
    },
    {
      "id": "bridge-motorway-link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#EB8E5A",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "metadata": {
        "maponica:source": "--accent (ochre motorway)"
      }
    },
    {
      "id": "bridge-link",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "secondary",
            "tertiary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#F2BA8D",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          12.5,
          0,
          13,
          1.5,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "metadata": {
        "maponica:source": "--accent (lighter ochre trunk/primary)"
      }
    },
    {
      "id": "bridge-minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FAF4E4",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          13.5,
          0,
          14,
          2.5,
          20,
          11.5
        ]
      },
      "metadata": {
        "maponica:source": "--secondary (minor/residential/service)"
      }
    },
    {
      "id": "bridge-secondary-tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "secondary",
            "tertiary"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#FBECD1",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          8,
          0.5,
          20,
          13
        ]
      },
      "metadata": {
        "maponica:source": "--accent (washed secondary/tertiary)"
      }
    },
    {
      "id": "bridge-trunk-primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "primary",
            "trunk"
          ],
          true,
          false
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#F2BA8D",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          18
        ]
      },
      "metadata": {
        "maponica:source": "--accent (lighter ochre trunk/primary)"
      }
    },
    {
      "id": "bridge-motorway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "motorway"
        ],
        [
          "!=",
          [
            "get",
            "ramp"
          ],
          1
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#EB8E5A",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          6.5,
          0,
          7,
          0.5,
          20,
          18
        ]
      },
      "metadata": {
        "maponica:source": "--accent (ochre motorway)"
      }
    },
    {
      "id": "bridge-railway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14,
          0.4,
          15,
          0.75,
          20,
          2
        ]
      },
      "layout": {}
    },
    {
      "id": "bridge-railway-hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "brunnel"
          ],
          "bridge"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "rail"
        ]
      ],
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.4
          ],
          [
            "zoom"
          ],
          14.5,
          0,
          15,
          3,
          20,
          8
        ]
      },
      "layout": {}
    },
    {
      "id": "cablecar",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "==",
        [
          "get",
          "subclass"
        ],
        "cable_car"
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "hsl(0,0%,70%)",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          1,
          19,
          2.5
        ]
      }
    },
    {
      "id": "cablecar-dash",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "==",
        [
          "get",
          "subclass"
        ],
        "cable_car"
      ],
      "layout": {
        "line-cap": "round"
      },
      "paint": {
        "line-color": "hsl(0,0%,70%)",
        "line-dasharray": [
          2,
          3
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          3,
          19,
          5.5
        ]
      }
    },
    {
      "id": "boundary_3",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 3,
      "metadata": {
        "maponica:source": "--muted-foreground (state/region dashed border)"
      },
      "filter": [
        "all",
        [
          ">=",
          [
            "get",
            "admin_level"
          ],
          3
        ],
        [
          "<=",
          [
            "get",
            "admin_level"
          ],
          6
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "disputed"
          ],
          1
        ],
        [
          "!",
          [
            "has",
            "claimed_by"
          ]
        ]
      ],
      "paint": {
        "line-color": "#8B6E54",
        "line-dasharray": [
          4,
          2
        ],
        "line-width": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          3,
          0.7,
          7,
          1.1,
          11,
          2.2
        ]
      },
      "layout": {}
    },
    {
      "id": "boundary_2",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "metadata": {
        "maponica:source": "--foreground (country border ink)"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "admin_level"
          ],
          2
        ],
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "!=",
          [
            "get",
            "disputed"
          ],
          1
        ],
        [
          "!",
          [
            "has",
            "claimed_by"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#4A2811",
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0.4,
          4,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          0.6,
          8,
          1.2,
          14,
          2.0
        ]
      }
    },
    {
      "id": "boundary_disputed",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "metadata": {
        "maponica:source": "--foreground (disputed border ink, dashed)"
      },
      "filter": [
        "all",
        [
          "!=",
          [
            "get",
            "maritime"
          ],
          1
        ],
        [
          "==",
          [
            "get",
            "disputed"
          ],
          1
        ]
      ],
      "paint": {
        "line-color": "#4A2811",
        "line-dasharray": [
          1,
          2
        ],
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          1,
          5,
          1.2,
          12,
          3
        ]
      },
      "layout": {}
    },
    {
      "id": "road_oneway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "oneway"
          ],
          1
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "motorway",
            "primary",
            "secondary",
            "service",
            "tertiary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "icon-image": "oneway",
        "icon-padding": 2,
        "icon-rotate": 90,
        "icon-rotation-alignment": "map",
        "icon-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          15,
          0.5,
          19,
          1
        ],
        "symbol-placement": "line",
        "symbol-spacing": 75
      },
      "paint": {
        "icon-opacity": 0.5
      }
    },
    {
      "id": "road_oneway_opposite",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "oneway"
          ],
          -1
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "motorway",
            "primary",
            "secondary",
            "service",
            "tertiary",
            "trunk"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "icon-image": "oneway",
        "icon-padding": 2,
        "icon-rotate": -90,
        "icon-rotation-alignment": "map",
        "icon-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          15,
          0.5,
          19,
          1
        ],
        "symbol-placement": "line",
        "symbol-spacing": 75
      },
      "paint": {
        "icon-opacity": 0.5
      }
    },
    {
      "id": "waterway_line_label",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 10,
      "filter": [
        "match",
        [
          "geometry-type"
        ],
        [
          "LineString",
          "MultiLineString"
        ],
        true,
        false
      ],
      "layout": {
        "symbol-placement": "line",
        "symbol-spacing": 350,
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            " ",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 5,
        "text-size": 14
      },
      "paint": {
        "text-color": "#74aee9",
        "text-halo-color": "rgba(255,255,255,0.7)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "water_name_ocean_sea",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 0,
      "maxzoom": 24,
      "metadata": {
        "maponica:source": "derived from --primary (teal family)"
      },
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPoint",
            "Point"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "ocean",
            "sea"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          12,
          4,
          16,
          8,
          22
        ],
        "text-letter-spacing": 0.3,
        "text-transform": "none",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#1F6568",
        "text-halo-color": "rgba(195,220,226,0.6)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "waterway_river_labels",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 11,
      "maxzoom": 24,
      "metadata": {
        "maponica:source": "derived from --primary (teal) \u2014 river name along line"
      },
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "river",
            "canal"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          10,
          14,
          12,
          18,
          15
        ],
        "text-letter-spacing": 0.1,
        "text-transform": "none",
        "symbol-placement": "line",
        "symbol-spacing": 400,
        "text-max-angle": 30
      },
      "paint": {
        "text-color": "#1F6568",
        "text-halo-color": "rgba(243,229,194,0.9)",
        "text-halo-width": 1.3
      }
    },
    {
      "id": "water_name_line_label",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "filter": [
        "match",
        [
          "geometry-type"
        ],
        [
          "LineString",
          "MultiLineString"
        ],
        true,
        false
      ],
      "layout": {
        "symbol-placement": "line",
        "symbol-spacing": 350,
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            " ",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 5,
        "text-size": 14
      },
      "paint": {
        "text-color": "#1A5A5D",
        "text-halo-color": "rgba(255,255,255,0.7)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "poi_retail",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 17,
      "metadata": {
        "maponica:source": "--muted-foreground (text), --background (halo)"
      },
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPoint",
            "Point"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "shop",
            "clothing_store",
            "grocery",
            "bakery",
            "alcohol_shop",
            "pharmacy",
            "florist",
            "hardware",
            "beauty",
            "gift",
            "books",
            "electronics",
            "furniture",
            "convenience",
            "butcher",
            "marketplace"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": 10,
        "text-anchor": "top",
        "text-offset": [
          0,
          1.0
        ],
        "icon-image": [
          "match",
          [
            "get",
            "subclass"
          ],
          [
            "florist",
            "furniture"
          ],
          [
            "get",
            "subclass"
          ],
          [
            "get",
            "class"
          ]
        ]
      },
      "paint": {
        "text-color": "#7A6E5A",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "poi_lodging_food",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 16,
      "metadata": {
        "maponica:source": "--muted-foreground (text), --background (halo)"
      },
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPoint",
            "Point"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "lodging",
            "restaurant",
            "cafe",
            "fast_food",
            "bar",
            "pub",
            "ice_cream"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": 10,
        "text-anchor": "top",
        "text-offset": [
          0,
          1.0
        ],
        "icon-image": [
          "match",
          [
            "get",
            "subclass"
          ],
          [
            "florist",
            "furniture"
          ],
          [
            "get",
            "subclass"
          ],
          [
            "get",
            "class"
          ]
        ]
      },
      "paint": {
        "text-color": "#7A6E5A",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "poi_transit_airport",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 8,
      "metadata": {
        "maponica:source": "cool blue-grey (not token) \u2014 separate hierarchy from landmarks"
      },
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPoint",
            "Point"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "airport"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": 11,
        "text-anchor": "top",
        "text-offset": [
          0,
          1.0
        ],
        "icon-image": [
          "to-string",
          [
            "get",
            "class"
          ]
        ]
      },
      "paint": {
        "text-color": "#7F8897",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "poi_transit_railway_station",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "metadata": {
        "maponica:source": "cool blue-grey"
      },
      "filter": [
        "all",
        [
          "all",
          [
            "match",
            [
              "geometry-type"
            ],
            [
              "MultiPoint",
              "Point"
            ],
            true,
            false
          ],
          [
            "==",
            [
              "get",
              "class"
            ],
            "railway"
          ],
          [
            "match",
            [
              "get",
              "subclass"
            ],
            [
              "station"
            ],
            true,
            false
          ]
        ],
        [
          ">=",
          [
            "coalesce",
            [
              "get",
              "agg_stop"
            ],
            0
          ],
          2
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": 11,
        "text-anchor": "top",
        "text-offset": [
          0,
          1.0
        ],
        "icon-image": [
          "to-string",
          [
            "get",
            "class"
          ]
        ]
      },
      "paint": {
        "text-color": "#7F8897",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "poi_transit_subway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "metadata": {
        "maponica:source": "cool blue-grey"
      },
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPoint",
            "Point"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "railway"
        ],
        [
          "match",
          [
            "get",
            "subclass"
          ],
          [
            "subway",
            "tram_stop",
            "halt"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": 10,
        "text-anchor": "top",
        "text-offset": [
          0,
          1.0
        ],
        "icon-image": [
          "to-string",
          [
            "get",
            "class"
          ]
        ]
      },
      "paint": {
        "text-color": "#7F8897",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "poi_transit_bus",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 15,
      "metadata": {
        "maponica:source": "cool blue-grey"
      },
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPoint",
            "Point"
          ],
          true,
          false
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "bus"
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": 10,
        "text-anchor": "top",
        "text-offset": [
          0,
          1.0
        ],
        "icon-image": [
          "to-string",
          [
            "get",
            "class"
          ]
        ]
      },
      "paint": {
        "text-color": "#7F8897",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.0
      }
    },
    {
      "id": "poi_civic",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "metadata": {
        "maponica:source": "--muted-foreground"
      },
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPoint",
            "Point"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "place_of_worship",
            "library",
            "hospital"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": 11,
        "text-anchor": "top",
        "text-offset": [
          0,
          1.0
        ],
        "icon-image": [
          "match",
          [
            "get",
            "subclass"
          ],
          [
            "florist",
            "furniture"
          ],
          [
            "get",
            "subclass"
          ],
          [
            "get",
            "class"
          ]
        ]
      },
      "paint": {
        "text-color": "#7A6E5A",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "poi_landmarks",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "metadata": {
        "maponica:source": "--accent (warm rust) \u2014 primary visual priority"
      },
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "MultiPoint",
            "Point"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "attraction",
            "monument",
            "castle",
            "museum",
            "art_gallery",
            "zoo",
            "aquarium",
            "stadium",
            "theatre",
            "archaeological",
            "memorial",
            "town_hall"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-size": 12,
        "text-anchor": "top",
        "text-offset": [
          0,
          1.0
        ],
        "symbol-sort-key": [
          "-",
          [
            "get",
            "rank"
          ]
        ],
        "icon-image": [
          "match",
          [
            "get",
            "subclass"
          ],
          [
            "florist",
            "furniture"
          ],
          [
            "get",
            "subclass"
          ],
          [
            "get",
            "class"
          ]
        ]
      },
      "paint": {
        "text-color": "#C56B2F",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "highway-name-path",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 15.5,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "path"
      ],
      "layout": {
        "symbol-placement": "line",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            " ",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "map",
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          12,
          14,
          13
        ]
      },
      "paint": {
        "text-color": "hsl(30,23%,62%)",
        "text-halo-color": "#f8f4f0",
        "text-halo-width": 0.5
      }
    },
    {
      "id": "highway-name-minor",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "minor",
            "service",
            "track"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "symbol-placement": "line",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            " ",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "map",
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          12,
          14,
          13
        ]
      },
      "paint": {
        "text-color": "#666",
        "text-halo-blur": 0.5,
        "text-halo-width": 1
      }
    },
    {
      "id": "highway-name-major",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 12.2,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "primary",
          "secondary",
          "tertiary",
          "trunk"
        ],
        true,
        false
      ],
      "layout": {
        "symbol-placement": "line",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            " ",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "map",
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          12,
          14,
          13
        ]
      },
      "paint": {
        "text-color": "#666",
        "text-halo-blur": 0.5,
        "text-halo-width": 1
      }
    },
    {
      "id": "highway-shield-non-us",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 8,
      "filter": [
        "all",
        [
          "<=",
          [
            "get",
            "ref_length"
          ],
          6
        ],
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "network"
          ],
          [
            "us-highway",
            "us-interstate",
            "us-state"
          ],
          false,
          true
        ]
      ],
      "layout": {
        "icon-image": [
          "concat",
          "road_",
          [
            "get",
            "ref_length"
          ]
        ],
        "icon-rotation-alignment": "viewport",
        "icon-size": 1,
        "symbol-placement": [
          "step",
          [
            "zoom"
          ],
          "point",
          11,
          "line"
        ],
        "symbol-spacing": 200,
        "text-field": [
          "to-string",
          [
            "get",
            "ref"
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10
      },
      "paint": {}
    },
    {
      "id": "highway-shield-us-interstate",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 7,
      "filter": [
        "all",
        [
          "<=",
          [
            "get",
            "ref_length"
          ],
          6
        ],
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "network"
          ],
          [
            "us-interstate"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "icon-image": [
          "concat",
          [
            "get",
            "network"
          ],
          "_",
          [
            "get",
            "ref_length"
          ]
        ],
        "icon-rotation-alignment": "viewport",
        "icon-size": 1,
        "symbol-placement": [
          "step",
          [
            "zoom"
          ],
          "point",
          7,
          "line",
          8,
          "line"
        ],
        "symbol-spacing": 200,
        "text-field": [
          "to-string",
          [
            "get",
            "ref"
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10
      },
      "paint": {}
    },
    {
      "id": "road_shield_us",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 9,
      "filter": [
        "all",
        [
          "<=",
          [
            "get",
            "ref_length"
          ],
          6
        ],
        [
          "match",
          [
            "geometry-type"
          ],
          [
            "LineString",
            "MultiLineString"
          ],
          true,
          false
        ],
        [
          "match",
          [
            "get",
            "network"
          ],
          [
            "us-highway",
            "us-state"
          ],
          true,
          false
        ]
      ],
      "layout": {
        "icon-image": [
          "concat",
          [
            "get",
            "network"
          ],
          "_",
          [
            "get",
            "ref_length"
          ]
        ],
        "icon-rotation-alignment": "viewport",
        "icon-size": 1,
        "symbol-placement": [
          "step",
          [
            "zoom"
          ],
          "point",
          11,
          "line"
        ],
        "symbol-spacing": 200,
        "text-field": [
          "to-string",
          [
            "get",
            "ref"
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10
      },
      "paint": {}
    },
    {
      "id": "airport",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 10,
      "filter": [
        "all",
        [
          "has",
          "iata"
        ]
      ],
      "layout": {
        "icon-image": "airport_11",
        "icon-size": 1,
        "text-anchor": "top",
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 9,
        "text-offset": [
          0,
          0.6
        ],
        "text-optional": true,
        "text-padding": 2,
        "text-size": 12
      },
      "paint": {
        "text-color": "#666",
        "text-halo-blur": 0.5,
        "text-halo-color": "#ffffff",
        "text-halo-width": 1
      }
    },
    {
      "id": "label_other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "filter": [
        "match",
        [
          "get",
          "class"
        ],
        [
          "city",
          "continent",
          "country",
          "state",
          "town",
          "village"
        ],
        false,
        true
      ],
      "layout": {
        "text-field": [
          "case",
          [
            "has",
            "name:nonlatin"
          ],
          [
            "concat",
            [
              "get",
              "name:latin"
            ],
            "\n",
            [
              "get",
              "name:nonlatin"
            ]
          ],
          [
            "coalesce",
            [
              "get",
              "name_en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 9,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          10,
          14,
          12
        ],
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#7A6E5A",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.2
      },
      "metadata": {
        "maponica:source": "--muted-foreground (suburb/neighbourhood ink)"
      }
    },
    {
      "id": "label_village",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "village"
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          10,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.2,
        "text-anchor": "bottom",
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": 9,
        "text-transform": "none",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#322B1F",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.5
      },
      "metadata": {
        "maponica:source": "--foreground (village label ink)"
      }
    },
    {
      "id": "label_town",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "town"
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          10,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.2,
        "text-anchor": "bottom",
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          5,
          9,
          11,
          12
        ],
        "text-transform": "none",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#322B1F",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.5
      },
      "metadata": {
        "maponica:source": "--foreground (town label ink)"
      }
    },
    {
      "id": "label_state",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 4,
      "maxzoom": 14,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "state"
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          9,
          10,
          11,
          14,
          12
        ],
        "text-transform": "none",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#8B6E54",
        "text-halo-color": "rgba(247,241,228,0.92)",
        "text-halo-width": 1.2
      },
      "metadata": {
        "maponica:source": "--foreground (state label ink)"
      }
    },
    {
      "id": "label_city",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 3,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "city"
        ],
        [
          "!=",
          [
            "get",
            "capital"
          ],
          2
        ]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          9,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.4,
        "text-anchor": "bottom",
        "text-offset": [
          0,
          -0.1
        ],
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          10,
          10,
          13,
          14,
          15
        ],
        "text-transform": "none",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#322B1F",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.5
      },
      "metadata": {
        "maponica:source": "--foreground (city label ink)"
      }
    },
    {
      "id": "label_city_capital",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 3,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "city"
        ],
        [
          "==",
          [
            "get",
            "capital"
          ],
          2
        ]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "circle_11_black",
          9,
          ""
        ],
        "icon-optional": false,
        "icon-size": 0.5,
        "text-anchor": "bottom",
        "text-offset": [
          0,
          -0.2
        ],
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          11,
          10,
          14,
          14,
          18
        ],
        "text-transform": "none",
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#322B1F",
        "text-halo-color": "rgba(247,241,228,0.85)",
        "text-halo-width": 1.5
      },
      "metadata": {
        "maponica:source": "--foreground (capital city label ink)"
      }
    },
    {
      "id": "label_country_3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 2,
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "country"
        ],
        [
          ">=",
          [
            "get",
            "rank"
          ],
          3
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          11.700000000000001,
          8,
          16.2,
          14,
          18.0
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 6
      },
      "paint": {
        "text-color": "#1A1614",
        "text-halo-color": "rgba(243,229,194,0.92)",
        "text-halo-width": 1.5
      },
      "metadata": {
        "maponica:source": "--foreground (country label ink)"
      }
    },
    {
      "id": "label_country_2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "country"
        ],
        [
          "==",
          [
            "get",
            "rank"
          ],
          2
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          11.700000000000001,
          8,
          16.2,
          14,
          18.0
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 6
      },
      "paint": {
        "text-color": "#1A1614",
        "text-halo-color": "rgba(243,229,194,0.92)",
        "text-halo-width": 1.5
      },
      "metadata": {
        "maponica:source": "--foreground (country label ink)"
      }
    },
    {
      "id": "label_country_1",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "class"
          ],
          "country"
        ],
        [
          "==",
          [
            "get",
            "rank"
          ],
          1
        ]
      ],
      "layout": {
        "text-field": [
          "get",
          "name_en"
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          11.700000000000001,
          8,
          16.2,
          14,
          18.0
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 6
      },
      "paint": {
        "text-color": "#1A1614",
        "text-halo-color": "rgba(243,229,194,0.92)",
        "text-halo-width": 1.5
      },
      "metadata": {
        "maponica:source": "--foreground (country label ink)"
      }
    }
  ]
}
