osm2lanes icon indicating copy to clipboard operation
osm2lanes copied to clipboard

highway=footway turns into a driveable lane

Open dabreegster opened this issue 2 years ago • 1 comments

https://www.openstreetmap.org/way/150133153 yields:

{
  "highway": "footway",
  "lit": "yes",
  "smoothness": "good",
  "lanes": [
    {
      "type": "travel",
      "direction": "both",
      "designated": "motor_vehicle",
      "width": 3.0
    },
    {
      "type": "separator",
      "markings": [
        {
          "style": "solid_line",
          "width": 0.2,
          "color": "white"
        }
      ]
    }
  ]
}

dabreegster avatar Aug 20 '22 12:08 dabreegster

Reported by @RobinLovelace

dabreegster avatar Aug 20 '22 12:08 dabreegster