{
  "version": 8,
  "name": "OSM Cycleways",
  "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/"
    }
  },
  "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": "highway-path-cycleway-case",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "cycleway"
        ]
      ],
      "paint": {
        "line-color": "#fff",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              10,
              3
            ],
            [
              20,
              7
            ]
          ]
        }
      }
    },
    {
      "id": "highway-path-cycleway",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "bridge",
          "tunnel"
        ],
        [
          "==",
          "class",
          "path"
        ],
        [
          "==",
          "subclass",
          "cycleway"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#c99",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              10,
              2
            ],
            [
              20,
              5.5
            ]
          ]
        }
      }
    }
  ],
  "id": "osm-cycleways"
}
