{
  "version": 8,
  "name": "OSM Dark",
  "metadata": {
    "original": "Mapbox NDW Viewer Dark 20190527"
  },
  "center": [
    5.41,
    52.15
  ],
  "zoom": 8,
  "bearing": 0,
  "pitch": 0,
  "sources": {
    "openmaptiles": {
      "type": "vector",
      "url": "https://maps.staging.ndw.nu/api/v1/osm/latest/mbtiles/osm/"
    }
  },
  "sprite": "https://maps.staging.ndw.nu/styles/sprites/osm-dark/osm-dark",
  "glyphs": "https://maps.staging.ndw.nu/styles/glyphs/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "layout": {},
      "paint": {
        "background-color": "hsl(55, 1%, 20%)"
      }
    },
    {
      "id": "landcover_wood",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1456970288113.8113"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "maxzoom": 14,
      "filter": [
        "==",
        "class",
        "wood"
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(55, 1%, 20%)",
        "fill-opacity": 0.1,
        "fill-antialias": false
      }
    },
    {
      "id": "landcover_scrub",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1456970288113.8113"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "maxzoom": 14,
      "filter": [
        "==",
        "class",
        "scrub"
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(55, 1%, 20%)",
        "fill-opacity": 0.1,
        "fill-antialias": false
      }
    },
    {
      "id": "landcover_grass",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1456970288113.8113"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "maxzoom": 14,
      "filter": [
        "==",
        "class",
        "grass"
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(55, 1%, 20%)",
        "fill-opacity": 0.1,
        "fill-antialias": false
      }
    },
    {
      "id": "landcover_crop",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1456970288113.8113"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "maxzoom": 14,
      "filter": [
        "==",
        "class",
        "crop"
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(55, 1%, 20%)",
        "fill-opacity": 0.1,
        "fill-antialias": false
      }
    },
    {
      "id": "national_park",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "park",
      "filter": [
        "==",
        "class",
        "national_park"
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(132, 2%, 20%)",
        "fill-opacity": {
          "base": 1,
          "stops": [
            [
              5,
              0
            ],
            [
              6,
              0.5
            ]
          ]
        }
      }
    },
    {
      "id": "parks",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "park"
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(132, 2%, 20%)",
        "fill-opacity": {
          "base": 1,
          "stops": [
            [
              5,
              0
            ],
            [
              6,
              0.75
            ]
          ]
        }
      }
    },
    {
      "id": "pitch",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "pitch"
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(132, 2%, 20%)"
      }
    },
    {
      "id": "industrial",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "industrial"
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(0, 0%, 20%)"
      }
    },
    {
      "id": "sand",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "sand"
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(132, 2%, 20%)"
      }
    },
    {
      "id": "waterway-river-canal",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 8,
      "filter": [
        "any",
        [
          "==",
          "class",
          "canal"
        ],
        [
          "==",
          "class",
          "river"
        ]
      ],
      "layout": {
        "line-cap": {
          "base": 1,
          "stops": [
            [
              0,
              "butt"
            ],
            [
              11,
              "round"
            ]
          ]
        },
        "line-join": "round"
      },
      "paint": {
        "line-color": "hsl(185, 2%, 10%)",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              8.5,
              0.1
            ],
            [
              20,
              8
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              8,
              0
            ],
            [
              8.5,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "water shadow",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "layout": {},
      "paint": {
        "fill-color": "hsl(185, 3%, 5%)",
        "fill-translate": {
          "base": 1.2,
          "stops": [
            [
              7,
              [
                0,
                0
              ]
            ],
            [
              16,
              [
                -1,
                -1
              ]
            ]
          ]
        },
        "fill-translate-anchor": "viewport",
        "fill-opacity": 1
      }
    },
    {
      "id": "water",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "layout": {},
      "paint": {
        "fill-color": "hsl(185, 2%, 10%)"
      }
    },
    {
      "id": "aeroway-polygon",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444934828655.3389"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "!=",
          "type",
          "apron"
        ],
        [
          "==",
          "$type",
          "Polygon"
        ]
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(0, 0%, 27%)",
        "fill-opacity": {
          "base": 1,
          "stops": [
            [
              11,
              0
            ],
            [
              11.5,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "aeroway-runway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444934828655.3389"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 9,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "type",
          "runway"
        ]
      ],
      "layout": {},
      "paint": {
        "line-color": "hsl(0, 0%, 27%)",
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              9,
              1
            ],
            [
              18,
              80
            ]
          ]
        }
      }
    },
    {
      "id": "aeroway-taxiway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444934828655.3389"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 9,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "type",
          "taxiway"
        ]
      ],
      "layout": {},
      "paint": {
        "line-color": "hsl(0, 0%, 27%)",
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              10,
              0.5
            ],
            [
              18,
              20
            ]
          ]
        }
      }
    },
    {
      "id": "building",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "!=",
          "type",
          "building:part"
        ],
        [
          "==",
          "underground",
          "false"
        ]
      ],
      "layout": {},
      "paint": {
        "fill-color": "hsl(55, 1%, 17%)",
        "fill-opacity": {
          "base": 1,
          "stops": [
            [
              15.5,
              0
            ],
            [
              16,
              1
            ]
          ]
        },
        "fill-outline-color": "hsl(55, 1%, 15%)"
      }
    },
    {
      "id": "tunnel-street-low",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "minor"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": {
          "stops": [
            [
              11.5,
              0
            ],
            [
              12,
              1
            ],
            [
              14,
              1
            ],
            [
              14.01,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-street_limited-low",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "street_limited"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": {
          "stops": [
            [
              11.5,
              0
            ],
            [
              12,
              1
            ],
            [
              14,
              1
            ],
            [
              14.01,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-service-link-track-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!=",
            "type",
            "trunk_link"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "link",
            "service",
            "track"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 29%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              0.5
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-dasharray": [
          3,
          3
        ]
      }
    },
    {
      "id": "tunnel-street_limited-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "street_limited"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 29%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              13,
              0
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-dasharray": [
          3,
          3
        ],
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-street-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "minor"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 29%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              13,
              0
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-dasharray": [
          3,
          3
        ],
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-secondary-tertiary-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              10,
              0.75
            ],
            [
              18,
              2
            ]
          ]
        },
        "line-dasharray": [
          3,
          3
        ],
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              8.5,
              0.5
            ],
            [
              10,
              0.75
            ],
            [
              18,
              26
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 29%)"
      }
    },
    {
      "id": "tunnel-primary-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "primary"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-dasharray": [
          3,
          3
        ],
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 29%)"
      }
    },
    {
      "id": "tunnel-trunk_link-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "type",
            "trunk_link"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 29%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-dasharray": [
          3,
          3
        ]
      }
    },
    {
      "id": "tunnel-motorway_link-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "motorway_link"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 29%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-dasharray": [
          3,
          3
        ]
      }
    },
    {
      "id": "tunnel-trunk-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "type",
            "trunk"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 29%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-opacity": 1,
        "line-dasharray": [
          3,
          3
        ]
      }
    },
    {
      "id": "tunnel-motorway-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 29%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-opacity": 1,
        "line-dasharray": [
          3,
          3
        ]
      }
    },
    {
      "id": "tunnel-construction",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "construction"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-join": "miter"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        },
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                0.4,
                0.8
              ]
            ],
            [
              15,
              [
                0.3,
                0.6
              ]
            ],
            [
              16,
              [
                0.2,
                0.3
              ]
            ],
            [
              17,
              [
                0.2,
                0.25
              ]
            ],
            [
              18,
              [
                0.15,
                0.15
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-path",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!=",
            "type",
            "steps"
          ],
          [
            "==",
            "class",
            "path"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              15,
              1
            ],
            [
              18,
              4
            ]
          ]
        },
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.75,
                1
              ]
            ],
            [
              16,
              [
                1,
                0.75
              ]
            ],
            [
              17,
              [
                1,
                0.5
              ]
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              14,
              0
            ],
            [
              14.25,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-steps",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "type",
            "steps"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              15,
              1
            ],
            [
              18,
              4
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.75,
                1
              ]
            ],
            [
              16,
              [
                1,
                0.75
              ]
            ],
            [
              17,
              [
                0.3,
                0.3
              ]
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              14,
              0
            ],
            [
              14.25,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-trunk_link",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "==",
            "type",
            "trunk_link"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": 1,
        "line-dasharray": [
          1,
          0
        ]
      }
    },
    {
      "id": "tunnel-motorway_link",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "motorway_link"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": 1,
        "line-dasharray": [
          1,
          0
        ]
      }
    },
    {
      "id": "tunnel-pedestrian",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "pedestrian"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              0.5
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": 1,
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.5,
                0.4
              ]
            ],
            [
              16,
              [
                1,
                0.2
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-service-link-track",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!=",
            "type",
            "trunk_link"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "link",
            "service",
            "track"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              0.5
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-dasharray": [
          1,
          0
        ]
      }
    },
    {
      "id": "tunnel-street_limited",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "street_limited"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-street",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "minor"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-secondary-tertiary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "tunnel"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              8.5,
              0.5
            ],
            [
              10,
              0.75
            ],
            [
              18,
              26
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": 1,
        "line-dasharray": [
          1,
          0
        ],
        "line-blur": 0
      }
    },
    {
      "id": "tunnel-primary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "primary"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)",
        "line-opacity": 1,
        "line-dasharray": [
          1,
          0
        ],
        "line-blur": 0
      }
    },
    {
      "id": "tunnel-trunk",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "trunk"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(185, 2%, 15%)"
      }
    },
    {
      "id": "tunnel-motorway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855769305.6016"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-dasharray": [
          1,
          0
        ],
        "line-opacity": 1,
        "line-color": "hsl(185, 2%, 15%)",
        "line-blur": 0
      }
    },
    {
      "id": "road-pedestrian-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "pedestrian"
          ],
          [
            "!has",
            "brunnel"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              2
            ],
            [
              18,
              14.5
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": 0,
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.9,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-street-low",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "minor"
          ],
          [
            "!has",
            "brunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "stops": [
            [
              11,
              0
            ],
            [
              11.25,
              1
            ],
            [
              14,
              1
            ],
            [
              14.01,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "road-street_limited-low",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "street_limited"
          ],
          [
            "!has",
            "brunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "stops": [
            [
              11,
              0
            ],
            [
              11.25,
              1
            ],
            [
              14,
              1
            ],
            [
              14.01,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "road-service-link-track-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!=",
            "type",
            "trunk_link"
          ],
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "link",
            "service",
            "track"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              0.5
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.9,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-street_limited-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "street_limited"
          ],
          [
            "!has",
            "brunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              13,
              0
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.9,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-street-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "minor"
          ],
          [
            "!has",
            "brunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              13,
              0
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.9,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-main-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              10,
              0.75
            ],
            [
              18,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              8.5,
              0.5
            ],
            [
              10,
              0.75
            ],
            [
              18,
              26
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              6,
              0
            ],
            [
              7,
              0.4
            ],
            [
              9,
              0.5
            ],
            [
              10,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-primary-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "primary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              6,
              0
            ],
            [
              7,
              0.4
            ],
            [
              9,
              0.5
            ],
            [
              10,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-motorway_link-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway_link"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              6,
              0
            ],
            [
              7,
              0.4
            ],
            [
              9,
              0.5
            ],
            [
              10,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-trunk_link-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "type",
            "trunk_link"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              6,
              0
            ],
            [
              7,
              0.4
            ],
            [
              9,
              0.5
            ],
            [
              10,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-trunk-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "trunk"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              7,
              0.5
            ],
            [
              10,
              1
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.5
            ],
            [
              9,
              1.4
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              6,
              0
            ],
            [
              6.1,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-motorway-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              7,
              0.5
            ],
            [
              10,
              1
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-opacity": 1
      }
    },
    {
      "id": "road-construction",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "construction"
          ],
          [
            "!has",
            "brunnel"
          ]
        ]
      ],
      "layout": {
        "line-join": "miter"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        },
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                0.4,
                0.8
              ]
            ],
            [
              15,
              [
                0.3,
                0.6
              ]
            ],
            [
              16,
              [
                0.2,
                0.3
              ]
            ],
            [
              17,
              [
                0.2,
                0.25
              ]
            ],
            [
              18,
              [
                0.15,
                0.15
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "road-sidewalks",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "type",
            "crossing",
            "sidewalk"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              15,
              1
            ],
            [
              18,
              4
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.75,
                1
              ]
            ],
            [
              16,
              [
                1,
                0.75
              ]
            ],
            [
              17,
              [
                1,
                0.5
              ]
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              16,
              0
            ],
            [
              16.25,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-path",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "!in",
            "type",
            "crossing",
            "sidewalk",
            "steps"
          ],
          [
            "==",
            "class",
            "path"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              15,
              1
            ],
            [
              18,
              4
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.75,
                1
              ]
            ],
            [
              16,
              [
                1,
                0.75
              ]
            ],
            [
              17,
              [
                1,
                0.5
              ]
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              14,
              0
            ],
            [
              14.25,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-steps",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "type",
            "steps"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              15,
              1
            ],
            [
              18,
              4
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.75,
                1
              ]
            ],
            [
              16,
              [
                1,
                0.75
              ]
            ],
            [
              17,
              [
                0.3,
                0.3
              ]
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              14,
              0
            ],
            [
              14.25,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-trunk_link",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "type",
            "trunk_link"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": 1
      }
    },
    {
      "id": "road-motorway_link",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway_link"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": 1
      }
    },
    {
      "id": "road-pedestrian",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "pedestrian"
          ],
          [
            "!has",
            "brunnel"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              0.5
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": 1,
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.5,
                0.4
              ]
            ],
            [
              16,
              [
                1,
                0.2
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "road-service-link-track",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!=",
            "type",
            "trunk_link"
          ],
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "link",
            "service",
            "track"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              0.5
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "road-street_limited",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "street_limited"
          ],
          [
            "!has",
            "brunnel"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-street",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "minor"
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-secondary-tertiary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              8.5,
              0.5
            ],
            [
              10,
              0.75
            ],
            [
              18,
              26
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              5.5,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-primary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "primary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              5.5,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "road-trunk",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "trunk"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.5
            ],
            [
              9,
              1.4
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": 1
      }
    },
    {
      "id": "road-motorway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "==",
            "class",
            "motorway"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": 1
      }
    },
    {
      "id": "bus-line",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "==",
        "class",
        "busway"
      ],
      "layout": {},
      "paint": {
        "line-width": 3,
        "line-color": "hsl(0, 0%, 20%)"
      }
    },
    {
      "id": "road-rail",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855786460.0557"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "brunnel",
            "bridge",
            "tunnel"
          ],
          [
            "in",
            "class",
            "major_rail",
            "minor_rail"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 17%)",
        "line-width": {
          "base": 1,
          "stops": [
            [
              14,
              0.75
            ],
            [
              20,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-pedestrian-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "pedestrian"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              2
            ],
            [
              18,
              14.5
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": 0,
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-street-low",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "minor"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "stops": [
            [
              11.5,
              0
            ],
            [
              12,
              1
            ],
            [
              14,
              1
            ],
            [
              14.01,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-street_limited-low",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "street_limited"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "stops": [
            [
              11.5,
              0
            ],
            [
              12,
              1
            ],
            [
              14,
              1
            ],
            [
              14.01,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-service-link-track-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!=",
            "type",
            "trunk_link"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "link",
            "service",
            "track"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              0.5
            ],
            [
              18,
              12
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-street_limited-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "street_limited"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              13,
              0
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-street-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "minor"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        },
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              13,
              0
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-secondary-tertiary-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "secondary",
            "tertiary"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              10,
              0.75
            ],
            [
              18,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              8.5,
              0.5
            ],
            [
              10,
              0.75
            ],
            [
              18,
              26
            ]
          ]
        },
        "line-translate": [
          0,
          0
        ]
      }
    },
    {
      "id": "bridge-primary-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "primary"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-translate": [
          0,
          0
        ]
      }
    },
    {
      "id": "bridge-trunk_link-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "type",
            "trunk_link"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              10.99,
              0
            ],
            [
              11,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-motorway_link-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "<=",
            "layer",
            1
          ],
          [
            "==",
            "class",
            "motorway_link"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-trunk-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "trunk"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              10,
              1
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-motorway-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              7,
              0.5
            ],
            [
              10,
              1
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-construction",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "construction"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "miter"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        },
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                0.4,
                0.8
              ]
            ],
            [
              15,
              [
                0.3,
                0.6
              ]
            ],
            [
              16,
              [
                0.2,
                0.3
              ]
            ],
            [
              17,
              [
                0.2,
                0.25
              ]
            ],
            [
              18,
              [
                0.15,
                0.15
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-path",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!=",
            "type",
            "steps"
          ],
          [
            "==",
            "class",
            "path"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              15,
              1
            ],
            [
              18,
              4
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.75,
                1
              ]
            ],
            [
              16,
              [
                1,
                0.75
              ]
            ],
            [
              17,
              [
                1,
                0.5
              ]
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              14,
              0
            ],
            [
              14.25,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-steps",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "type",
            "steps"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              15,
              1
            ],
            [
              18,
              4
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.75,
                1
              ]
            ],
            [
              16,
              [
                1,
                0.75
              ]
            ],
            [
              17,
              [
                0.3,
                0.3
              ]
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              14,
              0
            ],
            [
              14.25,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-trunk_link",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "layer",
            2,
            3,
            4,
            5
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "type",
            "trunk_link"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "bridge-motorway_link",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "layer",
            2,
            3,
            4,
            5
          ],
          [
            "==",
            "class",
            "motorway_link"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "bridge-pedestrian",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "pedestrian"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              0.5
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": 1,
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              14,
              [
                1,
                0
              ]
            ],
            [
              15,
              [
                1.5,
                0.4
              ]
            ],
            [
              16,
              [
                1,
                0.2
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-service-link-track",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!=",
            "type",
            "trunk_link"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "link",
            "service",
            "track"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              14,
              0.5
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "bridge-street_limited",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "street_limited"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-street",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "minor"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12.5,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              13.99,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-secondary-tertiary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "type",
            "secondary",
            "tertiary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              8.5,
              0.5
            ],
            [
              10,
              0.75
            ],
            [
              18,
              26
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              5.5,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-primary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "type",
            "primary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-opacity": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              5.5,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-trunk",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "layer",
            2,
            3,
            4,
            5
          ],
          [
            "==",
            "class",
            "trunk"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "bridge-motorway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "!in",
            "layer",
            2,
            3,
            4,
            5
          ],
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "bridge-rail",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "in",
            "class",
            "major_rail",
            "minor_rail"
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 17%)",
        "line-width": {
          "base": 1,
          "stops": [
            [
              14,
              0.75
            ],
            [
              20,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-trunk_link-2-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "type",
            "trunk_link"
          ],
          [
            ">=",
            "layer",
            2
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              10.99,
              0
            ],
            [
              11,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-motorway_link-2-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "motorway_link"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            ">=",
            "layer",
            2
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-trunk-2-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "trunk"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            ">=",
            "layer",
            2
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              10,
              1
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-motorway-2-case",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            ">=",
            "layer",
            2
          ]
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              7,
              0.5
            ],
            [
              10,
              1
            ],
            [
              16,
              2
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 17%)",
        "line-gap-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-trunk_link-2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            "==",
            "type",
            "trunk_link"
          ],
          [
            ">=",
            "layer",
            2
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "bridge-motorway_link-2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "motorway_link"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            ">=",
            "layer",
            2
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "bridge-trunk-2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "trunk"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            ">=",
            "layer",
            2
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "bridge-motorway-2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444855799204.86"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "motorway"
          ],
          [
            "==",
            "brunnel",
            "bridge"
          ],
          [
            ">=",
            "layer",
            2
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              5,
              0.75
            ],
            [
              18,
              32
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "admin-3-4-boundaries-bg",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444934295202.7542"
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "==",
          "maritime",
          0
        ],
        [
          ">=",
          "admin_level",
          3
        ]
      ],
      "layout": {
        "line-join": "bevel"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 10%)",
        "line-width": {
          "base": 1,
          "stops": [
            [
              3,
              3.5
            ],
            [
              10,
              8
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              4,
              0
            ],
            [
              6,
              0.75
            ]
          ]
        },
        "line-dasharray": [
          1,
          0
        ],
        "line-translate": [
          0,
          0
        ],
        "line-blur": {
          "base": 1,
          "stops": [
            [
              3,
              0
            ],
            [
              8,
              3
            ]
          ]
        }
      }
    },
    {
      "id": "admin-2-boundaries-bg",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444934295202.7542"
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 1,
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ],
        [
          "==",
          "maritime",
          0
        ]
      ],
      "layout": {
        "line-join": "miter"
      },
      "paint": {
        "line-width": {
          "base": 1,
          "stops": [
            [
              3,
              3.5
            ],
            [
              10,
              10
            ]
          ]
        },
        "line-color": "hsl(0, 0%, 10%)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              3,
              0
            ],
            [
              4,
              0.5
            ]
          ]
        },
        "line-translate": [
          0,
          0
        ],
        "line-blur": {
          "base": 1,
          "stops": [
            [
              3,
              0
            ],
            [
              10,
              2
            ]
          ]
        }
      }
    },
    {
      "id": "admin-3-4-boundaries",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444934295202.7542"
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "==",
          "maritime",
          0
        ],
        [
          ">=",
          "admin_level",
          3
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-dasharray": {
          "base": 1,
          "stops": [
            [
              6,
              [
                2,
                0
              ]
            ],
            [
              7,
              [
                2,
                2,
                6,
                2
              ]
            ]
          ]
        },
        "line-width": {
          "base": 1,
          "stops": [
            [
              7,
              0.75
            ],
            [
              12,
              1.5
            ]
          ]
        },
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              2,
              0
            ],
            [
              3,
              1
            ]
          ]
        },
        "line-color": {
          "base": 1,
          "stops": [
            [
              4,
              "hsl(0, 0%, 27%)"
            ],
            [
              5,
              "hsl(0, 0%, 35%)"
            ]
          ]
        }
      }
    },
    {
      "id": "admin-2-boundaries",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444934295202.7542"
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 1,
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ],
        [
          "==",
          "disputed",
          0
        ],
        [
          "==",
          "maritime",
          0
        ]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 43%)",
        "line-width": {
          "base": 1,
          "stops": [
            [
              3,
              0.5
            ],
            [
              10,
              2
            ]
          ]
        }
      }
    },
    {
      "id": "admin-2-boundaries-dispute",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444934295202.7542"
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 1,
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ],
        [
          "==",
          "disputed",
          1
        ],
        [
          "==",
          "maritime",
          0
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-dasharray": [
          1.5,
          1.5
        ],
        "line-color": "hsl(0, 0%, 14%)",
        "line-width": {
          "base": 1,
          "stops": [
            [
              3,
              0.5
            ],
            [
              10,
              2
            ]
          ]
        }
      }
    },
    {
      "id": "waterway-label",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 12,
      "filter": [
        "in",
        "class",
        "canal",
        "river"
      ],
      "layout": {
        "text-field": "{name}",
        "text-font": [
          "Noto Sans Italic"
        ],
        "symbol-placement": "line",
        "text-pitch-alignment": "viewport",
        "text-max-angle": 30,
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              18,
              16
            ]
          ]
        }
      },
      "paint": {
        "text-halo-width": 0,
        "text-halo-blur": 0,
        "text-color": "hsl(0, 0%, 32%)"
      }
    },
    {
      "id": "poi-rank3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "filter": [
        "all",
        [
          "!in",
          "maki",
          "campsite",
          "cemetery",
          "dog-park",
          "garden",
          "golf",
          "park",
          "picnic-site",
          "playground",
          "zoo"
        ],
        [
          "==",
          "rank",
          3
        ]
      ],
      "layout": {
        "text-line-height": 1.1,
        "text-size": {
          "base": 1,
          "stops": [
            [
              16,
              11
            ],
            [
              20,
              13
            ]
          ]
        },
        "text-max-angle": 38,
        "symbol-spacing": 250,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 1,
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-letter-spacing": 0.01,
        "text-max-width": 8
      },
      "paint": {
        "text-color": "hsl(0, 0%, 60%)",
        "text-halo-color": "#212121",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "poi-parks-rank3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444933372896.5967"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "filter": [
        "all",
        [
          "==",
          "rank",
          3
        ],
        [
          "in",
          "maki",
          "campsite",
          "cemetery",
          "dog-park",
          "garden",
          "golf",
          "park",
          "picnic-site",
          "playground",
          "zoo"
        ]
      ],
      "layout": {
        "text-line-height": 1.1,
        "text-size": {
          "base": 1,
          "stops": [
            [
              16,
              11
            ],
            [
              20,
              12
            ]
          ]
        },
        "text-max-angle": 38,
        "symbol-spacing": 250,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 2,
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-letter-spacing": 0.01,
        "text-max-width": 8
      },
      "paint": {
        "text-halo-blur": 0,
        "text-halo-color": "#212121",
        "text-halo-width": 1,
        "text-color": {
          "base": 1,
          "stops": [
            [
              7,
              "hsl(0, 0%, 47%)"
            ],
            [
              9,
              "hsl(0, 0%, 73%)"
            ]
          ]
        }
      }
    },
    {
      "id": "road-label-small",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444933721429.3076"
      },
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "!in",
          "class",
          "ferry",
          "golf",
          "link",
          "motorway",
          "path",
          "pedestrian",
          "primary",
          "secondary",
          "street",
          "street_limited",
          "tertiary",
          "track",
          "trunk"
        ],
        [
          "==",
          "$type",
          "LineString"
        ]
      ],
      "layout": {
        "text-size": {
          "base": 1,
          "stops": [
            [
              15,
              10
            ],
            [
              20,
              13
            ]
          ]
        },
        "text-max-angle": 30,
        "symbol-spacing": 500,
        "text-font": [
          "Noto Sans Regular"
        ],
        "symbol-placement": "line",
        "text-padding": 1,
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "viewport",
        "text-field": "{ref}",
        "text-letter-spacing": 0.01
      },
      "paint": {
        "text-color": "hsl(0, 0%, 78%)",
        "text-halo-color": "#212121",
        "text-halo-width": 1.25,
        "text-halo-blur": 0
      }
    },
    {
      "id": "road-label-medium",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444933721429.3076"
      },
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 11,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "in",
          "class",
          "link",
          "pedestrian",
          "street",
          "street_limited"
        ]
      ],
      "layout": {
        "text-size": {
          "base": 1,
          "stops": [
            [
              11,
              10
            ],
            [
              20,
              14
            ]
          ]
        },
        "text-max-angle": 30,
        "symbol-spacing": 500,
        "text-font": [
          "Noto Sans Regular"
        ],
        "symbol-placement": "line",
        "text-padding": 1,
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "viewport",
        "text-field": "{ref}",
        "text-letter-spacing": 0.01
      },
      "paint": {
        "text-color": "hsl(0, 0%, 78%)",
        "text-halo-color": "#212121",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "road-label-large",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444933721429.3076"
      },
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 11,
      "filter": [
        "in",
        "class",
        "motorway",
        "primary",
        "secondary",
        "tertiary",
        "trunk"
      ],
      "layout": {
        "text-size": {
          "base": 1,
          "stops": [
            [
              9,
              10
            ],
            [
              20,
              16
            ]
          ]
        },
        "text-max-angle": 30,
        "symbol-spacing": 400,
        "text-font": [
          "Noto Sans Regular"
        ],
        "symbol-placement": "line",
        "text-padding": 1,
        "text-rotation-alignment": "map",
        "text-pitch-alignment": "viewport",
        "text-field": "{ref}"
      },
      "paint": {
        "text-color": "hsl(0, 0%, 78%)",
        "text-halo-color": "#212121",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "poi-rank2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444933358918.2366"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "filter": [
        "all",
        [
          "!in",
          "maki",
          "campsite",
          "cemetery",
          "dog-park",
          "garden",
          "golf",
          "park",
          "picnic-site",
          "playground",
          "zoo"
        ],
        [
          "==",
          "rank",
          2
        ]
      ],
      "layout": {
        "text-line-height": 1.1,
        "text-size": {
          "base": 1,
          "stops": [
            [
              14,
              11
            ],
            [
              20,
              12
            ]
          ]
        },
        "text-max-angle": 38,
        "symbol-spacing": 250,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 2,
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-letter-spacing": 0.01,
        "text-max-width": 8
      },
      "paint": {
        "text-color": "hsl(0, 0%, 60%)",
        "text-halo-color": "#212121",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "poi-parks-rank2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444933358918.2366"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "filter": [
        "all",
        [
          "==",
          "rank",
          2
        ],
        [
          "in",
          "maki",
          "campsite",
          "cemetery",
          "dog-park",
          "garden",
          "golf",
          "park",
          "picnic-site",
          "playground",
          "zoo"
        ]
      ],
      "layout": {
        "text-line-height": 1.1,
        "text-size": {
          "base": 1,
          "stops": [
            [
              14,
              11
            ],
            [
              20,
              12
            ]
          ]
        },
        "text-max-angle": 38,
        "symbol-spacing": 250,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 2,
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-letter-spacing": 0.01,
        "text-max-width": 8
      },
      "paint": {
        "text-color": {
          "base": 1,
          "stops": [
            [
              7,
              "hsl(0, 0%, 47%)"
            ],
            [
              9,
              "hsl(0, 0%, 73%)"
            ]
          ]
        },
        "text-halo-color": "#212121",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "water-label",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444933808272.805"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 5,
      "filter": [
        ">",
        "area",
        10000
      ],
      "layout": {
        "text-field": "{name}",
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-max-width": 7,
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              13
            ],
            [
              18,
              18
            ]
          ]
        }
      },
      "paint": {
        "text-color": "hsl(0, 0%, 32%)",
        "text-halo-blur": 0
      }
    },
    {
      "id": "poi-parks-rank1",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444933322393.2852"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "filter": [
        "all",
        [
          "<=",
          "rank",
          1
        ],
        [
          "in",
          "maki",
          "campsite",
          "cemetery",
          "dog-park",
          "garden",
          "golf",
          "park",
          "picnic-site",
          "playground",
          "zoo"
        ]
      ],
      "layout": {
        "text-line-height": 1.1,
        "text-size": {
          "base": 1,
          "stops": [
            [
              10,
              11
            ],
            [
              18,
              12
            ]
          ]
        },
        "text-max-angle": 38,
        "symbol-spacing": 250,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 2,
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-letter-spacing": 0.01,
        "text-max-width": 8
      },
      "paint": {
        "text-color": {
          "base": 1,
          "stops": [
            [
              7,
              "hsl(0, 0%, 47%)"
            ],
            [
              9,
              "hsl(0, 0%, 73%)"
            ]
          ]
        },
        "text-halo-color": "#212121",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "poi-rank1",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444933322393.2852"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "filter": [
        "all",
        [
          "!in",
          "maki",
          "campsite",
          "cemetery",
          "dog-park",
          "garden",
          "golf",
          "park",
          "picnic-site",
          "playground",
          "zoo"
        ],
        [
          "<=",
          "rank",
          1
        ]
      ],
      "layout": {
        "text-line-height": 1.1,
        "text-size": {
          "base": 1,
          "stops": [
            [
              10,
              11
            ],
            [
              18,
              12
            ]
          ]
        },
        "text-max-angle": 38,
        "symbol-spacing": 250,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 2,
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-letter-spacing": 0.01,
        "text-max-width": 8
      },
      "paint": {
        "text-color": "hsl(0, 0%, 60%)",
        "text-halo-color": "#212121",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "airport-label",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 10,
      "filter": [
        "all",
        [
          "has",
          "iata"
        ]
      ],
      "layout": {
        "text-line-height": 1.1,
        "text-size": {
          "base": 1,
          "stops": [
            [
              10,
              12
            ],
            [
              18,
              18
            ]
          ]
        },
        "icon-image": {
          "stops": [
            [
              12,
              "{maki}-11"
            ],
            [
              13,
              "{maki}-15"
            ]
          ]
        },
        "symbol-spacing": 250,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 2,
        "text-offset": [
          0,
          0.75
        ],
        "text-anchor": "top",
        "text-field": {
          "stops": [
            [
              11,
              "{ref}"
            ],
            [
              14,
              "{name}"
            ]
          ]
        },
        "text-letter-spacing": 0.01,
        "text-max-width": 9
      },
      "paint": {
        "text-color": "hsl(0, 0%, 85%)",
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 0.5,
        "text-halo-blur": 0
      }
    },
    {
      "id": "road-label_shields",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "filter": [
        "all",
        [
          "!in",
          "shield",
          "at-expressway",
          "at-motorway",
          "at-state-b",
          "bg-motorway",
          "bg-national",
          "ch-main",
          "ch-motorway",
          "cz-motorway",
          "cz-road",
          "de-motorway",
          "e-road",
          "fi-main",
          "gr-motorway",
          "gr-national",
          "hr-motorway",
          "hr-state",
          "hu-main",
          "hu-motorway",
          "nz-state",
          "pl-expressway",
          "pl-motorway",
          "pl-national",
          "ro-county",
          "ro-motorway",
          "ro-national",
          "rs-motorway",
          "rs-state-1b",
          "se-main",
          "si-expressway",
          "si-motorway",
          "sk-highway",
          "sk-road",
          "us-interstate",
          "us-interstate-business",
          "us-interstate-duplex",
          "us-interstate-truck",
          "za-metropolitan",
          "za-national",
          "za-provincial",
          "za-regional"
        ],
        [
          "<=",
          "ref_length",
          6
        ]
      ],
      "layout": {
        "text-field": "{ref}",
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-size": 9,
        "text-letter-spacing": 0.05,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0, 8%, 99%)"
      }
    },
    {
      "id": "place-islets-archipelago-aboriginal",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 16,
      "filter": [
        "in",
        "type",
        "aboriginal_lands",
        "archipelago",
        "islet"
      ],
      "layout": {
        "text-line-height": 1.2,
        "text-size": {
          "base": 1,
          "stops": [
            [
              10,
              11
            ],
            [
              18,
              16
            ]
          ]
        },
        "text-max-angle": 38,
        "symbol-spacing": 250,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 2,
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-letter-spacing": 0.01,
        "text-max-width": 8
      },
      "paint": {
        "text-color": "hsl(0, 0%, 85%)",
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-neighbourhood",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 16,
      "filter": [
        "==",
        "type",
        "neighbourhood"
      ],
      "layout": {
        "text-field": "{name}",
        "text-transform": "uppercase",
        "text-letter-spacing": 0.1,
        "text-max-width": 7,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 3,
        "text-size": {
          "base": 1,
          "stops": [
            [
              12,
              11
            ],
            [
              16,
              16
            ]
          ]
        }
      },
      "paint": {
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1,
        "text-color": "hsl(0, 0%, 70%)",
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-suburb",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 16,
      "filter": [
        "==",
        "class",
        "suburb"
      ],
      "layout": {
        "text-field": "{name}",
        "text-transform": "uppercase",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-letter-spacing": 0.15,
        "text-max-width": 7,
        "text-padding": 3,
        "text-size": {
          "base": 1,
          "stops": [
            [
              11,
              11
            ],
            [
              15,
              18
            ]
          ]
        }
      },
      "paint": {
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1,
        "text-color": "hsl(0, 0%, 70%)",
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-hamlet",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 16,
      "filter": [
        "==",
        "class",
        "hamlet"
      ],
      "layout": {
        "text-field": "{name}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": {
          "base": 1,
          "stops": [
            [
              12,
              11.5
            ],
            [
              15,
              16
            ]
          ]
        }
      },
      "paint": {
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1.25,
        "text-color": "hsl(0, 0%, 85%)",
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-village",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "==",
        "class",
        "village"
      ],
      "layout": {
        "text-field": "{name}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 7,
        "text-size": {
          "base": 1,
          "stops": [
            [
              10,
              11.5
            ],
            [
              16,
              18
            ]
          ]
        }
      },
      "paint": {
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1.25,
        "text-color": {
          "base": 1,
          "stops": [
            [
              10,
              "hsl(0, 0%, 75%)"
            ],
            [
              11,
              "hsl(0, 0%, 85%)"
            ]
          ]
        },
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-town",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 15,
      "filter": [
        "==",
        "class",
        "town"
      ],
      "layout": {
        "text-size": {
          "base": 1,
          "stops": [
            [
              7,
              11.5
            ],
            [
              15,
              20
            ]
          ]
        },
        "text-font": {
          "base": 1,
          "stops": [
            [
              11,
              [
                "Noto Sans Regular"
              ]
            ],
            [
              12,
              [
                "Noto Sans Regular"
              ]
            ]
          ]
        },
        "text-padding": 2,
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-max-width": 7
      },
      "paint": {
        "text-color": {
          "base": 1,
          "stops": [
            [
              10,
              "hsl(0, 0%, 75%)"
            ],
            [
              11,
              "hsl(0, 0%, 85%)"
            ]
          ]
        },
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1.25,
        "icon-opacity": {
          "base": 1,
          "stops": [
            [
              7.99,
              1
            ],
            [
              8,
              0
            ]
          ]
        },
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-islands",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 16,
      "filter": [
        "==",
        "type",
        "island"
      ],
      "layout": {
        "text-line-height": 1.2,
        "text-size": {
          "base": 1,
          "stops": [
            [
              10,
              11
            ],
            [
              18,
              16
            ]
          ]
        },
        "text-max-angle": 38,
        "symbol-spacing": 250,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-padding": 2,
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-letter-spacing": 0.01,
        "text-max-width": 7
      },
      "paint": {
        "text-color": "hsl(0, 0%, 85%)",
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-city-sm",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444862510685.128"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "!in",
          "rank",
          0,
          1,
          2,
          3,
          4,
          5
        ],
        [
          "==",
          "class",
          "city"
        ]
      ],
      "layout": {
        "text-size": {
          "base": 1,
          "stops": [
            [
              6,
              12
            ],
            [
              14,
              22
            ]
          ]
        },
        "text-font": {
          "base": 1,
          "stops": [
            [
              7,
              [
                "Noto Sans Regular"
              ]
            ],
            [
              8,
              [
                "Noto Sans Regular"
              ]
            ]
          ]
        },
        "text-offset": [
          0,
          0
        ],
        "text-field": "{name}",
        "text-max-width": 7
      },
      "paint": {
        "text-color": "hsl(0, 0%, 90%)",
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1.25,
        "icon-opacity": {
          "base": 1,
          "stops": [
            [
              7.99,
              1
            ],
            [
              8,
              0
            ]
          ]
        },
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-city-md-s",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444862510685.128"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ],
        [
          "in",
          "ldir",
          "E",
          "S",
          "SE",
          "SW"
        ],
        [
          "in",
          "rank",
          3,
          4,
          5
        ]
      ],
      "layout": {
        "text-field": "{name}",
        "text-size": {
          "base": 0.9,
          "stops": [
            [
              5,
              12
            ],
            [
              12,
              22
            ]
          ]
        },
        "text-anchor": "top",
        "text-offset": {
          "base": 1,
          "stops": [
            [
              7.99,
              [
                0,
                0.1
              ]
            ],
            [
              8,
              [
                0,
                0
              ]
            ]
          ]
        },
        "text-font": {
          "base": 1,
          "stops": [
            [
              7,
              [
                "Noto Sans Regular"
              ]
            ],
            [
              8,
              [
                "Noto Sans Regular"
              ]
            ]
          ]
        },
        "icon-image": "dot-10"
      },
      "paint": {
        "text-halo-width": 1,
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-color": "hsl(0, 0%, 90%)",
        "text-halo-blur": 0,
        "icon-opacity": {
          "base": 1,
          "stops": [
            [
              7.99,
              1
            ],
            [
              8,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "place-city-md-n",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444862510685.128"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ],
        [
          "in",
          "ldir",
          "N",
          "NE",
          "NW",
          "W"
        ],
        [
          "in",
          "rank",
          3,
          4,
          5
        ]
      ],
      "layout": {
        "text-size": {
          "base": 0.9,
          "stops": [
            [
              5,
              12
            ],
            [
              12,
              22
            ]
          ]
        },
        "text-font": {
          "base": 1,
          "stops": [
            [
              7,
              [
                "Noto Sans Regular"
              ]
            ],
            [
              8,
              [
                "Noto Sans Regular"
              ]
            ]
          ]
        },
        "text-offset": {
          "base": 1,
          "stops": [
            [
              7.99,
              [
                0,
                -0.25
              ]
            ],
            [
              8,
              [
                0,
                0
              ]
            ]
          ]
        },
        "text-anchor": "bottom",
        "text-field": "{name}",
        "text-max-width": 7,
        "icon-image": "dot-10"
      },
      "paint": {
        "text-color": "hsl(0, 0%, 90%)",
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1,
        "icon-opacity": {
          "base": 1,
          "stops": [
            [
              7.99,
              1
            ],
            [
              8,
              0
            ]
          ]
        },
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-city-lg-s",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444862510685.128"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "<=",
          "rank",
          2
        ],
        [
          "==",
          "class",
          "city"
        ],
        [
          "in",
          "ldir",
          "E",
          "S",
          "SE",
          "SW"
        ]
      ],
      "layout": {
        "icon-image": "dot-11",
        "text-font": {
          "base": 1,
          "stops": [
            [
              7,
              [
                "Noto Sans Regular"
              ]
            ],
            [
              8,
              [
                "Noto Sans Regular"
              ]
            ]
          ]
        },
        "text-offset": {
          "base": 1,
          "stops": [
            [
              7.99,
              [
                0,
                0.15
              ]
            ],
            [
              8,
              [
                0,
                0
              ]
            ]
          ]
        },
        "text-anchor": {
          "base": 1,
          "stops": [
            [
              7,
              "top"
            ],
            [
              8,
              "center"
            ]
          ]
        },
        "text-field": "{name}",
        "text-max-width": 7,
        "text-size": {
          "base": 0.9,
          "stops": [
            [
              4,
              12
            ],
            [
              10,
              22
            ]
          ]
        }
      },
      "paint": {
        "text-color": {
          "base": 1,
          "stops": [
            [
              7,
              "hsl(0, 0%, 95%)"
            ],
            [
              9,
              "hsl(0, 0%, 90%)"
            ]
          ]
        },
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1,
        "icon-opacity": {
          "base": 1,
          "stops": [
            [
              7.99,
              1
            ],
            [
              8,
              0
            ]
          ]
        },
        "text-halo-blur": 0
      }
    },
    {
      "id": "place-city-lg-n",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444862510685.128"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "<=",
          "rank",
          2
        ],
        [
          "==",
          "class",
          "city"
        ]
      ],
      "layout": {
        "icon-image": "dot-11",
        "text-font": {
          "base": 1,
          "stops": [
            [
              7,
              [
                "Noto Sans Regular"
              ]
            ],
            [
              8,
              [
                "Noto Sans Regular"
              ]
            ]
          ]
        },
        "text-offset": {
          "base": 1,
          "stops": [
            [
              7.99,
              [
                0,
                -0.25
              ]
            ],
            [
              8,
              [
                0,
                0
              ]
            ]
          ]
        },
        "text-anchor": {
          "base": 1,
          "stops": [
            [
              7,
              "bottom"
            ],
            [
              8,
              "center"
            ]
          ]
        },
        "text-field": "{name}",
        "text-max-width": 7,
        "text-size": {
          "base": 0.9,
          "stops": [
            [
              4,
              12
            ],
            [
              10,
              22
            ]
          ]
        },
        "text-allow-overlap": false
      },
      "paint": {
        "text-color": {
          "base": 1,
          "stops": [
            [
              7,
              "hsl(0, 0%, 95%)"
            ],
            [
              9,
              "hsl(0, 0%, 90%)"
            ]
          ]
        },
        "text-opacity": 1,
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-halo-width": 1,
        "icon-opacity": {
          "base": 1,
          "stops": [
            [
              7.99,
              1
            ],
            [
              8,
              0
            ]
          ]
        },
        "text-halo-blur": 0
      }
    },
    {
      "id": "country-label-sm",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444856144497.7825"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 10,
      "filter": [
        "all",
        [
          ">=",
          "rank",
          5
        ],
        [
          "==",
          "class",
          "country"
        ]
      ],
      "layout": {
        "text-field": "{name}",
        "text-max-width": 6,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": {
          "base": 0.9,
          "stops": [
            [
              5,
              14
            ],
            [
              9,
              22
            ]
          ]
        }
      },
      "paint": {
        "text-halo-width": 1.25,
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-color": "hsl(0, 0%, 45%)",
        "text-halo-blur": 0
      }
    },
    {
      "id": "country-label-md",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444856144497.7825"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 8,
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          ">=",
          "rank",
          3
        ],
        [
          "!has",
          "iso_a2"
        ]
      ],
      "layout": {
        "text-field": {
          "base": 1,
          "stops": [
            [
              0,
              "{code}"
            ],
            [
              2,
              "{name}"
            ]
          ]
        },
        "text-max-width": 6,
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": {
          "base": 1,
          "stops": [
            [
              3,
              10
            ],
            [
              8,
              24
            ]
          ]
        }
      },
      "paint": {
        "text-halo-width": 1.25,
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-color": "hsl(0, 0%, 45%)",
        "text-halo-blur": 0
      }
    },
    {
      "id": "country-label-lg",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444856144497.7825"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 7,
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          "==",
          "rank",
          1
        ],
        [
          "has",
          "iso_a2"
        ]
      ],
      "layout": {
        "text-field": "{name}",
        "text-max-width": {
          "base": 1,
          "stops": [
            [
              0,
              5
            ],
            [
              3,
              6
            ]
          ]
        },
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": {
          "base": 1,
          "stops": [
            [
              1,
              10
            ],
            [
              6,
              24
            ]
          ]
        }
      },
      "paint": {
        "text-halo-width": 1.25,
        "text-halo-color": "hsla(0, 0%, 10%, 0.75)",
        "text-color": "hsl(0, 0%, 45%)",
        "text-halo-blur": 0
      }
    },
    {
      "id": "bridge-secondary-tertiary-construction",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "secondary_construction",
          "tertiary_construction"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(199, 132, 17, 1)",
        "line-dasharray": [
          2,
          2
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              6.5,
              0
            ],
            [
              8,
              0.5
            ],
            [
              20,
              13
            ]
          ]
        }
      }
    },
    {
      "id": "bridge-trunk-primary-construction",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "bridge"
        ],
        [
          "in",
          "class",
          "primary_construction",
          "trunk_construction"
        ]
      ],
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(199, 132, 17, 1)",
        "line-dasharray": [
          2,
          2
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              18
            ]
          ]
        }
      }
    },
    {
      "id": "highway-construction-casing",
      "type": "line",
      "metadata": {},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "in",
          "class",
          "motorway_construction",
          "primary_construction",
          "trunk_construction"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(185, 2%, 10%)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              20,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "highway-construction",
      "type": "line",
      "metadata": {},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "in",
          "class",
          "motorway_construction",
          "primary_construction",
          "trunk_construction"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 27%)",
        "line-dasharray": [
          1,
          1
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              10
            ]
          ]
        }
      }
    },
    {
      "id": "highway-construction-secondary-tertiary-casing",
      "type": "line",
      "metadata": {},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary_construction",
          "tertiary_construction"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(185, 2%, 10%)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              10
            ]
          ]
        }
      }
    },
    {
      "id": "highway-construction-secondary-tertiary",
      "type": "line",
      "metadata": {},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "in",
          "class",
          "secondary_construction",
          "tertiary_construction"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 27%)",
        "line-dasharray": [
          1,
          1
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              5,
              0
            ],
            [
              7,
              1
            ],
            [
              20,
              10
            ]
          ]
        }
      }
    },
    {
      "id": "highway-name-junction",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 14,
      "maxzoom": 22,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "in",
          "class",
          "motorway"
        ],
        [
          "in",
          "subclass",
          "junction"
        ]
      ],
      "layout": {
        "text-field": "Afrit {ref}\n{name}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10,
        "text-pitch-alignment": "auto",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(127, 12, 12, 1)",
        "text-halo-width": 3,
        "text-halo-color": "hsl(0, 0%, 27%)"
      }
    },
    {
      "id": "highway-shield-nway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 3,
      "filter": [
        "all",
        [
          "==",
          "network",
          "road"
        ],
        [
          "==",
          "class",
          "primary"
        ]
      ],
      "layout": {
        "icon-image": "road_{ref_length}",
        "icon-rotation-alignment": "viewport",
        "icon-size": 1,
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              10,
              "point"
            ],
            [
              11,
              "line"
            ]
          ]
        },
        "symbol-spacing": 200,
        "text-field": "{ref}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10,
        "text-pitch-alignment": "auto",
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "icon-optional": false,
        "icon-text-fit": "none",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true
      },
      "paint": {}
    },
    {
      "id": "road_oneway-construction",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "oneway",
          1
        ],
        [
          "in",
          "class",
          "motorway_construction",
          "trunk_construction",
          "primary_construction",
          "secondary_construction",
          "tertiary_construction"
        ]
      ],
      "layout": {
        "icon-image": "oneway",
        "icon-padding": 2,
        "icon-rotate": 90,
        "icon-rotation-alignment": "map",
        "icon-size": {
          "stops": [
            [
              15,
              0.5
            ],
            [
              19,
              1
            ]
          ]
        },
        "symbol-placement": "line",
        "symbol-spacing": 75,
        "icon-optional": false
      },
      "paint": {
        "icon-opacity": 1,
        "text-translate-anchor": "map"
      }
    },
    {
      "id": "road_oneway_opposite-construction",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "oneway",
          -1
        ],
        [
          "in",
          "class",
          "motorway_construction",
          "trunk_construction",
          "primary_construction",
          "secondary_construction",
          "tertiary_construction"
        ]
      ],
      "layout": {
        "icon-image": "oneway",
        "icon-padding": 2,
        "icon-rotate": -90,
        "icon-rotation-alignment": "map",
        "icon-size": {
          "stops": [
            [
              15,
              0.5
            ],
            [
              19,
              1
            ]
          ]
        },
        "symbol-placement": "line",
        "symbol-spacing": 75
      },
      "paint": {
        "icon-opacity": 0.5,
        "text-halo-color": "rgba(255,255,255,0.7)",
        "text-halo-width": 2
      }
    }
  ],
  "created": "2019-05-27T12:49:02.007Z",
  "modified": "2021-07-23T11:34:24.303Z",
  "id": "osm-dark-with-highlighted-main-roads",
  "owner": "NDW Locatie Services",
  "visibility": "private",
  "protected": false,
  "draft": false
}
