A proof of concept web application to allow route planning, and tracking whilst using a mobile device with glonass/gps capability. If you plan on using something like this regularly, we need to create an indipendant server and mobile app!
The main page only displays the KLM overlay using open streetmaps and your location (if using a mobile device)
https://wolfiex.github.io/safecyclelondon/
As a proof of concept a routing line can be integrated. For instance using the lat and lng we can request a route between Buckingham Palace and Greenwich
** NOTE: Dragging additional waypoints from the current route only works on a computer. Existing waypoints can be moved using a mobile device. You can share a pre planned route using the URL **
https://wolfiex.github.io/safecyclelondon/#51.5014,-0.1419#51.4934,-0.0098
Here the hash defines the start and end locations
<url>/#lat,lon#lat,lon
We can drag both the end markers (to reroute) or the 'red' routing path to introduce additional waypoints.
In doing so the URL of the file changes,by inserting more waypoints into the hash string. This means we can save the new updated url and share an edited map with friends, or reload it on the way.
We can also combine this with the cyclosm tiles: https://wolfiex.github.io/safecyclelondon/cyclosm.html#51.5014,-0.1419#51.4934,-0.0098 cyclosm.html
As new cycle routes are added, the KML layer needs to be updated. Feel free to send push requests when this happens.
- actual bicycle routing options and times
- fully functioning app
- route store and comments