-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwalk_pattern_map_dbscan_savgol_resampled_30s.html
567 lines (385 loc) · 46.3 KB
/
walk_pattern_map_dbscan_savgol_resampled_30s.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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<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>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.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/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.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://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_fd506df6867b817b8b5e1ef4d71c4c4c {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
</head>
<body>
<div class="folium-map" id="map_fd506df6867b817b8b5e1ef4d71c4c4c" ></div>
</body>
<script>
var map_fd506df6867b817b8b5e1ef4d71c4c4c = L.map(
"map_fd506df6867b817b8b5e1ef4d71c4c4c",
{
center: [33.64615333333333, 72.99664333333334],
crs: L.CRS.EPSG3857,
zoom: 16,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_7e7bc62b5ecbe97bd49c5a0c96485ea6 = L.tileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_0a092102499aca72b8914aaf5938e5aa = L.polyline(
[[33.64615333333333, 72.99664333333334], [33.64616875, 72.99663875]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_50a4639cde2868782fafad99c3c74db5 = L.polyline(
[[33.64616875, 72.99663875], [33.6461575, 72.9966475]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_2dd8dbb048c7103226f68c671c176edd = L.polyline(
[[33.6461575, 72.9966475], [33.64616, 72.996645]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_ee2ff55896bc5048440f93a0ffc42d3f = L.polyline(
[[33.64616, 72.996645], [33.646164, 72.996656]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_cab423c78d18831bfec59087c0bc8f16 = L.polyline(
[[33.646164, 72.996656], [33.646164999999996, 72.99664]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_1124de369a7b5f2c209d2c19e4a3bbdc = L.polyline(
[[33.646164999999996, 72.99664], [33.64617333333334, 72.99663]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_e5ffb6c0e702b2e59a232a3d942ec4f4 = L.polyline(
[[33.64617333333334, 72.99663], [33.64616285714286, 72.99663857142858]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_93bc80341e059dc38d70515cbb0b530c = L.polyline(
[[33.64616285714286, 72.99663857142858], [33.64615833333333, 72.99664666666666]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_e1ce37b1fcc5c82069a7d63aa337154f = L.polyline(
[[33.64615833333333, 72.99664666666666], [33.646175, 72.996635]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_0cb21570eef046fb9ec6d62a98ae3ba5 = L.polyline(
[[33.646175, 72.996635], [33.646166666666666, 72.99665]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_ad821435bce84fbe70f724d3041fd4de = L.polyline(
[[33.646166666666666, 72.99665], [33.646164285714285, 72.99665714285715]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_4d07c65276f1f4d3889dd8d81baa3ae4 = L.polyline(
[[33.646164285714285, 72.99665714285715], [33.646164, 72.99665]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_eace8f859732d2024e3503743903b8b3 = L.polyline(
[[33.646164, 72.99665], [33.6461575, 72.9966575]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_a55a8f464b1a82eb1cb3302a5bf6ef54 = L.polyline(
[[33.6461575, 72.9966575], [33.64617, 72.99665]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_85f672b7cc04aae6609c2f2986fbe920 = L.polyline(
[[33.64617, 72.99665], [33.64615, 72.99667]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_15094a90ef6716c78bacedc0db277eb5 = L.polyline(
[[33.64615, 72.99667], [33.6464, 72.996995]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_5f384760e45c203d78eaa8878c7abef7 = L.polyline(
[[33.6464, 72.996995], [33.64616, 72.99731833333334]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_67a3d31265a0f5846063cdcd82928b23 = L.polyline(
[[33.64616, 72.99731833333334], [33.64626875, 72.99702375000001]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_34fb59e0ae5fcf7993bd262495bbfc9e = L.polyline(
[[33.64626875, 72.99702375000001], [33.64622571428571, 72.99724714285715]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_9a09d2c6c3336e3e8e4985bbf88faf63 = L.polyline(
[[33.64622571428571, 72.99724714285715], [33.646322857142856, 72.99725714285714]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_c9326d84d6e161e01bfcb4666b9eb9fe = L.polyline(
[[33.646322857142856, 72.99725714285714], [33.646375, 72.99719]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_45376544400a8d087a3abd0d72623afd = L.polyline(
[[33.646375, 72.99719], [33.6464, 72.997106]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_8de54fde74cb88f5419bb8523bc53240 = L.polyline(
[[33.6464, 72.997106], [33.646412500000004, 72.997035]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_7a783a005d4138d5f6a0a04bcbc3b52b = L.polyline(
[[33.646412500000004, 72.997035], [33.64639857142857, 72.99707142857143]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_dd4ccdabe1afbfdef4c30130b05e8b40 = L.polyline(
[[33.64639857142857, 72.99707142857143], [33.646285, 72.99703666666666]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_c714c38f787e2cb911dd5105245e512a = L.polyline(
[[33.646285, 72.99703666666666], [33.6461825, 72.9971925]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_cf17b857f652c0497f77c7e92d5bc52a = L.polyline(
[[33.6461825, 72.9971925], [33.646125, 72.99733]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_e1d22405e678db8c5e29ba0c780007b1 = L.polyline(
[[33.646125, 72.99733], [33.646015000000006, 72.99738500000001]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_af63b6e44d65cf1f1536453b95f2761f = L.polyline(
[[33.646015000000006, 72.99738500000001], [33.64598, 72.99745]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_cacef1dd5914ca8fc19f0c52ed00e821 = L.polyline(
[[33.64598, 72.99745], [33.646208333333334, 72.99712666666666]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_6c7150192dd6e4bae77b6aa28666b1f1 = L.polyline(
[[33.646208333333334, 72.99712666666666], [33.646322, 72.997128]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_7318b62b414f1101edb97891b005e0ba = L.polyline(
[[33.646322, 72.997128], [33.646191428571434, 72.99728428571429]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_c63e753beba6ed10e2408df973d856ef = L.polyline(
[[33.646191428571434, 72.99728428571429], [33.64604333333333, 72.99752833333334]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_4a69a8aa6add751a801d157e547fb3c5 = L.polyline(
[[33.64604333333333, 72.99752833333334], [33.646005, 72.99752000000001]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_ea442af9416ce5891bf9f4623be15bc7 = L.polyline(
[[33.646005, 72.99752000000001], [33.646006666666665, 72.99743500000001]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_759a018e501e94114948226dcdc8e751 = L.polyline(
[[33.646006666666665, 72.99743500000001], [33.64602, 72.99739375]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_a0c03c4ceb0ecb7cae52a0f2ba273a17 = L.polyline(
[[33.64602, 72.99739375], [33.64612333333333, 72.99733333333334]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_f8457b39484af5cde24a3cfc86b4ae83 = L.polyline(
[[33.64612333333333, 72.99733333333334], [33.646072, 72.99751]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_f205ccf5c31827d4e1583450bec9b0d4 = L.polyline(
[[33.646072, 72.99751], [33.646056, 72.997542]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_ca6f59aaa9bd5f2c38355dd122f62ad0 = L.polyline(
[[33.646056, 72.997542], [33.64604799999999, 72.99753000000001]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_37ea283fd603a38ad54a72f30a38ff88 = L.polyline(
[[33.64604799999999, 72.99753000000001], [33.64604142857143, 72.99750714285715]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_9e53c109fe210ef63e7b9e53adfcb3a4 = L.polyline(
[[33.64604142857143, 72.99750714285715], [33.645995, 72.997485]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_9d1070f60332dc415b154864b6b2d040 = L.polyline(
[[33.645995, 72.997485], [33.64606, 72.99742]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_9e4dfdd26b0fb8f571fde2a6669347d5 = L.polyline(
[[33.64606, 72.99742], [33.645990000000005, 72.99735]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_e12d534d64b286d3e49d83d13920027a = L.polyline(
[[33.645990000000005, 72.99735], [33.64610818401993, 72.99702060804064]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_abbd8556974c1cdd9237194a1687cc57 = L.polyline(
[[33.64610818401993, 72.99702060804064], [33.64623930315302, 72.99700971646456]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_66be7de076b71fcc99c5d85959fc934c = L.polyline(
[[33.64623930315302, 72.99700971646456], [33.64626833333333, 72.997035]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_0673ebf5915639254339ff6ab72f8281 = L.polyline(
[[33.64626833333333, 72.997035], [33.64625875, 72.9971625]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_ca3a2cb3f707c3dd68ad2ea9bf304f99 = L.polyline(
[[33.64625875, 72.9971625], [33.646257142857145, 72.99724714285715]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_340d724b703ea7913f2790722369ce3f = L.polyline(
[[33.646257142857145, 72.99724714285715], [33.646324285714286, 72.99716571428571]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_27d71f6970a1c21a86d578c5c661ea51 = L.polyline(
[[33.646324285714286, 72.99716571428571], [33.646285999999996, 72.997298]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_064746e6c0b1969a8b7432dad12bd8cc = L.polyline(
[[33.646285999999996, 72.997298], [33.64626596311688, 72.99722041542029]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_92b11dda8b8d54c1871582d3bee6aea6 = L.polyline(
[[33.64626596311688, 72.99722041542029], [33.646276, 72.997328]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_7fbf10fbe08d22c56711b88f46d481b1 = L.polyline(
[[33.646276, 72.997328], [33.64626428571428, 72.99735428571428]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_f6da8d3747ce52b7dc45d4fdeb21fd2b = L.polyline(
[[33.64626428571428, 72.99735428571428], [33.64627333333333, 72.99737333333333]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_3eb6be9a01b652aea672c5c562b75bf0 = L.polyline(
[[33.64627333333333, 72.99737333333333], [33.64626666666667, 72.99737166666667]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_88fc921542a3c438677a7002ec9beeb6 = L.polyline(
[[33.64626666666667, 72.99737166666667], [33.64629333333333, 72.99734666666667]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_de8ebc455ff09cd1a4afb8c2c3c6783d = L.polyline(
[[33.64629333333333, 72.99734666666667], [33.6463275, 72.99726]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_904cb4c0b1d0520b844e49ddbd635208 = L.polyline(
[[33.6463275, 72.99726], [33.64631875, 72.99731]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_752e27a062f1ce926ca15f29019f6644 = L.polyline(
[[33.64631875, 72.99731], [33.64624333333333, 72.99735666666668]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_abdcd0a99e465eb79e50c1fb84db1dee = L.polyline(
[[33.64624333333333, 72.99735666666668], [33.64639, 72.99702]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_058264e6991d53f4f8fd4db4c003a068 = L.polyline(
[[33.64639, 72.99702], [33.646367999999995, 72.99697]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_50b5814b65dfd5d8a3070534198b4538 = L.polyline(
[[33.646367999999995, 72.99697], [33.64640080423737, 72.99696173669071]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_8b8d5cc4b931eb27e259db888f0537c9 = L.polyline(
[[33.64640080423737, 72.99696173669071], [33.646406460133115, 72.99697398230613]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_84eaed092f2cf4a101d5052255c5d9d1 = L.polyline(
[[33.646406460133115, 72.99697398230613], [33.64629428571428, 72.99692571428571]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_dcd543dd653b2e2dc206f8bce601e711 = L.polyline(
[[33.64629428571428, 72.99692571428571], [33.6462640698438, 72.99698279266867]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_5327e10c33438dd2e7202c65fd6170c8 = L.polyline(
[[33.6462640698438, 72.99698279266867], [33.646225, 72.99713]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_3abcb0973329a73c77141f23b4257fb3 = L.polyline(
[[33.646225, 72.99713], [33.646276666666665, 72.997095]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_84e9a2e1283ad7d4ee6960ed73a8acc4 = L.polyline(
[[33.646276666666665, 72.997095], [33.64636604133283, 72.9970176586913]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_111f32b240bd2798fdff7ea4e0722156 = L.polyline(
[[33.64636604133283, 72.9970176586913], [33.64637272311605, 72.99693306188814]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_233b58d98ee95941f93d537acdddbcdf = L.polyline(
[[33.64637272311605, 72.99693306188814], [33.64640142857143, 72.99696571428572]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_80d7b9b4f30eda5e509ca3d637177cbe = L.polyline(
[[33.64640142857143, 72.99696571428572], [33.646425, 72.99698]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_ecf2248e5a863d0228eb86374384bfaa = L.polyline(
[[33.646425, 72.99698], [33.646449999999994, 72.99697333333334]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_138eeafdcaddabd95788a743671d8786 = L.polyline(
[[33.646449999999994, 72.99697333333334], [33.64644666666666, 72.99696666666667]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_ff10040ddaa503671ecb27656e0c3c0c = L.polyline(
[[33.64644666666666, 72.99696666666667], [33.646442, 72.99697]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_46362ccf3f60da810147033c6532c56e = L.polyline(
[[33.646442, 72.99697], [33.646454, 72.996982]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_5466f86e25c647ce968a3009198b03e3 = L.polyline(
[[33.646454, 72.996982], [33.646448, 72.99697]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_2c3f0c5689d173d10050ee6e049e6548 = L.polyline(
[[33.646448, 72.99697], [33.6464425, 72.99696750000001]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_8d00b52224b048f6dd3ac8f588dd7a3a = L.polyline(
[[33.6464425, 72.99696750000001], [33.646449999999994, 72.996965]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_2bb695e1b1c5fb183043cd22d5f48f12 = L.polyline(
[[33.646449999999994, 72.996965], [33.646443999999995, 72.996974]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_551fbd56651552519074f4765a12f57b = L.polyline(
[[33.646443999999995, 72.996974], [33.6464325, 72.99698625]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_d0268a728c8bcd3b2f74631b900141c4 = L.polyline(
[[33.6464325, 72.99698625], [33.64644, 72.9969825]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
var poly_line_72db01086fb870e37c98fe9d30b3d6f8 = L.polyline(
[[33.64644, 72.9969825], [33.64643833333333, 72.99697166666667]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_fd506df6867b817b8b5e1ef4d71c4c4c);
</script>
</html>