This our cycling route planner web app. This was originally built during Open Summer of Code here and we polished and finished it. The branding in this route planner can be customized to your project/company/city/region.
It uses the ANYWAYS route planning API to handle:
- Cycling networks
- Cycle highways
- Node networks
- Regional and city networks
- Elevation 🚵
- Multiple routing profiles.
To brand the website:
- Go to '/branding/' and copy the 'anyways'-directory, rename onto your brand
- Pick colours in 'theme.css'
- Pick texts and icons in 'brandedScripts'. 'profileConfigs' describe what profiles are used for routeplanning and what accompagniying texts they have, with layers and stuff
- Additional code can be put into 'applyBrand()'. This is extra code, e.g. rendering specific legend entries
- Go to index.html and change around ten lines in '', between the comments '' and ''. That should be enough
Caveats/todo's:
- Allow marker colours to be changed
- Allow text input to be changed