Nate-Wessel / bike-map

OSM-based map with bike-specific visual hierarchies
Other
9 stars 0 forks source link

Place one-way arrows in middle of segments between intersections #4

Closed Nate-Wessel closed 4 years ago

Nate-Wessel commented 4 years ago

I'm not sure yet how to do this.

Nate-Wessel commented 4 years ago

This will involve clustering/breaking edges, which actually needs to be done for other reasons anyway.

Nate-Wessel commented 4 years ago

The plan now is: simply try to merge edges sharing nodes of degree=2 where relevant attributes are tolerably similar, i.e would produce near-identical rendering. This can be done in place after processing the existing edges table in the current way.

Nate-Wessel commented 4 years ago

This is now being done well enough to close this.