{
  "version": 8,
  "name": "NDW Maps NWB Road Sections - Driving directions",
  "metadata": {},
  "center": [
    5.41,
    52.15
  ],
  "zoom": 12,
  "light": {
    "anchor": "viewport"
  },
  "sources": {
    "roadSections": {
      "type": "vector",
      "tiles": [
        "https://maps.staging.ndw.nu/api/v1/nwb/latest/mbtiles/roadSections/tiles/{z}/{x}/{y}.pbf"
      ]
    }
  },
  "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": "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": "nwb-road-sections-latest-driving-directions",
  "owner": "NDW Location Services"
}
