BayAreaMetro / travel-model-two-networks

Networks for travel model two.
http://bayareametro.github.io/travel-model-two/input/#roadway-network
3 stars 2 forks source link

Link shapes do not represent direction in point order of polyline #56

Open lmz opened 2 years ago

lmz commented 2 years ago

The link shapes should represent the link direction by how the polylines are defined. This way, when one uses GIS to show an arrow head to represent direction or using a line offset to separate the drawing of bidirectional links, the direction is visible when the link is rendered. Currently, this is not the case.

In the attached image, the link layer has a symbology with both an arrowhead on the end, plus a link offset. Two links are selected (see right pane) and they are meant to be the reverse of each other (they have A1==B2 and B1==A2) but only one link is rendered implying the link geometry is the same rather than reversed.

(MTC asana task)

lmz commented 2 years ago

Screen Shot 2022-02-16 at 2 56 24 PM

yuqiww commented 2 years ago

It seems natural to create "opposite shapes" when creating reversed links for two-way OSM links.