osm2lanes
osm2lanes copied to clipboard
A common library and set of test cases for transforming OSM tags to lane specifications
It looks like some `cycleway=opposite*` tagging is not understood. This is the "old" method how to tag cycleways that have cyclist contraflow in oneway streets, but it is (still) used...
A recent ping reminded me to update my local A/B-Streets install. Browsing around my city in A/B-Street, which is always a pleasure, I got to see some bidirectional cycleways, which...
https://www.openstreetmap.org/way/185226351 (an alleyway) and https://www.openstreetmap.org/way/742718564 (a larger road with a center turn lane) both come up as ``` { "type": "travel", "direction": "both", "designated": "motor_vehicle", } ``` I'm starting to...
Improve the website UI to hint that the tags in text form are editable.
An interesting road with bus lanes, cycle lanes, and electric vehicle lanes. It breaks today without warning: the bus lane is sandwiched between 2 car lanes, and the roundtrip has...
https://wiki.openstreetmap.org/wiki/Tags # Requirements ## Key A key type, at its simplest it could be a `&'static str` or `String`. See also: . - No heap usage when using `&'static str`s....
A large part of contributing to OSM goes through the wiki. This tool should be mentioned there somehow.
I think it would be good to share country-related metadata with other tools. For example, we could fork https://github.com/streetcomplete/StreetComplete/blob/master/res/country_metadata into a different repo, and then include it both here and...
When fetching ways by way ID in the website, there is a small delay waiting on overpass. It would be a better interface if this active wait was communicated to...