aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/packs/routes/show.js
blob: e8e068ddd1904ceb74cdd50eb656c511a717f568 (plain)
1
2
3
4
5
6
7
8
9
10
import '../../helpers/polyfills'

import clone from '../../helpers/clone'
import RoutesMap from '../../helpers/routes_map'

let route = clone(window, "route", true)
route = JSON.parse(decodeURIComponent(route))
var map = new RoutesMap('route_map')
map.addRoute(route)
map.fitZoom()