-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
180 lines (151 loc) · 52.3 KB
/
map.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.6.0/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.6.0/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://rawcdn.githack.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_3d4974e65ac0455986487c5941c3bbee {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
<script src="https://rawcdn.githack.com/nezasa/iso8601-js-period/master/iso8601.min.js"></script>
<script src="https://rawcdn.githack.com/socib/Leaflet.TimeDimension/master/dist/leaflet.timedimension.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"/>
<link rel="stylesheet" href="https://rawcdn.githack.com/socib/Leaflet.TimeDimension/master/dist/leaflet.timedimension.control.min.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
</head>
<body>
<div class="folium-map" id="map_3d4974e65ac0455986487c5941c3bbee" ></div>
</body>
<script>
var map_3d4974e65ac0455986487c5941c3bbee = L.map(
"map_3d4974e65ac0455986487c5941c3bbee",
{
center: [51.362907100000015, 7.4606123],
crs: L.CRS.EPSG3857,
zoom: 7,
zoomControl: true,
preferCanvas: false,
}
);
L.control.scale().addTo(map_3d4974e65ac0455986487c5941c3bbee);
var tile_layer_9b6eac5acef14aa189debe5c7fd6607e = L.tileLayer(
"https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png",
{"attribution": "\u0026copy; \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors \u0026copy; \u003ca href=\"http://cartodb.com/attributions\"\u003eCartoDB\u003c/a\u003e, CartoDB \u003ca href =\"http://cartodb.com/attributions\"\u003eattributions\u003c/a\u003e", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_3d4974e65ac0455986487c5941c3bbee);
L.Control.TimeDimensionCustom = L.Control.TimeDimension.extend({
_getDisplayDateFormat: function(date){
var newdate = new moment(date);
console.log(newdate)
return newdate.format("YYYY/MM/DD HH:mm");
}
});
map_3d4974e65ac0455986487c5941c3bbee.timeDimension = L.timeDimension(
{
period: "PT15M",
}
);
var timeDimensionControl = new L.Control.TimeDimensionCustom(
{"autoPlay": false, "loopButton": true, "maxSpeed": 5, "minSpeed": 0.1, "playerOptions": {"loop": false, "startOver": true, "transitionTime": 2000}, "position": "bottomleft", "timeSliderDragUpdate": true}
);
map_3d4974e65ac0455986487c5941c3bbee.addControl(this.timeDimensionControl);
var geoJsonLayer = L.geoJson({"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.4606123, 51.362907100000015]}, "properties": {"time": "2020-06-19 12:40:00", "style": {"color": "#bddbeb"}, "icon": "circle", "iconstyle": {"fillColor": "#bddbeb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.460612299999987, 51.3629070999999]}, "properties": {"time": "2020-06-19 12:42:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.460612299999987, 51.362907099999894]}, "properties": {"time": "2020-06-19 12:44:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.547722470175447, 51.434478053508755]}, "properties": {"time": "2020-06-19 12:46:00", "style": {"color": "#fbcab1"}, "icon": "circle", "iconstyle": {"fillColor": "#fbcab1", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.586845644736847, 51.4858264421052]}, "properties": {"time": "2020-06-19 12:48:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.633101411818191, 51.51401023363635]}, "properties": {"time": "2020-06-19 12:50:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.674216256410255, 51.53712201153847]}, "properties": {"time": "2020-06-19 12:52:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.7351624166666655, 51.57131528666667]}, "properties": {"time": "2020-06-19 12:54:00", "style": {"color": "#bddbeb"}, "icon": "circle", "iconstyle": {"fillColor": "#bddbeb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.748541182222228, 51.593026911111124]}, "properties": {"time": "2020-06-19 12:56:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.784064392523369, 51.61881634766359]}, "properties": {"time": "2020-06-19 12:58:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.7968146057971035, 51.65045279130439]}, "properties": {"time": "2020-06-19 13:00:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.809158510655746, 51.66669228032793]}, "properties": {"time": "2020-06-19 13:02:00", "style": {"color": "#a51328"}, "icon": "circle", "iconstyle": {"fillColor": "#a51328", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.792042322857153, 51.661317802857084]}, "properties": {"time": "2020-06-19 13:04:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.809039723404256, 51.677806019148896]}, "properties": {"time": "2020-06-19 13:06:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.807049997297303, 51.676655299099096]}, "properties": {"time": "2020-06-19 13:08:00", "style": {"color": "#fbcab1"}, "icon": "circle", "iconstyle": {"fillColor": "#fbcab1", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.807190237142858, 51.67673640285714]}, "properties": {"time": "2020-06-19 13:10:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.807199086666669, 51.67674154333336]}, "properties": {"time": "2020-06-19 13:12:00", "style": {"color": "#bddbeb"}, "icon": "circle", "iconstyle": {"fillColor": "#bddbeb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.8071984290909064, 51.676741131818154]}, "properties": {"time": "2020-06-19 13:14:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.8070882461538424, 51.681099716346154]}, "properties": {"time": "2020-06-19 13:16:00", "style": {"color": "#bddbeb"}, "icon": "circle", "iconstyle": {"fillColor": "#bddbeb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.825776498130842, 51.69717377383177]}, "properties": {"time": "2020-06-19 13:18:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.865870851401865, 51.730522359813065]}, "properties": {"time": "2020-06-19 13:20:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.927242130188694, 51.77870187452828]}, "properties": {"time": "2020-06-19 13:22:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.004020164601757, 51.797244715044364]}, "properties": {"time": "2020-06-19 13:24:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.100501546363619, 51.82249904090914]}, "properties": {"time": "2020-06-19 13:26:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.180448216666658, 51.826696837037055]}, "properties": {"time": "2020-06-19 13:28:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.269125180412376, 51.85211187216493]}, "properties": {"time": "2020-06-19 13:30:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.32676070975609, 51.86772247560981]}, "properties": {"time": "2020-06-19 13:32:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.325366499999989, 51.86725070000007]}, "properties": {"time": "2020-06-19 13:34:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.325366499999983, 51.86725070000008]}, "properties": {"time": "2020-06-19 13:36:00", "style": {"color": "#c94640"}, "icon": "circle", "iconstyle": {"fillColor": "#c94640", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.325366499999987, 51.86725070000008]}, "properties": {"time": "2020-06-19 13:42:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.325366499999982, 51.867250700000085]}, "properties": {"time": "2020-06-19 13:44:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.32536649999998, 51.86725070000009]}, "properties": {"time": "2020-06-19 13:46:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.32536649999998, 51.86725070000009]}, "properties": {"time": "2020-06-19 13:48:00", "style": {"color": "#fbcab1"}, "icon": "circle", "iconstyle": {"fillColor": "#fbcab1", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.32536649999998, 51.86725070000009]}, "properties": {"time": "2020-06-19 13:50:00", "style": {"color": "#fbcab1"}, "icon": "circle", "iconstyle": {"fillColor": "#fbcab1", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.32536649999998, 51.86725070000009]}, "properties": {"time": "2020-06-19 13:52:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.32536649999998, 51.86725070000009]}, "properties": {"time": "2020-06-19 13:54:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.3253665, 51.86725070000005]}, "properties": {"time": "2020-06-19 13:56:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.206047228571418, 52.33483479387751]}, "properties": {"time": "2020-06-19 14:10:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.2792174689655, 52.344824747413895]}, "properties": {"time": "2020-06-19 14:12:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.369268629921285, 52.361317114173204]}, "properties": {"time": "2020-06-19 14:14:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.401220581481471, 52.38314378518511]}, "properties": {"time": "2020-06-19 14:16:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.473120490243897, 52.41300178292686]}, "properties": {"time": "2020-06-19 14:18:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.680905006666672, 52.39771478333337]}, "properties": {"time": "2020-06-19 14:24:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.736678211475414, 52.37860344754099]}, "properties": {"time": "2020-06-19 14:28:00", "style": {"color": "#ba2832"}, "icon": "circle", "iconstyle": {"fillColor": "#ba2832", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.741538645528447, 52.37742996097563]}, "properties": {"time": "2020-06-19 14:30:00", "style": {"color": "#67001f"}, "icon": "circle", "iconstyle": {"fillColor": "#67001f", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.748492685714288, 52.374817576190445]}, "properties": {"time": "2020-06-19 14:32:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.75147927142857, 52.37414807142856]}, "properties": {"time": "2020-06-19 14:34:00", "style": {"color": "#bddbeb"}, "icon": "circle", "iconstyle": {"fillColor": "#bddbeb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.819255178571423, 52.37404195408169]}, "properties": {"time": "2020-06-19 14:36:00", "style": {"color": "#fbcab1"}, "icon": "circle", "iconstyle": {"fillColor": "#fbcab1", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.857668836065589, 52.37050635081973]}, "properties": {"time": "2020-06-19 14:38:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.934635830851072, 52.37664788404261]}, "properties": {"time": "2020-06-19 14:40:00", "style": {"color": "#fbcab1"}, "icon": "circle", "iconstyle": {"fillColor": "#fbcab1", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.980812632407412, 52.375073592592635]}, "properties": {"time": "2020-06-19 14:42:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.042062169105685, 52.38077539593498]}, "properties": {"time": "2020-06-19 14:44:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.123428544444431, 52.3997257581196]}, "properties": {"time": "2020-06-19 14:46:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.220351628181815, 52.417516297272826]}, "properties": {"time": "2020-06-19 14:48:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.304082251351359, 52.44237895045052]}, "properties": {"time": "2020-06-19 14:50:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.40276913771928, 52.44149087368418]}, "properties": {"time": "2020-06-19 14:52:00", "style": {"color": "#e47f65"}, "icon": "circle", "iconstyle": {"fillColor": "#e47f65", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.50611896203703, 52.44140888518521]}, "properties": {"time": "2020-06-19 14:54:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.592645010434788, 52.44099108956522]}, "properties": {"time": "2020-06-19 14:56:00", "style": {"color": "#fbcab1"}, "icon": "circle", "iconstyle": {"fillColor": "#fbcab1", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.67711592991454, 52.42336541965807]}, "properties": {"time": "2020-06-19 14:58:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.76846782644628, 52.42677881818184]}, "properties": {"time": "2020-06-19 15:00:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.785215899999999, 52.428207199999925]}, "properties": {"time": "2020-06-19 15:02:00", "style": {"color": "#d8634f"}, "icon": "circle", "iconstyle": {"fillColor": "#d8634f", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.7852159, 52.42820719999993]}, "properties": {"time": "2020-06-19 15:04:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.800269394573636, 52.430399802325475]}, "properties": {"time": "2020-06-19 15:06:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.855869520000013, 52.42757605200013]}, "properties": {"time": "2020-06-19 15:08:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.941332096694195, 52.43516957024805]}, "properties": {"time": "2020-06-19 15:10:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.053263818487377, 52.45390853697494]}, "properties": {"time": "2020-06-19 15:12:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.151975176000002, 52.47115732320001]}, "properties": {"time": "2020-06-19 15:14:00", "style": {"color": "#e47f65"}, "icon": "circle", "iconstyle": {"fillColor": "#e47f65", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.224156071874969, 52.4883628531249]}, "properties": {"time": "2020-06-19 15:16:00", "style": {"color": "#e47f65"}, "icon": "circle", "iconstyle": {"fillColor": "#e47f65", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.27511135428574, 52.49991096500003]}, "properties": {"time": "2020-06-19 15:18:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.360739284328366, 52.51645528805961]}, "properties": {"time": "2020-06-19 15:20:00", "style": {"color": "#e47f65"}, "icon": "circle", "iconstyle": {"fillColor": "#e47f65", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.379374569117642, 52.516944000000066]}, "properties": {"time": "2020-06-19 15:22:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.386354631249988, 52.51605391180553]}, "properties": {"time": "2020-06-19 15:24:00", "style": {"color": "#e47f65"}, "icon": "circle", "iconstyle": {"fillColor": "#e47f65", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.34783137945207, 52.51538440342468]}, "properties": {"time": "2020-06-19 15:26:00", "style": {"color": "#d8634f"}, "icon": "circle", "iconstyle": {"fillColor": "#d8634f", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.345869100000016, 52.515368800000026]}, "properties": {"time": "2020-06-19 15:28:00", "style": {"color": "#fbcab1"}, "icon": "circle", "iconstyle": {"fillColor": "#fbcab1", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.40313647301586, 52.519319249206376]}, "properties": {"time": "2020-06-19 15:30:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.464379436111123, 52.523995390972175]}, "properties": {"time": "2020-06-19 15:32:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.48665826206897, 52.523254565517206]}, "properties": {"time": "2020-06-19 15:34:00", "style": {"color": "#fbcab1"}, "icon": "circle", "iconstyle": {"fillColor": "#fbcab1", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.585511433333332, 52.539983208333325]}, "properties": {"time": "2020-06-19 15:38:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.868017409090909, 52.57922134545454]}, "properties": {"time": "2020-06-19 15:42:00", "style": {"color": "#e7e0dc"}, "icon": "circle", "iconstyle": {"fillColor": "#e7e0dc", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.065091717241387, 52.60352160000001]}, "properties": {"time": "2020-06-19 15:44:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.170294542465758, 52.58445376438352]}, "properties": {"time": "2020-06-19 15:46:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.239804230136945, 52.58650985821905]}, "properties": {"time": "2020-06-19 15:48:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.397000580000006, 52.60918598896558]}, "properties": {"time": "2020-06-19 15:50:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.48779956965516, 52.601103575862076]}, "properties": {"time": "2020-06-19 15:52:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.537723185810814, 52.609041094594716]}, "properties": {"time": "2020-06-19 15:54:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.690816568382315, 52.62409110735309]}, "properties": {"time": "2020-06-19 15:56:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.722816199999984, 52.63115980000011]}, "properties": {"time": "2020-06-19 15:58:00", "style": {"color": "#d8634f"}, "icon": "circle", "iconstyle": {"fillColor": "#d8634f", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.813215779220801, 52.595061817532326]}, "properties": {"time": "2020-06-19 16:00:00", "style": {"color": "#e47f65"}, "icon": "circle", "iconstyle": {"fillColor": "#e47f65", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.897912535502957, 52.56611982011828]}, "properties": {"time": "2020-06-19 16:02:00", "style": {"color": "#860924"}, "icon": "circle", "iconstyle": {"fillColor": "#860924", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.963271261486481, 52.548085485135246]}, "properties": {"time": "2020-06-19 16:04:00", "style": {"color": "#860924"}, "icon": "circle", "iconstyle": {"fillColor": "#860924", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.051023293023258, 52.5493576709302]}, "properties": {"time": "2020-06-19 16:06:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.098027498709694, 52.53786344516128]}, "properties": {"time": "2020-06-19 16:08:00", "style": {"color": "#e47f65"}, "icon": "circle", "iconstyle": {"fillColor": "#e47f65", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.172540257931042, 52.539238440689594]}, "properties": {"time": "2020-06-19 16:10:00", "style": {"color": "#d8634f"}, "icon": "circle", "iconstyle": {"fillColor": "#d8634f", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.195431931851834, 52.5349707266666]}, "properties": {"time": "2020-06-19 16:12:00", "style": {"color": "#e47f65"}, "icon": "circle", "iconstyle": {"fillColor": "#e47f65", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.197973487692316, 52.53453729384599]}, "properties": {"time": "2020-06-19 16:14:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.22796008480002, 52.529109016000135]}, "properties": {"time": "2020-06-19 16:16:00", "style": {"color": "#f9dccb"}, "icon": "circle", "iconstyle": {"fillColor": "#f9dccb", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.302972657692294, 52.53227174307698]}, "properties": {"time": "2020-06-19 16:18:00", "style": {"color": "#f7b495"}, "icon": "circle", "iconstyle": {"fillColor": "#f7b495", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.355986103883499, 52.533841062135934]}, "properties": {"time": "2020-06-19 16:20:00", "style": {"color": "#d5e4ed"}, "icon": "circle", "iconstyle": {"fillColor": "#d5e4ed", "fillOpacity": 1, "stroke": "true", "radius": 3}}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.369053728205127, 52.52527432051285]}, "properties": {"time": "2020-06-19 16:22:00", "style": {"color": "#f09c7b"}, "icon": "circle", "iconstyle": {"fillColor": "#f09c7b", "fillOpacity": 1, "stroke": "true", "radius": 3}}}]}, {
pointToLayer: function (feature, latLng) {
if (feature.properties.icon == 'marker') {
if(feature.properties.iconstyle){
return new L.Marker(latLng, {
icon: L.icon(feature.properties.iconstyle)});
}
//else
return new L.Marker(latLng);
}
if (feature.properties.icon == 'circle') {
if (feature.properties.iconstyle) {
return new L.circleMarker(latLng, feature.properties.iconstyle)
};
//else
return new L.circleMarker(latLng);
}
//else
return new L.Marker(latLng);
},
style: function (feature) {
return feature.properties.style;
},
onEachFeature: function(feature, layer) {
if (feature.properties.popup) {
layer.bindPopup(feature.properties.popup);
}
}
})
var timestamped_geo_json_1f94a3ab5f624832acba6844a90fc4e7 = L.timeDimension.layer.geoJson(
geoJsonLayer,
{
updateTimeDimension: true,
addlastPoint: true,
duration: undefined,
}
).addTo(map_3d4974e65ac0455986487c5941c3bbee);
var color_map_a32254d3e6ee4b41ad59bfda2cbf50f6 = {};
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.color = d3.scale.threshold()
.domain([0.0, 0.044088176352705413, 0.088176352705410826, 0.13226452905811623, 0.17635270541082165, 0.22044088176352705, 0.26452905811623245, 0.30861723446893785, 0.35270541082164331, 0.39679358717434871, 0.4408817635270541, 0.4849699398797595, 0.5290581162324649, 0.57314629258517036, 0.6172344689378757, 0.66132264529058116, 0.70541082164328661, 0.74949899799599196, 0.79358717434869741, 0.83767535070140275, 0.88176352705410821, 0.92585170340681366, 0.96993987975951901, 1.0140280561122244, 1.0581162324649298, 1.1022044088176353, 1.1462925851703407, 1.1903807615230462, 1.2344689378757514, 1.2785571142284569, 1.3226452905811623, 1.3667334669338678, 1.4108216432865732, 1.4549098196392785, 1.4989979959919839, 1.5430861723446894, 1.5871743486973948, 1.6312625250501003, 1.6753507014028055, 1.719438877755511, 1.7635270541082164, 1.8076152304609219, 1.8517034068136273, 1.8957915831663326, 1.939879759519038, 1.9839679358717435, 2.0280561122244487, 2.0721442885771544, 2.1162324649298596, 2.1603206412825653, 2.2044088176352705, 2.2484969939879758, 2.2925851703406814, 2.3366733466933867, 2.3807615230460923, 2.4248496993987976, 2.4689378757515028, 2.5130260521042085, 2.5571142284569137, 2.6012024048096194, 2.6452905811623246, 2.6893787575150299, 2.7334669338677355, 2.7775551102204408, 2.8216432865731464, 2.8657314629258517, 2.9098196392785569, 2.9539078156312626, 2.9979959919839678, 3.0420841683366735, 3.0861723446893787, 3.130260521042084, 3.1743486973947896, 3.2184368737474949, 3.2625250501002006, 3.3066132264529058, 3.350701402805611, 3.3947895791583167, 3.4388777555110219, 3.4829659318637276, 3.5270541082164328, 3.5711422845691381, 3.6152304609218437, 3.659318637274549, 3.7034068136272547, 3.7474949899799599, 3.7915831663326651, 3.8356713426853708, 3.879759519038076, 3.9238476953907817, 3.9679358717434869, 4.0120240480961922, 4.0561122244488974, 4.1002004008016035, 4.1442885771543088, 4.188376753507014, 4.2324649298597192, 4.2765531062124245, 4.3206412825651306, 4.3647294589178358, 4.408817635270541, 4.4529058116232463, 4.4969939879759515, 4.5410821643286576, 4.5851703406813629, 4.6292585170340681, 4.6733466933867733, 4.7174348697394786, 4.7615230460921847, 4.8056112224448899, 4.8496993987975952, 4.8937875751503004, 4.9378757515030056, 4.9819639278557117, 5.026052104208417, 5.0701402805611222, 5.1142284569138274, 5.1583166332665327, 5.2024048096192388, 5.246492985971944, 5.2905811623246493, 5.3346693386773545, 5.3787575150300597, 5.4228456913827658, 5.4669338677354711, 5.5110220440881763, 5.5551102204408815, 5.5991983967935868, 5.6432865731462929, 5.6873747494989981, 5.7314629258517034, 5.7755511022044086, 5.8196392785571138, 5.8637274549098199, 5.9078156312625252, 5.9519038076152304, 5.9959919839679356, 6.0400801603206409, 6.084168336673347, 6.1282565130260522, 6.1723446893787575, 6.2164328657314627, 6.2605210420841679, 6.3046092184368741, 6.3486973947895793, 6.3927855711422845, 6.4368737474949898, 6.480961923847695, 6.5250501002004011, 6.5691382765531063, 6.6132264529058116, 6.6573146292585168, 6.701402805611222, 6.7454909819639282, 6.7895791583166334, 6.8336673346693386, 6.8777555110220439, 6.9218436873747491, 6.9659318637274552, 7.0100200400801604, 7.0541082164328657, 7.0981963927855709, 7.1422845691382761, 7.1863727454909823, 7.2304609218436875, 7.2745490981963927, 7.318637274549098, 7.3627254509018032, 7.4068136272545093, 7.4509018036072145, 7.4949899799599198, 7.539078156312625, 7.5831663326653302, 7.6272545090180364, 7.6713426853707416, 7.7154308617234468, 7.7595190380761521, 7.8036072144288573, 7.8476953907815634, 7.8917835671342687, 7.9358717434869739, 7.9799599198396791, 8.0240480961923843, 8.0681362725450896, 8.1122244488977948, 8.1563126252505018, 8.2004008016032071, 8.2444889779559123, 8.2885771543086175, 8.3326653306613228, 8.376753507014028, 8.4208416833667332, 8.4649298597194385, 8.5090180360721437, 8.5531062124248489, 8.5971943887775559, 8.6412825651302612, 8.6853707414829664, 8.7294589178356716, 8.7735470941883769, 8.8176352705410821, 8.8617234468937873, 8.9058116232464926, 8.9498997995991978, 8.993987975951903, 9.03807615230461, 9.0821643286573153, 9.1262525050100205, 9.1703406813627257, 9.214428857715431, 9.2585170340681362, 9.3026052104208414, 9.3466933867735467, 9.3907815631262519, 9.4348697394789571, 9.4789579158316641, 9.5230460921843694, 9.5671342685370746, 9.6112224448897798, 9.6553106212424851, 9.6993987975951903, 9.7434869739478955, 9.7875751503006008, 9.831663326653306, 9.8757515030060112, 9.9198396793587182, 9.9639278557114235, 10.008016032064129, 10.052104208416834, 10.096192384769539, 10.140280561122244, 10.18436873747495, 10.228456913827655, 10.27254509018036, 10.316633266533065, 10.360721442885772, 10.404809619238478, 10.448897795591183, 10.492985971943888, 10.537074148296593, 10.581162324649299, 10.625250501002004, 10.669338677354709, 10.713426853707414, 10.757515030060119, 10.801603206412826, 10.845691382765532, 10.889779559118237, 10.933867735470942, 10.977955911823647, 11.022044088176353, 11.066132264529058, 11.110220440881763, 11.154308617234468, 11.198396793587174, 11.242484969939881, 11.286573146292586, 11.330661322645291, 11.374749498997996, 11.418837675350701, 11.462925851703407, 11.507014028056112, 11.551102204408817, 11.595190380761522, 11.639278557114228, 11.683366733466935, 11.72745490981964, 11.771543086172345, 11.81563126252505, 11.859719438877756, 11.903807615230461, 11.947895791583166, 11.991983967935871, 12.036072144288577, 12.080160320641282, 12.124248496993989, 12.168336673346694, 12.212424849699399, 12.256513026052104, 12.30060120240481, 12.344689378757515, 12.38877755511022, 12.432865731462925, 12.476953907815631, 12.521042084168336, 12.565130260521043, 12.609218436873748, 12.653306613226453, 12.697394789579159, 12.741482965931864, 12.785571142284569, 12.829659318637274, 12.87374749498998, 12.917835671342685, 12.96192384769539, 13.006012024048097, 13.050100200400802, 13.094188376753507, 13.138276553106213, 13.182364729458918, 13.226452905811623, 13.270541082164328, 13.314629258517034, 13.358717434869739, 13.402805611222444, 13.446893787575151, 13.490981963927856, 13.535070140280562, 13.579158316633267, 13.623246492985972, 13.667334669338677, 13.711422845691382, 13.755511022044088, 13.799599198396793, 13.843687374749498, 13.887775551102205, 13.93186372745491, 13.975951903807616, 14.020040080160321, 14.064128256513026, 14.108216432865731, 14.152304609218437, 14.196392785571142, 14.240480961923847, 14.284569138276552, 14.328657314629259, 14.372745490981965, 14.41683366733467, 14.460921843687375, 14.50501002004008, 14.549098196392785, 14.593186372745491, 14.637274549098196, 14.681362725450901, 14.725450901803606, 14.769539078156313, 14.813627254509019, 14.857715430861724, 14.901803607214429, 14.945891783567134, 14.98997995991984, 15.034068136272545, 15.07815631262525, 15.122244488977955, 15.16633266533066, 15.210420841683367, 15.254509018036073, 15.298597194388778, 15.342685370741483, 15.386773547094188, 15.430861723446894, 15.474949899799599, 15.519038076152304, 15.563126252505009, 15.607214428857715, 15.651302605210422, 15.695390781563127, 15.739478957915832, 15.783567134268537, 15.827655310621243, 15.871743486973948, 15.915831663326653, 15.959919839679358, 16.004008016032063, 16.048096192384769, 16.092184368737474, 16.136272545090179, 16.180360721442884, 16.22444889779559, 16.268537074148295, 16.312625250501004, 16.356713426853709, 16.400801603206414, 16.444889779559119, 16.488977955911825, 16.53306613226453, 16.577154308617235, 16.62124248496994, 16.665330661322646, 16.709418837675351, 16.753507014028056, 16.797595190380761, 16.841683366733466, 16.885771543086172, 16.929859719438877, 16.973947895791582, 17.018036072144287, 17.062124248496993, 17.106212424849698, 17.150300601202403, 17.194388777555112, 17.238476953907817, 17.282565130260522, 17.326653306613228, 17.370741482965933, 17.414829659318638, 17.458917835671343, 17.503006012024048, 17.547094188376754, 17.591182364729459, 17.635270541082164, 17.679358717434869, 17.723446893787575, 17.76753507014028, 17.811623246492985, 17.85571142284569, 17.899799599198396, 17.943887775551101, 17.987975951903806, 18.032064128256511, 18.07615230460922, 18.120240480961925, 18.164328657314631, 18.208416833667336, 18.252505010020041, 18.296593186372746, 18.340681362725451, 18.384769539078157, 18.428857715430862, 18.472945891783567, 18.517034068136272, 18.561122244488978, 18.605210420841683, 18.649298597194388, 18.693386773547093, 18.737474949899799, 18.781563126252504, 18.825651302605209, 18.869739478957914, 18.913827655310619, 18.957915831663328, 19.002004008016034, 19.046092184368739, 19.090180360721444, 19.134268537074149, 19.178356713426854, 19.22244488977956, 19.266533066132265, 19.31062124248497, 19.354709418837675, 19.398797595190381, 19.442885771543086, 19.486973947895791, 19.531062124248496, 19.575150300601202, 19.619238476953907, 19.663326653306612, 19.707414829659317, 19.751503006012022, 19.795591182364728, 19.839679358717436, 19.883767535070142, 19.927855711422847, 19.971943887775552, 20.016032064128257, 20.060120240480963, 20.104208416833668, 20.148296593186373, 20.192384769539078, 20.236472945891784, 20.280561122244489, 20.324649298597194, 20.368737474949899, 20.412825651302605, 20.45691382765531, 20.501002004008015, 20.54509018036072, 20.589178356713425, 20.633266533066131, 20.677354709418836, 20.721442885771545, 20.76553106212425, 20.809619238476955, 20.85370741482966, 20.897795591182366, 20.941883767535071, 20.985971943887776, 21.030060120240481, 21.074148296593187, 21.118236472945892, 21.162324649298597, 21.206412825651302, 21.250501002004007, 21.294589178356713, 21.338677354709418, 21.382765531062123, 21.426853707414828, 21.470941883767534, 21.515030060120239, 21.559118236472944, 21.603206412825653, 21.647294589178358, 21.691382765531063, 21.735470941883769, 21.779559118236474, 21.823647294589179, 21.867735470941884, 21.91182364729459, 21.955911823647295, 22.0])
.range(['#053061', '#053162', '#063264', '#063365', '#073466', '#073568', '#083669', '#08376a', '#09386c', '#09386d', '#0a396e', '#0a3a70', '#0b3b71', '#0b3c73', '#0c3d74', '#0c3e75', '#0d3f77', '#0d4078', '#0e4179', '#0e427b', '#0f437c', '#0f447d', '#10457f', '#104680', '#114781', '#114883', '#124984', '#124a86', '#134b87', '#134c88', '#144d8a', '#144e8b', '#154f8c', '#15508e', '#16518f', '#165290', '#175392', '#175493', '#185594', '#185696', '#195797', '#195899', '#1a599a', '#1a5a9b', '#1b5b9d', '#1b5c9e', '#1c5d9f', '#1c5ea1', '#1d5fa2', '#1d60a3', '#1e61a5', '#1e62a6', '#1f63a7', '#1f64a9', '#2064aa', '#2065ac', '#2166ac', '#2267ad', '#2268ad', '#2369ae', '#236aae', '#246aae', '#256baf', '#256caf', '#266db0', '#276eb0', '#276fb1', '#286fb1', '#2870b1', '#2971b2', '#2a72b2', '#2a73b3', '#2b73b3', '#2b74b3', '#2c75b4', '#2d76b4', '#2d77b5', '#2e77b5', '#2f78b6', '#2f79b6', '#307ab6', '#307bb7', '#317cb7', '#327cb8', '#327db8', '#337eb8', '#337fb9', '#3480b9', '#3580ba', '#3581ba', '#3682bb', '#3783bb', '#3784bb', '#3885bc', '#3885bc', '#3986bd', '#3a87bd', '#3a88bd', '#3b89be', '#3b89be', '#3c8abf', '#3d8bbf', '#3d8cc0', '#3e8dc0', '#3f8dc0', '#3f8ec1', '#408fc1', '#4090c2', '#4191c2', '#4292c2', '#4292c3', '#4393c3', '#4494c4', '#4695c4', '#4796c5', '#4997c5', '#4a98c6', '#4c99c6', '#4d9ac7', '#4e9ac7', '#509bc8', '#519cc8', '#539dc9', '#549ec9', '#569fca', '#57a0ca', '#58a1cb', '#5aa2cb', '#5ba3cc', '#5da3cc', '#5ea4cd', '#60a5cd', '#61a6ce', '#62a7ce', '#64a8cf', '#65a9cf', '#67aad0', '#68abd0', '#6aacd1', '#6badd1', '#6cadd1', '#6eaed2', '#6fafd2', '#71b0d3', '#72b1d3', '#74b2d4', '#75b3d4', '#76b4d5', '#78b5d5', '#79b6d6', '#7bb6d6', '#7cb7d7', '#7eb8d7', '#7fb9d8', '#80bad8', '#82bbd9', '#83bcd9', '#85bdda', '#86beda', '#88bfdb', '#89c0db', '#8ac0dc', '#8cc1dc', '#8dc2dd', '#8fc3dd', '#90c4de', '#92c5de', '#93c6df', '#94c6df', '#95c7df', '#96c7e0', '#97c8e0', '#99c9e0', '#9ac9e1', '#9bcae1', '#9ccae1', '#9dcbe2', '#9ecbe2', '#9fcce2', '#a1cde2', '#a2cde3', '#a3cee3', '#a4cee3', '#a5cfe4', '#a6d0e4', '#a7d0e4', '#a9d1e5', '#aad1e5', '#abd2e5', '#acd2e6', '#add3e6', '#aed4e6', '#afd4e7', '#b0d5e7', '#b2d5e7', '#b3d6e8', '#b4d6e8', '#b5d7e8', '#b6d8e9', '#b7d8e9', '#b8d9e9', '#bad9ea', '#bbdaea', '#bcdbea', '#bddbeb', '#bedceb', '#bfdceb', '#c0ddec', '#c2ddec', '#c3deec', '#c4dfed', '#c5dfed', '#c6e0ed', '#c7e0ee', '#c8e1ee', '#cae1ee', '#cbe2ef', '#cce3ef', '#cde3ef', '#cee4f0', '#cfe4f0', '#d0e5f0', '#d1e5f0', '#d2e5f0', '#d3e5ef', '#d4e5ee', '#d5e5ed', '#d5e4ed', '#d6e4ec', '#d7e4eb', '#d8e4ea', '#d9e4ea', '#d9e4e9', '#dae3e8', '#dbe3e7', '#dce3e7', '#dde3e6', '#dde3e5', '#dee2e4', '#dfe2e4', '#e0e2e3', '#e1e2e2', '#e1e2e1', '#e2e2e1', '#e3e1e0', '#e4e1df', '#e5e1de', '#e5e1de', '#e6e1dd', '#e7e0dc', '#e8e0db', '#e9e0db', '#e9e0da', '#eae0d9', '#ebe0d9', '#ecdfd8', '#eddfd7', '#eddfd6', '#eedfd6', '#efdfd5', '#f0ded4', '#f1ded3', '#f1ded3', '#f2ded2', '#f3ded1', '#f4ded0', '#f5ddd0', '#f5ddcf', '#f6ddce', '#f7ddcd', '#f8ddcd', '#f9dccc', '#f9dccb', '#fadcca', '#fbdcca', '#fcdcc9', '#fddcc8', '#fddbc7', '#fddbc6', '#fddac5', '#fdd9c4', '#fdd8c3', '#fdd7c1', '#fdd6c0', '#fcd5bf', '#fcd4be', '#fcd3bc', '#fcd2bb', '#fcd1ba', '#fcd0b9', '#fbcfb7', '#fbceb6', '#fbcdb5', '#fbccb4', '#fbcbb2', '#fbcab1', '#fac9b0', '#fac8af', '#fac7ad', '#fac6ac', '#fac5ab', '#fac4aa', '#f9c3a8', '#f9c2a7', '#f9c1a6', '#f9c0a5', '#f9bfa3', '#f9bea2', '#f8bda1', '#f8bca0', '#f8bb9e', '#f8ba9d', '#f8b99c', '#f8b89b', '#f7b799', '#f7b698', '#f7b597', '#f7b496', '#f7b394', '#f7b393', '#f7b292', '#f6b191', '#f6b08f', '#f6af8e', '#f6ae8d', '#f6ad8c', '#f6ac8a', '#f5ab89', '#f5aa88', '#f5a987', '#f5a885', '#f5a784', '#f5a683', '#f4a582', '#f4a381', '#f3a280', '#f3a17f', '#f2a07e', '#f29e7d', '#f19d7c', '#f09c7b', '#f09b7a', '#ef9979', '#ef9878', '#ee9777', '#ee9676', '#ed9475', '#ed9374', '#ec9273', '#ec9172', '#eb8f71', '#ea8e70', '#ea8d6f', '#e98c6e', '#e98a6e', '#e8896d', '#e8886c', '#e7876b', '#e7856a', '#e68469', '#e68368', '#e58267', '#e58066', '#e47f65', '#e37e64', '#e37d63', '#e27c62', '#e27a61', '#e17960', '#e1785f', '#e0775e', '#e0755d', '#df745c', '#df735b', '#de725a', '#dd7059', '#dd6f58', '#dc6e57', '#dc6d57', '#db6b56', '#db6a55', '#da6954', '#da6853', '#d96652', '#d96551', '#d86450', '#d7634f', '#d7614e', '#d6604d', '#d65f4c', '#d55d4c', '#d45c4b', '#d45b4a', '#d35a4a', '#d35849', '#d25749', '#d15648', '#d15447', '#d05347', '#cf5246', '#cf5045', '#ce4f45', '#cd4e44', '#cd4c44', '#cc4b43', '#cb4a42', '#cb4942', '#ca4741', '#c94641', '#c94540', '#c8433f', '#c7423f', '#c7413e', '#c63f3d', '#c53e3d', '#c53d3c', '#c43c3c', '#c43a3b', '#c3393a', '#c2383a', '#c23639', '#c13539', '#c03438', '#c03237', '#bf3137', '#be3036', '#be2e35', '#bd2d35', '#bc2c34', '#bc2b34', '#bb2933', '#ba2832', '#ba2732', '#b92531', '#b82431', '#b82330', '#b7212f', '#b6202f', '#b61f2e', '#b51e2d', '#b51c2d', '#b41b2c', '#b31a2c', '#b3182b', '#b2172b', '#b0172a', '#af172a', '#ae162a', '#ac162a', '#ab1529', '#a91529', '#a81429', '#a71429', '#a51329', '#a41328', '#a31328', '#a11228', '#a01228', '#9f1128', '#9d1127', '#9c1027', '#9b1027', '#991027', '#980f26', '#960f26', '#950e26', '#940e26', '#920d26', '#910d25', '#900d25', '#8e0c25', '#8d0c25', '#8c0b24', '#8a0b24', '#890a24', '#870a24', '#860924', '#850923', '#830923', '#820823', '#810823', '#7f0723', '#7e0722', '#7d0622', '#7b0622', '#7a0622', '#790521', '#770521', '#760421', '#740421', '#730321', '#720320', '#700320', '#6f0220', '#6e0220', '#6c011f', '#6b011f', '#6a001f', '#68001f', '#67001f']);
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.x = d3.scale.linear()
.domain([0.0, 22.0])
.range([0, 400]);
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.legend = L.control({position: 'topright'});
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.legend.onAdd = function (map) {var div = L.DomUtil.create('div', 'legend'); return div};
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.legend.addTo(map_3d4974e65ac0455986487c5941c3bbee);
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.xAxis = d3.svg.axis()
.scale(color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.x)
.orient("top")
.tickSize(1)
.tickValues([0.0, 2.4444444444444446, 4.8888888888888893, 7.333333333333333, 9.7777777777777786, 12.222222222222221, 14.666666666666666, 17.111111111111111, 19.555555555555557, 22.0]);
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.svg = d3.select(".legend.leaflet-control").append("svg")
.attr("id", 'legend')
.attr("width", 450)
.attr("height", 40);
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.g = color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.svg.append("g")
.attr("class", "key")
.attr("transform", "translate(25,16)");
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.g.selectAll("rect")
.data(color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.color.range().map(function(d, i) {
return {
x0: i ? color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.x(color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.color.domain()[i - 1]) : color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.x.range()[0],
x1: i < color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.color.domain().length ? color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.x(color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.color.domain()[i]) : color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.x.range()[1],
z: d
};
}))
.enter().append("rect")
.attr("height", 10)
.attr("x", function(d) { return d.x0; })
.attr("width", function(d) { return d.x1 - d.x0; })
.style("fill", function(d) { return d.z; });
color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.g.call(color_map_a32254d3e6ee4b41ad59bfda2cbf50f6.xAxis).append("text")
.attr("class", "caption")
.attr("y", 21)
.text('');
</script>