{
  "version": 8,
  "name": "Front Office - Light",
  "metadata": {},
  "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",
      "paint": {
        "background-color": "rgb(242,243,240)"
      }
    },
    {
      "id": "water",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "filter": [
        "==",
        "$type",
        "Polygon"
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "rgb(194, 200, 202)",
        "fill-antialias": false
      }
    },
    {
      "id": "waterway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "filter": [
        "==",
        "$type",
        "LineString"
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(195, 17%, 78%)"
      }
    },
    {
      "id": "water_name",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "filter": [
        "==",
        "$type",
        "LineString"
      ],
      "layout": {
        "text-field": "{name:latin}\n{name:nonlatin}",
        "symbol-placement": "line",
        "text-rotation-alignment": "map",
        "symbol-spacing": 500,
        "text-font": [
          "Roboto Condensed Italic"
        ],
        "text-size": 12
      },
      "paint": {
        "text-color": "rgb(157,169,177)",
        "text-halo-color": "rgb(242,243,240)"
      }
    },
    {
      "id": "railway_transit",
      "type": "line",
      "metadata": {
        "mapbox:group": "b6371a3f2f5a9932464fa3867530a2e5"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "transit"
          ],
          [
            "!in",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#dddddd",
        "line-width": 3
      }
    },
    {
      "id": "railway_transit_dashline",
      "type": "line",
      "metadata": {
        "mapbox:group": "b6371a3f2f5a9932464fa3867530a2e5"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "transit"
          ],
          [
            "!in",
            "brunnel",
            "tunnel"
          ]
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#fafafa",
        "line-width": 2,
        "line-dasharray": [
          3,
          3
        ]
      }
    },
    {
      "id": "railway_minor_dashline",
      "type": "line",
      "metadata": {
        "mapbox:group": "b6371a3f2f5a9932464fa3867530a2e5"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "all",
          [
            "==",
            "class",
            "rail"
          ],
          [
            "has",
            "service"
          ]
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgb(12,12,12)",
        "line-width": 2,
        "line-dasharray": [
          3,
          3
        ]
      }
    },
    {
      "id": "railway",
      "type": "line",
      "metadata": {
        "mapbox:group": "b6371a3f2f5a9932464fa3867530a2e5"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "rail"
        ],
        [
          "!has",
          "service"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              16,
              3
            ],
            [
              20,
              7
            ]
          ]
        },
        "line-color": "#dddddd"
      }
    },
    {
      "id": "railway_dashline",
      "type": "line",
      "metadata": {
        "mapbox:group": "b6371a3f2f5a9932464fa3867530a2e5"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "rail"
        ],
        [
          "!has",
          "service"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#fafafa",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              16,
              2
            ],
            [
              20,
              6
            ]
          ]
        },
        "line-dasharray": [
          3,
          3
        ]
      }
    },
    {
      "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": "#cfcdca",
        "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",
        [
          "==",
          "functionalRoadClass",
          "7"
        ],
        [
          "!in",
          "carriagewayTypeCode",
          "VD",
          "VDA",
          "VDF",
          "VDV"
        ]
      ],
      "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": "#cfcdca",
        "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": "#cfcdca",
        "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": "#cfcdca",
        "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": "rgb(164, 168, 180)",
        "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": "#dfddda",
        "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",
        [
          "==",
          "functionalRoadClass",
          "7"
        ],
        [
          "!in",
          "carriagewayTypeCode",
          "VD",
          "VDA",
          "VDF",
          "VDV"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#fff",
        "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": "#fff",
        "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": "#fff",
        "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": "#fff",
        "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": "#fff",
        "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": "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": "#666",
        "text-halo-blur": 0.5,
        "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": "#666",
        "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": "#666",
        "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": "#666",
        "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": "#666",
        "text-halo-blur": 0.5,
        "text-halo-width": 1
      }
    },
    {
      "id": "highway_name_motorway",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "b6371a3f2f5a9932464fa3867530a2e5"
      },
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "motorway"
        ]
      ],
      "layout": {
        "text-size": 12,
        "symbol-spacing": 350,
        "text-font": [
          "Roboto Regular"
        ],
        "symbol-placement": "line",
        "visibility": "visible",
        "text-rotation-alignment": "viewport",
        "text-pitch-alignment": "viewport",
        "text-field": "{ref}"
      },
      "paint": {
        "text-color": "rgb(117, 129, 145)",
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": 4,
        "text-translate": [
          0,
          2
        ]
      }
    },
    {
      "id": "boundary_state",
      "type": "line",
      "metadata": {
        "mapbox:group": "a14c9607bc7954ba1df7205bf660433f"
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "filter": [
        "==",
        "admin_level",
        4
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgb(230, 204, 207)",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              3,
              1
            ],
            [
              22,
              15
            ]
          ]
        },
        "line-blur": 0.4,
        "line-dasharray": [
          2,
          2
        ],
        "line-opacity": 1
      }
    },
    {
      "id": "boundary_country",
      "type": "line",
      "metadata": {
        "mapbox:group": "a14c9607bc7954ba1df7205bf660433f"
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "filter": [
        "==",
        "admin_level",
        2
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 23%)",
        "line-width": {
          "base": 1.1,
          "stops": [
            [
              3,
              1
            ],
            [
              22,
              20
            ]
          ]
        },
        "line-blur": {
          "base": 1,
          "stops": [
            [
              0,
              0.4
            ],
            [
              22,
              4
            ]
          ]
        },
        "line-opacity": 1
      }
    },
    {
      "id": "place_suburb",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "suburb"
        ]
      ],
      "layout": {
        "text-size": 10,
        "text-transform": "uppercase",
        "text-font": [
          "Roboto Regular"
        ],
        "text-justify": "center",
        "visibility": "visible",
        "text-offset": [
          0.5,
          0
        ],
        "text-anchor": "center",
        "text-field": "{name:latin}\n{name:nonlatin}"
      },
      "paint": {
        "text-color": "rgb(117, 129, 145)",
        "text-halo-color": "rgb(242,243,240)",
        "text-halo-width": 1,
        "text-halo-blur": 1
      }
    },
    {
      "id": "place_village",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "village"
        ]
      ],
      "layout": {
        "text-size": 10,
        "text-transform": "uppercase",
        "text-font": [
          "Roboto Regular"
        ],
        "text-justify": "left",
        "visibility": "visible",
        "text-offset": [
          0.5,
          0.2
        ],
        "icon-size": 0.4,
        "text-anchor": "left",
        "text-field": "{name:latin}\n{name:nonlatin}"
      },
      "paint": {
        "text-color": "rgb(117, 129, 145)",
        "text-halo-color": "rgb(242,243,240)",
        "text-halo-width": 1,
        "text-halo-blur": 1,
        "icon-opacity": 0.7
      }
    },
    {
      "id": "place_town",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "town"
        ]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": {
          "base": 1,
          "stops": [
            [
              0,
              "circle-11"
            ],
            [
              9,
              ""
            ]
          ]
        },
        "text-transform": "uppercase",
        "text-font": [
          "Roboto Regular"
        ],
        "text-justify": "left",
        "visibility": "visible",
        "text-offset": [
          0.5,
          0.2
        ],
        "icon-size": 0.4,
        "text-anchor": {
          "base": 1,
          "stops": [
            [
              0,
              "left"
            ],
            [
              8,
              "center"
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}"
      },
      "paint": {
        "text-color": "rgb(117, 129, 145)",
        "text-halo-color": "rgb(242,243,240)",
        "text-halo-width": 1,
        "text-halo-blur": 1,
        "icon-opacity": 0.7
      }
    },
    {
      "id": "place_city",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "city"
        ],
        [
          ">",
          "rank",
          3
        ]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": {
          "base": 1,
          "stops": [
            [
              0,
              "circle-11"
            ],
            [
              9,
              ""
            ]
          ]
        },
        "text-transform": "uppercase",
        "text-font": [
          "Roboto Regular"
        ],
        "text-justify": "left",
        "visibility": "visible",
        "text-offset": [
          0.5,
          0.2
        ],
        "icon-size": 0.4,
        "text-anchor": {
          "base": 1,
          "stops": [
            [
              0,
              "left"
            ],
            [
              8,
              "center"
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}"
      },
      "paint": {
        "text-color": "rgb(117, 129, 145)",
        "text-halo-color": "rgb(242,243,240)",
        "text-halo-width": 1,
        "text-halo-blur": 1,
        "icon-opacity": 0.7
      }
    },
    {
      "id": "place_city_large",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 12,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "<=",
          "rank",
          3
        ],
        [
          "==",
          "class",
          "city"
        ]
      ],
      "layout": {
        "text-size": 14,
        "icon-image": {
          "base": 1,
          "stops": [
            [
              0,
              "circle-11"
            ],
            [
              9,
              ""
            ]
          ]
        },
        "text-transform": "uppercase",
        "text-font": [
          "Roboto Regular"
        ],
        "text-justify": "left",
        "visibility": "visible",
        "text-offset": [
          0.5,
          0.2
        ],
        "icon-size": 0.4,
        "text-anchor": {
          "base": 1,
          "stops": [
            [
              0,
              "left"
            ],
            [
              8,
              "center"
            ]
          ]
        },
        "text-field": "{name:latin}\n{name:nonlatin}"
      },
      "paint": {
        "text-color": "rgb(117, 129, 145)",
        "text-halo-color": "rgb(242,243,240)",
        "text-halo-width": 1,
        "text-halo-blur": 1,
        "icon-opacity": 0.7
      }
    },
    {
      "id": "place_state",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 12,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "state"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-font": [
          "Roboto Regular"
        ],
        "text-transform": "uppercase",
        "text-size": 10
      },
      "paint": {
        "text-color": "rgb(113, 129, 144)",
        "text-halo-color": "rgb(242,243,240)",
        "text-halo-width": 1,
        "text-halo-blur": 1
      }
    },
    {
      "id": "place_country_other",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 8,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "country"
        ],
        [
          "!has",
          "iso_a2"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "text-field": "{name:latin}",
        "text-font": [
          "Roboto Condensed Italic"
        ],
        "text-transform": "uppercase",
        "text-size": {
          "base": 1,
          "stops": [
            [
              0,
              9
            ],
            [
              1,
              11
            ]
          ]
        }
      },
      "paint": {
        "text-halo-width": 1.4,
        "text-halo-color": "rgba(236,236,234,0.7)",
        "text-color": {
          "base": 1,
          "stops": [
            [
              3,
              "rgb(157,169,177)"
            ],
            [
              4,
              "rgb(153, 153, 153)"
            ]
          ]
        }
      }
    },
    {
      "id": "place_country_minor",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 8,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "country"
        ],
        [
          ">=",
          "rank",
          2
        ],
        [
          "has",
          "iso_a2"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "text-field": "{name:latin}",
        "text-font": [
          "Roboto Regular"
        ],
        "text-transform": "uppercase",
        "text-size": {
          "base": 1,
          "stops": [
            [
              0,
              10
            ],
            [
              6,
              12
            ]
          ]
        }
      },
      "paint": {
        "text-halo-width": 1.4,
        "text-halo-color": "rgba(236,236,234,0.7)",
        "text-color": {
          "base": 1,
          "stops": [
            [
              3,
              "rgb(157,169,177)"
            ],
            [
              4,
              "rgb(153, 153, 153)"
            ]
          ]
        }
      }
    },
    {
      "id": "place_country_major",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "maxzoom": 6,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "<=",
          "rank",
          1
        ],
        [
          "==",
          "class",
          "country"
        ],
        [
          "has",
          "iso_a2"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "text-field": "{name:latin}",
        "text-font": [
          "Roboto Regular"
        ],
        "text-transform": "uppercase",
        "text-size": {
          "base": 1.4,
          "stops": [
            [
              0,
              10
            ],
            [
              3,
              12
            ],
            [
              4,
              14
            ]
          ]
        },
        "text-anchor": "center"
      },
      "paint": {
        "text-halo-width": 1.4,
        "text-halo-color": "rgba(236,236,234,0.7)",
        "text-color": {
          "base": 1,
          "stops": [
            [
              3,
              "rgb(157,169,177)"
            ],
            [
              4,
              "rgb(153, 153, 153)"
            ]
          ]
        }
      }
    }
  ],
  "id": "osm-front-office-light-with-nwb-roads"
}
