Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created October 27, 2016 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save here-devblog-gists/a59c5c552c384f56ec6b6717de2300ed to your computer and use it in GitHub Desktop.
Save here-devblog-gists/a59c5c552c384f56ec6b6717de2300ed to your computer and use it in GitHub Desktop.
var routeLineStyles = {
normal: { strokeColor: 'rgba(0, 85, 170, 0.5)', lineWidth: 3 },
selected: { strokeColor: 'rgba(255, 0, 0, 0.7)', lineWidth: 7 }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment