Given a Start Place, End Place and desired minimum miles per day, layout a plan that will cover the distance. Once the initial plan is determined, you can adjust individual stopping places to make a truly personalized plan.
Use the forced day, place check box to hold a specific day/location as a constant. This is useful if you have some existing conflict, or once you start to make reservations.
[trail-trip-planner]
Several modification to the code are:
- better documentation
- distinguish between placers with lodging and those without
- smarter search selection – The next day selection is not very smart. It simply adds up mileages between points until it goes over the min per day.
- update the database, use ATAs, Linking ups, bikecando, or Google – I used a trail head database which does not have lodging information in it.
- update database to flag places with minimal rooms
- tie the output to a map
- handle branch/ side trails minimum
- Add a note field
- use a table format
Done
- Allow adjustment on each individual day.
- Save data from load to load
- Add a fixed checkbox to enable reservations
- Add a Start Date