Add comment for SDK issue related to passes retrieval
Merge branch 'master' of https://github.com/WazeDev/WME-Route-Speeds-MapOMatic-Fork into development
initialize script using SDK
use SDK to determine whether WME is ready and which user is logged in
fixed map failing to pan when dragging marker to top of window
removed some unused code, improved a variable declaration
create marker layer with SDK
shortened some console messages
started placing markers with SDK, determine routing environment with SDK
removed an unused function, improved moving markers
reorganized code by reordering sections
improved/fixed moving markers with SDK
change rest of script to use SDK markers
removed old markers and associated code
removed old marker layer code
renamed left hand traffic variable for clarity
script now requests more routes from server (server no longer returns all routes if only 3 are requested)
updated tooltip to explain new server behaviour, added option to request 7 routes
fixed getting region code sometimes failing
use SDK to get zoom level
use SDK for all map events, reorganized code
get passes using SDK
removed use of W.model to determine left hand traffic
minor cleanup
use SDK and turf to get midpoints of selected segments
cleanup of loop function
cleanup of main loop and reverse route function
simplify detecting when route needs to be drawn with offset, started work on route layer with SDK
minor cleanup and refactoring
attempt to draw route layer with SDK
remove old code to draw route layer
general cleanup and remove all remaining uses of W object
W and OpenLayers are no longer used
fixes to moving markers and drawing route features
fix route layers not being hidden when selecting a segment
clear selection after routing if marker was moved or two segments selected
add electric vehicle type
use SDK to create sidebar tab
clean up geometry for routes drawn with offset
improve performance by only recreating route features when necessary
general code cleanup and improve script startup
change cursor for markers, add explanation of new way to move markers
change version number