{
  "version": 8,
  "name": "OSM Default With NWB Roads",
  "metadata": {
    "original": "https://github.com/openmaptiles/osm-bright-gl-style"
  },
  "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/"
    },
    "roadSections": {
      "type": "vector",
      "tiles": [
        "https://maps.staging.ndw.nu/api/v1/nwb/latest/mbtiles/roadSections/tiles/{z}/{x}/{y}.pbf"
      ]
    },
    "hectometreSigns": {
      "type": "vector",
      "tiles": [
        "https://maps.staging.ndw.nu/api/v1/nwb/latest/mbtiles/hectometreSigns/tiles/{z}/{x}/{y}.pbf"
      ],
      "minzoom": 7,
      "maxzoom": 19
    }
  },
  "sprite": "https://maps.staging.ndw.nu/styles/sprites/osm-default/osm-default",
  "glyphs": "https://maps.staging.ndw.nu/styles/glyphs/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "minzoom": 0,
      "paint": {
        "background-color": "rgba(255, 250, 235, 1)"
      }
    },
    {
      "id": "landcover-glacier",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849388993.3071"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "==",
        "subclass",
        "glacier"
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "#fff",
        "fill-opacity": {
          "base": 1,
          "stops": [
            [
              0,
              0.9
            ],
            [
              10,
              0.3
            ]
          ]
        }
      }
    },
    {
      "id": "landuse-residential",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849388993.3071"
      },
      "source": "openmaptiles",
      "source-layer": "landuse",
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "class",
          "residential",
          "suburb",
          "neighbourhood"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": {
          "base": 1,
          "stops": [
            [
              12,
              "rgba(255, 226, 201, 0.26)"
            ],
            [
              16,
              "hsla(30, 19%, 90%, 0.2)"
            ]
          ]
        }
      }
    },
    {
      "id": "landuse-commercial",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849388993.3071"
      },
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "in",
          "class",
          "commercial",
          "hospital",
          "school"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "hsla(0, 60%, 87%, 0.23)"
      }
    },
    {
      "id": "landuse-industrial",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "in",
          "class",
          "industrial",
          "garages",
          "dam"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "hsla(49, 100%, 88%, 0.34)"
      }
    },
    {
      "id": "landuse-cemetery",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849388993.3071"
      },
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "cemetery"
      ],
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "#e0e4dd"
      }
    },
    {
      "id": "landuse-railway",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849388993.3071"
      },
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "==",
        "class",
        "railway"
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "hsla(30, 19%, 90%, 0.4)"
      }
    },
    {
      "id": "landcover-wood",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849388993.3071"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "==",
        "class",
        "wood"
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": {
          "base": 1,
          "stops": [
            [
              0,
              false
            ],
            [
              9,
              true
            ]
          ]
        },
        "fill-color": "rgba(171, 205, 151, 1)",
        "fill-opacity": 0.3,
        "fill-outline-color": "hsla(0, 0%, 0%, 0.03)"
      }
    },
    {
      "id": "landcover-grass",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849388993.3071"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "==",
        "class",
        "grass"
      ],
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "#d8e8c8",
        "fill-opacity": 1
      }
    },
    {
      "id": "landcover-grass-park",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849388993.3071"
      },
      "source": "openmaptiles",
      "source-layer": "park",
      "filter": [
        "==",
        "class",
        "public_park"
      ],
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "#d8e8c8",
        "fill-opacity": 0.8
      }
    },
    {
      "id": "waterway_tunnel",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "in",
          "class",
          "river",
          "stream",
          "canal"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-dasharray": [
          2,
          4
        ],
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "waterway-other",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "!in",
          "class",
          "canal",
          "river",
          "stream"
        ],
        [
          "==",
          "intermittent",
          0
        ]
      ],
      "layout": {
        "line-cap": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              2
            ]
          ]
        }
      }
    },
    {
      "id": "waterway-other-intermittent",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "!in",
          "class",
          "canal",
          "river",
          "stream"
        ],
        [
          "==",
          "intermittent",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-dasharray": [
          4,
          3
        ],
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              2
            ]
          ]
        }
      }
    },
    {
      "id": "waterway-stream-canal",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "in",
          "class",
          "canal",
          "stream"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "intermittent",
          0
        ]
      ],
      "layout": {
        "line-cap": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "waterway-stream-canal-intermittent",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "in",
          "class",
          "canal",
          "stream"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "intermittent",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-dasharray": [
          4,
          3
        ],
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "waterway-river",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "==",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "intermittent",
          0
        ]
      ],
      "layout": {
        "line-cap": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              10,
              0.8
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "waterway-river-intermittent",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "==",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "intermittent",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "#a0c8f0",
        "line-dasharray": [
          3,
          2.5
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              10,
              0.8
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "water-offset",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "maxzoom": 8,
      "filter": [
        "==",
        "$type",
        "Polygon"
      ],
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "#a0c8f0",
        "fill-opacity": 1,
        "fill-translate": {
          "base": 1,
          "stops": [
            [
              6,
              [
                2,
                0
              ]
            ],
            [
              8,
              [
                0,
                0
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "water",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "filter": [
        "all",
        [
          "!=",
          "intermittent",
          1
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "rgba(181, 219, 238, 1)"
      }
    },
    {
      "id": "water-intermittent",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "filter": [
        "all",
        [
          "==",
          "intermittent",
          1
        ]
      ],
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "hsl(210, 67%, 85%)",
        "fill-opacity": 0.7
      }
    },
    {
      "id": "water-pattern",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "filter": [
        "all"
      ],
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-pattern": "wave",
        "fill-translate": [
          0,
          2.5
        ]
      }
    },
    {
      "id": "landcover-ice-shelf",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "==",
        "subclass",
        "ice_shelf"
      ],
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "#fff",
        "fill-opacity": {
          "base": 1,
          "stops": [
            [
              0,
              0.9
            ],
            [
              10,
              0.3
            ]
          ]
        }
      }
    },
    {
      "id": "landcover-sand",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": [
        "all",
        [
          "==",
          "class",
          "sand"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "rgba(245, 238, 188, 1)",
        "fill-opacity": 1
      }
    },
    {
      "id": "building",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849364238.8171"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 16,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": {
          "base": 1,
          "stops": [
            [
              15.5,
              "#f2eae2"
            ],
            [
              16,
              "#dfdbd7"
            ]
          ]
        }
      }
    },
    {
      "id": "building-top",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849364238.8171"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 16,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "#f2eae2",
        "fill-opacity": {
          "base": 1,
          "stops": [
            [
              13,
              0
            ],
            [
              16,
              1
            ]
          ]
        },
        "fill-outline-color": "#dfdbd7",
        "fill-translate": {
          "base": 1,
          "stops": [
            [
              14,
              [
                0,
                0
              ]
            ],
            [
              16,
              [
                -2,
                -2
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "aeroway-taxiway-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "in",
          "class",
          "taxiway"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "rgba(153, 153, 153, 1)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              11,
              2
            ],
            [
              17,
              12
            ]
          ]
        }
      }
    },
    {
      "id": "aeroway-runway-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "in",
          "class",
          "runway"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "rgba(153, 153, 153, 1)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              11,
              5
            ],
            [
              17,
              55
            ]
          ]
        }
      }
    },
    {
      "id": "aeroway-area",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "in",
          "class",
          "runway",
          "taxiway"
        ]
      ],
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "rgba(255, 255, 255, 1)",
        "fill-opacity": {
          "base": 1,
          "stops": [
            [
              13,
              0
            ],
            [
              14,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "aeroway-taxiway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "in",
          "class",
          "taxiway"
        ],
        [
          "==",
          "$type",
          "LineString"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-opacity": {
          "base": 1,
          "stops": [
            [
              11,
              0
            ],
            [
              12,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              11,
              1
            ],
            [
              17,
              10
            ]
          ]
        }
      }
    },
    {
      "id": "aeroway-runway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "in",
          "class",
          "runway"
        ],
        [
          "==",
          "$type",
          "LineString"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(230, 230, 230, 1)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.5,
          "stops": [
            [
              11,
              4
            ],
            [
              17,
              50
            ]
          ]
        }
      }
    },
    {
      "id": "boundary-land-level-4",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 2,
      "filter": [
        "all",
        [
          ">=",
          "admin_level",
          3
        ],
        [
          "<=",
          "admin_level",
          8
        ],
        [
          "!=",
          "maritime",
          1
        ]
      ],
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#9e9cab",
        "line-dasharray": [
          3,
          1,
          1,
          1
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              4,
              0.3
            ],
            [
              5,
              0.5
            ],
            [
              12,
              1.5
            ]
          ]
        }
      }
    },
    {
      "id": "boundary-land-level-2",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ],
        [
          "!=",
          "maritime",
          1
        ],
        [
          "!=",
          "disputed",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(248, 7%, 66%)",
        "line-width": {
          "base": 1,
          "stops": [
            [
              0,
              0.3
            ],
            [
              4,
              2
            ],
            [
              5,
              2
            ],
            [
              12,
              4
            ]
          ]
        }
      }
    },
    {
      "id": "boundary-land-disputed",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "filter": [
        "all",
        [
          "!=",
          "maritime",
          1
        ],
        [
          "==",
          "disputed",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(248, 7%, 70%)",
        "line-dasharray": [
          1,
          3
        ],
        "line-width": {
          "base": 1,
          "stops": [
            [
              0,
              0.6
            ],
            [
              4,
              1.4
            ],
            [
              5,
              2
            ],
            [
              12,
              8
            ]
          ]
        }
      }
    },
    {
      "id": "boundary-water",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "in",
          "admin_level",
          2,
          4
        ],
        [
          "==",
          "maritime",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": "rgba(154, 189, 214, 1)",
        "line-opacity": {
          "stops": [
            [
              6,
              0.6
            ],
            [
              10,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1,
          "stops": [
            [
              0,
              0.6
            ],
            [
              4,
              1.4
            ],
            [
              5,
              2
            ],
            [
              12,
              8
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel-railway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          2,
          2
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      }
    },
    {
      "id": "railway-transit",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "transit"
        ],
        [
          "!in",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsla(0, 0%, 73%, 0.77)",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              20,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "railway-transit-hatching",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "transit"
        ],
        [
          "!in",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsla(0, 0%, 73%, 0.68)",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              2
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "railway-service",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "rail"
        ],
        [
          "has",
          "service"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsla(0, 0%, 73%, 0.77)",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              20,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "railway-service-hatching",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "rail"
        ],
        [
          "has",
          "service"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsla(0, 0%, 73%, 0.68)",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              2
            ],
            [
              20,
              6
            ]
          ]
        }
      }
    },
    {
      "id": "railway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!has",
          "service"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#bbb",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      }
    },
    {
      "id": "railway-hatching",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!has",
          "service"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#bbb",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              3
            ],
            [
              20,
              8
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc7-fietspad-casing",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "all",
        [
          "in",
          [
            "get",
            "functionalRoadClass"
          ],
          [
            "literal",
            [
              "7"
            ]
          ]
        ],
        [
          "==",
          [
            "get",
            "carriagewayTypeCode"
          ],
          [
            "literal",
            "FP"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ffcdca",
        "line-opacity": {
          "stops": [
            [
              4,
              0
            ],
            [
              9,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              0.75
            ],
            [
              20,
              13
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc7-casing",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "all",
        [
          "in",
          [
            "get",
            "functionalRoadClass"
          ],
          [
            "literal",
            [
              "7"
            ]
          ]
        ],
        [
          "!=",
          [
            "get",
            "carriagewayTypeCode"
          ],
          [
            "literal",
            "VD"
          ]
        ],
        [
          "!=",
          [
            "get",
            "carriagewayTypeCode"
          ],
          [
            "literal",
            "FP"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#cfcdca",
        "line-opacity": {
          "stops": [
            [
              4,
              0
            ],
            [
              9,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              0.75
            ],
            [
              20,
              13
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc6-casing",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "6"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#cfcdca",
        "line-opacity": {
          "stops": [
            [
              4,
              0
            ],
            [
              12.5,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              0.75
            ],
            [
              20,
              17
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc5-casing",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "5"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#cfcdca",
        "line-opacity": {
          "stops": [
            [
              4,
              0
            ],
            [
              12.5,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1.2
            ],
            [
              20,
              19
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc4-casing",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "4"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#cfcdca",
        "line-opacity": {
          "stops": [
            [
              4,
              0
            ],
            [
              12.5,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1.2
            ],
            [
              20,
              21
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc3-casing",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "3"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e9ac77",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1.2
            ],
            [
              20,
              23
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc2-casing",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 0,
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "2"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e9ac77",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1.5
            ],
            [
              20,
              25
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc1-casing",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 4,
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "0",
            "1"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#e9ac77",
        "line-opacity": {
          "stops": [
            [
              4,
              0
            ],
            [
              5,
              1
            ]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              2
            ],
            [
              20,
              27
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc7-veerdienst",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "all",
        [
          "==",
          "functionalRoadClass",
          "7"
        ],
        [
          "in",
          "carriagewayTypeCode",
          "VD",
          "VDA",
          "VDF",
          "VDV"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "hsl(200, 63%, 58%)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1
            ],
            [
              11,
              1.5
            ],
            [
              20,
              12
            ]
          ]
        },
        "line-dasharray": [
          1,
          1
        ]
      }
    },
    {
      "id": "road-sections-frc7-fietspad",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "all",
        [
          "in",
          [
            "get",
            "functionalRoadClass"
          ],
          [
            "literal",
            [
              "7"
            ]
          ]
        ],
        [
          "==",
          [
            "get",
            "carriagewayTypeCode"
          ],
          [
            "literal",
            "FP"
          ]
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffddda",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              0.5
            ],
            [
              11,
              1
            ],
            [
              20,
              7
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc7",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "all",
        [
          "in",
          [
            "get",
            "functionalRoadClass"
          ],
          [
            "literal",
            [
              "7"
            ]
          ]
        ],
        [
          "!=",
          [
            "get",
            "carriagewayTypeCode"
          ],
          [
            "literal",
            "VD"
          ]
        ],
        [
          "!=",
          [
            "get",
            "carriagewayTypeCode"
          ],
          [
            "literal",
            "FP"
          ]
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#dfddda",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              0.5
            ],
            [
              11,
              1
            ],
            [
              20,
              7
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc6",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "6"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fff",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              0.5
            ],
            [
              11,
              1.5
            ],
            [
              20,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc5",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "5"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fff",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              0.8
            ],
            [
              11,
              1.75
            ],
            [
              20,
              17
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc4",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "all",
        [
          "in",
          [
            "get",
            "functionalRoadClass"
          ],
          [
            "literal",
            [
              "4"
            ]
          ]
        ],
        [
          "!=",
          [
            "get",
            "formOfWay"
          ],
          [
            "literal",
            "2"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fff",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1.1
            ],
            [
              10,
              2
            ],
            [
              20,
              19
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc4-multiple-carriageway",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "all",
        [
          "in",
          [
            "get",
            "functionalRoadClass"
          ],
          [
            "literal",
            [
              "4"
            ]
          ]
        ],
        [
          "==",
          [
            "get",
            "formOfWay"
          ],
          [
            "literal",
            "2"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fff6aa",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1.1
            ],
            [
              10,
              2
            ],
            [
              20,
              19
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc3",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "3"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fea",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1
            ],
            [
              20,
              21
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc2",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 4,
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "2"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fd8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1
            ],
            [
              20,
              23
            ]
          ]
        }
      }
    },
    {
      "id": "road-sections-frc1",
      "type": "line",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 4,
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "0",
            "1"
          ]
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#fc8",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              4,
              1.5
            ],
            [
              20,
              25
            ]
          ]
        }
      }
    },
    {
      "id": "road-oneway",
      "type": "symbol",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 15,
      "filter": [
        "in",
        [
          "get",
          "drivingDirection"
        ],
        [
          "literal",
          [
            "H"
          ]
        ]
      ],
      "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
      }
    },
    {
      "id": "road-oneway-opposite",
      "type": "symbol",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 15,
      "filter": [
        "in",
        [
          "get",
          "drivingDirection"
        ],
        [
          "literal",
          [
            "T"
          ]
        ]
      ],
      "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
      }
    },
    {
      "id": "waterway-name",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "has",
          "name"
        ]
      ],
      "layout": {
        "symbol-placement": "line",
        "symbol-spacing": 350,
        "text-field": "{name:latin} {name:nonlatin}",
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 5,
        "text-rotation-alignment": "map",
        "text-size": 14,
        "visibility": "none"
      },
      "paint": {
        "text-color": "#74aee9",
        "text-halo-color": "rgba(255,255,255,0.7)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "water-name-lakeline",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "filter": [
        "==",
        "$type",
        "LineString"
      ],
      "layout": {
        "symbol-placement": "line",
        "symbol-spacing": 350,
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 5,
        "text-rotation-alignment": "map",
        "text-size": 14
      },
      "paint": {
        "text-color": "#74aee9",
        "text-halo-color": "rgba(255,255,255,0.7)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "water-name-ocean",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "ocean"
        ]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 350,
        "text-field": "{name:latin}",
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 5,
        "text-rotation-alignment": "map",
        "text-size": 14
      },
      "paint": {
        "text-color": "#74aee9",
        "text-halo-color": "rgba(255,255,255,0.7)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "water-name-other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "!in",
          "class",
          "ocean"
        ]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 350,
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.2,
        "text-max-width": 5,
        "text-rotation-alignment": "map",
        "text-size": {
          "stops": [
            [
              0,
              10
            ],
            [
              6,
              14
            ]
          ]
        },
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#74aee9",
        "text-halo-color": "rgba(255,255,255,0.7)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "poi-level-3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 16,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          ">=",
          "rank",
          25
        ],
        [
          "any",
          [
            "!has",
            "level"
          ],
          [
            "==",
            "level",
            0
          ]
        ]
      ],
      "layout": {
        "icon-image": "{class}_11",
        "text-anchor": "top",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 9,
        "text-offset": [
          0,
          0.6
        ],
        "text-padding": 2,
        "text-size": 12,
        "visibility": "none"
      },
      "paint": {
        "text-color": "#666",
        "text-halo-blur": 0.5,
        "text-halo-color": "#ffffff",
        "text-halo-width": 1
      }
    },
    {
      "id": "poi-level-2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "<=",
          "rank",
          24
        ],
        [
          ">=",
          "rank",
          15
        ],
        [
          "any",
          [
            "!has",
            "level"
          ],
          [
            "==",
            "level",
            0
          ]
        ]
      ],
      "layout": {
        "icon-image": "{class}_11",
        "text-anchor": "top",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 9,
        "text-offset": [
          0,
          0.6
        ],
        "text-padding": 2,
        "text-size": 12,
        "visibility": "none"
      },
      "paint": {
        "text-color": "#666",
        "text-halo-blur": 0.5,
        "text-halo-color": "#ffffff",
        "text-halo-width": 1
      }
    },
    {
      "id": "poi-level-1",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 1,
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "Point"
        ],
        [
          "<=",
          [
            "get",
            "rank"
          ],
          14
        ],
        [
          "has",
          "name"
        ],
        [
          "==",
          [
            "get",
            "class"
          ],
          "bus"
        ],
        [
          "any",
          [
            "!",
            [
              "has",
              "level"
            ]
          ],
          [
            "case",
            [
              "==",
              [
                "typeof",
                [
                  "get",
                  "level"
                ]
              ],
              "number"
            ],
            [
              "==",
              [
                "get",
                "level"
              ],
              0
            ],
            false
          ]
        ]
      ],
      "layout": {
        "icon-image": "{class}_11",
        "text-anchor": "top",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 9,
        "text-offset": [
          0,
          0.6
        ],
        "text-padding": 2,
        "text-size": 12,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(52, 52, 52, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "#ffffff",
        "text-halo-width": 1,
        "icon-color": "rgba(0, 0, 0, 1)"
      }
    },
    {
      "id": "poi-railway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "has",
          "name"
        ],
        [
          "==",
          "class",
          "railway"
        ],
        [
          "==",
          "subclass",
          "station"
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "icon-image": "{class}_11",
        "icon-optional": false,
        "text-allow-overlap": false,
        "text-anchor": "top",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-ignore-placement": false,
        "text-max-width": 9,
        "text-offset": [
          0,
          0.6
        ],
        "text-optional": true,
        "text-padding": 2,
        "text-size": 12,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#666",
        "text-halo-blur": 0.5,
        "text-halo-color": "#ffffff",
        "text-halo-width": 1
      }
    },
    {
      "id": "road-sections-frc7-name",
      "type": "symbol",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 15.5,
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "7"
          ]
        ]
      ],
      "layout": {
        "symbol-placement": "line",
        "text-field": "{roadName}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "map",
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              14,
              13
            ]
          ]
        }
      },
      "paint": {
        "text-color": "hsl(30, 23%, 42%)",
        "text-halo-color": "#f8f4f0",
        "text-halo-width": 0.5
      }
    },
    {
      "id": "road-sections-frc6-name",
      "type": "symbol",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 15,
      "filter": [
        "in",
        [
          "get",
          "functionalRoadClass"
        ],
        [
          "literal",
          [
            "6"
          ]
        ]
      ],
      "layout": {
        "symbol-placement": "line",
        "text-field": "{roadName}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "map",
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              14,
              13
            ]
          ]
        }
      },
      "paint": {
        "text-color": "#765",
        "text-halo-blur": 0.5,
        "text-halo-width": 1
      }
    },
    {
      "id": "road-sections-frc5-name",
      "type": "symbol",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 13,
      "filter": [
        "in",
        "functionalRoadClass",
        "5"
      ],
      "layout": {
        "symbol-placement": "line",
        "text-field": "{roadName}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "map",
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              14,
              13
            ]
          ]
        },
        "text-optional": false
      },
      "paint": {
        "text-color": "#765",
        "text-halo-blur": 0.5,
        "text-halo-width": 1
      }
    },
    {
      "id": "road-sections-frc4-name",
      "type": "symbol",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 12,
      "filter": [
        "in",
        "functionalRoadClass",
        "4"
      ],
      "layout": {
        "symbol-placement": "line",
        "text-field": "{roadName}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "map",
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              14,
              13
            ]
          ]
        },
        "text-optional": false
      },
      "paint": {
        "text-color": "#765",
        "text-halo-blur": 0.5,
        "text-halo-width": 1
      }
    },
    {
      "id": "road-sections-frc3-1name",
      "type": "symbol",
      "source": "roadSections",
      "source-layer": "roadSections",
      "minzoom": 11,
      "filter": [
        "in",
        "functionalRoadClass",
        "3",
        "2",
        "1"
      ],
      "layout": {
        "symbol-placement": "line",
        "text-field": "{roadName}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "map",
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              12
            ],
            [
              14,
              13
            ]
          ]
        }
      },
      "paint": {
        "text-color": "#765",
        "text-halo-blur": 0.5,
        "text-halo-width": 1
      }
    },
    {
      "id": "airport-label-major",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 10,
      "filter": [
        "all",
        [
          "has",
          "iata"
        ]
      ],
      "layout": {
        "icon-image": "airport_11",
        "icon-size": 1,
        "text-anchor": "top",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 9,
        "text-offset": [
          0,
          0.6
        ],
        "text-optional": true,
        "text-padding": 2,
        "text-size": 12,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#666",
        "text-halo-blur": 0.5,
        "text-halo-color": "#ffffff",
        "text-halo-width": 1
      }
    },
    {
      "id": "place-other",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "!in",
        "class",
        "city",
        "town",
        "village",
        "state",
        "country",
        "continent"
      ],
      "layout": {
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 9,
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              12,
              10
            ],
            [
              15,
              14
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#633",
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-village",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "==",
        "class",
        "village"
      ],
      "layout": {
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              10,
              12
            ],
            [
              15,
              22
            ]
          ]
        },
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-town",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "==",
        "class",
        "town"
      ],
      "layout": {
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              10,
              14
            ],
            [
              15,
              24
            ]
          ]
        },
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-city",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "!=",
          "capital",
          2
        ],
        [
          "==",
          "class",
          "city"
        ]
      ],
      "layout": {
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              7,
              14
            ],
            [
              11,
              24
            ]
          ]
        },
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-city-capital",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          "capital",
          2
        ],
        [
          "==",
          "class",
          "city"
        ]
      ],
      "layout": {
        "icon-size": 0.8,
        "text-anchor": "left",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 8,
        "text-offset": [
          0.4,
          0
        ],
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              7,
              16
            ],
            [
              11,
              24
            ]
          ]
        },
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-state",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "in",
        "class",
        "state"
      ],
      "layout": {
        "text-field": "{name:latin}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 9,
        "text-size": {
          "base": 1.2,
          "stops": [
            [
              12,
              10
            ],
            [
              15,
              14
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#633",
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-country-other",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          ">=",
          "rank",
          3
        ],
        [
          "!has",
          "iso_a2"
        ]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "text-font": [
          "Noto Sans Italic"
        ],
        "text-max-width": 6.25,
        "text-size": {
          "stops": [
            [
              3,
              11
            ],
            [
              7,
              17
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#334",
        "text-halo-blur": 1,
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 2
      }
    },
    {
      "id": "place-country-3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          ">=",
          "rank",
          3
        ],
        [
          "has",
          "iso_a2"
        ]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 6.25,
        "text-size": {
          "stops": [
            [
              3,
              11
            ],
            [
              7,
              17
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "none"
      },
      "paint": {
        "text-color": "#334",
        "text-halo-blur": 1,
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 2
      }
    },
    {
      "id": "place-country-2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          "==",
          "rank",
          2
        ],
        [
          "has",
          "iso_a2"
        ]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 6.25,
        "text-size": {
          "stops": [
            [
              2,
              11
            ],
            [
              5,
              17
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "none"
      },
      "paint": {
        "text-color": "#334",
        "text-halo-blur": 1,
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 2
      }
    },
    {
      "id": "place-country-1",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          "==",
          "rank",
          1
        ],
        [
          "has",
          "iso_a2"
        ]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 6.25,
        "text-size": {
          "stops": [
            [
              1,
              11
            ],
            [
              4,
              17
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "none"
      },
      "paint": {
        "text-color": "#334",
        "text-halo-blur": 1,
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 2
      }
    },
    {
      "id": "place-continent",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 1,
      "filter": [
        "==",
        "class",
        "continent"
      ],
      "layout": {
        "text-field": "{name:latin}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 6.25,
        "text-size": 14,
        "text-transform": "uppercase",
        "visibility": "none"
      },
      "paint": {
        "text-color": "#334",
        "text-halo-blur": 1,
        "text-halo-color": "rgba(255,255,255,0.8)",
        "text-halo-width": 2
      }
    },
    {
      "id": "highway-shield-s",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "in",
          "S",
          [
            "get",
            "ref"
          ]
        ],
        [
          ">=",
          [
            "get",
            "ref_length"
          ],
          2
        ],
        [
          "<=",
          [
            "get",
            "ref_length"
          ],
          5
        ],
        [
          "==",
          [
            "geometry-type"
          ],
          "LineString"
        ]
      ],
      "layout": {
        "icon-image": "road_s-weg",
        "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,
        "symbol-avoid-edges": false
      },
      "paint": {}
    },
    {
      "id": "highway-shield-a",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 6,
      "maxzoom": 11.5,
      "filter": [
        "all",
        [
          "in",
          "A",
          [
            "get",
            "ref"
          ]
        ],
        [
          ">=",
          [
            "get",
            "ref_length"
          ],
          2
        ],
        [
          "<=",
          [
            "get",
            "ref_length"
          ],
          5
        ],
        [
          "==",
          [
            "geometry-type"
          ],
          "LineString"
        ]
      ],
      "layout": {
        "icon-image": "road_a-weg",
        "icon-rotation-alignment": "viewport",
        "icon-size": 1,
        "symbol-placement": {
          "base": 1,
          "stops": [
            [
              5,
              "line"
            ],
            [
              10,
              "point"
            ]
          ]
        },
        "symbol-spacing": 200,
        "text-field": "{ref}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10
      },
      "paint": {
        "text-color": "#FFF",
        "text-halo-width": 1
      }
    },
    {
      "id": "highway-shield-n",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 7,
      "maxzoom": 11.5,
      "filter": [
        "all",
        [
          "in",
          "N",
          [
            "get",
            "ref"
          ]
        ],
        [
          ">=",
          [
            "get",
            "ref_length"
          ],
          2
        ],
        [
          "<=",
          [
            "get",
            "ref_length"
          ],
          5
        ],
        [
          "==",
          [
            "geometry-type"
          ],
          "LineString"
        ]
      ],
      "layout": {
        "icon-image": "road_n-weg",
        "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
      },
      "paint": {}
    },
    {
      "id": "hectometre_number",
      "type": "symbol",
      "source": "hectometreSigns",
      "source-layer": "hectometreSigns",
      "minzoom": 11.5,
      "maxzoom": 19,
      "filter": [
        "!has",
        "roadName"
      ],
      "layout": {
        "icon-image": "road_hectometre",
        "icon-rotation-alignment": "viewport",
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          [
            "number-format",
            [
              "/",
              [
                "get",
                "hectometre"
              ],
              10
            ],
            {
              "min-fraction-digits": 1,
              "max-fraction-digits": 1
            }
          ],
          " ",
          [
            "get",
            "letter"
          ],
          {
            "font-scale": 0.85
          }
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10,
        "text-offset": [
          0,
          0
        ],
        "icon-offset": [
          0,
          0
        ]
      },
      "paint": {
        "text-color": "#fff"
      }
    },
    {
      "id": "hectometre_number-n-weg",
      "type": "symbol",
      "source": "hectometreSigns",
      "source-layer": "hectometreSigns",
      "minzoom": 11.5,
      "maxzoom": 19,
      "filter": [
        "in",
        "N",
        [
          "get",
          "roadName"
        ]
      ],
      "layout": {
        "icon-image": "road_hectometre-n-weg",
        "icon-rotation-alignment": "viewport",
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          [
            "get",
            "roadName"
          ],
          {
            "font-scale": 0.9
          },
          " ",
          [
            "get",
            "letter"
          ],
          {
            "font-scale": 0.8
          },
          "\n",
          [
            "number-format",
            [
              "/",
              [
                "get",
                "hectometre"
              ],
              10
            ],
            {
              "min-fraction-digits": 1,
              "max-fraction-digits": 1
            }
          ],
          {
            "text-color": "#fff"
          }
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10,
        "text-offset": [
          0,
          0
        ],
        "icon-offset": [
          0,
          0
        ]
      },
      "paint": {
        "text-color": "#000"
      }
    },
    {
      "id": "hectometre_number-a-weg",
      "type": "symbol",
      "source": "hectometreSigns",
      "source-layer": "hectometreSigns",
      "minzoom": 11.5,
      "maxzoom": 19,
      "filter": [
        "in",
        "A",
        [
          "get",
          "roadName"
        ]
      ],
      "layout": {
        "icon-image": "road_hectometre-a-weg",
        "icon-rotation-alignment": "viewport",
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          [
            "get",
            "roadName"
          ],
          {
            "font-scale": 0.9
          },
          " ",
          [
            "get",
            "letter"
          ],
          {
            "font-scale": 0.85
          },
          "\n",
          [
            "number-format",
            [
              "/",
              [
                "get",
                "hectometre"
              ],
              10
            ],
            {
              "min-fraction-digits": 1,
              "max-fraction-digits": 1
            }
          ]
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-rotation-alignment": "viewport",
        "text-size": 10,
        "text-offset": [
          0,
          0
        ],
        "icon-offset": [
          0,
          0
        ]
      },
      "paint": {
        "text-color": "#fff"
      }
    }
  ],
  "id": "osm-with-nwb-roads"
}
