Cleaned up creation of left sidebar html
started cleaning up options
Changed some unhelpful variable names. Improved conversion from km to miles. Removed "Try more" option. Revised text of several options.
clean up saving and loading options
further cleaned up saving/loading options
fixed loading country id for passes
actually fixed getting top country this time
finished changing names of options
fixed number in alt routes dropdown getting cut off
Also changed the associated text
updated route labeling and rounding
improved handling of received routes
Number of routes received from the server is now displayed. Changing the number of routes to show now only requires a route request if the previous route request didn't return enough. Changing the sorting of routes no longer requires a route request. Cleaned up variables representing route data. This should fix issue #5.
draw all routes on one layer
Cleanup is necessary. There is now a lot of unused code corresponding to the other 4 layers (which are now empty but still created in WME)
Merge pull request #14 from Harmonious4/Harmonious4-patch-2
Mostly code readability improvements, other minor changes
removed 4 unused layers
fix error in rezoom, moved some variables to zero indexing
shift another index variable
fix stacked labels when no route selected
added colours for up to 20 routes
Colours will repeat if there are more routes, but this should be rare
route layer variable name cleanup
new route summaries
removed old summaries, allowed displaying all routes
adjust route 8 colour
improve handling route errors
fix layer not being drawn
updated colours for low speeds
Merge pull request #1 from Harmonious4/Harmonious4-patch-2
cleanup
Merge pull request #2 from Harmonious4/Harmonious4-layers
show more than 5 routes using 2 total layers
Merge pull request #15 from Harmonious4/master
reduced layer count to 2, now shows more than 5 routes
add attempt to load from old settings, made indentation consistent
removed extra log message
fixed summaries in imperial units
improved formatting of summaries
change version number