osm2streets icon indicating copy to clipboard operation
osm2streets copied to clipboard

Convert OSM to street networks with detailed geometry

Results 34 osm2streets issues
Sort by recently updated
recently updated
newest added

https://a-b-street.github.io/osm2streets/#17.29/51.513285/-0.088692 ![image](https://github.com/a-b-street/osm2streets/assets/1664407/ae80dd3e-2135-45f1-b952-0ff832feaaf2) Bank station's pedestrian tunnels are all mapped. Since z-ordering between layers in maplibre is hard/impossible, street explorer lacks z-ordering, and this area looks like a mess. For this...

**Real situation:** ![grafik](https://github.com/a-b-street/osm2streets/assets/38103976/f8517ed6-d7ec-4661-983a-5e1810c2e218) Tags of [way 959894302](https://www.openstreetmap.org/way/959894302) : ``` lanes 3 lanes:forward 2 lanes:backward 1 cycleway:left lane cycleway:left:lane advisory cycleway:right no sidewalk:both separate foot use_sidepath turn:lanes:forward left| vehicle:lanes:backward yes|yes bicycle:lanes:backward...

- [ ] Render traffic islands - [x] Handle when an intersection gets merged (https://www.openstreetmap.org/node/4696568148 i5 exit ramp) - [ ] Distinguish signalized from marked - [ ] Handle Roads...

Particularly barrier nodes along a way. The clean approach might be to make these degenerate Intersections of a special new type. Related to https://github.com/dabreegster/ltn/issues/6

Like https://www.openstreetmap.org/way/888214564. Very unclear how to represent them in osm2streets -- they don't fit into the model of "everything is a road segment with lanes or junction". https://strassenraumkarte.osm-berlin.org/?map=micromap#19/52.47345/13.43859 seems to...

- [x] Strongly consider porting to https://github.com/dimfeld/svelte-maplibre/ and contributing any necessary fixes there - [ ] Change the CSS styling of the app to match the old version. This should...

![image](https://github.com/a-b-street/osm2streets/assets/1664407/124f4b62-d17a-448a-8a2a-0e8d8579e606) The big pink intersection is surrounded by crossings that overall better define the overall shape of the junction. ![image](https://github.com/a-b-street/osm2streets/assets/1664407/7c5de5ae-421b-40c0-8074-b6c51d88b1a4) The east/west road similarly has a loop of sidewalks/crossings surrounding...

Spurred on by all the progress in Muv, here are some ideas after that cutover PR is merged to revive work on osm2streets. - [x] Clean up Street Explorer code,...

Especially when we use raw OSM footways, we break on so many intersection geometry cases (the circles): ![image](https://github.com/a-b-street/osm2streets/assets/1664407/265cb4f4-f986-4aaf-a2bd-88382edf00fb) I'll start looking into these, but I've also been looking at how...

The A/B Street renderer includes more detail than osm2streets. Some things will be hard to achieve in MapLibre, like fixed map-size bike/bus symbols, but most should be doable. - [x]...