Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

highway=footway turns into a driveable lane #245

Open
dabreegster opened this issue Aug 20, 2022 · 1 comment
Open

highway=footway turns into a driveable lane #245

dabreegster opened this issue Aug 20, 2022 · 1 comment

Comments

@dabreegster
Copy link
Contributor

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
Copy link
Contributor Author

Reported by @Robinlovelace

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant