osm2lanes
osm2lanes copied to clipboard
A common library and set of test cases for transforming OSM tags to lane specifications
https://www.openstreetmap.org/way/997453943 it'd be more reasonable to put 2 lanes in one direction or the other https://www.openstreetmap.org/way/228767989 no `lanes` tagged, but since it doesn't suggest general traffic is restricted, we should...
Hey! For anyone who did not see it, yet: There is a proposal in the works with the goal of improving and reworking the parking:lane schema: https://wiki.openstreetmap.org/wiki/Proposed_features/street_parking_revision Since street parking...
https://community.openstreetmap.org/t/shoulder-tag-is-confusing/5185/50
`trunk serve` can't be used for local development anymore. I'm getting CORS errors: `Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://unpkg.com/[email protected]/dist/leaflet.js. (Reason: CORS header...
Way 893136312 produces the error `Conversion Error: unsupported: 'lane count mismatch' - 'no tags' - osm2lanes/src/transform/tags_to_lanes/modes/bus/mod.rs:154:28` The way in question has `bus:lanes:forward`, but not `bus:lanes`. We should consider including all...
Each (non-separator) lane on an OSM way must have a width. See: https://wiki.openstreetmap.org/wiki/Key:width#Width_of_streets In the unlikely event that all of the relevant `width:carriageway`, `cycleway::width`, `parking:lane::width`, `shoulder:width`, `lanes:width` are specified, we...
#71, about cutting A/B Street over to using osm2lanes, kind of died off. I wanted to start fresh here based on new goals and problems. Since the last update there,...
I have now started a very minimal prototype in https://github.com/a-b-street/osm2lanes/tree/web_editor to make a new web app that lets people select an OSM way, see the rendered lanes in a cross-section...
A rendering https://github.com/cyclosm/cyclosm-cartocss-style/issues/629#issuecomment-1229369967 started a talk locally about the best tagging to describe a road that is only for bikes but build like a residential or service road. We are...
For those cases where no `maxspeed` is given, osm2lanes could test out https://github.com/westnordost/osm-legal-default-speeds to get a set of default speed limits per country. Unfortunately that would only work if no...