3DStreet / 3dstreet

🚲🚢🚌 Web-based 3D visualization of streets using A-Frame
https://3dstreet.app
Other
256 stars 33 forks source link

[Blocked] remove hacky fix for "invert turn lane arrow orientation" #3

Open kfarr opened 7 years ago

kfarr commented 7 years ago

Streetmix.net inverts turn lane orientation when displaying in the lane, see https://github.com/streetmix/streetmix/issues/683

Streetmix3D displays the "true" value according to the DB, but this results in confusion: https://twitter.com/SounderBruce/status/883431538385276932

Perhaps turn lane orientations should be inverted for now as a "hacky" fix so that people see in 3D what they expect from the 2D visual.

kfarr commented 4 years ago

The "hacky fix" is already implemented: https://github.com/kfarr/streetmix3d/blob/master/src/aframe-streetmix.js#L289

However removing the "hacky fix" will require resolution of https://github.com/streetmix/streetmix/issues/683 as referenced above. Keeping this ticket open for visibility.