sharedstreets / sharedstreets-road-closure-ui

a lightweight application for municipalities to create non proprietary, standardized road closures data using the SharedStreets referencing system
http://roadclosures-test.sharedstreets.io
12 stars 6 forks source link

fix direction arrows on matched lines #92

Closed indraneel closed 5 years ago

indraneel commented 5 years ago

image image

indraneel commented 5 years ago

can't use the midpoint as is currently happening: https://github.com/sharedstreets/sharedstreets-road-closure-ui/blob/master/src/selectors/road-closure-map.ts#L34

replace w/ turf/along http://turfjs.org/docs/#along

indraneel commented 5 years ago

closed in #94