EastCoastGreenwayAlliance / ecg-map

Interactive map and trip planner for the ECGA
https://map.greenway.org
7 stars 0 forks source link

integrate ECG Routing algorithm #21

Closed clhenrick closed 7 years ago

clhenrick commented 7 years ago

Integrate ECG Routing algorithm based on work done by @gregallensworth in the gda-routefrontend branch which has now been move to a separate repo.

clhenrick commented 7 years ago

Routing code has been integrated with the app so that a user may search and confirm start and end locations and then view the route on the map. Next steps will include developing more of the UI for when the app displays the selected route such as elevation profile, cue sheet, gpx download, email share, etc.

Note that in 883cbd3 I added some temporary logic that enables the user to start the search over after they've completed it. This will likely change once UI updates have been made to address some missing UX/UI features.