Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 2.67 KB

README.md

File metadata and controls

34 lines (23 loc) · 2.67 KB

Cycling Route Planner 🚴 🚴 🚴

Production
Staging

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.

Screenshots

Branding the website

To brand the website:

  1. Go to '/branding/' and copy the 'anyways'-directory, rename onto your brand
  2. Pick colours in 'theme.css'
  3. Pick texts and icons in 'brandedScripts'. 'profileConfigs' describe what profiles are used for routeplanning and what accompagniying texts they have, with layers and stuff
  4. Additional code can be put into 'applyBrand()'. This is extra code, e.g. rendering specific legend entries
  5. 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