-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgtfs.html
94 lines (92 loc) · 4.01 KB
/
gtfs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<script src="lib/htmlwidgets-0.3.2/htmlwidgets.js"></script>
<script src="lib/jquery-1.11.1/jquery.min.js"></script>
<link href="lib/leaflet-0.7.3/leaflet.css" rel="stylesheet" />
<script src="lib/leaflet-0.7.3/leaflet.js"></script>
<link href="lib/leafletfix-1.0.0/leafletfix.css" rel="stylesheet" />
<script src="lib/leaflet-binding-0.0.9/leaflet.js"></script>
</head>
<body style="background-color:white;">
<div id="htmlwidget_container">
<div id="htmlwidget-7216" style="width:100%;height:400px;" class="leaflet"></div>
</div>
<script type="application/json" data-for="htmlwidget-7216">{ "x": {
"calls": [
{
"method": "tileLayer",
"args": [
"http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{
"minZoom": 0,
"maxZoom": 18,
"maxNativeZoom": null,
"tileSize": 256,
"subdomains": "abc",
"errorTileUrl": "",
"tms": false,
"continuousWorld": false,
"noWrap": false,
"zoomOffset": 0,
"zoomReverse": false,
"opacity": 1,
"zIndex": null,
"unloadInvisibleTiles": null,
"updateWhenIdle": null,
"detectRetina": false,
"reuseTiles": false,
"attribution": "© <a href=\"http://openstreetmap.org\">OpenStreetMap</a> contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a>"
}
]
},
{
"method": "circle",
"args": [
[ 57.9107090647551, 58.0398108758329, 57.9421637343979, 57.9290797829321, 58.0091046576439, 57.9662485781284, 58.0494140231671, 58.0008131791352, 57.996233667409, 57.9607295176338, 57.9040210051768, 58.0626147632008, 57.8560353909481, 57.9209702215886, 58.0401670540561, 57.9539953604979, 57.9412657376494, 57.9167694780147, 58.0391129824143, 58.063567526918, 58.0593744967421, 57.9549827635025, 58.0429994370411, 57.9261159058604, 58.0473979786428, 57.9258786867967, 57.9372980746924, 57.7809834622602, 58.0467697089843, 57.9447793665113, 58.0581586915996, 58.044649955293, 57.81553607233, 58.0090636649399, 58.0540010184585, 58.047264624683, 58.0264988158866, 58.0466151646671, 57.9443668757982, 57.9735163351102, 57.854574432301, 57.8253997734176, 57.8385852652935, 57.7882227788972, 57.9367819731755, 57.8495259389822, 57.8719332132464, 57.7955961757294, 57.774860538419 ],
[ 26.1827322908323, 26.3662958498704, 26.2358199199772, 26.1990311827697, 26.2497298401727, 26.3281834478766, 26.4361306782944, 26.2730028738665, 26.2925346714629, 26.2973561579272, 26.1162104137296, 26.2620833430788, 26.1378873348688, 26.1227032035586, 26.3440405368291, 26.2794248201682, 26.2251360799832, 26.1526341202185, 26.2317739736673, 26.2924657427813, 26.4966602953732, 26.2780168653171, 26.3888314245219, 26.1759593797688, 26.4749507674308, 26.3323706823134, 26.3118513610817, 26.0556055305971, 26.4657056635058, 26.29968372204, 26.3048601513894, 26.3240907956921, 26.0911483921835, 26.2287244117373, 26.2392184340661, 26.4057383725225, 26.2323726256156, 26.4579856389095, 26.3001296592726, 26.3228600951642, 26.1180853958124, 26.1067440539406, 26.1259975821018, 26.0484977635087, 26.3120219486146, 26.1313648584541, 26.1332247288623, 26.0606966718357, 26.0526682084435 ],
10,
null,
{
"lineCap": null,
"lineJoin": null,
"clickable": true,
"pointerEvents": null,
"className": "",
"stroke": true,
"color": "black",
"weight": 5,
"opacity": 0.5,
"fill": true,
"fillColor": "black",
"fillOpacity": 0.2,
"dashArray": null
},
null
]
}
],
"setView": [
[ 57.9107090647551, 26.1827322908323 ],
10,
[]
],
"limits": {
"lat": [ 57.774860538419, 58.063567526918 ],
"lng": [ 26.0484977635087, 26.4966602953732 ]
}
},"evals": [ ] }</script>
<script type="application/htmlwidget-sizing" data-for="htmlwidget-7216">{ "viewer": {
"width": "100%",
"height": 400,
"padding": 0,
"fill": true
},"browser": {
"width": "100%",
"height": 400,
"padding": 0,
"fill": true
} }</script>
</body>
</html>