jeancochrane / mellow-bike-map

🚲 Web app and routing API for finding safe, chill bike routes. Like Google Maps if it took you through cozy side streets.
https://mellowbikemap.com
MIT License
13 stars 5 forks source link

Lakefront Trail path updates #37

Closed jackcarter closed 5 months ago

jackcarter commented 2 years ago

Overview

I noticed that some segments of the lakefront trail were not marked as Paths, especially between Montrose and Fullerton. This commit makes the LFT paths continuous from north trailhead to south trailhead in both directions.

Demo

Before:

image

After:

image

Note that this shows non-v2 routing. V2 routing seems to already always choose the LFT. The only benefit for v2 routing is segment color (now shows up as pink instead of blue).

jeancochrane commented 2 years ago

Thanks so much for these PRs @jackcarter, I should have some time to review this week but feel free to ping me if you don't hear back!

jeancochrane commented 5 months ago

Thanks again for flagging this @jackcarter, and so sorry for the (nearly 2 year 😱 ) delay! I went ahead and fixed the paths in the production app, since unfortunately there's not yet a great system for updating the prod data based on the fixtures stored in the repo. I've got plans to simplify the data refresh system, so hopefully these types of changes will be easier to persist going forward. But in the meantime, I appreciate your contribution!