forked from wiseman/orbital-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstats.cljw
901 lines (853 loc) · 612 KB
/
stats.cljw
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
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
;; gorilla-repl.fileformat = 1
;; **
;;; # Tracking aircraft over Los Angeles
;;;
;; **
;; **
;;; <img src="https://farm8.staticflickr.com/7701/17093717372_6d5d92bc68.jpg">
;;; <img src="https://farm8.staticflickr.com/7585/16887833777_6724ca0b92.jpg">
;;;
;;; Using a $20 RTL-SDR dongle and a BeagleBone black (pictured above), I [track nearby aircraft](http://www.irrational.net/2012/08/06/tracking-planes-for-20-or-less/).
;;;
;;; I have a small antenna outside on my deck. [`dump1090`](https://github.com/MalcolmRobb/dump1090) runs on the BeagleBone and feeds data to [PlanePlotter](http://www.coaa.co.uk/planeplotter.htm). I periodically feed the Planeplotter logs into a postgres database.
;;;
;;; This is a map showing every transponder ping I received in March 2015 (created with [tippecanoe](https://github.com/mapbox/tippecanoe)). Try zooming all the way in on LAX (the bright spot) to see the amount of detail.
;;;
;;; <iframe width="100%" height="500px" frameBorder="0" src="https://api.tiles.mapbox.com/v4/wiseman.61620a88/page.html?access_token=pk.eyJ1Ijoid2lzZW1hbiIsImEiOiJHbzAtOHgwIn0.Pj1Nx77LS1-ujzRKJVOttA#10/33.9365/-118.3736"></iframe>
;;;
;;; The rest of this worksheet is miscellaneous explorations of the data using clojure.
;; **
;; @@
(ns mirthful-iceberg
(:require [clj-time.coerce :as timecoerce]
[clojure.java.jdbc :as jdbc]
[clojure.pprint :as pprint]
[clojure.string :as string]
[com.lemondronor.leaflet-gorilla :as lg]
[com.lemondronor.orbital-detector :as orbdet]
[com.lemondronor.orbital-detector.airportdata :as airportdata]
[com.lemondronor.orbital-detector.basestationdb :as basestationdb]
[com.lemondronor.orbital-detector.net :as net]
[com.lemondronor.orbital-detector.log2kml :as log2kml]
[gorilla-plot.core :as plot]
[gorilla-repl.html :as ghtml]))
(def db "postgresql://localhost:5432/orbital")
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#'mirthful-iceberg/db</span>","value":"#'mirthful-iceberg/db"}
;; <=
;; **
;;; ## Basic stats
;;;
;;; Each ping/report is one transponder ping; I may recieve several dozen pings per second but when I store them in the database I keep only 1 per vehicle per second.
;; **
;; @@
(println "Total reports:"
(:count (first (jdbc/query db "select count(*) from reports;"))))
(println "Total reports with position:"
(:count (first (jdbc/query db "select count(*) from reports where position is not null;"))))
(println "Approximate total # of aircraft seen:"
(:count (first (jdbc/query db "select count(distinct icao) from reports;"))))
;; @@
;; ->
;;; Total reports: 20785308
;;; Total reports with position: 7605179
;;; Approximate total # of aircraft seen: 26778
;;;
;; <-
;; =>
;;; {"type":"html","content":"<span class='clj-nil'>nil</span>","value":"nil"}
;; <=
;; **
;;; ## Count of aircraft seen on each day
;;;
;;; Aircraft counts are approximate (generally too high) because while all the ADS-B pings I receive can be correctly attributed to individual airframes via the permanently assigned ICAO codes (except for occasional things like miscoded transponders and military aircraft spoofing their IDs), some pings are TIS-B and have IDs that are assigned only temporarily and may be reused.
;; **
;; @@
(def daily-counts
(jdbc/query
db
"select timestamp::date as day, count(distinct icao) from reports group by day;"))
(println "# of days for which we have data:" (count daily-counts))
;; @@
;; ->
;;; # of days for which we have data: 51
;;;
;; <-
;; =>
;;; {"type":"html","content":"<span class='clj-nil'>nil</span>","value":"nil"}
;; <=
;; @@
(plot/bar-chart (map :day daily-counts) (map :count daily-counts) :plot-size 800)
;; @@
;; =>
;;; {"type":"vega","content":{"axes":[{"scale":"x","type":"x"},{"scale":"y","type":"y"}],"scales":[{"name":"x","type":"ordinal","range":"width","domain":{"data":"67792a5b-291f-42ca-8fac-8695c73dde7b","field":"data.x"}},{"name":"y","range":"height","nice":true,"domain":{"data":"67792a5b-291f-42ca-8fac-8695c73dde7b","field":"data.y"}}],"marks":[{"type":"rect","from":{"data":"67792a5b-291f-42ca-8fac-8695c73dde7b"},"properties":{"enter":{"y":{"scale":"y","field":"data.y"},"width":{"offset":-1,"scale":"x","band":true},"x":{"scale":"x","field":"data.x"},"y2":{"scale":"y","value":0}},"update":{"fill":{"value":"steelblue"},"opacity":{"value":1}},"hover":{"fill":{"value":"#FF29D2"}}}}],"data":[{"name":"67792a5b-291f-42ca-8fac-8695c73dde7b","values":[{"x":"2015-03-01T08:00:00Z","y":1463},{"x":"2015-03-02T08:00:00Z","y":5952},{"x":"2015-03-03T08:00:00Z","y":6531},{"x":"2015-03-04T08:00:00Z","y":6568},{"x":"2015-03-05T08:00:00Z","y":6637},{"x":"2015-03-06T08:00:00Z","y":6783},{"x":"2015-03-07T08:00:00Z","y":6256},{"x":"2015-03-08T08:00:00Z","y":6449},{"x":"2015-03-09T07:00:00Z","y":6026},{"x":"2015-03-10T07:00:00Z","y":5634},{"x":"2015-03-11T07:00:00Z","y":6438},{"x":"2015-03-12T07:00:00Z","y":6586},{"x":"2015-03-13T07:00:00Z","y":6346},{"x":"2015-03-14T07:00:00Z","y":5275},{"x":"2015-03-15T07:00:00Z","y":6248},{"x":"2015-03-16T07:00:00Z","y":6573},{"x":"2015-03-17T07:00:00Z","y":6608},{"x":"2015-03-18T07:00:00Z","y":6390},{"x":"2015-03-19T07:00:00Z","y":6686},{"x":"2015-03-20T07:00:00Z","y":6920},{"x":"2015-03-21T07:00:00Z","y":6458},{"x":"2015-03-22T07:00:00Z","y":6000},{"x":"2015-03-23T07:00:00Z","y":5804},{"x":"2015-03-24T07:00:00Z","y":3874},{"x":"2015-03-25T07:00:00Z","y":2392},{"x":"2015-03-26T07:00:00Z","y":2625},{"x":"2015-03-27T07:00:00Z","y":2437},{"x":"2015-03-28T07:00:00Z","y":1873},{"x":"2015-03-29T07:00:00Z","y":3702},{"x":"2015-03-30T07:00:00Z","y":3986},{"x":"2015-03-31T07:00:00Z","y":3703},{"x":"2015-04-01T07:00:00Z","y":3481},{"x":"2015-04-02T07:00:00Z","y":4366},{"x":"2015-04-03T07:00:00Z","y":4091},{"x":"2015-04-04T07:00:00Z","y":2613},{"x":"2015-04-05T07:00:00Z","y":2295},{"x":"2015-04-06T07:00:00Z","y":2902},{"x":"2015-04-07T07:00:00Z","y":2173},{"x":"2015-04-08T07:00:00Z","y":3362},{"x":"2015-04-09T07:00:00Z","y":3949},{"x":"2015-04-10T07:00:00Z","y":3119},{"x":"2015-04-11T07:00:00Z","y":2644},{"x":"2015-04-12T07:00:00Z","y":3418},{"x":"2015-04-13T07:00:00Z","y":3233},{"x":"2015-04-14T07:00:00Z","y":3287},{"x":"2015-04-15T07:00:00Z","y":3330},{"x":"2015-04-16T07:00:00Z","y":3553},{"x":"2015-04-17T07:00:00Z","y":2932},{"x":"2015-04-18T07:00:00Z","y":3775},{"x":"2015-04-19T07:00:00Z","y":3084},{"x":"2015-04-20T07:00:00Z","y":2009}]}],"width":800,"height":494.4375915527344,"padding":{"bottom":20,"top":10,"right":10,"left":50}},"value":"#gorilla_repl.vega.VegaView{:content {:axes [{:scale \"x\", :type \"x\"} {:scale \"y\", :type \"y\"}], :scales [{:name \"x\", :type \"ordinal\", :range \"width\", :domain {:data \"67792a5b-291f-42ca-8fac-8695c73dde7b\", :field \"data.x\"}} {:name \"y\", :range \"height\", :nice true, :domain {:data \"67792a5b-291f-42ca-8fac-8695c73dde7b\", :field \"data.y\"}}], :marks [{:type \"rect\", :from {:data \"67792a5b-291f-42ca-8fac-8695c73dde7b\"}, :properties {:enter {:y {:scale \"y\", :field \"data.y\"}, :width {:offset -1, :scale \"x\", :band true}, :x {:scale \"x\", :field \"data.x\"}, :y2 {:scale \"y\", :value 0}}, :update {:fill {:value \"steelblue\"}, :opacity {:value 1}}, :hover {:fill {:value \"#FF29D2\"}}}}], :data [{:name \"67792a5b-291f-42ca-8fac-8695c73dde7b\", :values ({:x #inst \"2015-03-01T08:00:00.000-00:00\", :y 1463} {:x #inst \"2015-03-02T08:00:00.000-00:00\", :y 5952} {:x #inst \"2015-03-03T08:00:00.000-00:00\", :y 6531} {:x #inst \"2015-03-04T08:00:00.000-00:00\", :y 6568} {:x #inst \"2015-03-05T08:00:00.000-00:00\", :y 6637} {:x #inst \"2015-03-06T08:00:00.000-00:00\", :y 6783} {:x #inst \"2015-03-07T08:00:00.000-00:00\", :y 6256} {:x #inst \"2015-03-08T08:00:00.000-00:00\", :y 6449} {:x #inst \"2015-03-09T07:00:00.000-00:00\", :y 6026} {:x #inst \"2015-03-10T07:00:00.000-00:00\", :y 5634} {:x #inst \"2015-03-11T07:00:00.000-00:00\", :y 6438} {:x #inst \"2015-03-12T07:00:00.000-00:00\", :y 6586} {:x #inst \"2015-03-13T07:00:00.000-00:00\", :y 6346} {:x #inst \"2015-03-14T07:00:00.000-00:00\", :y 5275} {:x #inst \"2015-03-15T07:00:00.000-00:00\", :y 6248} {:x #inst \"2015-03-16T07:00:00.000-00:00\", :y 6573} {:x #inst \"2015-03-17T07:00:00.000-00:00\", :y 6608} {:x #inst \"2015-03-18T07:00:00.000-00:00\", :y 6390} {:x #inst \"2015-03-19T07:00:00.000-00:00\", :y 6686} {:x #inst \"2015-03-20T07:00:00.000-00:00\", :y 6920} {:x #inst \"2015-03-21T07:00:00.000-00:00\", :y 6458} {:x #inst \"2015-03-22T07:00:00.000-00:00\", :y 6000} {:x #inst \"2015-03-23T07:00:00.000-00:00\", :y 5804} {:x #inst \"2015-03-24T07:00:00.000-00:00\", :y 3874} {:x #inst \"2015-03-25T07:00:00.000-00:00\", :y 2392} {:x #inst \"2015-03-26T07:00:00.000-00:00\", :y 2625} {:x #inst \"2015-03-27T07:00:00.000-00:00\", :y 2437} {:x #inst \"2015-03-28T07:00:00.000-00:00\", :y 1873} {:x #inst \"2015-03-29T07:00:00.000-00:00\", :y 3702} {:x #inst \"2015-03-30T07:00:00.000-00:00\", :y 3986} {:x #inst \"2015-03-31T07:00:00.000-00:00\", :y 3703} {:x #inst \"2015-04-01T07:00:00.000-00:00\", :y 3481} {:x #inst \"2015-04-02T07:00:00.000-00:00\", :y 4366} {:x #inst \"2015-04-03T07:00:00.000-00:00\", :y 4091} {:x #inst \"2015-04-04T07:00:00.000-00:00\", :y 2613} {:x #inst \"2015-04-05T07:00:00.000-00:00\", :y 2295} {:x #inst \"2015-04-06T07:00:00.000-00:00\", :y 2902} {:x #inst \"2015-04-07T07:00:00.000-00:00\", :y 2173} {:x #inst \"2015-04-08T07:00:00.000-00:00\", :y 3362} {:x #inst \"2015-04-09T07:00:00.000-00:00\", :y 3949} {:x #inst \"2015-04-10T07:00:00.000-00:00\", :y 3119} {:x #inst \"2015-04-11T07:00:00.000-00:00\", :y 2644} {:x #inst \"2015-04-12T07:00:00.000-00:00\", :y 3418} {:x #inst \"2015-04-13T07:00:00.000-00:00\", :y 3233} {:x #inst \"2015-04-14T07:00:00.000-00:00\", :y 3287} {:x #inst \"2015-04-15T07:00:00.000-00:00\", :y 3330} {:x #inst \"2015-04-16T07:00:00.000-00:00\", :y 3553} {:x #inst \"2015-04-17T07:00:00.000-00:00\", :y 2932} {:x #inst \"2015-04-18T07:00:00.000-00:00\", :y 3775} {:x #inst \"2015-04-19T07:00:00.000-00:00\", :y 3084} {:x #inst \"2015-04-20T07:00:00.000-00:00\", :y 2009})}], :width 800, :height 494.4376, :padding {:bottom 20, :top 10, :right 10, :left 50}}}"}
;; <=
;; **
;;; ## Count of aircraft seen by hour of the week
;;;
;;; You can clearly see a 24 hour cycle.
;;;
;;; (Note that the absolute number of aircraft is not correct due to TIS-B pings.)
;; **
;; @@
(def hour-of-week-counts
(jdbc/query
db
"select extract(dow from timestamp) as dow, extract(hour from timestamp) as hour, count(distinct icao) from reports group by dow, hour;"))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#'mirthful-iceberg/hour-of-week-counts</span>","value":"#'mirthful-iceberg/hour-of-week-counts"}
;; <=
;; @@
(plot/list-plot (map (fn [r] [(+ (* 24 (:dow r)) (:hour r)) (:count r)]) hour-of-week-counts) :joined true :plot-size 800)
;; @@
;; =>
;;; {"type":"vega","content":{"axes":[{"scale":"x","type":"x"},{"scale":"y","type":"y"}],"scales":[{"name":"x","type":"linear","range":"width","zero":false,"domain":{"data":"75051356-203c-4de6-8a64-8e11a7cde58f","field":"data.x"}},{"name":"y","type":"linear","range":"height","nice":true,"zero":false,"domain":{"data":"75051356-203c-4de6-8a64-8e11a7cde58f","field":"data.y"}}],"marks":[{"type":"line","from":{"data":"75051356-203c-4de6-8a64-8e11a7cde58f"},"properties":{"enter":{"x":{"scale":"x","field":"data.x"},"y":{"scale":"y","field":"data.y"},"stroke":{"value":"#FF29D2"},"strokeWidth":{"value":2},"strokeOpacity":{"value":1}}}}],"data":[{"name":"75051356-203c-4de6-8a64-8e11a7cde58f","values":[{"x":0.0,"y":910},{"x":1.0,"y":476},{"x":2.0,"y":243},{"x":3.0,"y":316},{"x":4.0,"y":342},{"x":5.0,"y":250},{"x":6.0,"y":1373},{"x":7.0,"y":1868},{"x":8.0,"y":2386},{"x":9.0,"y":2157},{"x":10.0,"y":3882},{"x":11.0,"y":2978},{"x":12.0,"y":3770},{"x":13.0,"y":4863},{"x":14.0,"y":4415},{"x":15.0,"y":2981},{"x":16.0,"y":3824},{"x":17.0,"y":2268},{"x":18.0,"y":1278},{"x":19.0,"y":1506},{"x":20.0,"y":2849},{"x":21.0,"y":3343},{"x":22.0,"y":2848},{"x":23.0,"y":2042},{"x":24.0,"y":1525},{"x":25.0,"y":809},{"x":26.0,"y":192},{"x":27.0,"y":128},{"x":28.0,"y":26},{"x":29.0,"y":301},{"x":30.0,"y":1726},{"x":31.0,"y":3352},{"x":32.0,"y":2246},{"x":33.0,"y":2289},{"x":34.0,"y":4190},{"x":35.0,"y":5276},{"x":36.0,"y":5313},{"x":37.0,"y":4510},{"x":38.0,"y":3840},{"x":39.0,"y":4355},{"x":40.0,"y":3468},{"x":41.0,"y":2977},{"x":42.0,"y":3195},{"x":43.0,"y":3003},{"x":44.0,"y":3226},{"x":45.0,"y":2666},{"x":46.0,"y":1749},{"x":47.0,"y":1232},{"x":48.0,"y":685},{"x":49.0,"y":408},{"x":50.0,"y":235},{"x":51.0,"y":140},{"x":52.0,"y":69},{"x":53.0,"y":1101},{"x":54.0,"y":3783},{"x":55.0,"y":4238},{"x":56.0,"y":2878},{"x":57.0,"y":3920},{"x":58.0,"y":4234},{"x":59.0,"y":3628},{"x":60.0,"y":3284},{"x":61.0,"y":4397},{"x":62.0,"y":3295},{"x":63.0,"y":4581},{"x":64.0,"y":3175},{"x":65.0,"y":1784},{"x":66.0,"y":1236},{"x":67.0,"y":1621},{"x":68.0,"y":2302},{"x":69.0,"y":3366},{"x":70.0,"y":2060},{"x":71.0,"y":1026},{"x":72.0,"y":747},{"x":73.0,"y":612},{"x":74.0,"y":373},{"x":75.0,"y":216},{"x":76.0,"y":210},{"x":77.0,"y":595},{"x":78.0,"y":2286},{"x":79.0,"y":3955},{"x":80.0,"y":3707},{"x":81.0,"y":2117},{"x":82.0,"y":4254},{"x":83.0,"y":3242},{"x":84.0,"y":4042},{"x":85.0,"y":5008},{"x":86.0,"y":4484},{"x":87.0,"y":4699},{"x":88.0,"y":2709},{"x":89.0,"y":1895},{"x":90.0,"y":1766},{"x":91.0,"y":2132},{"x":92.0,"y":2423},{"x":93.0,"y":2680},{"x":94.0,"y":1866},{"x":95.0,"y":1352},{"x":96.0,"y":744},{"x":97.0,"y":414},{"x":98.0,"y":304},{"x":99.0,"y":271},{"x":100.0,"y":58},{"x":101.0,"y":475},{"x":102.0,"y":1980},{"x":103.0,"y":1868},{"x":104.0,"y":2611},{"x":105.0,"y":4270},{"x":106.0,"y":5073},{"x":107.0,"y":5489},{"x":108.0,"y":5589},{"x":109.0,"y":5708},{"x":110.0,"y":5155},{"x":111.0,"y":4368},{"x":112.0,"y":5267},{"x":113.0,"y":2691},{"x":114.0,"y":2383},{"x":115.0,"y":2803},{"x":116.0,"y":2562},{"x":117.0,"y":2441},{"x":118.0,"y":2475},{"x":119.0,"y":1992},{"x":120.0,"y":916},{"x":121.0,"y":515},{"x":122.0,"y":794},{"x":123.0,"y":527},{"x":124.0,"y":423},{"x":125.0,"y":1661},{"x":126.0,"y":2211},{"x":127.0,"y":2969},{"x":128.0,"y":2839},{"x":129.0,"y":4286},{"x":130.0,"y":4761},{"x":131.0,"y":4809},{"x":132.0,"y":4858},{"x":133.0,"y":5356},{"x":134.0,"y":5118},{"x":135.0,"y":4614},{"x":136.0,"y":4502},{"x":137.0,"y":2523},{"x":138.0,"y":1724},{"x":139.0,"y":1569},{"x":140.0,"y":2522},{"x":141.0,"y":1875},{"x":142.0,"y":2274},{"x":143.0,"y":2091},{"x":144.0,"y":789},{"x":145.0,"y":575},{"x":146.0,"y":1147},{"x":147.0,"y":526},{"x":148.0,"y":21},{"x":149.0,"y":180},{"x":150.0,"y":1780},{"x":151.0,"y":2940},{"x":152.0,"y":1830},{"x":153.0,"y":1860},{"x":154.0,"y":2780},{"x":155.0,"y":4466},{"x":156.0,"y":3864},{"x":157.0,"y":3911},{"x":158.0,"y":4262},{"x":159.0,"y":3172},{"x":160.0,"y":1982},{"x":161.0,"y":2942},{"x":162.0,"y":1676},{"x":163.0,"y":2171},{"x":164.0,"y":2717},{"x":165.0,"y":2548},{"x":166.0,"y":1430},{"x":167.0,"y":1489}]}],"width":800,"height":494.4375915527344,"padding":{"bottom":20,"top":10,"right":10,"left":50}},"value":"#gorilla_repl.vega.VegaView{:content {:axes [{:scale \"x\", :type \"x\"} {:scale \"y\", :type \"y\"}], :scales [{:name \"x\", :type \"linear\", :range \"width\", :zero false, :domain {:data \"75051356-203c-4de6-8a64-8e11a7cde58f\", :field \"data.x\"}} {:name \"y\", :type \"linear\", :range \"height\", :nice true, :zero false, :domain {:data \"75051356-203c-4de6-8a64-8e11a7cde58f\", :field \"data.y\"}}], :marks [{:type \"line\", :from {:data \"75051356-203c-4de6-8a64-8e11a7cde58f\"}, :properties {:enter {:x {:scale \"x\", :field \"data.x\"}, :y {:scale \"y\", :field \"data.y\"}, :stroke {:value \"#FF29D2\"}, :strokeWidth {:value 2}, :strokeOpacity {:value 1}}}}], :data [{:name \"75051356-203c-4de6-8a64-8e11a7cde58f\", :values ({:x 0.0, :y 910} {:x 1.0, :y 476} {:x 2.0, :y 243} {:x 3.0, :y 316} {:x 4.0, :y 342} {:x 5.0, :y 250} {:x 6.0, :y 1373} {:x 7.0, :y 1868} {:x 8.0, :y 2386} {:x 9.0, :y 2157} {:x 10.0, :y 3882} {:x 11.0, :y 2978} {:x 12.0, :y 3770} {:x 13.0, :y 4863} {:x 14.0, :y 4415} {:x 15.0, :y 2981} {:x 16.0, :y 3824} {:x 17.0, :y 2268} {:x 18.0, :y 1278} {:x 19.0, :y 1506} {:x 20.0, :y 2849} {:x 21.0, :y 3343} {:x 22.0, :y 2848} {:x 23.0, :y 2042} {:x 24.0, :y 1525} {:x 25.0, :y 809} {:x 26.0, :y 192} {:x 27.0, :y 128} {:x 28.0, :y 26} {:x 29.0, :y 301} {:x 30.0, :y 1726} {:x 31.0, :y 3352} {:x 32.0, :y 2246} {:x 33.0, :y 2289} {:x 34.0, :y 4190} {:x 35.0, :y 5276} {:x 36.0, :y 5313} {:x 37.0, :y 4510} {:x 38.0, :y 3840} {:x 39.0, :y 4355} {:x 40.0, :y 3468} {:x 41.0, :y 2977} {:x 42.0, :y 3195} {:x 43.0, :y 3003} {:x 44.0, :y 3226} {:x 45.0, :y 2666} {:x 46.0, :y 1749} {:x 47.0, :y 1232} {:x 48.0, :y 685} {:x 49.0, :y 408} {:x 50.0, :y 235} {:x 51.0, :y 140} {:x 52.0, :y 69} {:x 53.0, :y 1101} {:x 54.0, :y 3783} {:x 55.0, :y 4238} {:x 56.0, :y 2878} {:x 57.0, :y 3920} {:x 58.0, :y 4234} {:x 59.0, :y 3628} {:x 60.0, :y 3284} {:x 61.0, :y 4397} {:x 62.0, :y 3295} {:x 63.0, :y 4581} {:x 64.0, :y 3175} {:x 65.0, :y 1784} {:x 66.0, :y 1236} {:x 67.0, :y 1621} {:x 68.0, :y 2302} {:x 69.0, :y 3366} {:x 70.0, :y 2060} {:x 71.0, :y 1026} {:x 72.0, :y 747} {:x 73.0, :y 612} {:x 74.0, :y 373} {:x 75.0, :y 216} {:x 76.0, :y 210} {:x 77.0, :y 595} {:x 78.0, :y 2286} {:x 79.0, :y 3955} {:x 80.0, :y 3707} {:x 81.0, :y 2117} {:x 82.0, :y 4254} {:x 83.0, :y 3242} {:x 84.0, :y 4042} {:x 85.0, :y 5008} {:x 86.0, :y 4484} {:x 87.0, :y 4699} {:x 88.0, :y 2709} {:x 89.0, :y 1895} {:x 90.0, :y 1766} {:x 91.0, :y 2132} {:x 92.0, :y 2423} {:x 93.0, :y 2680} {:x 94.0, :y 1866} {:x 95.0, :y 1352} {:x 96.0, :y 744} {:x 97.0, :y 414} {:x 98.0, :y 304} {:x 99.0, :y 271} {:x 100.0, :y 58} {:x 101.0, :y 475} {:x 102.0, :y 1980} {:x 103.0, :y 1868} {:x 104.0, :y 2611} {:x 105.0, :y 4270} {:x 106.0, :y 5073} {:x 107.0, :y 5489} {:x 108.0, :y 5589} {:x 109.0, :y 5708} {:x 110.0, :y 5155} {:x 111.0, :y 4368} {:x 112.0, :y 5267} {:x 113.0, :y 2691} {:x 114.0, :y 2383} {:x 115.0, :y 2803} {:x 116.0, :y 2562} {:x 117.0, :y 2441} {:x 118.0, :y 2475} {:x 119.0, :y 1992} {:x 120.0, :y 916} {:x 121.0, :y 515} {:x 122.0, :y 794} {:x 123.0, :y 527} {:x 124.0, :y 423} {:x 125.0, :y 1661} {:x 126.0, :y 2211} {:x 127.0, :y 2969} {:x 128.0, :y 2839} {:x 129.0, :y 4286} {:x 130.0, :y 4761} {:x 131.0, :y 4809} {:x 132.0, :y 4858} {:x 133.0, :y 5356} {:x 134.0, :y 5118} {:x 135.0, :y 4614} {:x 136.0, :y 4502} {:x 137.0, :y 2523} {:x 138.0, :y 1724} {:x 139.0, :y 1569} {:x 140.0, :y 2522} {:x 141.0, :y 1875} {:x 142.0, :y 2274} {:x 143.0, :y 2091} {:x 144.0, :y 789} {:x 145.0, :y 575} {:x 146.0, :y 1147} {:x 147.0, :y 526} {:x 148.0, :y 21} {:x 149.0, :y 180} {:x 150.0, :y 1780} {:x 151.0, :y 2940} {:x 152.0, :y 1830} {:x 153.0, :y 1860} {:x 154.0, :y 2780} {:x 155.0, :y 4466} {:x 156.0, :y 3864} {:x 157.0, :y 3911} {:x 158.0, :y 4262} {:x 159.0, :y 3172} {:x 160.0, :y 1982} {:x 161.0, :y 2942} {:x 162.0, :y 1676} {:x 163.0, :y 2171} {:x 164.0, :y 2717} {:x 165.0, :y 2548} {:x 166.0, :y 1430} {:x 167.0, :y 1489})}], :width 800, :height 494.4376, :padding {:bottom 20, :top 10, :right 10, :left 50}}}"}
;; <=
;; **
;;; ## Military aircraft seen
;;;
;;; Sometimes I can tell for sure whether an aircraft I pick up is a military vehicle, sometimes I can guess that it is.
;;;
;;; Some interesting military aircraft I've seen:
;;;
;;; * A U-2 (AE094B) flying at 60000 feet
;;; * Air Force One (ADFDF9)
;;; * Air Force Two (ADFEB8)
;;; * "Executive One Foxtrot"--the first lady's 737 (AE11F6)
;;; * Multiple E-6 "TACAMO"/"Doomsday" aircraft (AE041C, AE041A, AE0415)
;;;
;; **
;; @@
(def lookup-aircraft (memoize (partial basestationdb/find-aircraft db)))
(defn military-reg? [reg]
(let [r (or reg "")]
(or (re-find #"^[0-9]+\-[0-9]+$" r)
(re-find #"^[0-9][0-9][0-9][0-9][0-9][0-9]$" r))))
(def military-icao?
(memoize
(fn [icao]
(let [basestation-record (lookup-aircraft icao)]
(or ;(military-reg? (:registration basestation-record))
(re-find #"Mil" (or (:modescountry basestation-record) "")))))))
(defn military-report? [report]
(or ;(military-reg? (:registration report))
(military-icao? (:icao report))))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#'mirthful-iceberg/military-report?</span>","value":"#'mirthful-iceberg/military-report?"}
;; <=
;; @@
(def icao-regs (jdbc/query db "select icao, registration from reports group by icao, registration;"))
(println (count icao-regs))
;; @@
;; ->
;;; 50046
;;;
;; <-
;; =>
;;; {"type":"html","content":"<span class='clj-nil'>nil</span>","value":"nil"}
;; <=
;; @@
(defn safe-aircraft-info [icao]
(try
(airportdata/aircraft-info icao)
(catch Exception e
(println "Exception" e "for" icao)
e)))
(def military-icao-regs (shuffle (filter military-report? icao-regs)))
(let [col (fn [a] (str "<td>" a "</td>"))]
(as-> military-icao-regs X
(group-by :icao X)
(map
(fn [[icao reports]]
(let [info (lookup-aircraft icao)
regs (map :registration reports)]
(str "<tr>"
(col (str "<img width=200 src=\"" (:image (safe-aircraft-info icao)) "\">"))
(col icao)
(col (string/join " " regs))
(col (:icaotypecode info))
(col (:modescountry info))
"</tr>")))
X)
(string/join X)
(str "<table>"
"<tr><th>Photo</th><th>ICAO</th><th>Callsigns/Registrations</th><th>Type</th><th>Country</th></tr>"
X
"</table>")
(ghtml/html-view X)))
;; @@
;; =>
;;; {"type":"html","content":"<table><tr><th>Photo</th><th>ICAO</th><th>Callsigns/Registrations</th><th>Type</th><th>Country</th></tr><tr><td><img width=200 src=\"https://farm5.staticflickr.com/4107/5195575154_393f8febce_m.jpg\"></td><td>AE0485</td><td> INDY55</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"https://farm9.staticflickr.com/8171/8045776307_113b104cf8_m.jpg\"></td><td>AE094B</td><td></td><td>U2</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/711/711096.jpg\"></td><td>AE11D8</td><td>SNTRY07H </td><td>E3TF</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/084/001084430.jpg\"></td><td>AE07A9</td><td> TABOO18</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014977.jpg\"></td><td>AE144F</td><td>SLAM98 SLAM91 RCH5E1 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0369</td><td>CABAL71 RATS34</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0481</td><td> HOKU22</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0394</td><td>BH401 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/033/001033621.jpg\"></td><td>ADFDF9</td><td></td><td>B742</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1BEB</td><td> MALIBU65</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/468/468378.jpg\"></td><td>ADFEDF</td><td> BAJA41 BAJA22</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/746/746421.jpg\"></td><td>AE04D8</td><td> CNV4284 CNV4861</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>C87F01</td><td>KIW026 </td><td>B752</td><td>New Zealand Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/595/595870.jpg\"></td><td>AE0131</td><td>XTNDR42 </td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/268/268101.jpg\"></td><td>AE1439</td><td>TORI714 VM714 </td><td>C560</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/473/473198.jpg\"></td><td>AE1251</td><td>CNV4404 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/845/845086.jpg\"></td><td>AE0413</td><td>GOTO FMS </td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0382</td><td>OKIE83 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/850/850138.jpg\"></td><td>AE145F</td><td>RCH346 RCH281 RCH647 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1256</td><td>RAIDR31 RAIDR28 RAIDR03 RAIDR22 RAIDR37</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/062/001062694.jpg\"></td><td>AE07E2</td><td>SLAM98 SLAM99</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/029/001029347.jpg\"></td><td>AE4D6A</td><td>RCH978 RCH962</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/949/949424.jpg\"></td><td>AE04D9</td><td>CNV4024 CNV4861 CNV4001 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/703/703971.jpg\"></td><td>AE07D1</td><td>RCH308 RCH800 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/806/806226.jpg\"></td><td>AE2FAD</td><td>RCH543 RCH554 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE2669</td><td> C6515</td><td>AS65</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFECC</td><td>BA1234CB </td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0263</td><td>BAJA41 BAJA61 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/596/596311.jpg\"></td><td>AE1177</td><td>RCH812</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/074/001074847.jpg\"></td><td>AE0364</td><td></td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/281/281962.jpg\"></td><td>AE1241</td><td>RCH207T </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0392</td><td>BORA41 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/864/864397.jpg\"></td><td>AE015D</td><td> TABOO20</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/450/450242.jpg\"></td><td>AE1440</td><td>RCH905 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE2F9E</td><td>RAIDR28 RAIDR9 RAIDR07 RAIDR02 RAIDR29</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/375/375095.jpg\"></td><td>AE035F</td><td>BAJA41 RATS03 RATS31 RATS65</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE040A</td><td></td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFE0E</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0417</td><td> GOTO FMS</td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE10C1</td><td> C101</td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFD74</td><td>PAT741 @@@@@@@@</td><td>SW4</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1462</td><td>RCH6164 RCH357 RCH979 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/877/877669.jpg\"></td><td>AE2FA7</td><td>RCH174T </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/029/001029682.jpg\"></td><td>C2B35F</td><td> CFC3152</td><td>A310</td><td>Canada Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE4EC4</td><td>TIGER05 </td><td>P8</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/809/809790.jpg\"></td><td>43C208</td><td>RRR6883 </td><td>C17</td><td>United Kingdom Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0630</td><td> PAT172</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/390/390085.jpg\"></td><td>AE035D</td><td>PACK51 SCARY85 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/894/894903.jpg\"></td><td>AE1460</td><td> RCH294</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0192</td><td>SPAR708 </td><td>LJ35</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0391</td><td>OKIE81 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/931/931607.jpg\"></td><td>ADFEB8</td><td> SAM592</td><td>B752</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/586/586227.jpg\"></td><td>AE041C</td><td> GOTO FMS</td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE02CF</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/838/838232.jpg\"></td><td>AE038B</td><td> E23543 E23545</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFE90</td><td> PAT226 PAT548A</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE2913</td><td>C6036 </td><td>H60</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE12CA</td><td>KING65 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0422</td><td> CABAL01 FIST71</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/392/392822.jpg\"></td><td>AE0823</td><td>RATS32 RATS51 BAJA22 RATS53 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE4DDD</td><td> SAM964</td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1899</td><td>ARMY001</td><td>EC45</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/717/717764.jpg\"></td><td>AE145A</td><td> RCH176T RCH540 RCH976</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/615/615651.jpg\"></td><td>ADFDBF</td><td>TORCH 41 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/577/577309.jpg\"></td><td>AE1255</td><td></td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/677/677016.jpg\"></td><td>AE041A</td><td>GOTO FMS </td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE04BE</td><td></td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE145D</td><td> RCH735 RCH179 RCH976</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/577/577530.jpg\"></td><td>AE0805</td><td>RCH237 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/711/711789.jpg\"></td><td>AE119C</td><td>RULER45 RULER71 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/587/587545.jpg\"></td><td>AE1482</td><td>RAIDR22 RAIDR47 RAIDR02 RAIDR20 RAIDR18 RAIDR24 RAIDR33 RAIDR49</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014502.jpg\"></td><td>AE144C</td><td> SLAM98 SLAM92 SLAM90</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE093F</td><td>TORI939 </td><td>C560</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/941/941417.jpg\"></td><td>AE145C</td><td>RCH560 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE117B</td><td>RCH793 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/977/977952.jpg\"></td><td>AE023E</td><td> RATS53</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE07B0</td><td>SCARY85 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/758/758706.jpg\"></td><td>AE144A</td><td>SLAM96 RCH532 SLAM32</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>B18269</td><td>RATS32 BAJA22 RCH7603 BAJA41 BAJA42 RCH086</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/869/869040.jpg\"></td><td>AE01BF</td><td> CNV2124</td><td>GLF4</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/175/175315.jpg\"></td><td>AE0374</td><td></td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/015/001015178.jpg\"></td><td>AE0230</td><td> GOLD21</td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0482</td><td>KANZA91</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/007/001007877.jpg\"></td><td>AE1258</td><td>VV100 VV376 </td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/071/071558.jpg\"></td><td>AE02DA</td><td>EVC91182 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/077/001077532.jpg\"></td><td>43C171</td><td> RRR6345</td><td>C17</td><td>United Kingdom Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/941/941823.jpg\"></td><td>AE146A</td><td>RCH510 RCH516 RCH515 RCH509</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/895/895100.jpg\"></td><td>AE07CE</td><td>DECOY06 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE147F</td><td> RAIDR02</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/564/564215.jpg\"></td><td>AE151A</td><td> VV102</td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0658</td><td> GHOST53</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1FB4</td><td>N72165 </td><td>EC45</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1FB6</td><td> 72167</td><td>EC45</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE06DB</td><td> 00000000</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFE0D</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/078/001078739.jpg\"></td><td>AE1195</td><td>RANGR29 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/957/957560.jpg\"></td><td>AE10B6</td><td> RCH586</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE026C</td><td>BORA42 COPPER7</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/448/448754.jpg\"></td><td>AE20C6</td><td>RCH206T </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE2F99</td><td>RAIDR22 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0943</td><td></td><td>B190</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/902/902919.jpg\"></td><td>AE1162</td><td>COACH21 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/552/552171.jpg\"></td><td>AE0810</td><td>RCH696 RCH808 RCH209T</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/752/752888.jpg\"></td><td>AE1461</td><td>RCH169 RCH544 RCH719</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/534/534627.jpg\"></td><td>AE07B4</td><td>GHOST66 GH2 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE01C5</td><td> SAME40</td><td>R135</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/678/678632.jpg\"></td><td>AE014F</td><td>BORA41 COPPER4 COPPER2</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/915/915303.jpg\"></td><td>AE068C</td><td>MAINE94 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/329/329190.jpg\"></td><td>AE0571</td><td> RCH205T</td><td>C5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE048D</td><td>PACK93 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/970/970498.jpg\"></td><td>AE07FE</td><td>RCH407 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE08DE</td><td> RAIDR07 RAIDR44</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0427</td><td> FIST01</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/978/978626.jpg\"></td><td>AE04D7</td><td>CNV4882 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/251/251934.jpg\"></td><td>AE0226</td><td>PETRO71 </td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE12CC</td><td> KING60</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE116E</td><td></td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE03E7</td><td> CNV3019</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE015B</td><td>CODER12 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFE10</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/543/543857.jpg\"></td><td>AE04F5</td><td> 00000000</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE5718</td><td>CNV4322 CNV4301 CNV4421</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/894/894930.jpg\"></td><td>AE07F5</td><td>SLAM98 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1276</td><td>BATT42 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE2F9F</td><td></td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/429/429726.jpg\"></td><td>AE0231</td><td>GUCCI92 GOLD31</td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/695/695401.jpg\"></td><td>AE29FE</td><td> CNV4601 CNV4201 CNV4181 CNV4041 CNV4143 CNV4722</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/898/898019.jpg\"></td><td>AE1252</td><td>CNV4836 VVRX836 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014500.jpg\"></td><td>AE1449</td><td> SLAM99 RCH313</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/678/678533.jpg\"></td><td>AE0357</td><td></td><td>GLF3</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/066/001066578.jpg\"></td><td>AE1448</td><td>RCH5E1 RCH956 RCH567 SLAM98</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>924924</td><td> JW349</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFE95</td><td>PAT807 PAT792 PAT622 PAT505 PAT606 R50096</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFE18</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/062/001062916.jpg\"></td><td>AE0977</td><td>CVN 4481 CVN 4183 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/468/468375.jpg\"></td><td>AE025F</td><td> RATS61 BAJA42 RATS32</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE4E18</td><td>KING37</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>71BC65</td><td> KAF001</td><td>B744</td><td>South Korea Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>C2B3B9</td><td>CFC3100 </td><td>A310</td><td>Canada Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/459/459857.jpg\"></td><td>AE147A</td><td> CNV4802 VVRX693 CNV4602</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/896/896091.jpg\"></td><td>AE08E2</td><td> MALBU62</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/260/260308.jpg\"></td><td>ADFEDC</td><td> ALLIED 1</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>C2B373</td><td> CFC3074</td><td>CL60</td><td>Canada Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE07B3</td><td> GHOST02</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE021F</td><td>PETRO61</td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/719/719608.jpg\"></td><td>AE04AF</td><td>EASY41 </td><td>C560</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/362/362647.jpg\"></td><td>ADFDB1</td><td>PAT108 </td><td>GLF4</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/741/741825.jpg\"></td><td>AE0976</td><td>CNV4251 CNV4846</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/950/950311.jpg\"></td><td>AE115D</td><td> MANGO55 SPAR55</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/066/001066457.jpg\"></td><td>AE49C5</td><td>RCH202T</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE2906</td><td>C6022 </td><td>H60</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/830/830622.jpg\"></td><td>AE04DA</td><td>CNV4702 CNV4262 CNV4722</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE08FE</td><td>INTEL23 </td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/958/958554.jpg\"></td><td>AE0415</td><td>00000000 </td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE046C</td><td></td><td>C2</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE149A</td><td> DOCK41</td><td>B703</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0244</td><td> E38044</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/056/001056892.jpg\"></td><td>AE1471</td><td>RCH283 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/555/555426.jpg\"></td><td>AE08FA</td><td> PAT587</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFC4A</td><td></td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE03A0</td><td>BH400 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/894/894932.jpg\"></td><td>AE29FD</td><td>CNV4721 CNV4361 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/862/862160.jpg\"></td><td>AE11F6</td><td> EXEC1F</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/849/849861.jpg\"></td><td>AE03C9</td><td>RANGR56 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE26BE</td><td> C6607</td><td>AS65</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE037C</td><td>BORAH43 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/783/783988.jpg\"></td><td>ADFEB3</td><td> DRAGN25</td><td>B742</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/987/987690.jpg\"></td><td>AE10B3</td><td> 010065</td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/621/621097.jpg\"></td><td>AE1455</td><td> SLAM92</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE2F97</td><td>SUMO04 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/593/593451.jpg\"></td><td>AE03D4</td><td>CNV3162 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/881/881909.jpg\"></td><td>AE1459</td><td>RCH025 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE5400</td><td> 155481</td><td>V10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/864/864020.jpg\"></td><td>AE4D69</td><td> RCH208T</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1278</td><td>BATT54 VOLT02</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1497</td><td>PHENOM7 </td><td>B703</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE04C4</td><td> TORA09</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/679/679528.jpg\"></td><td>AE07E6</td><td>RCH427 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1FF7</td><td> 72232</td><td>EC45</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/852/852024.jpg\"></td><td>AE03EB</td><td> CNV3442</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/133/133795.jpg\"></td><td>AE0235</td><td>BORA81 @B@@H@@ </td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/969/969080.jpg\"></td><td>AE10C2</td><td>VV100 </td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/983/983896.jpg\"></td><td>AE0211</td><td> CABAL11</td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE4A7B</td><td> TORI207</td><td>B350</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/816/816985.jpg\"></td><td>AE49C4</td><td>RCH462 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFE91</td><td> PAT203 PAT509</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE0607</td><td>SKIER01</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/924/924627.jpg\"></td><td>AE1526</td><td>RAIDR07 RAIDR24 RAIDR03 RAIDR43 RAIDR02</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE12CB</td><td>ALLIED 1</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/789/789192.jpg\"></td><td>AE118A</td><td>PAT63 </td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE03F1</td><td>CNV3102 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>ADFE15</td><td>@@@@@@@@ </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>0D059D</td><td>XAEAJ </td><td>C295</td><td>Mexico Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/451/451450.jpg\"></td><td>AE1BA9</td><td>RAIDR41 RAIDR24</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/045/001045713.jpg\"></td><td>AE01CE</td><td>SAME50 </td><td>R135</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE4EB4</td><td>TALON23 </td><td>P8</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/726/726183.jpg\"></td><td>AE1458</td><td> RCH809 RCH395</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE04C7</td><td>FIST07 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014979.jpg\"></td><td>AE145B</td><td> RCH811</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"\"></td><td>AE1525</td><td></td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/826/826582.jpg\"></td><td>AE1196</td><td></td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014972.jpg\"></td><td>AE015A</td><td>RATS61 BORA41</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/887/887586.jpg\"></td><td>AE0149</td><td> BAJA22</td><td>K35R</td><td>United States Mil</td></tr></table>","value":"#gorilla_repl.html.HtmlView{:content \"<table><tr><th>Photo</th><th>ICAO</th><th>Callsigns/Registrations</th><th>Type</th><th>Country</th></tr><tr><td><img width=200 src=\\\"https://farm5.staticflickr.com/4107/5195575154_393f8febce_m.jpg\\\"></td><td>AE0485</td><td> INDY55</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"https://farm9.staticflickr.com/8171/8045776307_113b104cf8_m.jpg\\\"></td><td>AE094B</td><td></td><td>U2</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/711/711096.jpg\\\"></td><td>AE11D8</td><td>SNTRY07H </td><td>E3TF</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/084/001084430.jpg\\\"></td><td>AE07A9</td><td> TABOO18</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014977.jpg\\\"></td><td>AE144F</td><td>SLAM98 SLAM91 RCH5E1 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0369</td><td>CABAL71 RATS34</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0481</td><td> HOKU22</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0394</td><td>BH401 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/033/001033621.jpg\\\"></td><td>ADFDF9</td><td></td><td>B742</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1BEB</td><td> MALIBU65</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/468/468378.jpg\\\"></td><td>ADFEDF</td><td> BAJA41 BAJA22</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/746/746421.jpg\\\"></td><td>AE04D8</td><td> CNV4284 CNV4861</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>C87F01</td><td>KIW026 </td><td>B752</td><td>New Zealand Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/595/595870.jpg\\\"></td><td>AE0131</td><td>XTNDR42 </td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/268/268101.jpg\\\"></td><td>AE1439</td><td>TORI714 VM714 </td><td>C560</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/473/473198.jpg\\\"></td><td>AE1251</td><td>CNV4404 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/845/845086.jpg\\\"></td><td>AE0413</td><td>GOTO FMS </td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0382</td><td>OKIE83 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/850/850138.jpg\\\"></td><td>AE145F</td><td>RCH346 RCH281 RCH647 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1256</td><td>RAIDR31 RAIDR28 RAIDR03 RAIDR22 RAIDR37</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/062/001062694.jpg\\\"></td><td>AE07E2</td><td>SLAM98 SLAM99</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/029/001029347.jpg\\\"></td><td>AE4D6A</td><td>RCH978 RCH962</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/949/949424.jpg\\\"></td><td>AE04D9</td><td>CNV4024 CNV4861 CNV4001 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/703/703971.jpg\\\"></td><td>AE07D1</td><td>RCH308 RCH800 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/806/806226.jpg\\\"></td><td>AE2FAD</td><td>RCH543 RCH554 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE2669</td><td> C6515</td><td>AS65</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFECC</td><td>BA1234CB </td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0263</td><td>BAJA41 BAJA61 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/596/596311.jpg\\\"></td><td>AE1177</td><td>RCH812</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/074/001074847.jpg\\\"></td><td>AE0364</td><td></td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/281/281962.jpg\\\"></td><td>AE1241</td><td>RCH207T </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0392</td><td>BORA41 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/864/864397.jpg\\\"></td><td>AE015D</td><td> TABOO20</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/450/450242.jpg\\\"></td><td>AE1440</td><td>RCH905 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE2F9E</td><td>RAIDR28 RAIDR9 RAIDR07 RAIDR02 RAIDR29</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/375/375095.jpg\\\"></td><td>AE035F</td><td>BAJA41 RATS03 RATS31 RATS65</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE040A</td><td></td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFE0E</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0417</td><td> GOTO FMS</td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE10C1</td><td> C101</td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFD74</td><td>PAT741 @@@@@@@@</td><td>SW4</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1462</td><td>RCH6164 RCH357 RCH979 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/877/877669.jpg\\\"></td><td>AE2FA7</td><td>RCH174T </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/029/001029682.jpg\\\"></td><td>C2B35F</td><td> CFC3152</td><td>A310</td><td>Canada Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE4EC4</td><td>TIGER05 </td><td>P8</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/809/809790.jpg\\\"></td><td>43C208</td><td>RRR6883 </td><td>C17</td><td>United Kingdom Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0630</td><td> PAT172</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/390/390085.jpg\\\"></td><td>AE035D</td><td>PACK51 SCARY85 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/894/894903.jpg\\\"></td><td>AE1460</td><td> RCH294</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0192</td><td>SPAR708 </td><td>LJ35</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0391</td><td>OKIE81 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/931/931607.jpg\\\"></td><td>ADFEB8</td><td> SAM592</td><td>B752</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/586/586227.jpg\\\"></td><td>AE041C</td><td> GOTO FMS</td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE02CF</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/838/838232.jpg\\\"></td><td>AE038B</td><td> E23543 E23545</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFE90</td><td> PAT226 PAT548A</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE2913</td><td>C6036 </td><td>H60</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE12CA</td><td>KING65 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0422</td><td> CABAL01 FIST71</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/392/392822.jpg\\\"></td><td>AE0823</td><td>RATS32 RATS51 BAJA22 RATS53 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE4DDD</td><td> SAM964</td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1899</td><td>ARMY001</td><td>EC45</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/717/717764.jpg\\\"></td><td>AE145A</td><td> RCH176T RCH540 RCH976</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/615/615651.jpg\\\"></td><td>ADFDBF</td><td>TORCH 41 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/577/577309.jpg\\\"></td><td>AE1255</td><td></td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/677/677016.jpg\\\"></td><td>AE041A</td><td>GOTO FMS </td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE04BE</td><td></td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE145D</td><td> RCH735 RCH179 RCH976</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/577/577530.jpg\\\"></td><td>AE0805</td><td>RCH237 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/711/711789.jpg\\\"></td><td>AE119C</td><td>RULER45 RULER71 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/587/587545.jpg\\\"></td><td>AE1482</td><td>RAIDR22 RAIDR47 RAIDR02 RAIDR20 RAIDR18 RAIDR24 RAIDR33 RAIDR49</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014502.jpg\\\"></td><td>AE144C</td><td> SLAM98 SLAM92 SLAM90</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE093F</td><td>TORI939 </td><td>C560</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/941/941417.jpg\\\"></td><td>AE145C</td><td>RCH560 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE117B</td><td>RCH793 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/977/977952.jpg\\\"></td><td>AE023E</td><td> RATS53</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE07B0</td><td>SCARY85 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/758/758706.jpg\\\"></td><td>AE144A</td><td>SLAM96 RCH532 SLAM32</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>B18269</td><td>RATS32 BAJA22 RCH7603 BAJA41 BAJA42 RCH086</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/869/869040.jpg\\\"></td><td>AE01BF</td><td> CNV2124</td><td>GLF4</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/175/175315.jpg\\\"></td><td>AE0374</td><td></td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/015/001015178.jpg\\\"></td><td>AE0230</td><td> GOLD21</td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0482</td><td>KANZA91</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/007/001007877.jpg\\\"></td><td>AE1258</td><td>VV100 VV376 </td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/071/071558.jpg\\\"></td><td>AE02DA</td><td>EVC91182 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/077/001077532.jpg\\\"></td><td>43C171</td><td> RRR6345</td><td>C17</td><td>United Kingdom Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/941/941823.jpg\\\"></td><td>AE146A</td><td>RCH510 RCH516 RCH515 RCH509</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/895/895100.jpg\\\"></td><td>AE07CE</td><td>DECOY06 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE147F</td><td> RAIDR02</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/564/564215.jpg\\\"></td><td>AE151A</td><td> VV102</td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0658</td><td> GHOST53</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1FB4</td><td>N72165 </td><td>EC45</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1FB6</td><td> 72167</td><td>EC45</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE06DB</td><td> 00000000</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFE0D</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/078/001078739.jpg\\\"></td><td>AE1195</td><td>RANGR29 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/957/957560.jpg\\\"></td><td>AE10B6</td><td> RCH586</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE026C</td><td>BORA42 COPPER7</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/448/448754.jpg\\\"></td><td>AE20C6</td><td>RCH206T </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE2F99</td><td>RAIDR22 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0943</td><td></td><td>B190</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/902/902919.jpg\\\"></td><td>AE1162</td><td>COACH21 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/552/552171.jpg\\\"></td><td>AE0810</td><td>RCH696 RCH808 RCH209T</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/752/752888.jpg\\\"></td><td>AE1461</td><td>RCH169 RCH544 RCH719</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/534/534627.jpg\\\"></td><td>AE07B4</td><td>GHOST66 GH2 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE01C5</td><td> SAME40</td><td>R135</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/678/678632.jpg\\\"></td><td>AE014F</td><td>BORA41 COPPER4 COPPER2</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/915/915303.jpg\\\"></td><td>AE068C</td><td>MAINE94 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/329/329190.jpg\\\"></td><td>AE0571</td><td> RCH205T</td><td>C5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE048D</td><td>PACK93 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/970/970498.jpg\\\"></td><td>AE07FE</td><td>RCH407 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE08DE</td><td> RAIDR07 RAIDR44</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0427</td><td> FIST01</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/978/978626.jpg\\\"></td><td>AE04D7</td><td>CNV4882 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/251/251934.jpg\\\"></td><td>AE0226</td><td>PETRO71 </td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE12CC</td><td> KING60</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE116E</td><td></td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE03E7</td><td> CNV3019</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE015B</td><td>CODER12 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFE10</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/543/543857.jpg\\\"></td><td>AE04F5</td><td> 00000000</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE5718</td><td>CNV4322 CNV4301 CNV4421</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/894/894930.jpg\\\"></td><td>AE07F5</td><td>SLAM98 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1276</td><td>BATT42 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE2F9F</td><td></td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/429/429726.jpg\\\"></td><td>AE0231</td><td>GUCCI92 GOLD31</td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/695/695401.jpg\\\"></td><td>AE29FE</td><td> CNV4601 CNV4201 CNV4181 CNV4041 CNV4143 CNV4722</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/898/898019.jpg\\\"></td><td>AE1252</td><td>CNV4836 VVRX836 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014500.jpg\\\"></td><td>AE1449</td><td> SLAM99 RCH313</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/678/678533.jpg\\\"></td><td>AE0357</td><td></td><td>GLF3</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/066/001066578.jpg\\\"></td><td>AE1448</td><td>RCH5E1 RCH956 RCH567 SLAM98</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>924924</td><td> JW349</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFE95</td><td>PAT807 PAT792 PAT622 PAT505 PAT606 R50096</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFE18</td><td></td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/062/001062916.jpg\\\"></td><td>AE0977</td><td>CVN 4481 CVN 4183 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/468/468375.jpg\\\"></td><td>AE025F</td><td> RATS61 BAJA42 RATS32</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE4E18</td><td>KING37</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>71BC65</td><td> KAF001</td><td>B744</td><td>South Korea Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>C2B3B9</td><td>CFC3100 </td><td>A310</td><td>Canada Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/459/459857.jpg\\\"></td><td>AE147A</td><td> CNV4802 VVRX693 CNV4602</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/896/896091.jpg\\\"></td><td>AE08E2</td><td> MALBU62</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/260/260308.jpg\\\"></td><td>ADFEDC</td><td> ALLIED 1</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>C2B373</td><td> CFC3074</td><td>CL60</td><td>Canada Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE07B3</td><td> GHOST02</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE021F</td><td>PETRO61</td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/719/719608.jpg\\\"></td><td>AE04AF</td><td>EASY41 </td><td>C560</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/362/362647.jpg\\\"></td><td>ADFDB1</td><td>PAT108 </td><td>GLF4</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/741/741825.jpg\\\"></td><td>AE0976</td><td>CNV4251 CNV4846</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/950/950311.jpg\\\"></td><td>AE115D</td><td> MANGO55 SPAR55</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/066/001066457.jpg\\\"></td><td>AE49C5</td><td>RCH202T</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE2906</td><td>C6022 </td><td>H60</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/830/830622.jpg\\\"></td><td>AE04DA</td><td>CNV4702 CNV4262 CNV4722</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE08FE</td><td>INTEL23 </td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/958/958554.jpg\\\"></td><td>AE0415</td><td>00000000 </td><td>E6</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE046C</td><td></td><td>C2</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE149A</td><td> DOCK41</td><td>B703</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0244</td><td> E38044</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/056/001056892.jpg\\\"></td><td>AE1471</td><td>RCH283 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/555/555426.jpg\\\"></td><td>AE08FA</td><td> PAT587</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFC4A</td><td></td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE03A0</td><td>BH400 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/894/894932.jpg\\\"></td><td>AE29FD</td><td>CNV4721 CNV4361 </td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/862/862160.jpg\\\"></td><td>AE11F6</td><td> EXEC1F</td><td>B737</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/849/849861.jpg\\\"></td><td>AE03C9</td><td>RANGR56 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE26BE</td><td> C6607</td><td>AS65</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE037C</td><td>BORAH43 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/783/783988.jpg\\\"></td><td>ADFEB3</td><td> DRAGN25</td><td>B742</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/987/987690.jpg\\\"></td><td>AE10B3</td><td> 010065</td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/621/621097.jpg\\\"></td><td>AE1455</td><td> SLAM92</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE2F97</td><td>SUMO04 </td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/593/593451.jpg\\\"></td><td>AE03D4</td><td>CNV3162 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/881/881909.jpg\\\"></td><td>AE1459</td><td>RCH025 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE5400</td><td> 155481</td><td>V10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/864/864020.jpg\\\"></td><td>AE4D69</td><td> RCH208T</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1278</td><td>BATT54 VOLT02</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1497</td><td>PHENOM7 </td><td>B703</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE04C4</td><td> TORA09</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/679/679528.jpg\\\"></td><td>AE07E6</td><td>RCH427 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1FF7</td><td> 72232</td><td>EC45</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/852/852024.jpg\\\"></td><td>AE03EB</td><td> CNV3442</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/133/133795.jpg\\\"></td><td>AE0235</td><td>BORA81 @B@@H@@ </td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/969/969080.jpg\\\"></td><td>AE10C2</td><td>VV100 </td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/983/983896.jpg\\\"></td><td>AE0211</td><td> CABAL11</td><td>DC10</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE4A7B</td><td> TORI207</td><td>B350</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/816/816985.jpg\\\"></td><td>AE49C4</td><td>RCH462 </td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFE91</td><td> PAT203 PAT509</td><td>BE20</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE0607</td><td>SKIER01</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/924/924627.jpg\\\"></td><td>AE1526</td><td>RAIDR07 RAIDR24 RAIDR03 RAIDR43 RAIDR02</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE12CB</td><td>ALLIED 1</td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/789/789192.jpg\\\"></td><td>AE118A</td><td>PAT63 </td><td>GLF5</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE03F1</td><td>CNV3102 </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>ADFE15</td><td>@@@@@@@@ </td><td>C130</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>0D059D</td><td>XAEAJ </td><td>C295</td><td>Mexico Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/451/451450.jpg\\\"></td><td>AE1BA9</td><td>RAIDR41 RAIDR24</td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/045/001045713.jpg\\\"></td><td>AE01CE</td><td>SAME50 </td><td>R135</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE4EB4</td><td>TALON23 </td><td>P8</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/726/726183.jpg\\\"></td><td>AE1458</td><td> RCH809 RCH395</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE04C7</td><td>FIST07 </td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014979.jpg\\\"></td><td>AE145B</td><td> RCH811</td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"\\\"></td><td>AE1525</td><td></td><td>C30J</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/826/826582.jpg\\\"></td><td>AE1196</td><td></td><td>C17</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/014/001014972.jpg\\\"></td><td>AE015A</td><td>RATS61 BORA41</td><td>K35R</td><td>United States Mil</td></tr><tr><td><img width=200 src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/887/887586.jpg\\\"></td><td>AE0149</td><td> BAJA22</td><td>K35R</td><td>United States Mil</td></tr></table>\"}"}
;; <=
;; @@
(pprint/print-table
[:icao :registration :icaotypecode :modescountry]
(jdbc/query db "select reports.icao, Aircraft.registration, Aircraft.icaotypecode, Aircraft.modescountry from reports inner join Aircraft on reports.icao = Aircraft.modes where Aircraft.modescountry like '%Mil%' group by reports.icao, Aircraft.registration, Aircraft.modescountry, Aircraft.icaotypecode order by Aircraft.icaotypecode;"))
;; @@
;; ->
;;;
;;; | :icao | :registration | :icaotypecode | :modescountry |
;;; |--------+---------------+---------------+--------------------|
;;; | C2B35F | 15002 | A310 | Canada Mil |
;;; | C2B3B9 | 15003 | A310 | Canada Mil |
;;; | AE2669 | 6515 | AS65 | United States Mil |
;;; | AE26BE | 6607 | AS65 | United States Mil |
;;; | AE0943 | 86-0080 | B190 | United States Mil |
;;; | AE4A7B | 168207 | B350 | United States Mil |
;;; | AE1497 | 99-0006 | B703 | United States Mil |
;;; | AE149A | 02-9111 | B703 | United States Mil |
;;; | AE04D7 | 165829 | B737 | United States Mil |
;;; | AE04D8 | 165830 | B737 | United States Mil |
;;; | AE04D9 | 165831 | B737 | United States Mil |
;;; | AE04DA | 165832 | B737 | United States Mil |
;;; | AE0976 | 165833 | B737 | United States Mil |
;;; | AE0977 | 165834 | B737 | United States Mil |
;;; | AE115D | 01-0015 | B737 | United States Mil |
;;; | AE11F6 | 01-0041 | B737 | United States Mil |
;;; | AE1251 | 165835 | B737 | United States Mil |
;;; | AE1252 | 165836 | B737 | United States Mil |
;;; | AE147A | 166693 | B737 | United States Mil |
;;; | AE29FD | 166694 | B737 | United States Mil |
;;; | AE29FE | 166695 | B737 | United States Mil |
;;; | AE5718 | 168980 | B737 | United States Mil |
;;; | ADFDF9 | 92-9000 | B742 | United States Mil |
;;; | ADFEB3 | 73-1676 | B742 | United States Mil |
;;; | 71BC65 | 10001 | B744 | South Korea Mil |
;;; | ADFEB8 | 98-0002 | B752 | United States Mil |
;;; | C87F01 | NZ7572 | B752 | New Zealand Mil |
;;; | ADFE90 | 95-00091 | BE20 | United States Mil |
;;; | ADFE91 | 95-00092 | BE20 | United States Mil |
;;; | ADFE95 | 95-00096 | BE20 | United States Mil |
;;; | ADFECC | 84-00486 | BE20 | United States Mil |
;;; | ADFEDC | 86-00086 | BE20 | United States Mil |
;;; | AE0630 | 84-00172 | BE20 | United States Mil |
;;; | AE06DB | 163559 | BE20 | United States Mil |
;;; | AE08FA | 84-24377 | BE20 | United States Mil |
;;; | AE08FE | 92-13121 | BE20 | United States Mil |
;;; | AE116E | 84-0177 | BE20 | United States Mil |
;;; | 924924 | 163591 | C130 | United States Mil |
;;; | ADFDBF | 93-7312 | C130 | United States Mil |
;;; | ADFE0D | 1701 | C130 | United States Mil |
;;; | ADFE0E | 1702 | C130 | United States Mil |
;;; | ADFE10 | 1704 | C130 | United States Mil |
;;; | ADFE15 | 1709 | C130 | United States Mil |
;;; | ADFE18 | 1712 | C130 | United States Mil |
;;; | AE02CF | 91-9143 | C130 | United States Mil |
;;; | AE02DA | 89-1182 | C130 | United States Mil |
;;; | AE03A0 | 148897 | C130 | United States Mil |
;;; | AE03C9 | 163023 | C130 | United States Mil |
;;; | AE03D4 | 164597 | C130 | United States Mil |
;;; | AE03E7 | 165159 | C130 | United States Mil |
;;; | AE03EB | 165314 | C130 | United States Mil |
;;; | AE03F1 | 165379 | C130 | United States Mil |
;;; | AE0607 | 76-3301 | C130 | United States Mil |
;;; | AE1276 | 73-1580 | C130 | United States Mil |
;;; | AE1278 | 65-0962 | C130 | United States Mil |
;;; | AE12CA | 66-0216 | C130 | United States Mil |
;;; | AE12CB | 66-0219 | C130 | United States Mil |
;;; | AE12CC | 66-0223 | C130 | United States Mil |
;;; | 43C171 | ZZ171 | C17 | United Kingdom Mil |
;;; | 43C208 | ZZ178 | C17 | United Kingdom Mil |
;;; | ADFC4A | 87-0025 | C17 | United States Mil |
;;; | AE07CE | 89-1190 | C17 | United States Mil |
;;; | AE07D1 | 90-0532 | C17 | United States Mil |
;;; | AE07E2 | 94-0068 | C17 | United States Mil |
;;; | AE07E6 | 95-0103 | C17 | United States Mil |
;;; | AE07F5 | 97-0043 | C17 | United States Mil |
;;; | AE07FE | 98-0052 | C17 | United States Mil |
;;; | AE0805 | 99-0059 | C17 | United States Mil |
;;; | AE0810 | 99-0170 | C17 | United States Mil |
;;; | AE10B6 | 01-0187 | C17 | United States Mil |
;;; | AE1177 | 02-1105 | C17 | United States Mil |
;;; | AE117B | 02-1109 | C17 | United States Mil |
;;; | AE1196 | 03-3113 | C17 | United States Mil |
;;; | AE119C | 03-3119 | C17 | United States Mil |
;;; | AE1241 | 04-4136 | C17 | United States Mil |
;;; | AE1448 | 04-4138 | C17 | United States Mil |
;;; | AE1449 | 05-5139 | C17 | United States Mil |
;;; | AE144A | 05-5140 | C17 | United States Mil |
;;; | AE144C | 05-5142 | C17 | United States Mil |
;;; | AE144F | 05-5145 | C17 | United States Mil |
;;; | AE1455 | 05-5151 | C17 | United States Mil |
;;; | AE1458 | 06-6154 | C17 | United States Mil |
;;; | AE1459 | 06-6155 | C17 | United States Mil |
;;; | AE145A | 06-6156 | C17 | United States Mil |
;;; | AE145B | 06-6157 | C17 | United States Mil |
;;; | AE145C | 06-6158 | C17 | United States Mil |
;;; | AE145D | 06-6159 | C17 | United States Mil |
;;; | AE145F | 06-6161 | C17 | United States Mil |
;;; | AE1460 | 06-6162 | C17 | United States Mil |
;;; | AE1461 | 06-6163 | C17 | United States Mil |
;;; | AE1462 | 06-6164 | C17 | United States Mil |
;;; | AE146A | 07-7172 | C17 | United States Mil |
;;; | AE1471 | 07-7179 | C17 | United States Mil |
;;; | AE20C6 | 07-7185 | C17 | United States Mil |
;;; | AE2FA7 | 08-8195 | C17 | United States Mil |
;;; | AE2FAD | 08-8201 | C17 | United States Mil |
;;; | AE49C4 | 09-9208 | C17 | United States Mil |
;;; | AE49C5 | 09-9209 | C17 | United States Mil |
;;; | AE4D69 | 10-0216 | C17 | United States Mil |
;;; | AE4D6A | 10-0217 | C17 | United States Mil |
;;; | AE046C | 162171 | C2 | United States Mil |
;;; | 0D059D | 3205 | C295 | Mexico Mil |
;;; | AE040A | 165738 | C30J | United States Mil |
;;; | AE08DE | 166382 | C30J | United States Mil |
;;; | AE08E2 | 01-1462 | C30J | United States Mil |
;;; | AE1162 | 02-1464 | C30J | United States Mil |
;;; | AE1195 | 166473 | C30J | United States Mil |
;;; | AE1255 | 166511 | C30J | United States Mil |
;;; | AE1256 | 166512 | C30J | United States Mil |
;;; | AE1440 | 05-1466 | C30J | United States Mil |
;;; | AE147F | 166762 | C30J | United States Mil |
;;; | AE1482 | 166765 | C30J | United States Mil |
;;; | AE1525 | 167109 | C30J | United States Mil |
;;; | AE1526 | 167110 | C30J | United States Mil |
;;; | AE1BA9 | 167924 | C30J | United States Mil |
;;; | AE1BEB | 07-1468 | C30J | United States Mil |
;;; | AE2F97 | 168065 | C30J | United States Mil |
;;; | AE2F99 | 168067 | C30J | United States Mil |
;;; | AE2F9E | 168072 | C30J | United States Mil |
;;; | AE2F9F | 168073 | C30J | United States Mil |
;;; | AE4E18 | 11-5727 | C30J | United States Mil |
;;; | AE0571 | 86-0020 | C5 | United States Mil |
;;; | AE04AF | 165741 | C560 | United States Mil |
;;; | AE093F | 165939 | C560 | United States Mil |
;;; | AE1439 | 166714 | C560 | United States Mil |
;;; | C2B373 | 144618 | CL60 | Canada Mil |
;;; | AE0131 | 86-0034 | DC10 | United States Mil |
;;; | AE0211 | 82-0192 | DC10 | United States Mil |
;;; | AE021F | 85-0027 | DC10 | United States Mil |
;;; | AE0226 | 86-0027 | DC10 | United States Mil |
;;; | AE0230 | 87-0117 | DC10 | United States Mil |
;;; | AE0231 | 87-0119 | DC10 | United States Mil |
;;; | AE0235 | 87-0123 | DC10 | United States Mil |
;;; | AE11D8 | 75-0558 | E3TF | United States Mil |
;;; | AE0413 | 164386 | E6 | United States Mil |
;;; | AE0415 | 164388 | E6 | United States Mil |
;;; | AE0417 | 164405 | E6 | United States Mil |
;;; | AE041A | 164408 | E6 | United States Mil |
;;; | AE041C | 164410 | E6 | United States Mil |
;;; | AE1899 | 06-72001 | EC45 | United States Mil |
;;; | AE1FB4 | 10-72165 | EC45 | United States Mil |
;;; | AE1FB6 | 10-72167 | EC45 | United States Mil |
;;; | AE1FF7 | 12-72232 | EC45 | United States Mil |
;;; | AE0357 | 830500 | GLF3 | United States Mil |
;;; | ADFDB1 | 91-00108 | GLF4 | United States Mil |
;;; | AE01BF | 165093 | GLF4 | United States Mil |
;;; | AE10B3 | 01-0065 | GLF5 | United States Mil |
;;; | AE10C1 | 01 | GLF5 | United States Mil |
;;; | AE10C2 | 166375 | GLF5 | United States Mil |
;;; | AE118A | 02-1863 | GLF5 | United States Mil |
;;; | AE1258 | 166376 | GLF5 | United States Mil |
;;; | AE151A | 166377 | GLF5 | United States Mil |
;;; | AE4DDD | 11-0550 | GLF5 | United States Mil |
;;; | AE2906 | 6022 | H60 | United States Mil |
;;; | AE2913 | 6036 | H60 | United States Mil |
;;; | ADFEDF | 62-3558 | K35R | United States Mil |
;;; | AE0149 | 57-1468 | K35R | United States Mil |
;;; | AE014F | 63-8036 | K35R | United States Mil |
;;; | AE015A | 57-2598 | K35R | United States Mil |
;;; | AE015B | 58-0104 | K35R | United States Mil |
;;; | AE015D | 63-8879 | K35R | United States Mil |
;;; | AE023E | 64-14835 | K35R | United States Mil |
;;; | AE0244 | 63-8044 | K35R | United States Mil |
;;; | AE025F | 61-0280 | K35R | United States Mil |
;;; | AE0263 | 61-0324 | K35R | United States Mil |
;;; | AE026C | 62-3516 | K35R | United States Mil |
;;; | AE035D | 58-0063 | K35R | United States Mil |
;;; | AE035F | 58-0085 | K35R | United States Mil |
;;; | AE0364 | 60-0347 | K35R | United States Mil |
;;; | AE0369 | 63-8024 | K35R | United States Mil |
;;; | AE0374 | 57-1508 | K35R | United States Mil |
;;; | AE037C | 63-8026 | K35R | United States Mil |
;;; | AE0382 | 58-0051 | K35R | United States Mil |
;;; | AE038B | 62-3543 | K35R | United States Mil |
;;; | AE0391 | 63-8039 | K35R | United States Mil |
;;; | AE0392 | 63-8880 | K35R | United States Mil |
;;; | AE0394 | 64-14832 | K35R | United States Mil |
;;; | AE0422 | 59-1499 | K35R | United States Mil |
;;; | AE0427 | 61-0290 | K35R | United States Mil |
;;; | AE0481 | 60-0329 | K35R | United States Mil |
;;; | AE0482 | 60-0337 | K35R | United States Mil |
;;; | AE0485 | 62-3521 | K35R | United States Mil |
;;; | AE048D | 64-14836 | K35R | United States Mil |
;;; | AE04BE | 58-0106 | K35R | United States Mil |
;;; | AE04C4 | 59-1475 | K35R | United States Mil |
;;; | AE04C7 | 59-1490 | K35R | United States Mil |
;;; | AE04F5 | 58-0050 | K35R | United States Mil |
;;; | AE0658 | 59-1462 | K35R | United States Mil |
;;; | AE068C | 62-3513 | K35R | United States Mil |
;;; | AE07A9 | 59-1515 | K35R | United States Mil |
;;; | AE07B0 | 61-0284 | K35R | United States Mil |
;;; | AE07B3 | 61-0320 | K35R | United States Mil |
;;; | AE07B4 | 62-3498 | K35R | United States Mil |
;;; | AE0823 | 57-1438 | K35R | United States Mil |
;;; | B18269 | 57-2603 | K35R | United States Mil |
;;; | AE0192 | 84-0125 | LJ35 | United States Mil |
;;; | AE4EB4 | 168430 | P8 | United States Mil |
;;; | AE4EC4 | 168759 | P8 | United States Mil |
;;; | AE01C5 | 64-14843 | R135 | United States Mil |
;;; | AE01CE | 62-4134 | R135 | United States Mil |
;;; | ADFD74 | 91-00507 | SW4 | United States Mil |
;;; | AE094B | 68-10336 | U2 | United States Mil |
;;; | AE5400 | 155481 | V10 | United States Mil |
;;;
;; <-
;; =>
;;; {"type":"html","content":"<span class='clj-nil'>nil</span>","value":"nil"}
;; <=
;; @@
;; @@
;; **
;;; 164408 | E6 | United States Mil |
;;; | AE041C | 164410
;;;
;;; Aircraft [155481](http://www.airport-data.com/aircraft/155481.html), with type `V10`, seems to be a U.S. Navy OV-10D Bronco:
;;;
;;; <img src="http://farm3.static.flickr.com/2305/2536221596_8dc0a7b337.jpg" width=400>
;;;
;;; [164408](http://www.airport-data.com/aircraft/164408.html) is a U.S. Navy [TACAMO/"Doomsday"](http://en.wikipedia.org/wiki/TACAMO) E-6:
;;;
;;; <img src="http://www.fencecheck.com/forums/download/file.php?id=245020&t=1" width=400>
;;;
;;; And so is [164410](http://www.airport-data.com/aircraft/164410.html):
;;;
;;; <img src="https://s-media-cache-ak0.pinimg.com/736x/18/1d/e7/181de7d61d101535a363d56decb982df.jpg" width=400>
;;;
;; **
;; **
;;; ## Find all aircraft that have passed within 1.5 km of my house
;; **
;; @@
(def nearby-reports
(group-by
:icao
(jdbc/query
db
"select * from reports_with_distance_from_me where distance < 1500 order by timestamp asc;")))
;; Convert timestamps into joda timestamps.
(def nearby-reports
(into
{}
(for [[icao reports] nearby-reports]
[icao
(map
(fn [report] (assoc report :timestamp (timecoerce/from-sql-time (:timestamp report))))
reports)])))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#'mirthful-iceberg/nearby-reports</span>","value":"#'mirthful-iceberg/nearby-reports"}
;; <=
;; @@
(def tracks (mapcat (fn [[icao reports]] (log2kml/partition-sessions 300 reports)) nearby-reports))
(def tracks (filter (fn [track]
(every? #(and (> (Math/abs (:lat %)) 0.0)
(> (Math/abs (:lon %)) 0.0))
track))
tracks))
(def nearby-tracks
(map
(fn [track]
(map
(fn [report]
[(:lat report) (:lon report)])
track))
tracks))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#'mirthful-iceberg/nearby-tracks</span>","value":"#'mirthful-iceberg/nearby-tracks"}
;; <=
;; **
;;; ## Whoa
;; **
;; @@
(apply lg/geo :width 800 :height 800 :opacity 0.5 (map (fn [t] [:line t]) nearby-tracks))
;; @@
;; =>
;;; {"type":"html","content":"<div>\n<div id='ed63691c-7e59-4ff0-a3c5-6b63e8a4c6c6' style='height: 800px; width: 800px;'></div>\n<script type='text/javascript'>\n$(function () {\n var cachedScript = function(url, options) {\n // Allow user to set any option except for dataType, cache, and url\n options = $.extend( options || {}, {\n dataType: 'script',\n cache: true,\n url: url\n });\n\n // Use $.ajax() since it is more flexible than $.getScript\n // Return the jqXHR object so we can chain callbacks\n return jQuery.ajax(options);\n };\n var createMap = function() {\n var map = L.map('ed63691c-7e59-4ff0-a3c5-6b63e8a4c6c6')\n L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png')\n .addTo(map);\n var geoJsons = [{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19479,34.1412],[-118.19467,34.14093]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17629,34.1331],[-118.17629,34.1331],[-118.17808,34.13329],[-118.17808,34.13329],[-118.18341,34.13383],[-118.18394,34.13392],[-118.1852,34.13406],[-118.18565,34.1341],[-118.1875,34.13434],[-118.18834,34.13443],[-118.18935,34.13457],[-118.1912,34.1348],[-118.19204,34.13489],[-118.19204,34.13489],[-118.19434,34.13521],[-118.19578,34.13541],[-118.19578,34.13541],[-118.20185,34.1362],[-118.20271,34.13634],[-118.20271,34.13634],[-118.20527,34.13667],[-118.20667,34.13686],[-118.20711,34.1369]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20555,34.13782],[-118.20511,34.13778],[-118.20331,34.13768],[-118.20288,34.13764],[-118.20202,34.13759],[-118.20202,34.13759],[-118.19753,34.13741],[-118.1968,34.13741],[-118.1968,34.13741],[-118.19361,34.13727],[-118.19316,34.13722],[-118.19176,34.13718],[-118.19092,34.13713],[-118.19046,34.13713],[-118.19046,34.13713],[-118.188,34.13699],[-118.1872,34.13699],[-118.18643,34.13695],[-118.18262,34.13676],[-118.18128,34.13672],[-118.18033,34.13666],[-118.17696,34.13649],[-118.17656,34.13648],[-118.17656,34.13648],[-118.17656,34.13648]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20665,34.13652],[-118.20258,34.13525],[-118.20258,34.13525],[-118.20258,34.13525],[-118.19996,34.13443],[-118.19647,34.1334],[-118.19395,34.13266],[-118.19395,34.13266],[-118.19241,34.13219],[-118.19125,34.13187],[-118.19125,34.13187],[-118.19125,34.13187],[-118.18851,34.13108],[-118.18851,34.13108],[-118.18851,34.13108],[-118.18462,34.12996],[-118.18318,34.12958],[-118.18318,34.12958],[-118.17873,34.12828],[-118.17786,34.12802]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1809,34.12512],[-118.18182,34.1254],[-118.18262,34.12564],[-118.1843,34.12619],[-118.1843,34.12619],[-118.18649,34.12688],[-118.18649,34.12688],[-118.188,34.12735],[-118.18834,34.12747],[-118.19029,34.1281],[-118.19406,34.12926],[-118.1951,34.12959],[-118.1951,34.12959],[-118.19686,34.13013],[-118.19733,34.13029],[-118.19871,34.13072],[-118.20007,34.13112],[-118.20056,34.13127],[-118.20151,34.13159],[-118.2028,34.13196],[-118.2028,34.13196],[-118.2028,34.13196],[-118.2028,34.13196],[-118.2028,34.13196],[-118.2028,34.13196],[-118.2028,34.13196]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20701,34.13672],[-118.20622,34.13635],[-118.20622,34.13635],[-118.20622,34.13635],[-118.20385,34.13531],[-118.20053,34.13396],[-118.19961,34.13365],[-118.19921,34.13345],[-118.19921,34.13345],[-118.19921,34.13345],[-118.19641,34.13246],[-118.19567,34.13219],[-118.19567,34.13219],[-118.19355,34.1315],[-118.19258,34.13122],[-118.19181,34.131],[-118.19052,34.13056],[-118.18924,34.13017],[-118.18924,34.13017],[-118.18924,34.13017],[-118.18924,34.13017],[-118.18924,34.13017],[-118.18462,34.12889],[-118.18419,34.12875],[-118.18325,34.12847],[-118.18233,34.12824],[-118.18148,34.128],[-118.18148,34.128],[-118.1801,34.12766],[-118.1801,34.12766]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19103,34.13374],[-118.18643,34.13228],[-118.18464,34.1315],[-118.18464,34.1315],[-118.18228,34.13066]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18066,34.13498],[-118.18066,34.13498],[-118.18268,34.13503],[-118.18335,34.13507],[-118.18548,34.13513],[-118.18599,34.13512],[-118.18731,34.13517],[-118.18868,34.13521],[-118.19075,34.13527],[-118.19142,34.1353],[-118.19286,34.13531],[-118.19389,34.13535],[-118.19515,34.13541],[-118.19636,34.13544],[-118.19813,34.1355],[-118.19877,34.13553],[-118.19877,34.13553],[-118.20322,34.13564],[-118.20398,34.13567],[-118.20539,34.13573],[-118.2065,34.13576],[-118.20774,34.13578]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19843,34.12349],[-118.19843,34.12349],[-118.19843,34.12349],[-118.19843,34.12349],[-118.19843,34.12349],[-118.19843,34.12349],[-118.19843,34.12349],[-118.19843,34.12349]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17853,34.12761],[-118.1801,34.12816],[-118.18279,34.12894],[-118.18279,34.12894],[-118.19075,34.13131]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17896,34.12679],[-118.17896,34.12679],[-118.17896,34.12679],[-118.18571,34.12894],[-118.18615,34.12907],[-118.19,34.13029],[-118.19,34.13029],[-118.19,34.13029],[-118.19,34.13029],[-118.19,34.13029],[-118.19518,34.13196],[-118.19636,34.13232],[-118.20146,34.13397],[-118.20219,34.1342],[-118.20258,34.13434],[-118.20403,34.1348],[-118.20403,34.1348],[-118.20403,34.1348],[-118.20826,34.13615]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19939,34.12502],[-118.19882,34.125],[-118.19686,34.12482],[-118.19538,34.1247],[-118.19484,34.12463],[-118.19484,34.12463],[-118.19281,34.12447],[-118.19281,34.12447],[-118.18817,34.12408],[-118.18485,34.12377],[-118.18251,34.12358],[-118.18251,34.12358],[-118.18251,34.12358]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2051,34.1413],[-118.20465,34.14118],[-118.20336,34.14084],[-118.20242,34.14062],[-118.20202,34.14047],[-118.20024,34.14001],[-118.1995,34.13983],[-118.1995,34.13983],[-118.19389,34.13837],[-118.19309,34.1382],[-118.19223,34.13797],[-118.19181,34.13786],[-118.18834,34.13704],[-118.18716,34.13676],[-118.18632,34.13658],[-118.18554,34.13638],[-118.18554,34.13638],[-118.18554,34.13638],[-118.18335,34.13589],[-118.18262,34.13573],[-118.18262,34.13573],[-118.17819,34.1347],[-118.1773,34.13452]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18044,34.12454],[-118.17976,34.12582],[-118.17948,34.12601],[-118.17786,34.12839],[-118.17786,34.12875],[-118.17685,34.13022]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17953,34.13215],[-118.17953,34.13215],[-118.1824,34.1331]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19798,34.14395],[-118.19714,34.14381],[-118.19714,34.14381],[-118.19551,34.14345],[-118.19551,34.14345],[-118.19349,34.14304],[-118.1931,34.14299],[-118.19269,34.1429],[-118.19193,34.14276],[-118.19193,34.14276],[-118.18714,34.14188],[-118.18634,34.14174],[-118.18542,34.14157],[-118.18542,34.14157],[-118.18422,34.14136],[-118.18342,34.14123],[-118.18228,34.14104],[-118.18228,34.14104]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20688,34.13745],[-118.2058,34.13708],[-118.20538,34.13695],[-118.20442,34.13666],[-118.20442,34.13666],[-118.20174,34.1358],[-118.20174,34.1358],[-118.20174,34.1358],[-118.19818,34.13471],[-118.19818,34.13471],[-118.19258,34.13303],[-118.19221,34.13287],[-118.19137,34.13264],[-118.19,34.13229],[-118.18638,34.13127],[-118.18554,34.13104],[-118.18451,34.1308],[-118.18408,34.13068],[-118.18279,34.13038],[-118.17909,34.12949],[-118.17836,34.1293],[-118.17713,34.12898],[-118.17713,34.12898]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19801,34.14211],[-118.18329,34.13654],[-118.18279,34.13617],[-118.18133,34.13567],[-118.18055,34.13525]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18369,34.12834],[-118.18402,34.12839],[-118.18772,34.12935],[-118.18834,34.12949],[-118.18935,34.12994],[-118.18968,34.13004],[-118.19103,34.1304],[-118.19204,34.13077],[-118.19249,34.13095],[-118.194,34.13132],[-118.194,34.13132],[-118.194,34.13132],[-118.20275,34.13351],[-118.20336,34.13379],[-118.2042,34.13397],[-118.20419,34.13401],[-118.20706,34.1348],[-118.20705,34.1348]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20751,34.13759],[-118.20425,34.13191],[-118.20314,34.13004],[-118.20208,34.12814],[-118.19877,34.12248]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20342,34.14363],[-118.2019,34.14323],[-118.20101,34.14299],[-118.20101,34.14299],[-118.1991,34.14248],[-118.19767,34.14206],[-118.19664,34.14178],[-118.19613,34.14166],[-118.19613,34.14166],[-118.1904,34.14001],[-118.18943,34.13974],[-118.1884,34.13947],[-118.1876,34.13922],[-118.1876,34.13922],[-118.1876,34.13922],[-118.1847,34.13837],[-118.17936,34.13676],[-118.17887,34.13658],[-118.17741,34.1361],[-118.1769,34.13594],[-118.1769,34.13594],[-118.1769,34.13594]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18324,34.12285],[-118.18371,34.12293],[-118.18594,34.12321],[-118.18638,34.12326],[-118.18777,34.12349],[-118.18869,34.12358],[-118.19008,34.12376],[-118.19057,34.12386],[-118.19057,34.12386],[-118.19372,34.12428],[-118.19372,34.12428],[-118.19687,34.1247],[-118.20269,34.12555],[-118.20269,34.12555],[-118.20269,34.12555],[-118.20517,34.12591]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20325,34.12404]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20235,34.13818],[-118.20236,34.1382],[-118.20236,34.1382]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18464,34.14537],[-118.18462,34.14537]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17913,34.14043],[-118.17913,34.14043],[-118.18021,34.14061],[-118.18173,34.14088],[-118.18173,34.14088],[-118.18542,34.14155],[-118.18621,34.14171],[-118.18663,34.14178],[-118.18963,34.14235],[-118.19166,34.14271],[-118.19166,34.14271],[-118.19378,34.14313],[-118.19464,34.14327],[-118.19501,34.14336],[-118.1963,34.1436],[-118.1963,34.1436],[-118.20101,34.1445]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20517,34.13638],[-118.20398,34.13603],[-118.20145,34.13527],[-118.20112,34.13512],[-118.19904,34.13452],[-118.19871,34.13443],[-118.19776,34.13411],[-118.19693,34.13387],[-118.19693,34.13387],[-118.19693,34.13387],[-118.19019,34.13182],[-118.18932,34.13154],[-118.18932,34.13154],[-118.18932,34.13154],[-118.18671,34.13077],[-118.18268,34.12954],[-118.19103,34.13205],[-118.19103,34.13205],[-118.17797,34.12811],[-118.17797,34.12811]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20359,34.13104],[-118.20359,34.13104],[-118.20359,34.13104],[-118.18806,34.12683],[-118.18374,34.12564]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18193,34.12717]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19002,34.14075],[-118.19183,34.14113],[-118.19183,34.14113],[-118.19864,34.14271]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17741,34.13615],[-118.17881,34.13622],[-118.17999,34.13624],[-118.17999,34.13624],[-118.18256,34.13629],[-118.18475,34.13635],[-118.18475,34.13635],[-118.18754,34.13638],[-118.18957,34.13644],[-118.19344,34.13652],[-118.1955,34.13657],[-118.19675,34.13658],[-118.1983,34.13662],[-118.19905,34.13663],[-118.20105,34.13666],[-118.20162,34.13667],[-118.20431,34.13672],[-118.20431,34.13672]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19052,34.14169],[-118.19764,34.14102],[-118.19764,34.14102],[-118.20297,34.14052],[-118.20387,34.14034],[-118.20385,34.14034]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20712,34.13626],[-118.20654,34.13606],[-118.20622,34.13589],[-118.20488,34.13545],[-118.20151,34.1342],[-118.20062,34.13388],[-118.20062,34.13388],[-118.19681,34.13252],[-118.19681,34.13252],[-118.19681,34.13252],[-118.19479,34.13182],[-118.19338,34.13132],[-118.19148,34.13068],[-118.19148,34.13068],[-118.19019,34.13026],[-118.19019,34.13026],[-118.19019,34.13026],[-118.19019,34.13026],[-118.1866,34.12907],[-118.18498,34.12857],[-118.18445,34.12838],[-118.18408,34.12825],[-118.17993,34.12693],[-118.17993,34.12693],[-118.17915,34.12669],[-118.17915,34.12669]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2062,34.13494],[-118.20583,34.1348],[-118.20583,34.1348],[-118.20425,34.13434],[-118.20314,34.13397],[-118.20314,34.13397],[-118.20047,34.13317],[-118.20005,34.13301],[-118.19854,34.13255],[-118.19854,34.13255],[-118.19854,34.13255],[-118.19518,34.13155],[-118.19518,34.13155],[-118.19361,34.13104],[-118.19361,34.13104],[-118.19361,34.13104],[-118.19361,34.13104],[-118.1896,34.12977],[-118.18873,34.12949],[-118.18873,34.12949],[-118.18873,34.12949],[-118.18873,34.12949],[-118.18411,34.128],[-118.18358,34.12784],[-118.18205,34.12735],[-118.18122,34.12711],[-118.17919,34.12642],[-118.17919,34.12642]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19781,34.1451],[-118.19658,34.14486],[-118.19518,34.14464],[-118.19143,34.14402],[-118.19143,34.14402],[-118.19143,34.14402],[-118.18739,34.1434],[-118.18468,34.14295],[-118.18318,34.14272],[-118.18318,34.14272],[-118.18022,34.14225],[-118.18022,34.14225]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17803,34.13297],[-118.18083,34.13379],[-118.18111,34.13383],[-118.18251,34.1342],[-118.18251,34.1342],[-118.18582,34.13516],[-118.18743,34.13555],[-118.18743,34.13555],[-118.18743,34.13555],[-118.18743,34.13555],[-118.1926,34.13713],[-118.19282,34.13713],[-118.19281,34.13713],[-118.19445,34.13763],[-118.19703,34.13855],[-118.1977,34.13887],[-118.19787,34.13882],[-118.19854,34.13892],[-118.19854,34.13892],[-118.20039,34.13947],[-118.20095,34.1396],[-118.20095,34.1396],[-118.20246,34.13992],[-118.20336,34.13997],[-118.20336,34.13997]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18217,34.14217],[-118.18313,34.14253],[-118.18425,34.14276],[-118.18554,34.1429],[-118.18554,34.1429],[-118.18812,34.14349],[-118.18901,34.14363],[-118.18897,34.14365],[-118.1949,34.14505]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18565,34.14249],[-118.18442,34.14272],[-118.18296,34.14326],[-118.18206,34.14354],[-118.17747,34.13461],[-118.18156,34.13805],[-118.1838,34.13795],[-118.1838,34.13795],[-118.18873,34.13878],[-118.18954,34.1389],[-118.19064,34.13924],[-118.1926,34.13956],[-118.1935,34.13969],[-118.1949,34.13979],[-118.19854,34.14093],[-118.20162,34.14143],[-118.20409,34.14194],[-118.20408,34.14192],[-118.20408,34.14192],[-118.20408,34.14192]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1884,34.12184],[-118.18812,34.12262],[-118.18811,34.12265],[-118.18677,34.1255],[-118.1868,34.12554],[-118.18714,34.12875],[-118.18873,34.13123],[-118.18935,34.13177],[-118.19041,34.13255],[-118.1904,34.13257],[-118.19495,34.13484],[-118.19636,34.13525],[-118.19764,34.13553],[-118.19801,34.13564],[-118.19801,34.13564],[-118.19801,34.13564],[-118.20532,34.13626],[-118.20534,34.13629]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20544,34.14157],[-118.20437,34.14107],[-118.20331,34.14056],[-118.2005,34.13919],[-118.19977,34.13887],[-118.19882,34.13837],[-118.19781,34.13782],[-118.19781,34.13782],[-118.19428,34.13594],[-118.19355,34.13553],[-118.19193,34.13466],[-118.19193,34.13466],[-118.19081,34.13406],[-118.1884,34.13301],[-118.18789,34.13264],[-118.18599,34.13182],[-118.18397,34.13086],[-118.18324,34.13049],[-118.181,34.12949],[-118.18077,34.12926],[-118.17831,34.12825]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18492,34.14537],[-118.1889,34.14638],[-118.1889,34.14638]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18182,34.13596]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20642,34.13876],[-118.20642,34.13876]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18228,34.1294],[-118.18503,34.13022],[-118.1868,34.13075],[-118.18784,34.13109],[-118.1884,34.13126],[-118.1903,34.13177],[-118.1916,34.13215],[-118.19282,34.13237],[-118.19332,34.13243],[-118.19456,34.13264],[-118.1959,34.1328],[-118.19703,34.13287],[-118.19703,34.13287],[-118.20288,34.13266],[-118.2042,34.13251],[-118.20557,34.13233],[-118.20672,34.13214]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18302,34.13773],[-118.18223,34.13777],[-118.18133,34.13763],[-118.17965,34.13782],[-118.17965,34.13783]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20493,34.13649],[-118.20493,34.13649],[-118.20297,34.13594],[-118.20297,34.13594],[-118.20297,34.13594],[-118.20101,34.13539],[-118.20053,34.13522],[-118.19972,34.13498],[-118.19887,34.13475],[-118.19887,34.13475],[-118.19887,34.13475],[-118.19445,34.13351],[-118.1935,34.13324],[-118.19269,34.13299],[-118.19269,34.13299],[-118.18856,34.13177],[-118.18806,34.13164],[-118.18708,34.13136],[-118.18627,34.13109],[-118.18627,34.13109],[-118.18627,34.13109],[-118.18363,34.13036],[-118.18285,34.1301],[-118.18285,34.1301],[-118.18119,34.12959],[-118.18119,34.12959],[-118.18038,34.12935],[-118.17875,34.12889]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18727,34.12257],[-118.18621,34.1223]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19263,34.1469],[-118.1935,34.14688],[-118.19501,34.14688]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17814,34.12994],[-118.17971,34.13017],[-118.18038,34.13017],[-118.18436,34.13036],[-118.18434,34.13038],[-118.1861,34.13054],[-118.18879,34.13118],[-118.18935,34.13132],[-118.18985,34.13136],[-118.19271,34.13205],[-118.19372,34.13251],[-118.19905,34.13438],[-118.19955,34.13443],[-118.1995,34.13443]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18907,34.12093],[-118.18957,34.12148],[-118.18954,34.12149],[-118.19165,34.12399],[-118.19125,34.125],[-118.18997,34.12788],[-118.18901,34.12816],[-118.18784,34.12866],[-118.18722,34.12862],[-118.18554,34.1293],[-118.18453,34.12953],[-118.18419,34.13008],[-118.18419,34.13008],[-118.18313,34.13045],[-118.18296,34.13127],[-118.18189,34.13182],[-118.1815,34.13242],[-118.18016,34.13338],[-118.17836,34.13475],[-118.17707,34.13553],[-118.17657,34.13594]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1787,34.14111],[-118.17948,34.14079],[-118.18173,34.14047],[-118.18173,34.14047],[-118.18447,34.14079],[-118.18537,34.14116],[-118.18795,34.14125],[-118.1903,34.14143],[-118.1912,34.14143],[-118.19198,34.14143],[-118.19305,34.14157],[-118.19304,34.14155],[-118.20213,34.14253]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17982,34.138],[-118.18072,34.13791],[-118.18161,34.13786],[-118.18497,34.13797],[-118.1852,34.13786]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20275,34.13695],[-118.20271,34.13694],[-118.19832,34.13562],[-118.1983,34.13564],[-118.18952,34.13278],[-118.18767,34.13214],[-118.18643,34.13173],[-118.1843,34.13104],[-118.18346,34.13081],[-118.17853,34.12903]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19064,34.12221],[-118.19064,34.12221],[-118.19647,34.1244]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2074,34.13544],[-118.2074,34.13545],[-118.20594,34.13498],[-118.20591,34.13499],[-118.19602,34.13191],[-118.19495,34.13155],[-118.1912,34.13036],[-118.1912,34.13036],[-118.18422,34.12814]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20757,34.13029],[-118.20757,34.13029],[-118.1898,34.13553],[-118.1898,34.13553]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20127,34.14206]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20608,34.13098],[-118.20527,34.13081],[-118.20527,34.13081],[-118.20527,34.13081],[-118.20311,34.13038],[-118.20224,34.13022],[-118.20139,34.13005],[-118.20139,34.13005],[-118.20139,34.13005],[-118.19635,34.12903],[-118.19546,34.12889],[-118.19166,34.1281],[-118.19166,34.1281],[-118.18995,34.12777],[-118.18946,34.12766],[-118.18863,34.12749],[-118.18784,34.12733],[-118.18365,34.12647],[-118.18279,34.12628],[-118.181,34.12592]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20105,34.13136],[-118.19518,34.12976],[-118.19439,34.12953],[-118.1926,34.12903],[-118.19181,34.12875],[-118.1912,34.12848],[-118.19019,34.1283],[-118.18935,34.12802],[-118.18862,34.12775],[-118.18761,34.12738],[-118.18761,34.12738],[-118.18604,34.12683],[-118.1852,34.12665],[-118.18442,34.12637],[-118.18358,34.1261],[-118.18358,34.1261]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17915,34.12976],[-118.18156,34.13049],[-118.18159,34.13052],[-118.18358,34.13123],[-118.18358,34.13123],[-118.18358,34.13123],[-118.19304,34.13424]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19183,34.12167],[-118.19183,34.12167],[-118.19389,34.12189],[-118.19847,34.12242],[-118.19847,34.12242],[-118.19933,34.12248]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20734,34.13264],[-118.20654,34.13233],[-118.20628,34.13223],[-118.20259,34.13094],[-118.20259,34.13094],[-118.19859,34.12977],[-118.19832,34.12971],[-118.19738,34.12945],[-118.19738,34.12945],[-118.19738,34.12945],[-118.19518,34.12875],[-118.19518,34.12875],[-118.19223,34.12791],[-118.19223,34.12791],[-118.19223,34.12791],[-118.19223,34.12791],[-118.18666,34.12633],[-118.18615,34.12619],[-118.18615,34.12619],[-118.18296,34.1253],[-118.18251,34.12518],[-118.18171,34.12498],[-118.18128,34.12486],[-118.18128,34.12486]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20695,34.1282],[-118.20482,34.12839],[-118.20291,34.12784],[-118.20291,34.12784],[-118.20118,34.12788],[-118.1987,34.12786],[-118.19715,34.12763],[-118.19406,34.12779],[-118.19322,34.1277],[-118.1921,34.12788],[-118.19125,34.12788],[-118.18907,34.1283],[-118.18909,34.12828],[-118.18733,34.12885],[-118.18576,34.12976],[-118.1847,34.13026],[-118.18369,34.1304],[-118.18313,34.13068],[-118.18314,34.13066],[-118.17606,34.13342]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17959,34.12786],[-118.17999,34.12798],[-118.18766,34.13042],[-118.18834,34.13063],[-118.18874,34.13075],[-118.19361,34.13237],[-118.19361,34.13237],[-118.19361,34.13237],[-118.1987,34.13406],[-118.19966,34.13438],[-118.19966,34.13438],[-118.20379,34.13569],[-118.20454,34.13594],[-118.20494,34.13601],[-118.20628,34.13644],[-118.20665,34.13657],[-118.20729,34.13672],[-118.20729,34.13672],[-118.20729,34.13672]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20101,34.13489],[-118.2003,34.13466],[-118.19983,34.13457],[-118.19888,34.13425],[-118.19888,34.13425],[-118.19807,34.13406],[-118.19807,34.13406],[-118.1963,34.13356],[-118.19557,34.13333],[-118.19557,34.13333],[-118.19252,34.13247],[-118.19142,34.13219],[-118.19109,34.1321],[-118.18845,34.13136],[-118.18737,34.13108],[-118.18649,34.13081],[-118.18148,34.1294],[-118.17976,34.12889],[-118.17896,34.12866],[-118.17896,34.12866],[-118.1778,34.12834]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20729,34.13635],[-118.20694,34.13624],[-118.20694,34.13624],[-118.20493,34.13562],[-118.20368,34.13522],[-118.20286,34.13498],[-118.20208,34.13471],[-118.20106,34.13438],[-118.20106,34.13438],[-118.1991,34.13374],[-118.1991,34.13374],[-118.19435,34.13215],[-118.19389,34.132],[-118.19389,34.132],[-118.19201,34.1314],[-118.19201,34.1314],[-118.18705,34.12971],[-118.18565,34.12926],[-118.18565,34.12926],[-118.18422,34.1288],[-118.1838,34.12862],[-118.1838,34.12862],[-118.1838,34.12862]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20712,34.13452],[-118.20602,34.13424],[-118.20602,34.13424],[-118.20465,34.13387],[-118.20241,34.13324],[-118.20241,34.13324],[-118.20241,34.13324],[-118.19984,34.13252],[-118.19933,34.13237],[-118.19933,34.13237],[-118.19933,34.13237],[-118.19512,34.13123],[-118.19418,34.13094],[-118.19002,34.12981],[-118.1896,34.12973],[-118.18486,34.12839],[-118.1838,34.12811],[-118.18039,34.12717]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2078,34.13294],[-118.2078,34.13294],[-118.2005,34.13109],[-118.2005,34.13109],[-118.19864,34.13066],[-118.19864,34.13066],[-118.19664,34.13017],[-118.19664,34.13017],[-118.19378,34.12954],[-118.19378,34.12954],[-118.19075,34.12894],[-118.18989,34.12875],[-118.1894,34.12866],[-118.18674,34.1281],[-118.18674,34.1281],[-118.1843,34.12761],[-118.18382,34.12749],[-118.18382,34.12749],[-118.18201,34.12711],[-118.17919,34.12647],[-118.17919,34.12647]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20482,34.1362],[-118.20437,34.13608],[-118.20168,34.13531],[-118.2003,34.13489],[-118.19428,34.13315],[-118.19428,34.13315],[-118.19428,34.13315],[-118.19132,34.13229],[-118.1903,34.132],[-118.18972,34.13182],[-118.18879,34.13155],[-118.18789,34.13127],[-118.18694,34.131],[-118.18336,34.12996],[-118.18234,34.12967],[-118.17822,34.12842],[-118.17822,34.12842]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18044,34.1293],[-118.18044,34.1293],[-118.18044,34.1293],[-118.18428,34.13052],[-118.18428,34.13052],[-118.18531,34.13086],[-118.18531,34.13086],[-118.18668,34.13126],[-118.18694,34.13136],[-118.18694,34.13136],[-118.18694,34.13136],[-118.19086,34.13261],[-118.19086,34.13261],[-118.19361,34.13347],[-118.19389,34.13359],[-118.19475,34.13382],[-118.19535,34.13402],[-118.19535,34.13402],[-118.1967,34.13443],[-118.1986,34.13503],[-118.1986,34.13503],[-118.20002,34.1355],[-118.20067,34.13576],[-118.20067,34.13576],[-118.20162,34.13626],[-118.20162,34.13626],[-118.20162,34.13626],[-118.20303,34.13731],[-118.20316,34.13745],[-118.20426,34.13887],[-118.20454,34.13946],[-118.20465,34.13969],[-118.20465,34.13969]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20843,34.1335],[-118.20801,34.13338],[-118.20597,34.13275],[-118.20597,34.13275],[-118.20359,34.13205],[-118.20275,34.13177],[-118.20202,34.13159],[-118.20202,34.13159],[-118.19865,34.13054],[-118.19595,34.12968],[-118.19338,34.12889],[-118.18896,34.12761],[-118.18754,34.12721],[-118.18632,34.12688],[-118.18632,34.12688],[-118.18142,34.12558],[-118.18142,34.12558],[-118.18016,34.12523]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20225,34.14225],[-118.19994,34.14189],[-118.19832,34.14162],[-118.19832,34.14162],[-118.19635,34.14136],[-118.19456,34.14107],[-118.19412,34.14099],[-118.19412,34.14099],[-118.19249,34.14075],[-118.1868,34.14006],[-118.1868,34.14006],[-118.18173,34.13947],[-118.1809,34.13936],[-118.17993,34.13922]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19759,34.13283],[-118.19759,34.13283],[-118.19759,34.13283]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19165,34.14372]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17976,34.12564],[-118.18397,34.1261],[-118.18399,34.1261]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19715,34.14285],[-118.19046,34.14188],[-118.18582,34.14148],[-118.18503,34.14139],[-118.1838,34.14148]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19687,34.13908],[-118.19687,34.13908],[-118.17701,34.13811]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18072,34.13091],[-118.17965,34.13113],[-118.17864,34.13127]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18587,34.12335],[-118.18188,34.12675]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19977,34.13869],[-118.19764,34.13791],[-118.1954,34.13713]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1843,34.12802],[-118.18486,34.12807],[-118.18649,34.12793],[-118.18991,34.12761],[-118.19103,34.12747],[-118.1949,34.12697],[-118.1949,34.12697],[-118.1949,34.12697],[-118.19938,34.12614],[-118.19939,34.12614],[-118.20168,34.12596],[-118.20325,34.1256],[-118.20347,34.12573]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20314,34.13438],[-118.20045,34.13374],[-118.20045,34.13374]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18468,34.12367],[-118.19921,34.12763]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19282,34.12239],[-118.19286,34.12242],[-118.18004,34.1375],[-118.18055,34.13754],[-118.1805,34.13755],[-118.1805,34.13755],[-118.19715,34.14258],[-118.20101,34.14368],[-118.20105,34.14369],[-118.20105,34.14369],[-118.20105,34.14369]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20134,34.14487],[-118.20134,34.14487],[-118.20134,34.14487]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17616,34.13387],[-118.19801,34.12237]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20218,34.14221],[-118.20218,34.14221],[-118.19973,34.14225],[-118.19938,34.14226],[-118.19801,34.1423],[-118.19801,34.1423],[-118.19378,34.14244],[-118.19378,34.14244],[-118.1916,34.14253],[-118.1912,34.14253],[-118.1904,34.14253],[-118.1904,34.14253],[-118.1876,34.14262],[-118.18205,34.14285],[-118.18167,34.14285],[-118.18038,34.1429]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20162,34.1429],[-118.20162,34.14285],[-118.19994,34.14221],[-118.19955,34.14198],[-118.19955,34.14198],[-118.19692,34.14079],[-118.19692,34.14079],[-118.19434,34.13956],[-118.19064,34.13832],[-118.19002,34.13837],[-118.18604,34.1369],[-118.18481,34.13676],[-118.18363,34.13631],[-118.17926,34.13525],[-118.17797,34.13475]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18436,34.14047],[-118.18587,34.14052],[-118.18694,34.14061],[-118.18968,34.14075]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18863,34.13066],[-118.18341,34.1293],[-118.18212,34.12894],[-118.18027,34.12843],[-118.18027,34.12842]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18335,34.12267],[-118.18576,34.1234],[-118.18666,34.12358],[-118.18772,34.12408],[-118.18771,34.12409],[-118.1894,34.12445],[-118.19047,34.12473],[-118.19142,34.12514],[-118.19142,34.12514],[-118.19305,34.1255],[-118.19501,34.12619],[-118.19504,34.12619],[-118.19647,34.12646],[-118.19759,34.12669],[-118.19781,34.12697],[-118.19778,34.12698],[-118.20129,34.12779],[-118.20246,34.12807],[-118.20359,34.12834],[-118.20499,34.12866],[-118.20605,34.12889],[-118.20602,34.12889]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18823,34.14212],[-118.18823,34.14212],[-118.18823,34.14212],[-118.18823,34.14212],[-118.18823,34.14212]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18447,34.1228],[-118.18447,34.1228],[-118.18655,34.12386],[-118.18812,34.12468],[-118.18869,34.12498],[-118.18985,34.12555],[-118.19235,34.12684],[-118.19235,34.12684],[-118.19418,34.12777],[-118.19418,34.12777],[-118.19418,34.12777],[-118.19418,34.12777],[-118.20157,34.1315],[-118.20202,34.13173],[-118.20373,34.13257],[-118.20534,34.13336],[-118.20577,34.13361],[-118.20688,34.13415],[-118.20688,34.13415],[-118.20688,34.13415],[-118.20688,34.13415],[-118.20688,34.13415],[-118.20688,34.13415]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19183,34.14704],[-118.18968,34.14684],[-118.18926,34.14681]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20639,34.13791],[-118.20443,34.13795],[-118.2042,34.13777],[-118.19927,34.13676],[-118.19798,34.13622],[-118.19731,34.13608],[-118.19731,34.13608],[-118.19675,34.13722],[-118.19675,34.13722],[-118.19664,34.13787],[-118.20129,34.13512],[-118.20011,34.13521],[-118.20013,34.13522]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18184,34.12569],[-118.18458,34.12633],[-118.18744,34.12724],[-118.19204,34.12839],[-118.19316,34.12871],[-118.19406,34.12903],[-118.19407,34.12903],[-118.19966,34.1304],[-118.19966,34.1304],[-118.20667,34.13237],[-118.20665,34.13233],[-118.20665,34.13233]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20745,34.13681],[-118.2023,34.13559],[-118.19933,34.13494],[-118.19714,34.13448],[-118.19635,34.13434],[-118.19462,34.13397],[-118.19304,34.13368],[-118.19238,34.13356],[-118.19023,34.13317],[-118.19023,34.13317],[-118.18559,34.13237],[-118.17959,34.1315],[-118.17959,34.1315],[-118.17959,34.1315]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19731,34.14212],[-118.19731,34.14212],[-118.19731,34.14212]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1824,34.13072],[-118.18239,34.1307],[-118.18531,34.13173],[-118.18531,34.13173],[-118.18688,34.13219],[-118.18935,34.1331],[-118.19013,34.13329],[-118.19075,34.13347],[-118.19529,34.13512],[-118.20174,34.13699],[-118.20308,34.13741],[-118.20701,34.13878]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18537,34.14113],[-118.20157,34.14175],[-118.20157,34.14175]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18705,34.12285],[-118.18708,34.12284],[-118.18268,34.12335]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19069,34.1212],[-118.19148,34.12207],[-118.19215,34.1223],[-118.19535,34.12285],[-118.19686,34.1228],[-118.19686,34.1228],[-118.19574,34.12079],[-118.19591,34.12125],[-118.1963,34.12167],[-118.19669,34.12349],[-118.19776,34.12367],[-118.19778,34.12367],[-118.19778,34.12367],[-118.19778,34.12367],[-118.19507,34.12102]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20786,34.13778],[-118.20588,34.13722],[-118.20588,34.13722],[-118.20588,34.13722],[-118.20588,34.13722],[-118.20588,34.13722],[-118.20047,34.13596],[-118.19983,34.13585],[-118.19983,34.13585],[-118.19864,34.13564],[-118.19798,34.13548],[-118.19798,34.13548],[-118.1971,34.13531],[-118.19641,34.13521],[-118.19535,34.13503],[-118.19401,34.13475],[-118.19305,34.13457],[-118.19204,34.13434],[-118.19204,34.13434],[-118.1908,34.13406],[-118.1908,34.13406],[-118.1908,34.13406],[-118.1908,34.13406],[-118.18862,34.13351],[-118.18771,34.13331],[-118.18761,34.13324],[-118.18761,34.13324],[-118.18428,34.13233],[-118.18428,34.13233],[-118.18428,34.13233],[-118.18428,34.13233],[-118.18195,34.13164],[-118.18195,34.13164],[-118.18195,34.13164],[-118.18022,34.13117],[-118.17937,34.13095],[-118.17937,34.13095]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18583,34.14476],[-118.1868,34.14481],[-118.18733,34.14482],[-118.18733,34.14482],[-118.19332,34.14528],[-118.19475,34.14541],[-118.19523,34.14546],[-118.19675,34.14565],[-118.19675,34.14565]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17853,34.12798],[-118.17936,34.12819]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18868,34.13544]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1813,34.14197],[-118.1813,34.14197],[-118.1813,34.14197],[-118.19058,34.14345],[-118.19238,34.14372],[-118.19238,34.14372],[-118.19238,34.14372],[-118.20087,34.14509],[-118.20087,34.14509]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19832,34.14514],[-118.19989,34.14546],[-118.19989,34.14546]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17937,34.13187],[-118.18102,34.13196],[-118.18663,34.13215],[-118.18663,34.13215],[-118.18828,34.13219],[-118.18828,34.13219],[-118.18828,34.13219],[-118.19578,34.13247],[-118.19578,34.13247],[-118.19742,34.13251],[-118.19876,34.13257],[-118.1999,34.13261],[-118.20062,34.13264],[-118.20225,34.13266],[-118.20225,34.13266],[-118.20225,34.13266]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18932,34.12307],[-118.20431,34.12675]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20373,34.13806]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19764,34.13974],[-118.19764,34.13974],[-118.19282,34.13846],[-118.19282,34.13846],[-118.18643,34.13658],[-118.1864,34.13657],[-118.1864,34.13657]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18748,34.13936],[-118.18748,34.13936]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18498,34.13914],[-118.18442,34.13914],[-118.1824,34.13901]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18408,34.13567],[-118.18509,34.13594],[-118.18649,34.13663],[-118.18651,34.13662],[-118.18651,34.13662]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18761,34.14024],[-118.1876,34.1402]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20425,34.13652],[-118.19753,34.13324],[-118.19591,34.13219],[-118.19327,34.13063],[-118.19142,34.12967],[-118.19143,34.12968],[-118.19143,34.12968],[-118.19143,34.12968]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18079,34.12535],[-118.18111,34.12537],[-118.18193,34.1254],[-118.18296,34.12546],[-118.18525,34.12558],[-118.18525,34.12558],[-118.18739,34.12573],[-118.18739,34.12573],[-118.18739,34.12573],[-118.18739,34.12573],[-118.19532,34.12619],[-118.19532,34.12619],[-118.19738,34.12633],[-118.19916,34.12647],[-118.20002,34.12651],[-118.20078,34.12656],[-118.20078,34.12656],[-118.20342,34.12674],[-118.20342,34.12674],[-118.20488,34.12679],[-118.20532,34.12683],[-118.20532,34.12683],[-118.20532,34.12683],[-118.20532,34.12683]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17982,34.12777],[-118.17982,34.12777],[-118.18133,34.12825],[-118.18133,34.12825],[-118.18133,34.12825],[-118.18576,34.12971],[-118.18649,34.12994],[-118.18686,34.1301],[-118.18795,34.13045],[-118.1912,34.13155],[-118.1912,34.13155],[-118.19238,34.13196],[-118.19238,34.13196],[-118.19355,34.13229],[-118.19355,34.13229],[-118.19355,34.13229],[-118.19624,34.13303],[-118.19731,34.13324],[-118.19773,34.13331],[-118.19773,34.13331],[-118.19773,34.13331],[-118.20297,34.13434],[-118.20297,34.13434],[-118.20431,34.13461],[-118.20431,34.13461],[-118.20594,34.13498],[-118.20625,34.13503],[-118.20625,34.13503],[-118.20625,34.13503]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18957,34.14354],[-118.18957,34.14354],[-118.19155,34.14346],[-118.19155,34.14346],[-118.19155,34.14346],[-118.19155,34.14346],[-118.2019,34.14299],[-118.20385,34.1429]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20269,34.13933],[-118.20082,34.13922],[-118.20028,34.13919],[-118.19715,34.13904],[-118.19551,34.13896],[-118.19445,34.13887],[-118.19326,34.1388],[-118.19271,34.13878],[-118.19218,34.13876],[-118.19097,34.13869],[-118.18983,34.13862],[-118.18817,34.13855],[-118.18703,34.13848],[-118.18703,34.13848],[-118.18173,34.13818],[-118.18173,34.13818]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19081,34.13809],[-118.20532,34.14143],[-118.20532,34.14143],[-118.20532,34.14143],[-118.20532,34.14143],[-118.20532,34.14143],[-118.20532,34.14143],[-118.20532,34.14143],[-118.20532,34.14143]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17764,34.13056],[-118.17764,34.13056],[-118.17926,34.13036],[-118.18439,34.12982],[-118.18509,34.12976],[-118.18509,34.12976],[-118.18509,34.12976],[-118.18509,34.12976],[-118.18509,34.12976],[-118.18509,34.12976],[-118.18509,34.12976],[-118.18509,34.12976],[-118.18509,34.12976],[-118.18509,34.12976],[-118.18509,34.12976],[-118.19756,34.12838],[-118.1982,34.1283],[-118.20359,34.1277],[-118.20359,34.1277],[-118.20359,34.1277],[-118.20359,34.1277],[-118.20359,34.1277],[-118.20359,34.1277]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17707,34.12953],[-118.18206,34.12921],[-118.18279,34.12917],[-118.18329,34.12921],[-118.1852,34.12907],[-118.1852,34.12907],[-118.18638,34.12907],[-118.18834,34.12894],[-118.18834,34.12894],[-118.18834,34.12894],[-118.1912,34.12894],[-118.19523,34.1288],[-118.19523,34.1288],[-118.20017,34.12875],[-118.20157,34.12871],[-118.20633,34.12862],[-118.20701,34.12862],[-118.20701,34.12862]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19181,34.14038],[-118.18565,34.13919],[-118.18301,34.1386],[-118.18116,34.13818],[-118.18119,34.1382],[-118.18119,34.1382],[-118.18119,34.1382],[-118.18119,34.1382]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20555,34.13828],[-118.20557,34.13825],[-118.20252,34.13708],[-118.20101,34.13654],[-118.19877,34.13576],[-118.19781,34.13539],[-118.19557,34.13475],[-118.19557,34.13475],[-118.19557,34.13475],[-118.19557,34.13475],[-118.17926,34.12967],[-118.17924,34.12968]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18811,34.14011]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19212,34.13573],[-118.19212,34.13573],[-118.19692,34.13768],[-118.19703,34.13869],[-118.19703,34.13869],[-118.19881,34.14248],[-118.19881,34.14248],[-118.19881,34.14248],[-118.19692,34.1402],[-118.19693,34.1402],[-118.1935,34.13992]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20566,34.12637],[-118.19876,34.12791],[-118.19406,34.12926],[-118.19338,34.12935],[-118.18434,34.13205],[-118.17781,34.13392],[-118.17752,34.1342]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17836,34.13846],[-118.17887,34.13837],[-118.17884,34.13839],[-118.18178,34.13869],[-118.18251,34.13869],[-118.18251,34.13871],[-118.18997,34.13947],[-118.18997,34.13947],[-118.19366,34.1402],[-118.19456,34.14015],[-118.19714,34.14043],[-118.19715,34.14043],[-118.19715,34.14043],[-118.20577,34.1412]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19025,34.12775],[-118.19025,34.12775],[-118.18778,34.12816],[-118.18777,34.12819],[-118.18677,34.12848],[-118.18599,34.12898],[-118.18285,34.12994],[-118.18206,34.13017],[-118.18139,34.13054],[-118.18094,34.13049],[-118.17943,34.13081],[-118.17808,34.13081],[-118.17775,34.13063],[-118.17702,34.13013]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1801,34.14025],[-118.1801,34.14025],[-118.1801,34.14025]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18234,34.125],[-118.18216,34.1254],[-118.18184,34.12637],[-118.18156,34.12674],[-118.18153,34.12675]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18823,34.12102],[-118.19109,34.12207],[-118.19238,34.1218],[-118.19238,34.1218]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20265,34.13787]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18649,34.12386],[-118.18862,34.12376],[-118.19092,34.12367],[-118.19092,34.12367]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1951,34.12386]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20248,34.14388]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19613,34.1218],[-118.19613,34.1218],[-118.1916,34.12414],[-118.18497,34.12759],[-118.18318,34.12848],[-118.18318,34.12848]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18845,34.12097],[-118.18845,34.12097],[-118.18811,34.12149],[-118.1843,34.12532],[-118.17808,34.12788]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20705,34.13904],[-118.20454,34.13828],[-118.20356,34.13797],[-118.20356,34.13797],[-118.20106,34.13722],[-118.1975,34.13615],[-118.19596,34.13567],[-118.1955,34.13555],[-118.19218,34.13457],[-118.19218,34.13457],[-118.19097,34.1342],[-118.18995,34.13392],[-118.18995,34.13392],[-118.18767,34.13319],[-118.1872,34.13308],[-118.18485,34.13238],[-118.18394,34.1321],[-118.18394,34.1321],[-118.18201,34.1315],[-118.18165,34.1314],[-118.18044,34.13104],[-118.17943,34.13077],[-118.17859,34.13049],[-118.17859,34.13049]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19518,34.14441],[-118.19047,34.14368],[-118.18346,34.14267],[-118.18346,34.14267],[-118.18182,34.14248]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18991,34.14258],[-118.18989,34.14258],[-118.18223,34.14001],[-118.18161,34.13983],[-118.17859,34.13864]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19275,34.13964],[-118.19607,34.13901],[-118.19658,34.13901],[-118.19658,34.13899],[-118.19658,34.13899]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17982,34.14175],[-118.18223,34.14217],[-118.18285,34.14225],[-118.18414,34.14244],[-118.18414,34.14244],[-118.18995,34.14337],[-118.19557,34.14427],[-118.19727,34.14458],[-118.19727,34.14458]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19624,34.14331],[-118.19523,34.1429],[-118.19487,34.14276],[-118.19327,34.14212],[-118.19292,34.14197],[-118.19292,34.14197],[-118.18817,34.14006],[-118.18783,34.13987],[-118.18632,34.13928],[-118.18632,34.13928],[-118.18458,34.1386],[-118.18388,34.13829],[-118.18279,34.13786],[-118.18279,34.13786],[-118.18279,34.13786],[-118.18279,34.13786],[-118.18279,34.13786],[-118.17965,34.13662],[-118.17892,34.13635],[-118.17892,34.13635],[-118.17776,34.13592],[-118.17776,34.13592]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19218,34.1368],[-118.19035,34.14216],[-118.19035,34.14216],[-118.19423,34.13718],[-118.19424,34.13717],[-118.19424,34.13717]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18468,34.12977]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20813,34.13237],[-118.20808,34.13238],[-118.1955,34.13331],[-118.1955,34.13331]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1773,34.13024],[-118.17881,34.13026],[-118.17881,34.13026],[-118.18195,34.13036],[-118.18274,34.13033],[-118.18414,34.1304],[-118.18414,34.1304],[-118.18414,34.1304],[-118.18414,34.1304],[-118.19744,34.13066],[-118.19815,34.13068],[-118.1999,34.1307],[-118.20179,34.13075],[-118.20179,34.13075],[-118.20545,34.13084],[-118.20611,34.13086],[-118.20745,34.13089]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17769,34.13951],[-118.1777,34.1395],[-118.18156,34.13983],[-118.18223,34.13997],[-118.18402,34.13992],[-118.18447,34.14015],[-118.18451,34.14015],[-118.1917,34.1407],[-118.19223,34.14071]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20616,34.13708],[-118.20426,34.13658],[-118.20426,34.13658],[-118.18632,34.13113],[-118.18634,34.13112]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19973,34.14258]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19966,34.12198],[-118.19767,34.12307],[-118.19767,34.12307],[-118.18834,34.12811],[-118.18834,34.12811],[-118.1848,34.13001],[-118.17685,34.13429]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20768,34.13164],[-118.19069,34.12619],[-118.19008,34.12578],[-118.19006,34.12577],[-118.18699,34.12486],[-118.18542,34.1245],[-118.18503,34.12422]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20538,34.14034],[-118.20534,34.14029],[-118.2023,34.13937],[-118.20005,34.1385],[-118.19585,34.13722],[-118.1949,34.13681],[-118.19487,34.1368],[-118.19487,34.1368],[-118.19036,34.1353],[-118.18789,34.13457],[-118.18451,34.13354]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19349,34.14104]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20425,34.13559],[-118.20425,34.13559],[-118.20425,34.13559],[-118.20151,34.1348],[-118.20047,34.13447],[-118.20047,34.13447],[-118.20047,34.13447],[-118.20047,34.13447],[-118.19282,34.13219],[-118.19109,34.13164],[-118.18912,34.13104],[-118.18912,34.13104],[-118.1872,34.13047],[-118.1872,34.13047],[-118.18072,34.12843],[-118.18072,34.12843],[-118.18072,34.12843],[-118.18072,34.12843]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19881,34.14281],[-118.19881,34.14281],[-118.19742,34.1418],[-118.19742,34.1418],[-118.19635,34.14095],[-118.19266,34.13786],[-118.19266,34.13786],[-118.19266,34.13786],[-118.19063,34.13615],[-118.19063,34.13615],[-118.18851,34.13438],[-118.18851,34.13438],[-118.18711,34.13329],[-118.18588,34.13243],[-118.18548,34.13214],[-118.18548,34.13214],[-118.18358,34.13086],[-118.18358,34.13086],[-118.18358,34.13086],[-118.18125,34.12935],[-118.18125,34.12935],[-118.17993,34.12857],[-118.17993,34.12857],[-118.17804,34.12749],[-118.17804,34.12749]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17741,34.13484],[-118.17741,34.13484],[-118.17741,34.13484],[-118.18113,34.13587],[-118.18113,34.13587],[-118.18113,34.13587],[-118.18727,34.13759],[-118.18727,34.13759],[-118.18851,34.13795],[-118.18851,34.13795],[-118.19086,34.13862],[-118.19204,34.13892],[-118.19241,34.13904],[-118.19241,34.13904],[-118.19585,34.14001],[-118.19585,34.14001],[-118.20082,34.14141],[-118.20162,34.14162],[-118.20248,34.14188],[-118.20402,34.1423],[-118.20402,34.1423]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20231,34.14099]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1972,34.13489],[-118.19288,34.13287],[-118.19288,34.13287]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20549,34.14061],[-118.20448,34.14043],[-118.20319,34.1402],[-118.20202,34.14029],[-118.20099,34.14011],[-118.20099,34.14011],[-118.19854,34.1402],[-118.19853,34.1402],[-118.19619,34.13997],[-118.1949,34.14006]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20207,34.13937],[-118.19544,34.13117],[-118.19406,34.12944],[-118.1912,34.12586],[-118.1898,34.12413],[-118.18846,34.12242],[-118.18846,34.12242]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20202,34.14432],[-118.20073,34.14441],[-118.1982,34.14473],[-118.19658,34.14476],[-118.19567,34.14481],[-118.18901,34.14569],[-118.18901,34.14569]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18716,34.1353],[-118.1926,34.13626],[-118.19658,34.13654],[-118.20123,34.13741],[-118.20538,34.13786],[-118.20538,34.13786]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20813,34.13585],[-118.20814,34.13587],[-118.20538,34.13589],[-118.20539,34.13592],[-118.20539,34.13592]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20174,34.14034],[-118.20353,34.14084],[-118.20351,34.14081]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18173,34.12454],[-118.18173,34.12454],[-118.18173,34.12454],[-118.18173,34.12454],[-118.18173,34.12454],[-118.18173,34.12454],[-118.18173,34.12454],[-118.18173,34.12454],[-118.18173,34.12454]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18176,34.12777],[-118.18021,34.12907],[-118.18021,34.12907],[-118.17696,34.13173]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20047,34.1308],[-118.19916,34.13036]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1843,34.13333],[-118.18491,34.13336],[-118.18491,34.13336]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18113,34.14346],[-118.18262,34.14355],[-118.18411,34.14365],[-118.1847,34.14368],[-118.1847,34.14368],[-118.19226,34.14413],[-118.19226,34.14413],[-118.19226,34.14413],[-118.19226,34.14413],[-118.19226,34.14413],[-118.19226,34.14413]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18604,34.14272],[-118.18794,34.14304],[-118.18851,34.14313],[-118.19006,34.14337],[-118.19137,34.14359],[-118.19263,34.14379],[-118.19423,34.14404],[-118.19561,34.14425],[-118.19776,34.14459],[-118.19847,34.14472],[-118.19847,34.14472]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18657,34.14099]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17674,34.13576],[-118.17736,34.13578],[-118.17999,34.13592],[-118.17999,34.13592],[-118.18262,34.13601],[-118.18468,34.13615],[-118.18989,34.13638],[-118.19338,34.13654],[-118.19338,34.13654],[-118.19635,34.13666],[-118.2014,34.13686],[-118.20269,34.13695],[-118.20488,34.13704]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19579,34.13896],[-118.19579,34.13896],[-118.19467,34.13882],[-118.19389,34.13914],[-118.19389,34.13914],[-118.19176,34.13892],[-118.19176,34.13892],[-118.19176,34.13892]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20532,34.14075],[-118.20532,34.14075],[-118.20532,34.14075],[-118.19916,34.13983],[-118.19809,34.13969],[-118.1972,34.13956],[-118.19238,34.13887],[-118.19138,34.13876],[-118.19138,34.13876],[-118.18954,34.13852],[-118.18954,34.13852],[-118.18784,34.13828],[-118.18611,34.13806],[-118.18531,34.13795],[-118.18119,34.13736],[-118.18077,34.13731],[-118.17993,34.13722],[-118.17993,34.13722],[-118.17993,34.13722],[-118.17724,34.13686],[-118.17724,34.13686],[-118.17724,34.13686]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2028,34.14258],[-118.20185,34.1424],[-118.20185,34.1424],[-118.20042,34.14211],[-118.19567,34.14123],[-118.19567,34.14123],[-118.19395,34.1409],[-118.1935,34.14079],[-118.19223,34.14057],[-118.18794,34.13978],[-118.18666,34.13956],[-118.18666,34.13956],[-118.1848,34.13922],[-118.18319,34.1389],[-118.18223,34.13869],[-118.18223,34.13869],[-118.18223,34.13869]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17971,34.12862],[-118.18096,34.12903],[-118.18223,34.12939],[-118.18223,34.12939],[-118.18359,34.12982],[-118.18391,34.1299],[-118.18525,34.13033],[-118.18525,34.13033],[-118.18643,34.13068],[-118.18823,34.13122],[-118.18823,34.13122],[-118.18924,34.1315],[-118.18924,34.1315],[-118.19046,34.13191],[-118.19215,34.13242],[-118.19269,34.13257],[-118.19269,34.13257],[-118.1972,34.13397],[-118.1972,34.13397],[-118.1972,34.13397],[-118.20375,34.13571],[-118.20791,34.13601],[-118.20835,34.13603],[-118.20835,34.13603],[-118.20835,34.13603]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19635,34.1341],[-118.1949,34.13434],[-118.19383,34.13438],[-118.1931,34.13434],[-118.19017,34.13466],[-118.1884,34.13498],[-118.18767,34.13498]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20723,34.13274],[-118.20723,34.13275],[-118.20459,34.13173],[-118.20353,34.13109],[-118.20235,34.13063],[-118.20236,34.13066],[-118.19865,34.12917],[-118.19613,34.12828],[-118.19613,34.12828]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17673,34.13182],[-118.17926,34.13274],[-118.17959,34.13285],[-118.17988,34.13292],[-118.1809,34.13326],[-118.18184,34.13356],[-118.18184,34.13356],[-118.18184,34.13356],[-118.18342,34.13396],[-118.18397,34.13411],[-118.18491,34.13438],[-118.18783,34.13508],[-118.18909,34.13536],[-118.18974,34.13548],[-118.19069,34.13569],[-118.19126,34.13578],[-118.19181,34.13589],[-118.19249,34.13603],[-118.19527,34.13662],[-118.19527,34.13662],[-118.19527,34.13662],[-118.19714,34.13699],[-118.19836,34.13722],[-118.19836,34.13722],[-118.2014,34.13786],[-118.20173,34.13792],[-118.20241,34.13805],[-118.20241,34.13805],[-118.20409,34.13841]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20045,34.14496],[-118.19944,34.14427],[-118.19849,34.14372]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17909,34.13773],[-118.17907,34.13769],[-118.17907,34.13769],[-118.2023,34.13525],[-118.20454,34.13503],[-118.20734,34.13457],[-118.20734,34.13457],[-118.20734,34.13457]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17662,34.13081]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17864,34.1277],[-118.17819,34.12811],[-118.17719,34.12912],[-118.17719,34.12912],[-118.17833,34.12805]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20174,34.14455]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20779,34.13708],[-118.20728,34.13694],[-118.20597,34.13657],[-118.20597,34.13657],[-118.20597,34.13657],[-118.20011,34.13489],[-118.20011,34.13489],[-118.19813,34.13434],[-118.19384,34.13308],[-118.19333,34.13292],[-118.19195,34.13252],[-118.19153,34.13242],[-118.19153,34.13242],[-118.18851,34.1315],[-118.18683,34.131],[-118.18582,34.13072],[-118.18582,34.13072],[-118.18582,34.13072],[-118.18582,34.13072],[-118.18582,34.13072],[-118.17959,34.12884],[-118.17909,34.12871],[-118.17909,34.12871],[-118.17909,34.12871]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19669,34.1396],[-118.2,34.13947],[-118.2015,34.1395],[-118.20218,34.13951],[-118.20213,34.1395],[-118.20364,34.13951]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18733,34.1407],[-118.18862,34.14102],[-118.18918,34.14116],[-118.19064,34.14148],[-118.19063,34.1415]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18583,34.12824]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19271,34.13397],[-118.19132,34.1342],[-118.18997,34.13434],[-118.18514,34.13521],[-118.18374,34.13544],[-118.18377,34.13545]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18279,34.12321],[-118.18257,34.12624],[-118.1824,34.12692],[-118.18251,34.12875],[-118.18273,34.13058],[-118.18274,34.13061],[-118.18274,34.13061],[-118.18262,34.13667],[-118.18262,34.13667],[-118.18251,34.13805],[-118.18251,34.13805],[-118.18171,34.14076],[-118.18161,34.14198]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20118,34.1412],[-118.20116,34.14123]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2042,34.1342],[-118.20252,34.13379],[-118.19652,34.13182],[-118.19653,34.13182],[-118.19653,34.13182]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19653,34.13182]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19658,34.14528],[-118.19624,34.14537],[-118.19557,34.14528],[-118.19555,34.14528],[-118.19075,34.14258]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19075,34.14258]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18021,34.13567],[-118.18021,34.13567],[-118.18021,34.13567],[-118.20511,34.13485]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19544,34.14127],[-118.19086,34.13924],[-118.18795,34.13791],[-118.18666,34.13713],[-118.18663,34.13717],[-118.18663,34.13717],[-118.18663,34.13717]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17747,34.13908],[-118.17814,34.13924],[-118.17953,34.13974],[-118.18088,34.14029],[-118.18228,34.14081],[-118.18812,34.14304],[-118.18897,34.14337],[-118.18897,34.14337],[-118.19238,34.14455],[-118.19326,34.1449],[-118.19686,34.1461],[-118.19686,34.1461]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2019,34.12422],[-118.2019,34.12422],[-118.19966,34.12404],[-118.19744,34.12367],[-118.19092,34.12299],[-118.19006,34.12302],[-118.18935,34.12285],[-118.18731,34.12265],[-118.18576,34.12248],[-118.18576,34.12248]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19584,34.14062]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18285,34.14445],[-118.18394,34.14462],[-118.18394,34.14462],[-118.18394,34.14462],[-118.18394,34.14462],[-118.18744,34.14523],[-118.18783,34.14528],[-118.18862,34.14542],[-118.18972,34.14555],[-118.19298,34.14602],[-118.19407,34.14611],[-118.19551,34.14629],[-118.19635,34.14639],[-118.19635,34.14639]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17937,34.12569],[-118.18016,34.12592],[-118.18016,34.12592],[-118.18201,34.12642],[-118.18268,34.12661],[-118.18363,34.12683],[-118.18439,34.12707],[-118.18739,34.12788],[-118.18857,34.12819],[-118.18857,34.12819],[-118.1894,34.12839],[-118.19023,34.12861],[-118.19172,34.12894],[-118.19507,34.12949],[-118.19635,34.12963],[-118.19669,34.12967],[-118.19669,34.12967],[-118.19669,34.12967],[-118.20156,34.13001],[-118.20156,34.13001],[-118.20258,34.13004],[-118.20333,34.13005],[-118.20654,34.1301]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19428,34.14702],[-118.19384,34.14686],[-118.19316,34.14661],[-118.19246,34.14635],[-118.19041,34.14555],[-118.19,34.14541],[-118.18929,34.14514],[-118.18929,34.14514],[-118.18834,34.14476],[-118.18425,34.14317],[-118.18102,34.14188],[-118.1806,34.14171],[-118.17999,34.14146],[-118.17909,34.14107],[-118.17867,34.14095]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20723,34.13704],[-118.20678,34.1369],[-118.20678,34.1369],[-118.20545,34.13652],[-118.20402,34.1361],[-118.20402,34.1361],[-118.19731,34.1342],[-118.19664,34.13401],[-118.19563,34.13374],[-118.19563,34.13374],[-118.19563,34.13374],[-118.19155,34.13252],[-118.19017,34.13205],[-118.18946,34.13187],[-118.18903,34.13173],[-118.18699,34.13104],[-118.18628,34.1308],[-118.18587,34.13068],[-118.18491,34.13033],[-118.18491,34.13033],[-118.18419,34.13013],[-118.18032,34.12885],[-118.17959,34.12861],[-118.17887,34.12839],[-118.17844,34.12828],[-118.17775,34.12807]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2028,34.131],[-118.20253,34.13094],[-118.20213,34.13081],[-118.20116,34.13061],[-118.20078,34.13054],[-118.19984,34.13029],[-118.1983,34.12991],[-118.1983,34.12991],[-118.19698,34.12963],[-118.19698,34.12963],[-118.19254,34.12848],[-118.19193,34.1283],[-118.1892,34.12759],[-118.18896,34.12752],[-118.18863,34.12745],[-118.18771,34.12717],[-118.18677,34.12692],[-118.1864,34.12679],[-118.18576,34.1266],[-118.18486,34.12637],[-118.18348,34.12596],[-118.18318,34.12587],[-118.18217,34.1256],[-118.18182,34.12549],[-118.18119,34.1253],[-118.18088,34.12523],[-118.18088,34.12523],[-118.18088,34.12523],[-118.18088,34.12523],[-118.18088,34.12523]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17881,34.12807],[-118.17881,34.12807],[-118.17881,34.12807],[-118.17881,34.12807],[-118.17881,34.12807],[-118.19109,34.13187],[-118.19198,34.1321],[-118.19269,34.13233],[-118.19394,34.13269],[-118.19429,34.1328],[-118.19429,34.1328],[-118.19881,34.1342],[-118.19921,34.13429],[-118.20168,34.13503],[-118.20328,34.13555],[-118.20328,34.13555],[-118.20695,34.13667],[-118.20695,34.13667]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17875,34.12674],[-118.17875,34.12674],[-118.18038,34.12724],[-118.18038,34.12724],[-118.18038,34.12724],[-118.18268,34.12796],[-118.18388,34.12833],[-118.18436,34.12848],[-118.18525,34.1287],[-118.18755,34.12935],[-118.18926,34.12982],[-118.18926,34.12982],[-118.19086,34.13026],[-118.1912,34.13033],[-118.19249,34.13068],[-118.19322,34.13086],[-118.19322,34.13086],[-118.19658,34.13168],[-118.19731,34.13187],[-118.19927,34.13232],[-118.20236,34.13308],[-118.20236,34.13308],[-118.20677,34.1341],[-118.20712,34.1342],[-118.20797,34.13438],[-118.20797,34.13438]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2079,34.13649],[-118.2079,34.13649],[-118.20628,34.13603],[-118.20628,34.13603],[-118.20628,34.13603],[-118.20628,34.13603],[-118.20628,34.13603],[-118.20628,34.13603],[-118.20628,34.13603],[-118.20628,34.13603],[-118.20628,34.13603],[-118.19767,34.13345],[-118.19708,34.13324],[-118.19641,34.13306],[-118.19563,34.13283],[-118.1951,34.13266],[-118.19406,34.13232],[-118.19131,34.1315],[-118.18968,34.131],[-118.18968,34.131],[-118.18968,34.131],[-118.18829,34.13061],[-118.18829,34.13061],[-118.18691,34.13019],[-118.18559,34.12976],[-118.18559,34.12976],[-118.18308,34.12898],[-118.18056,34.12824],[-118.17932,34.12784],[-118.17853,34.12761]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20751,34.13731],[-118.20684,34.13713],[-118.20684,34.13713],[-118.2056,34.13676],[-118.20494,34.13652],[-118.20353,34.13612],[-118.20265,34.13582],[-118.20265,34.13582],[-118.20265,34.13582],[-118.20039,34.13516],[-118.20039,34.13516],[-118.19973,34.13494],[-118.1986,34.13461],[-118.19546,34.13365],[-118.19546,34.13365],[-118.19263,34.1328],[-118.19263,34.1328],[-118.19263,34.1328],[-118.19069,34.13224],[-118.19036,34.1321],[-118.18937,34.13182],[-118.18694,34.13109],[-118.18605,34.1308],[-118.18554,34.13063],[-118.18468,34.13038],[-118.18468,34.13038],[-118.18307,34.1299],[-118.18307,34.1299],[-118.18307,34.1299],[-118.18307,34.1299],[-118.18307,34.1299],[-118.18307,34.1299],[-118.18307,34.1299],[-118.18307,34.1299],[-118.18307,34.1299]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17896,34.13769],[-118.18072,34.13768],[-118.18211,34.13769],[-118.18302,34.13769],[-118.18386,34.13768],[-118.18386,34.13768],[-118.18386,34.13768],[-118.1864,34.13769],[-118.1864,34.13769],[-118.18974,34.13768],[-118.19023,34.13769],[-118.19159,34.13768],[-118.19159,34.13768],[-118.19309,34.13769],[-118.19309,34.13769],[-118.19309,34.13769],[-118.20033,34.13768],[-118.20076,34.13764],[-118.20179,34.13763],[-118.20269,34.13763],[-118.20364,34.13763],[-118.20364,34.13763],[-118.20539,34.13764],[-118.20539,34.13764],[-118.20539,34.13764]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1908,34.13354]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17953,34.14183],[-118.18233,34.14225],[-118.18508,34.14271],[-118.18733,34.14304],[-118.18733,34.14304],[-118.18733,34.14304],[-118.18733,34.14304],[-118.18733,34.14304],[-118.20019,34.145]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1921,34.13452],[-118.19322,34.13251],[-118.19445,34.13104],[-118.19591,34.1288],[-118.19595,34.1288],[-118.19595,34.1288],[-118.19983,34.12312],[-118.19983,34.12312]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19933,34.1299]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19579,34.14674],[-118.19305,34.14647],[-118.19304,34.14649],[-118.18599,34.14601],[-118.18599,34.14601]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19927,34.14052],[-118.19927,34.14053],[-118.19927,34.14053],[-118.19927,34.14053]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20796,34.13736],[-118.20717,34.13713],[-118.20717,34.13713],[-118.20717,34.13713],[-118.20196,34.1355],[-118.20196,34.1355],[-118.19698,34.13396],[-118.19698,34.13396],[-118.19523,34.13342],[-118.19523,34.13342],[-118.19394,34.13306],[-118.19361,34.13294],[-118.19041,34.13196],[-118.19041,34.13196],[-118.1892,34.13159],[-118.18851,34.13141],[-118.18565,34.13052],[-118.18492,34.13031],[-118.18492,34.13031],[-118.18492,34.13031],[-118.18492,34.13031],[-118.18492,34.13031]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20667,34.13887],[-118.20168,34.13736],[-118.20095,34.13713],[-118.2,34.13681],[-118.19636,34.13576],[-118.19462,34.1353],[-118.19338,34.13475],[-118.19181,34.13425],[-118.19002,34.13351],[-118.18879,34.13301],[-118.18565,34.13182],[-118.18453,34.13118],[-118.18329,34.13077],[-118.18331,34.13075],[-118.17887,34.12898],[-118.17769,34.12857]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20202,34.14368],[-118.20202,34.14368]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17668,34.13058],[-118.17853,34.13081],[-118.18027,34.13081],[-118.18458,34.13109],[-118.18739,34.13123],[-118.1931,34.13168],[-118.19557,34.13187],[-118.19652,34.132],[-118.1991,34.13219],[-118.2019,34.13237],[-118.20387,34.1326],[-118.20387,34.1326],[-118.20637,34.13261]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18291,34.12307],[-118.18291,34.12307],[-118.18651,34.12423],[-118.18683,34.12431],[-118.18829,34.12479],[-118.18829,34.12479],[-118.18829,34.12479],[-118.18935,34.12514],[-118.18935,34.12514],[-118.19143,34.12577],[-118.19143,34.12577],[-118.19361,34.12646],[-118.19647,34.12735],[-118.19647,34.12735],[-118.19647,34.12735],[-118.19647,34.12735],[-118.19905,34.1282],[-118.19905,34.1282],[-118.19905,34.1282],[-118.20101,34.12889],[-118.20101,34.12889],[-118.20101,34.12889],[-118.20305,34.12959],[-118.20305,34.12959],[-118.20305,34.12959],[-118.20305,34.12959],[-118.2056,34.13049],[-118.20637,34.13075]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2,34.12193],[-118.2,34.12193],[-118.19888,34.12189],[-118.19888,34.12189],[-118.19778,34.12186],[-118.19778,34.12186],[-118.19238,34.12184],[-118.19238,34.12184],[-118.19098,34.12181],[-118.18985,34.1218],[-118.1888,34.12177],[-118.18784,34.12175],[-118.18748,34.12177],[-118.18748,34.12177],[-118.18748,34.12177]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18974,34.13301],[-118.18972,34.13303],[-118.18571,34.14166],[-118.18576,34.1445],[-118.18571,34.14448]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19271,34.1342],[-118.19269,34.1342],[-118.1931,34.13077],[-118.1931,34.13077],[-118.1931,34.13077],[-118.19355,34.12779],[-118.19355,34.12777]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1801,34.1287],[-118.1801,34.1287],[-118.1801,34.1287],[-118.1801,34.1287],[-118.1801,34.1287],[-118.18966,34.13159],[-118.18966,34.13159],[-118.18966,34.13159],[-118.19669,34.1337],[-118.19744,34.13396],[-118.19798,34.13411],[-118.20368,34.13582],[-118.20431,34.13603],[-118.20431,34.13603],[-118.20688,34.1368]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20516,34.13608],[-118.20516,34.13608],[-118.19933,34.13434],[-118.19933,34.13434],[-118.19933,34.13434],[-118.19759,34.13383],[-118.19572,34.13326],[-118.19572,34.13326],[-118.19572,34.13326],[-118.19092,34.13182],[-118.19092,34.13182],[-118.18634,34.13042],[-118.18582,34.13031],[-118.18582,34.13031],[-118.18582,34.13031],[-118.17913,34.12828]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18257,34.12468],[-118.18711,34.12537],[-118.18708,34.12535]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18016,34.12962],[-118.1809,34.12982],[-118.18133,34.12994],[-118.18211,34.13015],[-118.18279,34.13036],[-118.18354,34.13052],[-118.18744,34.13168],[-118.19103,34.13274],[-118.19103,34.13274],[-118.19263,34.13322],[-118.19263,34.13322],[-118.19263,34.13322],[-118.19445,34.13383],[-118.19487,34.13396],[-118.19585,34.13429],[-118.19585,34.13429],[-118.19585,34.13429],[-118.19585,34.13429],[-118.19585,34.13429],[-118.20213,34.13648],[-118.20299,34.13676],[-118.20299,34.13676],[-118.20392,34.13713],[-118.20392,34.13713],[-118.20608,34.13787],[-118.2065,34.13805],[-118.2065,34.13805],[-118.20745,34.13839]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18004,34.13297],[-118.18079,34.13317],[-118.18079,34.13317],[-118.18206,34.13347],[-118.18296,34.13368],[-118.18554,34.13434],[-118.18649,34.13452],[-118.18703,34.13466],[-118.188,34.13489],[-118.18946,34.13521],[-118.18946,34.13521],[-118.19115,34.13564],[-118.1921,34.13585],[-118.19304,34.13606],[-118.194,34.13631],[-118.19532,34.13662],[-118.19532,34.13662],[-118.19687,34.13694],[-118.19742,34.13708],[-118.19841,34.13731],[-118.19841,34.13731],[-118.20336,34.13832],[-118.20336,34.13832],[-118.20336,34.13832],[-118.20625,34.13885],[-118.20625,34.13885]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17662,34.13246],[-118.17662,34.13246],[-118.17902,34.13303],[-118.18234,34.13388],[-118.18377,34.13424],[-118.18425,34.13434],[-118.18508,34.13452],[-118.18587,34.13475],[-118.18587,34.13475],[-118.19006,34.13564],[-118.19058,34.13576],[-118.19058,34.13576],[-118.19269,34.13624],[-118.19269,34.13624],[-118.19512,34.13676],[-118.19561,34.1369],[-118.19664,34.13708],[-118.19664,34.13708],[-118.19664,34.13708],[-118.20129,34.13818],[-118.20208,34.13839],[-118.20208,34.13839],[-118.20353,34.13869],[-118.20353,34.13869],[-118.2056,34.13919],[-118.2056,34.13919],[-118.20684,34.13951]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20207,34.14395],[-118.20207,34.14395],[-118.20084,34.14395],[-118.20019,34.14393],[-118.19977,34.14395],[-118.1991,34.14397],[-118.19871,34.144],[-118.19708,34.14404],[-118.19394,34.14423],[-118.19394,34.14423],[-118.19304,34.1443],[-118.19304,34.1443],[-118.19172,34.14434],[-118.19103,34.14436],[-118.1904,34.14439],[-118.18997,34.14441],[-118.18997,34.14441],[-118.18997,34.14441],[-118.18772,34.1445],[-118.18772,34.1445],[-118.18402,34.14464],[-118.18308,34.14467],[-118.18308,34.14467]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18789,34.13086],[-118.18789,34.13086],[-118.18789,34.13086]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18173,34.14276],[-118.18176,34.14276]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17982,34.14221],[-118.1801,34.14221],[-118.18083,34.14262],[-118.1815,34.14267],[-118.18486,34.14272],[-118.18571,34.14276],[-118.18677,34.14253],[-118.18901,34.14285],[-118.18991,34.14294],[-118.19058,34.14322],[-118.19148,34.14322],[-118.19479,34.14322],[-118.19551,34.14317],[-118.19641,34.14317],[-118.19849,34.14317],[-118.19899,34.14322],[-118.19961,34.14322],[-118.2005,34.14326],[-118.20095,34.14326],[-118.20275,34.14354]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1999,34.14202],[-118.19467,34.14194],[-118.19277,34.14185],[-118.19281,34.14188],[-118.18946,34.14203],[-118.18924,34.14189],[-118.18755,34.14171],[-118.18722,34.14171],[-118.18346,34.14143],[-118.18105,34.14139],[-118.18108,34.14141]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20157,34.12349],[-118.19675,34.12363]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19675,34.12363],[-118.19675,34.12363]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19226,34.13118],[-118.19223,34.13117],[-118.18699,34.12971],[-118.18447,34.1293],[-118.18116,34.12885],[-118.17859,34.12807]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18576,34.12317],[-118.18645,34.12363],[-118.19523,34.12688],[-118.19521,34.12689],[-118.19826,34.12775],[-118.1991,34.12807],[-118.20286,34.13013],[-118.20532,34.13136],[-118.20695,34.13136],[-118.2079,34.13177],[-118.19479,34.12344],[-118.19372,34.12436],[-118.19193,34.12614],[-118.19132,34.12745],[-118.19019,34.12939],[-118.18918,34.13141],[-118.18918,34.13141],[-118.18862,34.1348],[-118.18845,34.13562],[-118.1884,34.13596]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1796,34.13672],[-118.1796,34.13672],[-118.18274,34.13764],[-118.18313,34.13773],[-118.18391,34.13795],[-118.1875,34.13896],[-118.1875,34.13896],[-118.1875,34.13896],[-118.1875,34.13896],[-118.1875,34.13896],[-118.1875,34.13896],[-118.1875,34.13896],[-118.1875,34.13896],[-118.1875,34.13896],[-118.19704,34.1416],[-118.20033,34.14253]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20689,34.13731],[-118.20689,34.13731],[-118.20505,34.13676],[-118.20505,34.13676],[-118.20345,34.13624],[-118.20253,34.13596],[-118.20253,34.13596],[-118.20253,34.13596],[-118.19921,34.13498],[-118.19921,34.13498],[-118.19441,34.13354],[-118.19441,34.13354],[-118.1935,34.13329],[-118.18932,34.13201],[-118.1884,34.13177],[-118.18754,34.1315],[-118.18408,34.13045],[-118.18408,34.13045],[-118.18408,34.13045],[-118.17913,34.12903]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18458,34.14523],[-118.18671,34.14537]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18102,34.12484],[-118.18245,34.12509],[-118.18245,34.12509],[-118.18245,34.12509],[-118.18405,34.12535],[-118.18795,34.12601],[-118.18892,34.12619],[-118.18977,34.12633],[-118.18977,34.12633],[-118.19149,34.12665],[-118.19226,34.12679],[-118.19281,34.12689],[-118.19669,34.12747],[-118.19843,34.1277],[-118.19927,34.12784],[-118.19973,34.12786],[-118.20387,34.1283],[-118.20387,34.1283],[-118.20387,34.1283],[-118.20387,34.1283]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20661,34.13086],[-118.20661,34.13086],[-118.20574,34.13089],[-118.20173,34.13084],[-118.20173,34.13084],[-118.20007,34.1308],[-118.19966,34.13077],[-118.19882,34.13072],[-118.19882,34.13072],[-118.19721,34.13066],[-118.19636,34.13058],[-118.19636,34.13058],[-118.19636,34.13058],[-118.19636,34.13058],[-118.19636,34.13058],[-118.19636,34.13058],[-118.19636,34.13058],[-118.19,34.13019],[-118.19,34.13019],[-118.18907,34.13013],[-118.18697,34.13001],[-118.18697,34.13001],[-118.18319,34.12963],[-118.18245,34.12958],[-118.18245,34.12958],[-118.18079,34.12931],[-118.1792,34.12898],[-118.17799,34.1287],[-118.17799,34.1287],[-118.17799,34.1287]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1806,34.12592],[-118.17903,34.12642],[-118.17907,34.12642]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18447,34.14436],[-118.18386,34.14217],[-118.18386,34.14217],[-118.18055,34.13878],[-118.1801,34.13837],[-118.1801,34.13837],[-118.17764,34.13699]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17859,34.12738],[-118.1796,34.1277],[-118.1809,34.12805],[-118.1809,34.12805],[-118.1809,34.12805],[-118.18268,34.12862],[-118.18582,34.12953],[-118.18582,34.12953],[-118.18582,34.12953],[-118.18714,34.12991],[-118.18935,34.13058],[-118.1896,34.13066],[-118.19126,34.13117],[-118.19165,34.13127],[-118.19269,34.13159],[-118.19269,34.13159],[-118.19269,34.13159],[-118.19479,34.13219],[-118.1951,34.13229],[-118.19658,34.13275],[-118.19658,34.13275],[-118.19949,34.13361],[-118.20465,34.13513],[-118.20532,34.1353],[-118.20532,34.1353],[-118.20597,34.1355]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20562,34.13494],[-118.20562,34.13494],[-118.20562,34.13494],[-118.20562,34.13494],[-118.20562,34.13494],[-118.20185,34.13378],[-118.2014,34.13365],[-118.19904,34.13299],[-118.19832,34.13278],[-118.19501,34.13182],[-118.19452,34.13168],[-118.19294,34.13123],[-118.19294,34.13123],[-118.19294,34.13123],[-118.19294,34.13123],[-118.18714,34.12949],[-118.18621,34.12921],[-118.18525,34.12894],[-118.1843,34.12866],[-118.18348,34.12842],[-118.18262,34.12814],[-118.18262,34.12814],[-118.18262,34.12814],[-118.18262,34.12814],[-118.17853,34.12688]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18926,34.14695],[-118.18926,34.14695],[-118.18926,34.14695],[-118.18926,34.14695],[-118.18593,34.14546],[-118.18593,34.14546],[-118.18593,34.14546],[-118.18593,34.14546]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20616,34.12733],[-118.20614,34.12731],[-118.19798,34.12592],[-118.19226,34.12505],[-118.18565,34.12358],[-118.18565,34.12358]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18148,34.14169],[-118.18148,34.14169],[-118.18148,34.14169],[-118.18537,34.14143],[-118.18537,34.14143],[-118.18989,34.14109],[-118.18989,34.14109],[-118.19254,34.14088],[-118.19344,34.14081],[-118.20516,34.13997],[-118.20608,34.13987]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19316,34.12999],[-118.18924,34.12939],[-118.1892,34.1294],[-118.18386,34.1283],[-118.18386,34.1283],[-118.17873,34.1274]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19714,34.14043],[-118.19686,34.14043],[-118.1954,34.14034],[-118.19484,34.14024],[-118.19464,34.14025],[-118.19322,34.14015],[-118.19322,34.14015],[-118.19092,34.13997],[-118.19064,34.13997]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19063,34.13997]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1824,34.12592],[-118.18369,34.12518],[-118.18565,34.1244],[-118.18666,34.12413],[-118.18772,34.12349],[-118.18772,34.12349],[-118.19355,34.1207]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20123,34.1385],[-118.20122,34.13848],[-118.19428,34.13869]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17867,34.13122],[-118.19153,34.13562],[-118.19193,34.13571],[-118.19195,34.13569]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1972,34.14377]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18159,34.14085],[-118.18159,34.14085]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19692,34.13223],[-118.19585,34.13283],[-118.19584,34.13285],[-118.19299,34.13594],[-118.19193,34.13681],[-118.19086,34.13777],[-118.19086,34.13778],[-118.19086,34.13778],[-118.18577,34.14383]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19551,34.12166],[-118.19546,34.1223],[-118.1955,34.12228],[-118.19787,34.13086],[-118.19832,34.13242],[-118.19815,34.13301],[-118.19921,34.13663],[-118.19944,34.13736],[-118.20017,34.13887],[-118.20073,34.1412],[-118.20095,34.14189]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2007,34.13406]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1777,34.13708],[-118.17763,34.13672],[-118.17741,34.13562],[-118.17741,34.13562],[-118.17741,34.13562],[-118.17667,34.13345],[-118.17657,34.1331],[-118.17638,34.1328]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19315,34.12544],[-118.19315,34.12544]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17786,34.12807],[-118.17884,34.12833],[-118.17884,34.12833],[-118.18062,34.12889],[-118.18363,34.12981],[-118.18363,34.12981],[-118.18363,34.12981],[-118.18363,34.12981],[-118.18932,34.13154],[-118.19052,34.13191],[-118.19097,34.13205],[-118.19281,34.13261],[-118.19281,34.13261],[-118.19487,34.13322],[-118.19568,34.13347],[-118.19568,34.13347],[-118.19733,34.13396],[-118.19818,34.13424],[-118.19893,34.13448],[-118.20024,34.13489],[-118.20067,34.13503],[-118.20288,34.13569],[-118.20331,34.1358],[-118.20454,34.13617],[-118.20499,34.13629],[-118.20499,34.13629],[-118.20671,34.13685],[-118.20801,34.13722],[-118.20801,34.13722]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20734,34.13582],[-118.20734,34.13582],[-118.20734,34.13582],[-118.20011,34.13361],[-118.19956,34.13345],[-118.19956,34.13345],[-118.19523,34.1321],[-118.19418,34.13177],[-118.19254,34.13123],[-118.19201,34.13108],[-118.19052,34.13056],[-118.18594,34.12907],[-118.18542,34.12894],[-118.18474,34.1287],[-118.18474,34.1287],[-118.1792,34.12683],[-118.1792,34.12683]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20807,34.13306],[-118.20807,34.13306],[-118.20807,34.13306],[-118.20532,34.13223],[-118.20076,34.13084],[-118.19984,34.13056],[-118.19984,34.13056],[-118.19807,34.13001],[-118.19807,34.13001],[-118.19624,34.12949],[-118.19624,34.12949],[-118.19383,34.12875],[-118.19383,34.12875],[-118.18977,34.12759],[-118.18886,34.12731],[-118.18886,34.12731],[-118.18886,34.12731],[-118.18886,34.12731],[-118.18491,34.12614],[-118.18408,34.12587],[-118.18408,34.12587],[-118.18408,34.12587],[-118.18408,34.12587]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20517,34.13522],[-118.20517,34.13522],[-118.20347,34.1347],[-118.2003,34.13368],[-118.19876,34.13322],[-118.1967,34.13257],[-118.19551,34.13219],[-118.19504,34.13205],[-118.19411,34.13177],[-118.19166,34.13098],[-118.18632,34.12921],[-118.18632,34.12921],[-118.18405,34.12847],[-118.1829,34.12807],[-118.1829,34.12807],[-118.18119,34.12749],[-118.17876,34.12669]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20774,34.13177],[-118.20774,34.13177],[-118.20774,34.13177],[-118.20774,34.13177],[-118.20101,34.1304],[-118.19607,34.1294],[-118.19305,34.12885],[-118.19195,34.12861],[-118.18834,34.12793],[-118.18748,34.12772],[-118.18748,34.12772],[-118.18352,34.12688],[-118.18113,34.12628],[-118.18113,34.12628],[-118.18113,34.12628],[-118.18113,34.12628]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.207,34.13876],[-118.207,34.13876],[-118.2009,34.13676],[-118.2009,34.13676],[-118.19955,34.13631],[-118.19832,34.13589],[-118.19832,34.13589],[-118.19832,34.13589],[-118.18851,34.13238],[-118.18851,34.13238],[-118.18571,34.13132],[-118.18571,34.13132],[-118.18571,34.13132],[-118.18571,34.13132]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18279,34.144],[-118.18514,34.14491],[-118.18638,34.14606],[-118.1875,34.14656],[-118.1875,34.14656]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2074,34.12954],[-118.20549,34.12889],[-118.20488,34.1287],[-118.20403,34.12839],[-118.20379,34.12833],[-118.20241,34.12784],[-118.20241,34.12784],[-118.20241,34.12784],[-118.2011,34.1274],[-118.20024,34.12707],[-118.2,34.12701],[-118.19927,34.12674],[-118.19899,34.12665],[-118.19832,34.12642],[-118.19618,34.12572],[-118.19591,34.1256],[-118.1951,34.12535],[-118.1951,34.12535],[-118.19451,34.12514],[-118.19451,34.12514],[-118.19254,34.12459],[-118.19254,34.12459],[-118.19172,34.12437],[-118.1908,34.12414],[-118.1908,34.12414],[-118.18957,34.12386],[-118.18957,34.12386],[-118.18957,34.12386],[-118.18716,34.1234],[-118.18716,34.1234]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20854,34.13424],[-118.20829,34.13416],[-118.20745,34.13392],[-118.20695,34.13374],[-118.20695,34.13374],[-118.20517,34.13317],[-118.20517,34.13317],[-118.20368,34.13271],[-118.20325,34.13255],[-118.20269,34.13237],[-118.20253,34.13229],[-118.20202,34.1321],[-118.2011,34.13173],[-118.20045,34.13145],[-118.20007,34.13131],[-118.20007,34.13131],[-118.19776,34.13026],[-118.19652,34.12971],[-118.1963,34.12963],[-118.19602,34.12953],[-118.19602,34.12953],[-118.19475,34.12907],[-118.19456,34.12903],[-118.19378,34.12884],[-118.19299,34.12866],[-118.19035,34.12824],[-118.19008,34.1282],[-118.18983,34.12819],[-118.18731,34.12777],[-118.18651,34.12759],[-118.18651,34.12759],[-118.18651,34.12759],[-118.18474,34.12703],[-118.18474,34.12703],[-118.1843,34.12692],[-118.18211,34.12614],[-118.18184,34.12605],[-118.18133,34.12587],[-118.1809,34.12572],[-118.1809,34.12572],[-118.1809,34.12572],[-118.1809,34.12572],[-118.1809,34.12572]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1796,34.14162],[-118.18119,34.14188],[-118.18184,34.14198],[-118.1872,34.14285],[-118.1872,34.14285],[-118.18985,34.14326],[-118.19086,34.14341],[-118.19187,34.14359],[-118.19321,34.14379],[-118.19423,34.14395],[-118.1951,34.14411],[-118.1951,34.14411],[-118.19698,34.14439],[-118.19698,34.14439],[-118.19899,34.14472],[-118.2,34.14487],[-118.2,34.14487],[-118.20105,34.14504]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20477,34.12963],[-118.20454,34.12976],[-118.20374,34.13015],[-118.20374,34.13015],[-118.20303,34.13054],[-118.20225,34.13094],[-118.19944,34.13242],[-118.19837,34.13292],[-118.19776,34.13324],[-118.19675,34.13382],[-118.19675,34.13382],[-118.19675,34.13382],[-118.19675,34.13382],[-118.19675,34.13382],[-118.19142,34.13658],[-118.19109,34.1368],[-118.18963,34.13754],[-118.18932,34.13773],[-118.18896,34.13791],[-118.18896,34.13791],[-118.18474,34.14015],[-118.18377,34.14067],[-118.18223,34.14143],[-118.18125,34.14197],[-118.18125,34.14197]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17847,34.13631],[-118.17932,34.13649],[-118.17932,34.13649],[-118.18245,34.13713],[-118.1889,34.13832],[-118.18892,34.13834],[-118.19266,34.13869],[-118.19266,34.13869],[-118.19888,34.13928],[-118.19888,34.13928],[-118.20314,34.13969]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20493,34.1396],[-118.20494,34.1396]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19933,34.12422],[-118.19933,34.12419]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19658,34.14468],[-118.19529,34.1445],[-118.19527,34.14453],[-118.18912,34.14381],[-118.18896,34.14377],[-118.18643,34.14404],[-118.18576,34.14423],[-118.18481,34.14427],[-118.18442,34.14459],[-118.18414,34.14464]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19103,34.14619],[-118.19103,34.14621]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17965,34.12935],[-118.18016,34.12958],[-118.18016,34.12958],[-118.1813,34.12996],[-118.18363,34.131],[-118.18655,34.1321],[-118.18711,34.13228],[-118.18711,34.13228],[-118.19053,34.13347],[-118.19176,34.13388],[-118.19254,34.13429],[-118.19568,34.13544],[-118.19675,34.13594],[-118.19675,34.13592],[-118.19675,34.13592]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17797,34.12788],[-118.17797,34.12788],[-118.17797,34.12788],[-118.17797,34.12788],[-118.17797,34.12788],[-118.18445,34.1294],[-118.18514,34.12953],[-118.18514,34.12953],[-118.18514,34.12953],[-118.18514,34.12953],[-118.18514,34.12953],[-118.18514,34.12953],[-118.18514,34.12953],[-118.18514,34.12953],[-118.19172,34.13098],[-118.19172,34.13098],[-118.19172,34.13098],[-118.19652,34.13205],[-118.19809,34.13242],[-118.20162,34.13317],[-118.20236,34.13336],[-118.20311,34.1335],[-118.20311,34.1335],[-118.20773,34.13448]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1868,34.14625],[-118.1868,34.14625],[-118.1868,34.14625],[-118.1868,34.14625],[-118.19383,34.14711]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20168,34.13768],[-118.20168,34.13764]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17769,34.12825],[-118.17769,34.12825],[-118.17769,34.12825],[-118.17769,34.12825],[-118.17769,34.12825],[-118.17769,34.12825],[-118.18554,34.13005],[-118.18554,34.13005],[-118.18968,34.13049],[-118.19023,34.13052],[-118.19023,34.13052],[-118.19254,34.13068],[-118.19349,34.1307],[-118.19759,34.13086],[-118.19759,34.13086],[-118.19759,34.13086],[-118.1999,34.13094],[-118.20087,34.13094],[-118.20134,34.13095],[-118.20271,34.13098],[-118.20271,34.13098],[-118.20409,34.131],[-118.20568,34.13098],[-118.20723,34.131],[-118.20723,34.131],[-118.20723,34.131]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18066,34.13182],[-118.18229,34.13228],[-118.18486,34.13319],[-118.18486,34.13319],[-118.18686,34.13401],[-118.1898,34.13503],[-118.19232,34.1358],[-118.19333,34.13617],[-118.19333,34.13617],[-118.19849,34.13777],[-118.19847,34.13778]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20688,34.13894],[-118.20656,34.13882],[-118.20517,34.13843],[-118.20471,34.13828],[-118.20471,34.13828],[-118.2023,34.13755],[-118.2015,34.13731],[-118.20067,34.13704],[-118.19967,34.13671],[-118.19843,34.13635],[-118.19843,34.13635],[-118.19843,34.13635],[-118.19607,34.13559],[-118.19527,34.13536],[-118.19527,34.13536],[-118.19316,34.1347],[-118.19316,34.1347],[-118.19166,34.1342],[-118.19125,34.13411],[-118.19125,34.13411],[-118.18811,34.13312],[-118.18731,34.13289],[-118.18731,34.13289],[-118.18587,34.13242],[-118.18587,34.13242],[-118.18171,34.13112],[-118.17976,34.13052],[-118.17943,34.1304]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18394,34.12959],[-118.18394,34.12959],[-118.19064,34.1293],[-118.19064,34.1293],[-118.1926,34.12903],[-118.19687,34.12861],[-118.19865,34.12848],[-118.19973,34.12847],[-118.20022,34.12843],[-118.20022,34.12843],[-118.20022,34.12843],[-118.20402,34.12847],[-118.20448,34.12848],[-118.20448,34.12848],[-118.20448,34.12848],[-118.20648,34.12847],[-118.20648,34.12847]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17853,34.1282],[-118.18178,34.12875],[-118.18178,34.12875],[-118.18178,34.12875],[-118.18428,34.12903],[-118.18428,34.12903],[-118.18428,34.12903],[-118.18571,34.12912],[-118.18571,34.12912],[-118.18985,34.12949],[-118.19057,34.12954],[-118.19097,34.12958],[-118.19097,34.12958],[-118.19097,34.12958],[-118.19097,34.12958],[-118.19097,34.12958],[-118.19097,34.12958],[-118.19585,34.12994],[-118.19585,34.12994],[-118.19585,34.12994],[-118.19585,34.12994],[-118.19585,34.12994],[-118.19585,34.12994],[-118.19585,34.12994],[-118.19585,34.12994],[-118.20408,34.13056],[-118.20528,34.13066],[-118.20566,34.13072],[-118.20688,34.1308],[-118.20796,34.13086]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20414,34.12489],[-118.20291,34.12505],[-118.20291,34.12505],[-118.20291,34.12505],[-118.20291,34.12505],[-118.20291,34.12505],[-118.19675,34.12537],[-118.19675,34.12537],[-118.19675,34.12537],[-118.19458,34.12521],[-118.19384,34.12512],[-118.1935,34.12509],[-118.1935,34.12509],[-118.1935,34.12509],[-118.1935,34.12509],[-118.1935,34.12509],[-118.18565,34.12367],[-118.18525,34.12358]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17847,34.13544],[-118.1789,34.13555],[-118.1789,34.13555],[-118.18514,34.1385],[-118.18514,34.1385]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18604,34.14565],[-118.18605,34.14565],[-118.19338,34.14702],[-118.19389,34.14706]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19984,34.14406],[-118.19949,34.144],[-118.19893,34.14388],[-118.19809,34.14377],[-118.19664,34.14354],[-118.19618,34.14346],[-118.19292,34.14304],[-118.19148,34.1429],[-118.19148,34.1429],[-118.18651,34.14239],[-118.18604,34.14235],[-118.18502,34.14225],[-118.18502,34.14225],[-118.18279,34.14206],[-118.18182,34.14197],[-118.18182,34.14197],[-118.18182,34.14197]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19675,34.13484],[-118.19675,34.13485],[-118.19568,34.13457],[-118.19568,34.13457],[-118.19338,34.13411],[-118.19187,34.13374],[-118.19189,34.13373],[-118.18268,34.13361],[-118.18268,34.13364]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20225,34.13964],[-118.20225,34.13964]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17803,34.13718],[-118.17804,34.13717],[-118.18731,34.13704],[-118.18731,34.13704]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20084,34.14093],[-118.20082,34.14095],[-118.19338,34.13974],[-118.19282,34.13873],[-118.19137,34.13777],[-118.19138,34.13778],[-118.19138,34.13778],[-118.18425,34.13672],[-118.18324,34.13713],[-118.18331,34.13704],[-118.18331,34.13704]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19053,34.12674]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20695,34.13722],[-118.20631,34.13704],[-118.20631,34.13704],[-118.20415,34.13654],[-118.20241,34.13585],[-118.20179,34.13564],[-118.20095,34.13548],[-118.20042,34.13536],[-118.20042,34.13536],[-118.19733,34.13443],[-118.19675,34.13416],[-118.1963,34.13392],[-118.19515,34.13359],[-118.19389,34.13329],[-118.19286,34.13294],[-118.19092,34.13243],[-118.19008,34.1321],[-118.18926,34.13191],[-118.18862,34.13173],[-118.18285,34.12982],[-118.18184,34.12949],[-118.18136,34.12931],[-118.1796,34.12894],[-118.17907,34.12866],[-118.17907,34.12866]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20791,34.13731]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18991,34.14574],[-118.18699,34.1451],[-118.18273,34.1445]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2056,34.14157],[-118.19871,34.14125],[-118.19686,34.1412],[-118.19686,34.1412],[-118.19686,34.1412],[-118.18879,34.1391],[-118.18884,34.13887],[-118.1888,34.13885],[-118.17724,34.13676],[-118.17724,34.13676]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20661,34.12903],[-118.20448,34.12847],[-118.20359,34.1282],[-118.20276,34.128],[-118.20185,34.12775],[-118.20042,34.1274],[-118.20042,34.1274],[-118.20042,34.1274],[-118.19809,34.12679],[-118.19738,34.12656],[-118.19738,34.12656],[-118.19579,34.12614],[-118.19406,34.12569],[-118.19406,34.12569],[-118.19281,34.1253],[-118.19215,34.12514],[-118.19126,34.12489],[-118.19017,34.12461],[-118.19017,34.12461],[-118.19017,34.12461],[-118.19017,34.12461],[-118.19017,34.12461]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20695,34.13905],[-118.2066,34.13894],[-118.20622,34.13882],[-118.20545,34.13862],[-118.20431,34.13828],[-118.20368,34.13811],[-118.20331,34.138],[-118.20168,34.13755],[-118.20168,34.13755],[-118.2005,34.13718],[-118.19984,34.13699],[-118.19984,34.13699],[-118.19984,34.13699],[-118.19507,34.13562],[-118.19429,34.13541],[-118.19361,34.13521],[-118.19361,34.13521],[-118.19218,34.1348],[-118.19137,34.13457],[-118.18846,34.13373],[-118.18771,34.13354],[-118.18771,34.13354],[-118.18771,34.13354],[-118.18447,34.1326],[-118.18142,34.13173],[-118.18105,34.13164],[-118.18073,34.13154],[-118.18073,34.13154],[-118.18073,34.13154],[-118.18073,34.13154],[-118.17741,34.13066]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20572,34.1413],[-118.20488,34.1412],[-118.20488,34.1412],[-118.20488,34.1412],[-118.20106,34.14143],[-118.20106,34.14143],[-118.19641,34.1418],[-118.1954,34.14203],[-118.19538,34.14206],[-118.19383,34.14198],[-118.19333,34.14226],[-118.19271,34.14217],[-118.18828,34.14189],[-118.18789,34.14203],[-118.18727,34.14194],[-118.18548,34.14166],[-118.18548,34.14164]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17988,34.1266],[-118.17999,34.12834]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1963,34.13708],[-118.1963,34.13708],[-118.1963,34.13708],[-118.18705,34.13731],[-118.18643,34.13741],[-118.18645,34.13741],[-118.18645,34.13741],[-118.18645,34.13741]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20448,34.14111],[-118.20419,34.14109],[-118.20419,34.14109],[-118.20314,34.14098],[-118.20314,34.14098],[-118.20314,34.14098],[-118.1991,34.14062],[-118.19882,34.14056],[-118.19687,34.14043],[-118.19557,34.14034],[-118.19469,34.14029],[-118.19469,34.14029],[-118.19469,34.14029],[-118.19469,34.14029],[-118.19019,34.14015],[-118.18995,34.14011],[-118.1894,34.14011],[-118.1894,34.14011],[-118.1876,34.13997],[-118.18643,34.13992],[-118.18611,34.13992],[-118.18611,34.13992],[-118.1847,34.13992],[-118.1847,34.13992],[-118.1847,34.13992],[-118.18189,34.14011],[-118.18189,34.14011],[-118.18077,34.14024],[-118.18077,34.14024]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18136,34.1436],[-118.18329,34.14386],[-118.18329,34.14386],[-118.18329,34.14386],[-118.18714,34.14444],[-118.18784,34.14455],[-118.18784,34.14455],[-118.18784,34.14455],[-118.18784,34.14455],[-118.18983,34.1449],[-118.19114,34.14514],[-118.19114,34.14514],[-118.19241,34.14537],[-118.19641,34.14601],[-118.19756,34.14616],[-118.19756,34.14616],[-118.19756,34.14616]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17864,34.13274],[-118.18411,34.13485],[-118.18481,34.13512],[-118.18481,34.13512],[-118.18481,34.13512],[-118.18617,34.13564],[-118.18617,34.13564],[-118.18851,34.13654],[-118.19218,34.13797],[-118.19294,34.13823],[-118.19332,34.13839],[-118.19332,34.13839],[-118.19714,34.13965],[-118.19787,34.13979],[-118.19824,34.13987],[-118.19933,34.14006],[-118.20017,34.1402],[-118.20017,34.1402],[-118.20017,34.1402],[-118.20276,34.14043],[-118.20539,34.14071],[-118.20577,34.14075]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19029,34.14057],[-118.17881,34.13965]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19675,34.13141],[-118.19675,34.1314],[-118.19675,34.1314]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19742,34.14496],[-118.19692,34.14478],[-118.19692,34.14478],[-118.19361,34.14368],[-118.18851,34.14134],[-118.18425,34.1391],[-118.18324,34.13846],[-118.17825,34.13576]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20611,34.13832],[-118.206,34.13832],[-118.206,34.13832],[-118.206,34.13832],[-118.20218,34.1391],[-118.20218,34.1391],[-118.20185,34.13922]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18914,34.14551],[-118.18914,34.14551],[-118.19266,34.14441],[-118.19332,34.14425],[-118.19407,34.14402],[-118.19407,34.14402],[-118.19731,34.14331],[-118.19801,34.14318],[-118.19837,34.14313],[-118.19933,34.14304],[-118.19972,34.14299],[-118.19972,34.14299],[-118.20196,34.1429],[-118.20196,34.1429]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19961,34.13113],[-118.19962,34.13112],[-118.19962,34.13112],[-118.19962,34.13112]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18216,34.1254],[-118.18216,34.1254],[-118.18128,34.12605],[-118.17797,34.12825],[-118.17797,34.12825]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19972,34.12912]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20701,34.13754],[-118.20437,34.13644],[-118.20123,34.13521],[-118.20045,34.13498],[-118.19921,34.13452],[-118.19652,34.13361],[-118.19434,34.13287],[-118.19221,34.13228],[-118.19075,34.13168],[-118.19075,34.13168],[-118.18812,34.13095],[-118.18727,34.13063],[-118.18414,34.12949],[-118.17932,34.12802],[-118.17881,34.12784]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19904,34.14174]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19103,34.14355],[-118.19103,34.14355]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18374,34.12335],[-118.18352,34.12372],[-118.18352,34.12372],[-118.1838,34.12555],[-118.18453,34.12633],[-118.18457,34.12633],[-118.1852,34.12766]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20145,34.1436],[-118.20145,34.1436],[-118.20145,34.1436]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19023,34.13988]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20534,34.12693],[-118.20293,34.12624],[-118.20224,34.12569],[-118.20157,34.12537],[-118.20062,34.12514],[-118.20059,34.12512],[-118.20059,34.12512],[-118.20059,34.12512]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19176,34.12372],[-118.19579,34.12505],[-118.19753,34.12555],[-118.19865,34.12587],[-118.20134,34.12683],[-118.20134,34.12683],[-118.20288,34.12749]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19767,34.12735],[-118.20779,34.13113],[-118.19731,34.12129],[-118.19675,34.1223],[-118.1963,34.12335],[-118.19641,34.12408],[-118.19641,34.12409],[-118.19266,34.132],[-118.19266,34.13219],[-118.19263,34.13219],[-118.1917,34.13452],[-118.19125,34.13548],[-118.1898,34.13901],[-118.18974,34.13969],[-118.18907,34.14111],[-118.18909,34.14109],[-118.18766,34.14514]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18105,34.13795],[-118.1806,34.13718],[-118.18027,34.13539],[-118.17993,34.13411],[-118.17943,34.13219],[-118.1792,34.1315],[-118.17898,34.13109],[-118.17819,34.12907],[-118.17797,34.12862]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1868,34.12456],[-118.1868,34.12456],[-118.1868,34.12456],[-118.1868,34.12456],[-118.19568,34.12784],[-118.19568,34.12784],[-118.19748,34.12852],[-118.1979,34.12866],[-118.19881,34.12898],[-118.20002,34.12945],[-118.20002,34.12945],[-118.20134,34.12994],[-118.20173,34.13005],[-118.20605,34.13164],[-118.20695,34.13196],[-118.2079,34.13232],[-118.20837,34.13247],[-118.20837,34.13247]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20105,34.14299]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17696,34.13755],[-118.1787,34.13763],[-118.18068,34.13773],[-118.18068,34.13773],[-118.18068,34.13773],[-118.18363,34.13791],[-118.18434,34.13792],[-118.18731,34.13811],[-118.18731,34.13811],[-118.18731,34.13811],[-118.19221,34.13832],[-118.19221,34.13832],[-118.19658,34.13857],[-118.19904,34.13866],[-118.19904,34.13866],[-118.20101,34.13873],[-118.20101,34.13873],[-118.20101,34.13873],[-118.20101,34.13873],[-118.20101,34.13873],[-118.20101,34.13873],[-118.20101,34.13873]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1765,34.13671],[-118.1765,34.13671],[-118.1765,34.13671],[-118.1765,34.13671],[-118.1765,34.13671],[-118.1896,34.13946],[-118.1896,34.13946],[-118.19114,34.13979],[-118.19366,34.14029],[-118.19366,34.14029],[-118.20042,34.14169],[-118.2009,34.1418],[-118.20162,34.14192],[-118.20162,34.14192]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19064,34.13599],[-118.19063,34.13596],[-118.19063,34.13596],[-118.19927,34.12679],[-118.19927,34.12679]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20773,34.13722],[-118.20688,34.13694],[-118.2065,34.13686],[-118.20597,34.13671],[-118.20499,34.1364],[-118.20368,34.13596],[-118.20368,34.13596],[-118.20368,34.13596],[-118.19776,34.1342],[-118.19681,34.13387],[-118.19681,34.13387],[-118.19512,34.13338],[-118.19512,34.13338],[-118.19389,34.13301],[-118.19298,34.13271],[-118.19137,34.13223],[-118.19098,34.1321],[-118.19058,34.132],[-118.19058,34.132],[-118.19058,34.132],[-118.1875,34.13104],[-118.1875,34.13104],[-118.18308,34.12968],[-118.18223,34.12944],[-118.18176,34.12926],[-118.181,34.12903],[-118.18027,34.12884],[-118.17937,34.12857],[-118.17816,34.12819]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20633,34.13525],[-118.20591,34.13513],[-118.20499,34.1348],[-118.20419,34.13452],[-118.20342,34.13429],[-118.20342,34.13429],[-118.19921,34.13299],[-118.19813,34.13266],[-118.1977,34.13255],[-118.1977,34.13255],[-118.1977,34.13255],[-118.19172,34.1308],[-118.19131,34.13068],[-118.19046,34.13042],[-118.18892,34.12996],[-118.18892,34.12996],[-118.18892,34.12996],[-118.18414,34.12839],[-118.18335,34.12816],[-118.18223,34.12779],[-118.17862,34.12661],[-118.17862,34.12661]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20757,34.13718],[-118.20723,34.13704],[-118.20723,34.13704],[-118.20499,34.13635],[-118.20499,34.13635],[-118.20351,34.13592],[-118.20308,34.1358],[-118.20308,34.1358],[-118.1971,34.13396],[-118.19619,34.1337],[-118.19572,34.13354],[-118.19572,34.13354],[-118.19315,34.13275],[-118.19064,34.132],[-118.18851,34.13136],[-118.18851,34.13136],[-118.18447,34.13013],[-118.18307,34.12971],[-118.18268,34.12959],[-118.18182,34.12931],[-118.18182,34.12931],[-118.18049,34.12889],[-118.17953,34.12861],[-118.17825,34.12825]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18113,34.12456],[-118.18113,34.12456],[-118.18296,34.12514],[-118.18388,34.12544],[-118.18474,34.12568],[-118.18554,34.12596],[-118.18649,34.12628],[-118.18737,34.12656],[-118.18737,34.12656],[-118.1892,34.12717],[-118.19008,34.12743],[-118.19008,34.12743],[-118.19132,34.12786],[-118.19252,34.12824],[-118.19378,34.12866],[-118.19378,34.12866],[-118.19458,34.12889],[-118.1959,34.12931],[-118.19979,34.13056],[-118.20087,34.13089],[-118.20087,34.13089],[-118.20224,34.13136],[-118.20299,34.13159],[-118.20436,34.13201],[-118.20522,34.13229],[-118.20522,34.13229],[-118.20751,34.13301]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20436,34.1362],[-118.20398,34.13608],[-118.20253,34.13564],[-118.20145,34.13531],[-118.20059,34.13503],[-118.20059,34.13503],[-118.20059,34.13503],[-118.20059,34.13503],[-118.19624,34.13374],[-118.19206,34.13247],[-118.19159,34.13232],[-118.18946,34.13164],[-118.18946,34.13164],[-118.1872,34.13098],[-118.1872,34.13098],[-118.18216,34.12945],[-118.18216,34.12945],[-118.18216,34.12945],[-118.18216,34.12945]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19418,34.14565],[-118.19316,34.14519],[-118.19316,34.14519],[-118.19316,34.14519],[-118.1908,34.14416],[-118.18559,34.14185],[-118.18474,34.14146],[-118.18319,34.14081],[-118.18273,34.14056],[-118.18027,34.1395],[-118.17696,34.13801]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18193,34.14416],[-118.18593,34.14459],[-118.18593,34.14459],[-118.18593,34.14459],[-118.19063,34.14518],[-118.19198,34.14537],[-118.19286,34.14546],[-118.19372,34.1456],[-118.19372,34.1456],[-118.19538,34.14579],[-118.19579,34.14587],[-118.19715,34.14602],[-118.19715,34.14602]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20168,34.13708],[-118.20099,34.1368],[-118.19977,34.13644],[-118.19977,34.13644],[-118.19832,34.13594],[-118.19832,34.13594],[-118.1963,34.13522],[-118.19546,34.13493],[-118.19546,34.13493],[-118.19546,34.13493],[-118.19109,34.13329],[-118.19035,34.13303],[-118.19035,34.13303],[-118.18857,34.13233],[-118.18748,34.13191],[-118.18748,34.13191],[-118.18621,34.13136],[-118.18583,34.13122],[-118.18498,34.13086],[-118.18468,34.13075],[-118.18056,34.12903],[-118.18016,34.12889],[-118.18016,34.12889],[-118.18016,34.12889],[-118.17781,34.12791]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17702,34.12953],[-118.17702,34.12953],[-118.1777,34.12982],[-118.1777,34.12982],[-118.1792,34.13045],[-118.1792,34.13045],[-118.18313,34.132],[-118.18371,34.13224],[-118.18371,34.13224],[-118.18481,34.13269],[-118.18481,34.13269],[-118.18481,34.13269],[-118.18481,34.13269],[-118.18481,34.13269],[-118.18481,34.13269],[-118.19155,34.13503],[-118.19258,34.13531],[-118.19258,34.13531],[-118.19258,34.13531],[-118.19445,34.13589],[-118.19445,34.13589],[-118.19591,34.13635],[-118.19624,34.13643],[-118.19944,34.13731],[-118.20084,34.13768],[-118.20145,34.13787],[-118.20179,34.13795],[-118.20555,34.13892],[-118.20622,34.1391],[-118.20683,34.13927]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19193,34.1456],[-118.19193,34.1456],[-118.19193,34.1456],[-118.18108,34.13154],[-118.18108,34.13154]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20297,34.13535],[-118.20134,34.13512],[-118.20133,34.13508],[-118.19647,34.13448],[-118.19243,34.13397],[-118.19137,34.13374],[-118.19002,34.13351],[-118.18828,34.13315],[-118.18514,34.13237],[-118.18374,34.132],[-118.18377,34.13201],[-118.18377,34.13201],[-118.18377,34.13201]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18727,34.14198],[-118.18727,34.14198],[-118.18509,34.14555],[-118.18508,34.14555]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18394,34.14178],[-118.18952,34.14308],[-118.19081,34.1434],[-118.19142,34.14359],[-118.1926,34.14381],[-118.19316,34.14363],[-118.19315,34.14365],[-118.19315,34.14365]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1868,34.13992]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20723,34.13429],[-118.20628,34.13406],[-118.20532,34.1337],[-118.2023,34.13278],[-118.20062,34.13228]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19495,34.1283],[-118.19383,34.12843],[-118.19288,34.12825],[-118.18901,34.12766],[-118.18789,34.12752],[-118.18425,34.12729],[-118.18324,34.12706],[-118.18223,34.1272],[-118.18128,34.12711],[-118.17803,34.12752]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1769,34.13787],[-118.17713,34.13795],[-118.17793,34.1382],[-118.17831,34.13832],[-118.17862,34.13843],[-118.17898,34.1386],[-118.17965,34.13882],[-118.17965,34.13882],[-118.18032,34.13905],[-118.18073,34.13922],[-118.18116,34.13942],[-118.18176,34.13964],[-118.18201,34.13974],[-118.18222,34.13987],[-118.18291,34.14015],[-118.18329,34.14034],[-118.18329,34.14034],[-118.18565,34.14143],[-118.18565,34.14143],[-118.18643,34.14175],[-118.18643,34.14175],[-118.18643,34.14175],[-118.18643,34.14175],[-118.18777,34.14244],[-118.188,34.14253],[-118.18868,34.14285],[-118.18903,34.14299],[-118.18903,34.14299],[-118.18952,34.14322],[-118.18989,34.14341],[-118.19019,34.14359],[-118.1904,34.14365],[-118.19092,34.14391],[-118.19126,34.14406],[-118.19148,34.14413],[-118.19148,34.14413],[-118.19212,34.14444],[-118.19294,34.14478],[-118.19294,34.14478],[-118.19326,34.14495],[-118.19326,34.14495],[-118.19512,34.14587],[-118.19532,34.14597],[-118.19607,34.14633],[-118.19653,34.14658],[-118.19653,34.14658]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18016,34.14029],[-118.18016,34.14029],[-118.18668,34.14053],[-118.18739,34.14052],[-118.18739,34.14052],[-118.19029,34.14067],[-118.19097,34.14066],[-118.19215,34.1407],[-118.19333,34.14075],[-118.19384,34.14081],[-118.19384,34.14081],[-118.19972,34.14102],[-118.20099,34.14109],[-118.20293,34.14113],[-118.20566,34.14125],[-118.20566,34.14125]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18823,34.12669],[-118.18823,34.1267]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20437,34.13947],[-118.20436,34.13946],[-118.20213,34.13837],[-118.20118,34.138],[-118.20116,34.13801],[-118.19798,34.13667],[-118.19798,34.13667],[-118.19469,34.13531],[-118.18386,34.13237]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20471,34.13615]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18873,34.13521],[-118.1866,34.13521],[-118.1866,34.13521],[-118.18577,34.13503],[-118.1764,34.13539]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20477,34.12996]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20213,34.14425]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19451,34.13676],[-118.19452,34.13676],[-118.19826,34.13676],[-118.1983,34.1368]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17804,34.12847],[-118.17896,34.12875],[-118.17896,34.12875],[-118.17896,34.12875],[-118.18122,34.12944],[-118.18122,34.12944],[-118.18296,34.12996],[-118.18497,34.13061],[-118.18497,34.13061],[-118.18623,34.13098],[-118.18714,34.13126],[-118.18714,34.13126],[-118.18912,34.13173],[-118.1896,34.13187],[-118.1896,34.13187],[-118.1896,34.13187],[-118.19254,34.13237],[-118.19355,34.13246],[-118.1949,34.13255],[-118.1949,34.13255],[-118.19944,34.13275],[-118.2005,34.13278],[-118.20146,34.13278],[-118.20236,34.1328],[-118.20286,34.13278]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17988,34.12624],[-118.18039,34.12642],[-118.18171,34.12679],[-118.18171,34.12679],[-118.18677,34.12839],[-118.18726,34.12856],[-118.19142,34.12985],[-118.19435,34.1308],[-118.19435,34.1308],[-118.19578,34.13122],[-118.19578,34.13122],[-118.19578,34.13122],[-118.19578,34.13122],[-118.20437,34.13397],[-118.20437,34.13397],[-118.20723,34.13484]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20628,34.13301],[-118.20517,34.13266],[-118.20308,34.13196],[-118.20308,34.13196],[-118.19904,34.13066],[-118.19904,34.13066],[-118.19714,34.13004],[-118.19469,34.12926],[-118.19417,34.12907],[-118.19417,34.12907],[-118.19109,34.1281],[-118.18716,34.12688],[-118.18668,34.12675],[-118.18668,34.12675],[-118.18668,34.12675],[-118.18358,34.12578],[-118.18358,34.12578],[-118.18358,34.12578],[-118.18045,34.12479]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17839,34.12889],[-118.1793,34.12921],[-118.1793,34.12921],[-118.1793,34.12921],[-118.1793,34.12921],[-118.18621,34.13132],[-118.18711,34.13159],[-118.18711,34.13159],[-118.19221,34.13319],[-118.19316,34.13347],[-118.19316,34.13347],[-118.1951,34.13406],[-118.1951,34.13406],[-118.1951,34.13406],[-118.1951,34.13406],[-118.1951,34.13406],[-118.19977,34.13562],[-118.19977,34.13562],[-118.20202,34.13634],[-118.20359,34.13686],[-118.20359,34.13686],[-118.20359,34.13686],[-118.20551,34.1375],[-118.2074,34.13805]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18005,34.12907],[-118.18116,34.12939],[-118.18205,34.12968],[-118.18205,34.12968],[-118.18425,34.13036],[-118.18537,34.1307],[-118.18587,34.13086],[-118.18587,34.13086],[-118.1884,34.13164],[-118.18952,34.13196],[-118.19006,34.1321],[-118.19166,34.13261],[-118.19288,34.13301],[-118.19321,34.13308],[-118.19321,34.13308],[-118.19579,34.13388],[-118.19733,34.13434],[-118.19836,34.13466],[-118.19836,34.13466],[-118.20308,34.13608],[-118.20351,34.1362],[-118.20611,34.13699],[-118.20665,34.13717],[-118.20665,34.13717]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20151,34.12317],[-118.20151,34.12317],[-118.19641,34.12207],[-118.19641,34.12207],[-118.19361,34.12149],[-118.19361,34.12149],[-118.19114,34.12097],[-118.19114,34.12097],[-118.19017,34.12079],[-118.19017,34.12079],[-118.19017,34.12079],[-118.19017,34.12079],[-118.19017,34.12079],[-118.19017,34.12079],[-118.19017,34.12079]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18296,34.13001],[-118.18341,34.13013],[-118.18548,34.13075],[-118.18593,34.13086],[-118.18691,34.13117],[-118.18777,34.13145],[-118.18777,34.13145],[-118.19221,34.13274],[-118.1931,34.13301],[-118.194,34.13329],[-118.19441,34.13345],[-118.19938,34.13493],[-118.20042,34.13527],[-118.20042,34.13527],[-118.20224,34.1358],[-118.2066,34.13717]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20476,34.1261],[-118.20476,34.1261],[-118.20476,34.1261],[-118.19721,34.12447],[-118.19619,34.12422],[-118.19125,34.12312],[-118.19019,34.12289],[-118.1888,34.1226],[-118.1888,34.1226],[-118.1888,34.1226],[-118.18548,34.12184],[-118.18548,34.12184],[-118.18548,34.12184]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20768,34.13443],[-118.20768,34.13416]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17932,34.13965],[-118.17936,34.13964]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17696,34.13022],[-118.1781,34.13056],[-118.18188,34.13159],[-118.18268,34.13182],[-118.18268,34.13182],[-118.1838,34.1321],[-118.18451,34.13224],[-118.18537,34.13246],[-118.1876,34.13303],[-118.1876,34.13303],[-118.1888,34.13336],[-118.1888,34.13336],[-118.19238,34.13434],[-118.19344,34.13466],[-118.19423,34.13489],[-118.19423,34.13489],[-118.19423,34.13489],[-118.19641,34.1355],[-118.19641,34.1355],[-118.19753,34.13585],[-118.19877,34.13622],[-118.19877,34.13622],[-118.19877,34.13622],[-118.19877,34.13622],[-118.19877,34.13622],[-118.19877,34.13622],[-118.19877,34.13622],[-118.20419,34.13773],[-118.20419,34.13773]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20488,34.12683],[-118.20442,34.1267],[-118.20442,34.1267],[-118.20258,34.12614],[-118.20225,34.12605],[-118.20225,34.12605],[-118.19989,34.12527],[-118.19921,34.12505],[-118.19854,34.12482],[-118.19854,34.12482],[-118.19854,34.12482],[-118.19607,34.12405],[-118.19607,34.12405],[-118.19607,34.12405],[-118.19417,34.12344],[-118.1935,34.12321],[-118.1935,34.12321],[-118.19215,34.12285],[-118.19155,34.12265],[-118.19046,34.12232],[-118.19008,34.12225],[-118.18932,34.12205],[-118.18845,34.12184],[-118.18817,34.12177],[-118.18817,34.12177],[-118.18674,34.12139],[-118.18674,34.12139]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18096,34.13033],[-118.18096,34.13033],[-118.18206,34.13068],[-118.18291,34.13094],[-118.18402,34.13127],[-118.18481,34.1315],[-118.18548,34.13168],[-118.18548,34.13168],[-118.1866,34.13205],[-118.1866,34.13205],[-118.18846,34.13261],[-118.18846,34.13261],[-118.18846,34.13261],[-118.19309,34.13406],[-118.19585,34.13489],[-118.19585,34.13489],[-118.19731,34.13535],[-118.19731,34.13535],[-118.19853,34.13569],[-118.19927,34.13594],[-118.20246,34.1369],[-118.20246,34.1369],[-118.20402,34.13736],[-118.20402,34.13736],[-118.20402,34.13736]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20425,34.13429],[-118.20425,34.13429],[-118.20213,34.13368],[-118.20213,34.13368],[-118.20213,34.13368],[-118.19742,34.13223],[-118.19742,34.13223],[-118.19518,34.13155],[-118.19518,34.13155],[-118.19332,34.13098],[-118.19294,34.13086],[-118.19294,34.13086],[-118.19294,34.13086],[-118.19294,34.13086],[-118.18643,34.1288],[-118.18643,34.1288],[-118.18643,34.1288],[-118.18643,34.1288],[-118.17953,34.1267],[-118.17875,34.12646]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2014,34.14249],[-118.20139,34.14248]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18445,34.14113],[-118.18445,34.14113],[-118.18761,34.14088],[-118.18817,34.14085],[-118.18926,34.14081],[-118.18926,34.14081],[-118.19159,34.14066],[-118.19159,34.14066],[-118.19756,34.14025],[-118.19756,34.14025],[-118.19865,34.1402],[-118.20162,34.13997],[-118.20437,34.13974]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18677,34.14551],[-118.18674,34.14551],[-118.19361,34.14546]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19555,34.13829],[-118.18049,34.13745],[-118.1797,34.13736]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20616,34.13443],[-118.20385,34.13564],[-118.2028,34.13622],[-118.2028,34.13622],[-118.19527,34.1402],[-118.19527,34.1402],[-118.19692,34.13933],[-118.18823,34.14391],[-118.18651,34.14481]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1764,34.13383]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19738,34.14588]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19905,34.13892],[-118.19904,34.13894],[-118.19843,34.1337],[-118.19776,34.13356],[-118.1971,34.13359],[-118.19647,34.1337],[-118.19535,34.13402],[-118.19535,34.13402],[-118.19344,34.13612],[-118.19315,34.13634],[-118.19389,34.13791],[-118.19389,34.13791],[-118.19052,34.13717],[-118.19394,34.13901],[-118.19394,34.13901],[-118.19529,34.1396],[-118.19367,34.1375]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20241,34.14354],[-118.20242,34.14355],[-118.20242,34.14355],[-118.19366,34.14258]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19725,34.13164],[-118.19064,34.13136],[-118.19063,34.13136]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18233,34.14425],[-118.18313,34.14436],[-118.18313,34.14436],[-118.18388,34.14448],[-118.18388,34.14448],[-118.18388,34.14448],[-118.18498,34.14459],[-118.19143,34.14541]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19189,34.12153],[-118.19258,34.1227]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20129,34.13535],[-118.20224,34.13571],[-118.20499,34.13644],[-118.20499,34.13644],[-118.20717,34.13722],[-118.20717,34.13722]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19893,34.14143],[-118.19893,34.14146],[-118.19781,34.1418],[-118.19784,34.14178],[-118.19226,34.14139],[-118.19187,34.1412],[-118.18705,34.14139],[-118.18548,34.14107],[-118.18425,34.14139]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20773,34.13782],[-118.20773,34.13782],[-118.20448,34.13666],[-118.20431,34.13658],[-118.20431,34.13658],[-118.20339,34.1362],[-118.20339,34.1362],[-118.20224,34.13576],[-118.20224,34.13576],[-118.20145,34.13545],[-118.20145,34.13545],[-118.19905,34.13457],[-118.19905,34.13457],[-118.19905,34.13457],[-118.19715,34.13387],[-118.19636,34.13361],[-118.19613,34.13354],[-118.19613,34.13354],[-118.194,34.13278],[-118.194,34.13278],[-118.19263,34.13233],[-118.19075,34.13159],[-118.19002,34.13136],[-118.18949,34.13117],[-118.18949,34.13117],[-118.18795,34.13054],[-118.18795,34.13054],[-118.18795,34.13054],[-118.18577,34.12973],[-118.1847,34.12949],[-118.18411,34.12935],[-118.18352,34.12926],[-118.18352,34.12926],[-118.18279,34.12912],[-118.18279,34.12912],[-118.18279,34.12912],[-118.1809,34.12889],[-118.18055,34.12885],[-118.18055,34.12885],[-118.1797,34.12884],[-118.17887,34.1288],[-118.17741,34.12852]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17976,34.14216],[-118.18021,34.14226],[-118.18021,34.14226],[-118.18021,34.14226],[-118.18193,34.14267],[-118.18193,34.14267],[-118.18193,34.14267],[-118.18193,34.14267],[-118.18193,34.14267],[-118.18405,34.14318],[-118.18451,34.14332],[-118.18451,34.14332],[-118.18571,34.1436],[-118.1861,34.14372],[-118.1861,34.14372],[-118.18703,34.14402],[-118.1875,34.14423],[-118.18812,34.14445],[-118.18812,34.14445],[-118.1903,34.14537],[-118.19246,34.1463],[-118.19246,34.1463],[-118.19315,34.14653]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.207,34.1388],[-118.20667,34.13869],[-118.20648,34.13857],[-118.20605,34.13841],[-118.20448,34.13778],[-118.20403,34.13763],[-118.2037,34.1375],[-118.2037,34.1375],[-118.20253,34.13708],[-118.2023,34.13699],[-118.20196,34.13685],[-118.20196,34.13685],[-118.20122,34.13662],[-118.20101,34.13654],[-118.19973,34.1361],[-118.19944,34.13599],[-118.1991,34.13589],[-118.19664,34.13507],[-118.19618,34.13489],[-118.19618,34.13489],[-118.19423,34.13425],[-118.19344,34.13392],[-118.19327,34.13383],[-118.19103,34.13301],[-118.19103,34.13301],[-118.19103,34.13301],[-118.18949,34.13252],[-118.18949,34.13252],[-118.18879,34.13232],[-118.18879,34.13232],[-118.18789,34.1321],[-118.18767,34.132],[-118.18767,34.132],[-118.18767,34.132],[-118.18228,34.13056],[-118.18228,34.13056],[-118.17943,34.12967],[-118.17741,34.12903],[-118.17741,34.12903],[-118.17741,34.12903],[-118.17741,34.12903]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18113,34.14318],[-118.18167,34.14326],[-118.18167,34.14326],[-118.18239,34.14337],[-118.18445,34.14379],[-118.18497,34.14393],[-118.1852,34.144],[-118.1852,34.144],[-118.1852,34.144],[-118.18828,34.145],[-118.18846,34.14509],[-118.18912,34.14532],[-118.18949,34.14546],[-118.18949,34.14546]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17646,34.13484],[-118.17646,34.13585],[-118.17657,34.13635],[-118.17656,34.13638],[-118.17656,34.13638]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20813,34.132],[-118.20813,34.132],[-118.20642,34.13159],[-118.20642,34.13159],[-118.2023,34.13058],[-118.20106,34.13031],[-118.20013,34.1301],[-118.19972,34.12999],[-118.19764,34.12949],[-118.19721,34.1294],[-118.19721,34.1294],[-118.19721,34.1294],[-118.19165,34.12798],[-118.1912,34.12786],[-118.1866,34.12674],[-118.18582,34.12651],[-118.18582,34.12651],[-118.18211,34.12558],[-118.18027,34.12507]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1959,34.12759]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20616,34.13356],[-118.20488,34.13324],[-118.20364,34.13306],[-118.20362,34.13303],[-118.1968,34.1321],[-118.19681,34.1321],[-118.19394,34.13182],[-118.19243,34.13164],[-118.19246,34.13164],[-118.19246,34.13164],[-118.18425,34.13045],[-118.18428,34.13042],[-118.18077,34.13013],[-118.17976,34.13004],[-118.17976,34.13004]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20846,34.13356],[-118.20846,34.13356],[-118.20837,34.13271],[-118.20846,34.132],[-118.20846,34.132]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18794,34.14206],[-118.19574,34.14445],[-118.1982,34.14496],[-118.19949,34.1451]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20527,34.1375],[-118.20351,34.13694],[-118.20116,34.1362],[-118.20116,34.1362],[-118.20116,34.1362],[-118.19841,34.13531],[-118.19675,34.1348],[-118.19675,34.1348],[-118.19675,34.1348],[-118.19401,34.13392],[-118.19258,34.13345],[-118.19258,34.13345],[-118.188,34.13196],[-118.188,34.13196],[-118.188,34.13196],[-118.188,34.13196],[-118.18397,34.13068],[-118.18397,34.13068],[-118.18397,34.13068],[-118.18397,34.13068],[-118.18397,34.13068]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20488,34.13448],[-118.20488,34.13448],[-118.20488,34.13448],[-118.19938,34.13269],[-118.19938,34.13269],[-118.19938,34.13269],[-118.19435,34.13112],[-118.19361,34.13084],[-118.18929,34.12953],[-118.18886,34.1294],[-118.18677,34.1288],[-118.18593,34.12852],[-118.18548,34.12838],[-118.18425,34.12798],[-118.18307,34.12761],[-118.18307,34.12761],[-118.18173,34.1272],[-118.18125,34.12707],[-118.18032,34.12679],[-118.18032,34.12679]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20648,34.13564],[-118.20648,34.13564],[-118.20185,34.13443],[-118.20185,34.13443],[-118.2003,34.13401],[-118.19854,34.13356],[-118.19773,34.13336],[-118.19653,34.13303],[-118.19355,34.13232],[-118.19355,34.13232],[-118.19081,34.13168],[-118.19081,34.13168],[-118.19081,34.13168],[-118.19081,34.13168],[-118.18663,34.13061],[-118.18508,34.13024],[-118.18425,34.13004],[-118.18308,34.12973],[-118.18116,34.12926],[-118.18116,34.12926],[-118.17896,34.1287],[-118.17797,34.12843],[-118.17797,34.12843],[-118.17797,34.12843]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20534,34.13531],[-118.20476,34.13516],[-118.20391,34.13494],[-118.20293,34.13466],[-118.20258,34.13457],[-118.20099,34.13415],[-118.20056,34.13402],[-118.19544,34.13266],[-118.1949,34.13251],[-118.1949,34.13251],[-118.19057,34.1314],[-118.1898,34.13118],[-118.18932,34.13103],[-118.18834,34.13077],[-118.18834,34.13077],[-118.18834,34.13077],[-118.18834,34.13077],[-118.1815,34.12889],[-118.1815,34.12889],[-118.1815,34.12889]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19282,34.1391],[-118.19282,34.13892],[-118.19305,34.13887],[-118.19378,34.13933],[-118.19411,34.13947],[-118.19456,34.13974],[-118.19464,34.14015],[-118.19467,34.14011],[-118.1949,34.14056],[-118.19492,34.14062],[-118.19518,34.14079],[-118.19529,34.14102],[-118.1954,34.14107],[-118.19529,34.14111],[-118.1954,34.14134],[-118.1955,34.14136],[-118.19557,34.14166],[-118.19557,34.14171],[-118.19563,34.14198],[-118.19563,34.14203],[-118.19551,34.14203],[-118.19574,34.14221]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19572,34.1422]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18359,34.12372]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20319,34.1364],[-118.20319,34.1364],[-118.20236,34.13615],[-118.19456,34.13379],[-118.19456,34.13379],[-118.19456,34.13379],[-118.18399,34.13084],[-118.18133,34.13004],[-118.18133,34.13004],[-118.1796,34.12953],[-118.17959,34.12954]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2086,34.13373]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2086,34.13373],[-118.20695,34.1337],[-118.20689,34.13406]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19389,34.1467],[-118.19389,34.1467],[-118.19097,34.14633],[-118.19098,34.1463],[-118.18957,34.14601],[-118.18498,34.14551],[-118.18458,34.14532],[-118.18458,34.14532]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18643,34.13081],[-118.18705,34.13104],[-118.18868,34.13187],[-118.19613,34.13594],[-118.19647,34.13617],[-118.19781,34.13672],[-118.20706,34.13823],[-118.20706,34.13823]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1801,34.1361],[-118.18952,34.13617],[-118.1904,34.13629],[-118.19498,34.13643],[-118.19876,34.13676],[-118.20437,34.13768]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19792,34.14139],[-118.19916,34.14166],[-118.19916,34.14166]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19933,34.14569],[-118.19933,34.14569],[-118.19776,34.14546],[-118.19773,34.14546],[-118.18526,34.14565],[-118.18526,34.14565]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18468,34.1415],[-118.18834,34.14253],[-118.18834,34.14253],[-118.19178,34.1436],[-118.19178,34.1436]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19047,34.14386],[-118.19052,34.14383],[-118.18341,34.14299],[-118.1801,34.14258]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19484,34.12637],[-118.19523,34.12651],[-118.19521,34.12647],[-118.19002,34.1331],[-118.18957,34.13402]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19198,34.13933],[-118.19201,34.13932],[-118.1861,34.14056],[-118.18611,34.14057],[-118.18611,34.14057]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2065,34.13402]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18408,34.13992],[-118.18411,34.13992],[-118.18593,34.14427]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20574,34.13368],[-118.20482,34.13338],[-118.20527,34.13356],[-118.20007,34.13191],[-118.20007,34.13191],[-118.20007,34.13191],[-118.19647,34.13081],[-118.19546,34.13049],[-118.19546,34.13049],[-118.19036,34.12894],[-118.18989,34.1288],[-118.18989,34.1288],[-118.18989,34.1288],[-118.18699,34.12793],[-118.18604,34.12761],[-118.18604,34.12761],[-118.18329,34.12679],[-118.18176,34.12633],[-118.18176,34.12633],[-118.18038,34.12592]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20642,34.13527],[-118.20494,34.13447],[-118.20494,34.13447],[-118.2042,34.13411],[-118.19865,34.13182],[-118.19818,34.13164],[-118.19818,34.13164],[-118.1972,34.13127],[-118.19578,34.1308],[-118.19578,34.1308],[-118.19578,34.1308],[-118.19578,34.1308],[-118.18834,34.12839],[-118.18731,34.12805],[-118.18731,34.12805],[-118.18559,34.12756],[-118.1809,34.12619],[-118.18004,34.12592],[-118.18004,34.12592],[-118.18004,34.12592]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20762,34.13626],[-118.20572,34.13567],[-118.20534,34.13555],[-118.20534,34.13555],[-118.20534,34.13555],[-118.20246,34.13466],[-118.20196,34.13452],[-118.20196,34.13452],[-118.19585,34.1326],[-118.19585,34.1326],[-118.19075,34.13098],[-118.18577,34.12945],[-118.18577,34.12945],[-118.18577,34.12945],[-118.17976,34.12752],[-118.17833,34.12707]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17656,34.13382],[-118.17656,34.13382],[-118.18032,34.13599],[-118.18094,34.13635],[-118.18273,34.13736],[-118.18308,34.13759],[-118.18308,34.13759],[-118.18308,34.13759],[-118.18308,34.13759],[-118.18481,34.1386],[-118.18789,34.14043],[-118.18856,34.14084],[-118.18914,34.14118],[-118.18914,34.14118],[-118.18914,34.14118],[-118.19131,34.14244],[-118.19131,34.14244],[-118.19292,34.14341],[-118.19292,34.14341],[-118.19292,34.14341],[-118.19658,34.1456],[-118.19658,34.1456]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20829,34.13544],[-118.20678,34.13493],[-118.20625,34.1348],[-118.20528,34.13452],[-118.20482,34.13438],[-118.20482,34.13438],[-118.19916,34.13261],[-118.19865,34.13246],[-118.19865,34.13246],[-118.19865,34.13246],[-118.19544,34.1315],[-118.19544,34.1315],[-118.19544,34.1315],[-118.19544,34.1315],[-118.19092,34.13013],[-118.18655,34.1288],[-118.18502,34.12833],[-118.18453,34.1282],[-118.18453,34.1282],[-118.18184,34.12738],[-118.18136,34.12721],[-118.18088,34.12706],[-118.17943,34.1266]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18937,34.14649],[-118.18834,34.14606],[-118.18834,34.14606],[-118.18686,34.14541],[-118.18686,34.14541],[-118.18686,34.14541],[-118.18686,34.14541],[-118.1801,34.14253]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19424,34.13638],[-118.19624,34.13681],[-118.19759,34.13727],[-118.19759,34.13727],[-118.19933,34.13759],[-118.2019,34.13829],[-118.20331,34.13878],[-118.20488,34.13914],[-118.20488,34.13913]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17915,34.1385]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19773,34.14644],[-118.1916,34.1442],[-118.17982,34.13992]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18442,34.12413],[-118.18486,34.12505],[-118.18486,34.12505],[-118.18525,34.12619],[-118.18486,34.12505],[-118.1926,34.13928],[-118.19258,34.13927],[-118.19434,34.14244],[-118.19501,34.14368],[-118.19498,34.14369]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20807,34.13246],[-118.20678,34.13242],[-118.20677,34.13243],[-118.20325,34.13237],[-118.20246,34.13237],[-118.20151,34.13232],[-118.20005,34.13228],[-118.19826,34.13219],[-118.19686,34.13205],[-118.19574,34.13191],[-118.19512,34.13191],[-118.19434,34.13187],[-118.19327,34.13182],[-118.19332,34.13182],[-118.19176,34.13164],[-118.19058,34.13159],[-118.18985,34.13159],[-118.18985,34.13159],[-118.18812,34.13127],[-118.18739,34.13127],[-118.18296,34.131],[-118.18139,34.13095],[-118.18027,34.13081],[-118.17875,34.13072],[-118.17875,34.13072]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20459,34.13924]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18739,34.12308],[-118.18823,34.12331],[-118.19013,34.12376],[-118.19098,34.12409],[-118.19288,34.12477],[-118.19372,34.12518],[-118.19372,34.12518],[-118.19714,34.12628],[-118.19955,34.12724],[-118.19994,34.12733],[-118.20375,34.12857],[-118.20588,34.12921],[-118.20588,34.12921]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1908,34.13652],[-118.1908,34.13652]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19395,34.13438],[-118.19395,34.13438]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18705,34.12129],[-118.18554,34.12326],[-118.18554,34.12326],[-118.18318,34.12688],[-118.18408,34.12848],[-118.18593,34.12939],[-118.18593,34.12939],[-118.18514,34.12721],[-118.1848,34.1267]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18514,34.12526],[-118.18957,34.12981],[-118.1896,34.12977],[-118.19002,34.14024],[-118.18761,34.14359],[-118.1875,34.14391],[-118.18748,34.14393]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19378,34.12056],[-118.194,34.12065],[-118.19439,34.1207],[-118.19501,34.12074],[-118.19501,34.12074]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17999,34.14107],[-118.18083,34.14134],[-118.18178,34.14139],[-118.18262,34.1424],[-118.18559,34.14377],[-118.1856,34.14374],[-118.19092,34.14661],[-118.19092,34.14663]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20122,34.14309],[-118.18083,34.13557],[-118.19292,34.13359]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19383,34.14391],[-118.19384,34.14393],[-118.18537,34.14409],[-118.18391,34.14418]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20265,34.12954],[-118.19798,34.13086],[-118.19557,34.13145],[-118.19495,34.13155],[-118.19058,34.13246],[-118.19058,34.13246],[-118.19058,34.13246],[-118.18743,34.13299],[-118.18474,34.12423],[-118.19058,34.12358],[-118.19439,34.12294],[-118.19641,34.12274],[-118.20095,34.12244]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17937,34.13983],[-118.17999,34.13987],[-118.18039,34.13987],[-118.1806,34.13992],[-118.1806,34.13992],[-118.18148,34.13997],[-118.18206,34.14006],[-118.18206,34.14006],[-118.18206,34.14006],[-118.18531,34.14029],[-118.18571,34.14029],[-118.18649,34.14034],[-118.18668,34.14039],[-118.18668,34.14039],[-118.18733,34.14038],[-118.18733,34.14038],[-118.18733,34.14038],[-118.18903,34.14048],[-118.18924,34.14047],[-118.18949,34.14048],[-118.18963,34.14047],[-118.19029,34.14048],[-118.19075,34.14052],[-118.1912,34.14052],[-118.1916,34.14053],[-118.19181,34.14052],[-118.19246,34.14053],[-118.19286,34.14053],[-118.19286,34.14053],[-118.19372,34.14053],[-118.19372,34.14053],[-118.19417,34.14052],[-118.19613,34.14043],[-118.1967,34.14039],[-118.1967,34.14039],[-118.1967,34.14039],[-118.19972,34.1402],[-118.20101,34.14015],[-118.20185,34.14011],[-118.20185,34.14011],[-118.20269,34.14006],[-118.20269,34.14006],[-118.20353,34.14006],[-118.20374,34.14001],[-118.20459,34.14001],[-118.20459,34.14001],[-118.20522,34.13997],[-118.20522,34.13997],[-118.20522,34.13997],[-118.20522,34.13997]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20688,34.13918],[-118.20688,34.13918],[-118.20583,34.13887],[-118.20583,34.13887],[-118.20426,34.13841],[-118.20385,34.13829],[-118.20385,34.13829],[-118.20286,34.13795],[-118.20202,34.13764],[-118.2009,34.13727],[-118.2003,34.13708],[-118.2003,34.13708],[-118.19916,34.13672],[-118.19916,34.13672],[-118.19916,34.13672],[-118.19693,34.13601],[-118.19607,34.13578],[-118.19591,34.13571],[-118.1955,34.13559],[-118.19515,34.13545],[-118.19515,34.13545],[-118.19406,34.13516],[-118.19246,34.13461],[-118.19246,34.13461],[-118.19181,34.13438],[-118.19181,34.13438],[-118.1912,34.1341],[-118.19092,34.13397],[-118.19092,34.13397],[-118.19092,34.13397],[-118.18857,34.13219],[-118.18806,34.1315],[-118.18806,34.1315],[-118.18726,34.12982],[-118.18716,34.12926],[-118.18716,34.12926],[-118.18714,34.12875],[-118.18714,34.12875],[-118.18714,34.12875],[-118.18739,34.12761],[-118.18739,34.12761],[-118.18739,34.12761],[-118.18739,34.12761],[-118.18828,34.12614],[-118.18828,34.12614],[-118.18828,34.12614],[-118.18828,34.12614],[-118.19092,34.1247],[-118.19092,34.1247],[-118.19092,34.1247],[-118.19249,34.1245],[-118.1935,34.1245],[-118.19361,34.12447],[-118.19411,34.1245],[-118.19452,34.12451],[-118.19452,34.12451],[-118.19452,34.12451],[-118.19635,34.12475],[-118.19635,34.12475],[-118.19635,34.12475],[-118.19635,34.12475],[-118.19635,34.12475],[-118.19983,34.12537],[-118.19996,34.1254],[-118.20087,34.12563],[-118.20241,34.1261],[-118.20293,34.12624],[-118.20351,34.12642],[-118.20351,34.12642],[-118.20398,34.12656],[-118.20419,34.12665],[-118.20419,34.12665],[-118.20493,34.12688],[-118.20532,34.12701],[-118.20532,34.12701],[-118.20597,34.12726],[-118.20639,34.12738],[-118.20671,34.12749],[-118.20671,34.12749]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17959,34.14211],[-118.17976,34.14212],[-118.18038,34.14221],[-118.18073,34.14225],[-118.18116,34.1423],[-118.18136,34.14234],[-118.18136,34.14234],[-118.18136,34.14234],[-118.18136,34.14234],[-118.18314,34.14276],[-118.18314,34.14276],[-118.18374,34.14294],[-118.18419,34.14308],[-118.18419,34.14308],[-118.18525,34.14346],[-118.18542,34.14354],[-118.18748,34.14444],[-118.188,34.14467],[-118.188,34.14467],[-118.18851,34.14496],[-118.18892,34.14514],[-118.19047,34.14592],[-118.19047,34.14592],[-118.19047,34.14592],[-118.19047,34.14592],[-118.19047,34.14592],[-118.19252,34.1469],[-118.19288,34.14706]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17948,34.1418],[-118.17948,34.1418],[-118.17948,34.1418],[-118.18108,34.14192],[-118.18108,34.14192],[-118.1838,34.14162],[-118.1866,34.1423],[-118.18703,34.14169],[-118.18703,34.14169],[-118.18703,34.14169],[-118.18703,34.14169],[-118.18703,34.14169],[-118.19232,34.14258],[-118.1931,34.14258],[-118.18703,34.14169],[-118.19378,34.14262],[-118.19445,34.14262],[-118.19584,34.14267],[-118.19584,34.14267],[-118.19584,34.14267],[-118.1977,34.14276],[-118.1977,34.14276],[-118.1995,34.14285],[-118.1995,34.14285],[-118.20347,34.14299]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20572,34.14061],[-118.20517,34.14057],[-118.20517,34.14057],[-118.20454,34.14053],[-118.20398,34.14052],[-118.20379,34.14053],[-118.20311,34.14048],[-118.20311,34.14048],[-118.20311,34.14048],[-118.20162,34.14047],[-118.20011,34.14052],[-118.19956,34.14053],[-118.19927,34.14056],[-118.19927,34.14056],[-118.19927,34.14056],[-118.19761,34.14067],[-118.19681,34.14071],[-118.19681,34.14071],[-118.1963,34.1407],[-118.19613,34.14071],[-118.19613,34.14071],[-118.19535,34.1407],[-118.19535,34.1407],[-118.19366,34.14071],[-118.19366,34.14071],[-118.19316,34.14075],[-118.19282,34.14075],[-118.19258,34.14076],[-118.19243,34.14079],[-118.19243,34.14079],[-118.19149,34.14085],[-118.19137,34.14084],[-118.19086,34.1409],[-118.19058,34.14088],[-118.18932,34.14099],[-118.18932,34.14099],[-118.18857,34.14099],[-118.18857,34.14099],[-118.18777,34.14104],[-118.18727,34.14111],[-118.18685,34.14113],[-118.18623,34.14118],[-118.18623,34.14118],[-118.18623,34.14118],[-118.18479,34.14127],[-118.18377,34.14132],[-118.18377,34.14132],[-118.18359,34.14137],[-118.18216,34.14146],[-118.18216,34.14146],[-118.18216,34.14146],[-118.18216,34.14146],[-118.18038,34.14166],[-118.18038,34.14166],[-118.17982,34.14174],[-118.17943,34.1418]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17864,34.14056],[-118.1792,34.14052],[-118.1792,34.14052],[-118.1792,34.14052],[-118.1792,34.14052],[-118.18371,34.14039],[-118.18371,34.14039],[-118.18464,34.14038],[-118.18464,34.14038],[-118.18571,34.14034],[-118.18823,34.1402],[-118.18823,34.1402],[-118.18823,34.1402],[-118.19193,34.14001],[-118.19249,34.13997],[-118.19304,34.13992],[-118.19304,34.13992],[-118.19383,34.13992],[-118.19434,34.13988],[-118.19601,34.13978],[-118.19601,34.13978],[-118.19815,34.13969],[-118.20013,34.13964],[-118.20084,34.13965],[-118.20129,34.13965],[-118.20129,34.13965],[-118.20129,34.13965],[-118.20316,34.13969],[-118.20385,34.13974],[-118.2051,34.13974],[-118.20551,34.13978],[-118.20551,34.13978]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20241,34.14272],[-118.20241,34.14272],[-118.20241,34.14272],[-118.20067,34.1423],[-118.20067,34.1423],[-118.19967,34.14099],[-118.19972,34.14075],[-118.19979,34.14048],[-118.1999,34.14025],[-118.1999,34.14025],[-118.20042,34.13969],[-118.20078,34.13947],[-118.20093,34.13936],[-118.20112,34.13928],[-118.20112,34.13928],[-118.20225,34.13899],[-118.20265,34.13894],[-118.20265,34.13894],[-118.20538,34.13896],[-118.20602,34.13904],[-118.20628,34.13905],[-118.20628,34.13905]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17839,34.14071],[-118.17839,34.14071],[-118.17943,34.14075],[-118.17943,34.14075],[-118.17943,34.14075],[-118.18068,34.14081],[-118.1813,34.14085],[-118.1813,34.14085],[-118.18216,34.1409],[-118.18216,34.1409],[-118.18464,34.1412],[-118.18542,34.14132],[-118.18542,34.14132],[-118.18699,34.14153],[-118.18761,34.14157],[-118.18761,34.14157],[-118.18983,34.14202],[-118.18983,34.14202],[-118.19165,34.14244],[-118.19165,34.14244],[-118.19229,34.14258],[-118.19271,34.14267],[-118.19292,34.14271],[-118.19366,34.1429],[-118.19389,34.14295],[-118.19434,34.14304],[-118.19434,34.14304],[-118.19636,34.14336],[-118.19664,34.14341],[-118.19664,34.14341],[-118.19742,34.14354],[-118.1979,34.1436],[-118.1979,34.1436],[-118.1979,34.1436],[-118.1979,34.1436],[-118.19955,34.14377],[-118.20013,34.14383],[-118.20033,34.14386],[-118.20033,34.14386],[-118.20033,34.14386],[-118.20151,34.14404]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19994,34.14546],[-118.19939,34.14546],[-118.19899,34.14546],[-118.19807,34.14546],[-118.19725,34.14546],[-118.19725,34.14546],[-118.19613,34.14546],[-118.19535,34.14546],[-118.19475,34.14546],[-118.19395,34.14546],[-118.19125,34.14551],[-118.19047,34.14551],[-118.18983,34.14555],[-118.18932,34.1456],[-118.18932,34.1456],[-118.18932,34.1456],[-118.18542,34.14592]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18223,34.14244],[-118.18285,34.1424],[-118.18341,34.14235],[-118.18402,34.14235],[-118.18402,34.14235],[-118.18402,34.14235],[-118.18402,34.14235],[-118.18402,34.14235],[-118.18789,34.14216],[-118.18789,34.14216],[-118.18901,34.14207],[-118.18989,34.14206],[-118.19148,34.14198],[-118.19221,34.14198],[-118.19286,34.14192],[-118.19316,34.14194],[-118.19473,34.14189],[-118.19687,34.14188],[-118.19687,34.14188],[-118.19877,34.1418],[-118.19967,34.14178],[-118.20033,34.1418],[-118.20033,34.1418],[-118.20139,34.14178],[-118.2023,34.14174],[-118.20269,34.14175],[-118.20333,34.14174],[-118.20333,34.14174]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1778,34.13937],[-118.1778,34.13937],[-118.17862,34.13946],[-118.17887,34.13947],[-118.1793,34.1395],[-118.18027,34.13955],[-118.18206,34.13974],[-118.18228,34.13974],[-118.18273,34.13979],[-118.18273,34.13979],[-118.18457,34.13997],[-118.18498,34.14001],[-118.18498,34.14001],[-118.18754,34.14034],[-118.18754,34.14034],[-118.1884,34.14043],[-118.1884,34.14043],[-118.1884,34.14043],[-118.1884,34.14043],[-118.1884,34.14043],[-118.1884,34.14043],[-118.19086,34.14081],[-118.19109,34.14084],[-118.19166,34.1409],[-118.1921,34.14098],[-118.1921,34.14098],[-118.1921,34.14098],[-118.19344,34.14109],[-118.19521,34.14113],[-118.19555,34.14109],[-118.19555,34.14109],[-118.19736,34.14066],[-118.1979,34.14048],[-118.19824,34.14034],[-118.19881,34.14015],[-118.19949,34.13992],[-118.19949,34.13992],[-118.2003,34.13964],[-118.2003,34.13964],[-118.2003,34.13964],[-118.20286,34.13887],[-118.20286,34.13887],[-118.20345,34.13871],[-118.20482,34.13832],[-118.20522,34.13825],[-118.20544,34.13818],[-118.20597,34.13801],[-118.20639,34.13791]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18128,34.14285],[-118.18274,34.14285],[-118.18388,34.14285],[-118.18649,34.14304],[-118.18649,34.14304],[-118.18649,34.14304],[-118.18806,34.14327],[-118.18806,34.14327],[-118.1896,34.14351],[-118.1896,34.14351],[-118.1896,34.14351],[-118.19131,34.14377],[-118.19131,34.14377],[-118.19131,34.14377],[-118.19361,34.14409],[-118.19361,34.14409],[-118.19529,34.14418],[-118.19529,34.14418],[-118.19601,34.14416],[-118.19664,34.14418],[-118.19761,34.14411],[-118.20151,34.14377],[-118.20151,34.14377],[-118.20288,34.1436],[-118.20319,34.14359]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19916,34.14546],[-118.19916,34.14546],[-118.19764,34.14546],[-118.1971,34.14546],[-118.1963,34.14542],[-118.19607,34.14541],[-118.1954,34.14542],[-118.1954,34.14542],[-118.19384,34.14537],[-118.19384,34.14537],[-118.19292,34.14537],[-118.19266,34.14537],[-118.19266,34.14537],[-118.19138,34.14532],[-118.18991,34.14528],[-118.18771,34.14523],[-118.18674,34.14523],[-118.1861,34.14523],[-118.18583,34.14523],[-118.18502,34.14523],[-118.1843,34.14519],[-118.18411,34.14518]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17943,34.1412],[-118.1805,34.14127],[-118.18088,34.1413],[-118.18108,34.14132],[-118.18148,34.14136],[-118.18148,34.14136],[-118.18148,34.14136],[-118.18419,34.14148],[-118.18419,34.14148],[-118.18481,34.14148],[-118.1852,34.14153],[-118.1852,34.14153],[-118.1852,34.14153],[-118.18623,34.1415],[-118.18683,34.14153],[-118.1875,34.14153],[-118.1875,34.14153],[-118.1875,34.14153],[-118.18968,34.14162],[-118.18968,34.14162],[-118.18968,34.14162],[-118.19098,34.14169],[-118.1916,34.14169],[-118.1916,34.14169],[-118.1916,34.14169],[-118.19254,34.14175],[-118.19254,34.14175],[-118.19481,34.14197],[-118.19529,34.14198],[-118.19529,34.14198],[-118.19529,34.14198],[-118.19529,34.14198],[-118.19841,34.14234],[-118.19882,34.14235],[-118.2007,34.14248],[-118.2014,34.14253],[-118.20185,34.14253],[-118.20207,34.14253],[-118.20207,34.14253],[-118.20207,34.14253],[-118.20391,34.14258],[-118.20459,34.14262]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20818,34.13242],[-118.20818,34.13242],[-118.20734,34.13251],[-118.20683,34.13252],[-118.20683,34.13252],[-118.20375,34.13251],[-118.20375,34.13251],[-118.20122,34.13238],[-118.20122,34.13238],[-118.20122,34.13238],[-118.19933,34.13214],[-118.19899,34.1321],[-118.19899,34.1321],[-118.19731,34.13177],[-118.19731,34.13177],[-118.19595,34.13145],[-118.19595,34.13145],[-118.1931,34.13058],[-118.19292,34.13052],[-118.19238,34.13031],[-118.19126,34.12987],[-118.1889,34.1288],[-118.18811,34.12838],[-118.18811,34.12838],[-118.18811,34.12838],[-118.18576,34.12738],[-118.18576,34.12738],[-118.1847,34.12692],[-118.1847,34.12692],[-118.1847,34.12692],[-118.1847,34.12692],[-118.18233,34.126],[-118.18176,34.12577]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18062,34.14178],[-118.18111,34.14175],[-118.18199,34.14174],[-118.18199,34.14174],[-118.18199,34.14174],[-118.18358,34.14171],[-118.18358,34.14171],[-118.18457,34.14169],[-118.18498,34.14166],[-118.18498,34.14166],[-118.18576,34.14166],[-118.18576,34.14166],[-118.18691,34.14164],[-118.18691,34.14164],[-118.18772,34.14166],[-118.18794,34.14169],[-118.18794,34.14169],[-118.18918,34.14171],[-118.18918,34.14171],[-118.19212,34.14169],[-118.19243,34.14171],[-118.19243,34.14171],[-118.19487,34.14169],[-118.19487,34.14169],[-118.19624,34.14171],[-118.19697,34.14171],[-118.19697,34.14171],[-118.19697,34.14171],[-118.19697,34.14171],[-118.19843,34.14171],[-118.19887,34.14169],[-118.19905,34.14171],[-118.19973,34.14169],[-118.20039,34.14171],[-118.20039,34.14171],[-118.20039,34.14171],[-118.20242,34.14174],[-118.20319,34.14175],[-118.20414,34.14178],[-118.20448,34.1418],[-118.20448,34.1418],[-118.20448,34.1418]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17844,34.13983],[-118.1787,34.13983],[-118.1787,34.13983],[-118.1787,34.13983],[-118.18068,34.13918],[-118.18206,34.13979],[-118.18268,34.13983],[-118.18222,34.13908],[-118.18262,34.13946],[-118.1838,34.14006],[-118.18399,34.14011],[-118.18442,34.13937],[-118.18464,34.14047],[-118.18508,34.14127],[-118.18514,34.14143],[-118.18509,34.14189],[-118.18509,34.14189],[-118.18509,34.14189],[-118.18445,34.14285],[-118.18445,34.14285],[-118.18414,34.14317],[-118.18363,34.14354],[-118.18348,34.14365],[-118.18318,34.14386],[-118.18245,34.1443]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18405,34.14071],[-118.1843,34.14066],[-118.18651,34.14011],[-118.18651,34.14011],[-118.18812,34.14001],[-118.18897,34.14006],[-118.18924,34.14011],[-118.18974,34.14015],[-118.18974,34.14015],[-118.19103,34.14029],[-118.19176,34.14038],[-118.19176,34.14038],[-118.19176,34.14038],[-118.19487,34.14095],[-118.19555,34.14109],[-118.19555,34.14109],[-118.19641,34.14125],[-118.1967,34.14132],[-118.1967,34.14132],[-118.1982,34.14162],[-118.20053,34.14202],[-118.20053,34.14202],[-118.20095,34.14212],[-118.20265,34.14234],[-118.20265,34.14234],[-118.20465,34.14258]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19143,34.1443]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18056,34.14113],[-118.18088,34.14116],[-118.18176,34.14118],[-118.18176,34.14118],[-118.18643,34.14143],[-118.18674,34.14146],[-118.1875,34.14148],[-118.18879,34.14157],[-118.18879,34.14157],[-118.19286,34.14178],[-118.19355,34.14183],[-118.19417,34.14185],[-118.19417,34.14185],[-118.19417,34.14185],[-118.19417,34.14185],[-118.19417,34.14185],[-118.19853,34.14216],[-118.20118,34.1424],[-118.20118,34.1424],[-118.20305,34.14258],[-118.20374,34.14262]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17853,34.14047],[-118.1789,34.14053],[-118.17919,34.14057],[-118.17919,34.14057],[-118.17954,34.14061],[-118.1809,34.1409],[-118.1809,34.1409],[-118.1809,34.1409],[-118.18184,34.14107],[-118.18217,34.14116],[-118.18217,34.14116],[-118.18262,34.14123],[-118.18331,34.14141],[-118.18377,34.14155],[-118.18377,34.14155],[-118.18377,34.14155],[-118.18447,34.14171],[-118.18475,34.1418],[-118.18525,34.14197],[-118.18542,34.14198],[-118.18571,34.14206],[-118.18582,34.14212],[-118.18628,34.1422],[-118.18628,34.1422],[-118.18628,34.1422],[-118.18817,34.14267],[-118.18817,34.14267],[-118.1888,34.14281],[-118.18901,34.14281],[-118.18926,34.14285],[-118.18926,34.14285],[-118.19103,34.14317],[-118.19201,34.14327],[-118.19221,34.14331],[-118.19221,34.14331],[-118.19452,34.14337],[-118.19527,34.14337],[-118.19551,34.1434],[-118.19595,34.14337],[-118.19686,34.1434],[-118.19715,34.14341],[-118.19715,34.14341],[-118.19715,34.14341],[-118.19893,34.14341],[-118.19921,34.1434],[-118.19921,34.1434],[-118.19921,34.1434],[-118.20316,34.14341],[-118.20347,34.1434],[-118.20347,34.1434]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17763,34.13708],[-118.17752,34.13658],[-118.17752,34.13658],[-118.17724,34.13594],[-118.17724,34.13594],[-118.17646,34.1348],[-118.17633,34.13466],[-118.17827,34.1274],[-118.17827,34.1274],[-118.1789,34.12745],[-118.1789,34.12745],[-118.1789,34.12745],[-118.18222,34.12754],[-118.18257,34.12756],[-118.18296,34.12752],[-118.18434,34.12745],[-118.18434,34.12745],[-118.18491,34.12735],[-118.18491,34.12735],[-118.18491,34.12735],[-118.18615,34.1272],[-118.18634,34.12717],[-118.18677,34.12711],[-118.18677,34.12711],[-118.18909,34.12651],[-118.18963,34.12637],[-118.18963,34.12637],[-118.18963,34.12637],[-118.19166,34.12568],[-118.19198,34.12555],[-118.19252,34.12535],[-118.19252,34.12535],[-118.19401,34.12475],[-118.19401,34.12475],[-118.19591,34.12408],[-118.19591,34.12408],[-118.19641,34.124],[-118.19641,34.124],[-118.19949,34.12331],[-118.19979,34.12321],[-118.20033,34.12308]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18754,34.14635],[-118.18991,34.1461],[-118.19063,34.14607],[-118.19097,34.14601],[-118.19464,34.14569],[-118.19532,34.14565],[-118.19809,34.14546],[-118.19865,34.14542],[-118.19956,34.14532],[-118.19956,34.14532]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19277,34.14711],[-118.19277,34.14711],[-118.19172,34.147],[-118.19109,34.14697],[-118.19069,34.14695],[-118.19069,34.14695],[-118.18901,34.14684]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17881,34.14098],[-118.17924,34.14095],[-118.17924,34.14095],[-118.17924,34.14095],[-118.17924,34.14095],[-118.17924,34.14095],[-118.18262,34.14098],[-118.18319,34.14099],[-118.18319,34.14099],[-118.18319,34.14099],[-118.18319,34.14099],[-118.1856,34.14109],[-118.18767,34.1412],[-118.18767,34.1412],[-118.18997,34.14143],[-118.19046,34.14146],[-118.19069,34.14148],[-118.19069,34.14148],[-118.19195,34.14155],[-118.19221,34.14157],[-118.19281,34.1416],[-118.19281,34.1416],[-118.19281,34.1416],[-118.194,34.14166],[-118.19445,34.14166],[-118.19492,34.14174],[-118.19523,34.14171],[-118.19607,34.14178],[-118.19607,34.14178],[-118.19607,34.14178],[-118.19849,34.14194],[-118.19887,34.14192],[-118.19962,34.14197],[-118.20011,34.14198],[-118.20011,34.14198],[-118.20242,34.14216],[-118.20242,34.14216],[-118.20242,34.14216]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18369,34.14432],[-118.18422,34.14434],[-118.18508,34.14434],[-118.18604,34.14436],[-118.18851,34.14448],[-118.18851,34.14448],[-118.18997,34.14455],[-118.19053,34.14459],[-118.19053,34.14459],[-118.19165,34.14464],[-118.19221,34.14468],[-118.19246,34.14472],[-118.19305,34.14473],[-118.19389,34.14478],[-118.19624,34.14495],[-118.19703,34.14496],[-118.19703,34.14496],[-118.19703,34.14496],[-118.20056,34.14514],[-118.20056,34.14514]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19781,34.14478],[-118.19899,34.14434],[-118.19916,34.14432],[-118.19916,34.14432],[-118.19916,34.14432],[-118.2005,34.1445],[-118.2009,34.14455],[-118.20105,34.14458]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18991,34.1461],[-118.18991,34.1461],[-118.18991,34.1461],[-118.1884,34.14523],[-118.18789,34.14496],[-118.18789,34.14496],[-118.18677,34.14432],[-118.18651,34.14416],[-118.18593,34.14377],[-118.18508,34.14327],[-118.18508,34.14327],[-118.18508,34.14327],[-118.18371,34.14253],[-118.18346,34.14235],[-118.18346,34.14235],[-118.18201,34.14153],[-118.18145,34.14116],[-118.18145,34.14116],[-118.1781,34.13927],[-118.1781,34.13927],[-118.17719,34.13873]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2065,34.13773],[-118.2065,34.13773],[-118.20448,34.13704],[-118.20333,34.13662],[-118.2028,34.13644],[-118.20259,34.13634],[-118.20259,34.13634],[-118.2014,34.13594],[-118.20087,34.13573],[-118.20087,34.13573],[-118.20087,34.13573],[-118.19826,34.13475],[-118.19781,34.13457],[-118.19761,34.13452],[-118.19761,34.13452],[-118.19618,34.13401],[-118.19618,34.13401],[-118.19618,34.13401],[-118.19266,34.13264],[-118.19266,34.13264],[-118.19149,34.13219],[-118.18912,34.13123],[-118.18834,34.13095],[-118.18789,34.13075],[-118.18761,34.13063],[-118.18666,34.13026],[-118.18666,34.13026],[-118.18542,34.12977],[-118.1852,34.12967],[-118.18468,34.12945],[-118.18468,34.12945],[-118.18391,34.12912],[-118.18319,34.1288],[-118.18296,34.12871],[-118.18148,34.12814],[-118.17926,34.12729],[-118.17926,34.12729],[-118.17853,34.12706],[-118.17853,34.12706],[-118.17982,34.12646],[-118.18016,34.12661],[-118.1805,34.12679],[-118.18066,34.12688],[-118.18066,34.12688],[-118.18228,34.12763],[-118.18285,34.12788],[-118.18302,34.12796],[-118.18302,34.12796],[-118.18419,34.12857],[-118.18434,34.12861],[-118.18434,34.12861],[-118.18434,34.12861],[-118.18576,34.1293],[-118.18611,34.12949],[-118.18651,34.12963],[-118.18671,34.12976],[-118.18671,34.12976],[-118.18869,34.13066],[-118.18957,34.13104],[-118.18957,34.13104],[-118.19017,34.13136],[-118.19017,34.13136],[-118.19288,34.13264],[-118.19333,34.13287],[-118.19475,34.13354],[-118.19475,34.13354],[-118.19568,34.13402],[-118.19568,34.13402],[-118.19759,34.13493],[-118.19759,34.13493],[-118.19843,34.13539],[-118.19881,34.13559],[-118.19881,34.13559],[-118.19881,34.13559],[-118.20011,34.13631],[-118.20062,34.13658],[-118.20062,34.13658],[-118.20168,34.13713],[-118.20259,34.13764],[-118.20359,34.13809],[-118.20454,34.1386],[-118.20477,34.13871],[-118.2051,34.13887],[-118.2051,34.13887],[-118.20597,34.13932],[-118.20597,34.13932],[-118.20639,34.13951]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18417,34.14537],[-118.18417,34.14537],[-118.18632,34.14555],[-118.18697,34.14565],[-118.18761,34.14569],[-118.18914,34.14579],[-118.18963,34.14583],[-118.18963,34.14583],[-118.19132,34.14593],[-118.19148,34.14592],[-118.19166,34.14593],[-118.1921,34.14592],[-118.1921,34.14592],[-118.19355,34.14592],[-118.19395,34.14593],[-118.19567,34.14579],[-118.19567,34.14579],[-118.19664,34.14569],[-118.19681,34.14569],[-118.19804,34.14555],[-118.19818,34.14551],[-118.19871,34.14542],[-118.19871,34.14542],[-118.19933,34.14532],[-118.20123,34.14505]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17954,34.14207],[-118.17954,34.14207],[-118.17954,34.14207],[-118.17954,34.14207],[-118.18073,34.14192],[-118.18073,34.14192],[-118.18073,34.14192],[-118.18189,34.1418],[-118.18239,34.14178],[-118.18279,34.14175],[-118.18296,34.14174],[-118.18313,34.14175],[-118.18342,34.14174],[-118.18397,34.14171],[-118.18397,34.14171],[-118.18621,34.14157],[-118.18621,34.14157],[-118.18621,34.14157],[-118.18708,34.14155],[-118.18823,34.1415],[-118.18914,34.1415],[-118.18946,34.14148],[-118.18966,34.14146],[-118.19041,34.14143],[-118.19041,34.14143],[-118.19166,34.14136],[-118.19166,34.14136],[-118.19238,34.14134],[-118.19252,34.14132],[-118.19458,34.14123],[-118.19479,34.1412],[-118.19572,34.14118],[-118.19697,34.14116],[-118.19744,34.14113],[-118.19949,34.14102],[-118.19949,34.14102],[-118.19949,34.14102],[-118.2007,34.14095],[-118.2009,34.14093],[-118.2015,34.1409],[-118.2015,34.1409],[-118.20356,34.14081],[-118.20396,34.14081],[-118.20431,34.14079],[-118.20454,34.14081],[-118.20488,34.14079],[-118.20545,34.14081],[-118.20545,34.14081]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17896,34.13964],[-118.17948,34.13974],[-118.17948,34.13974],[-118.17948,34.13974],[-118.18159,34.14015],[-118.18178,34.14024],[-118.18178,34.14024],[-118.18262,34.14043],[-118.18262,34.14043],[-118.18262,34.14043],[-118.1847,34.14093],[-118.1847,34.14093],[-118.18789,34.14183],[-118.18845,34.14198],[-118.18874,34.14206],[-118.18957,34.1423],[-118.19008,34.14244],[-118.19281,34.14332],[-118.19344,34.14355],[-118.19389,34.14372],[-118.19389,34.14372],[-118.1949,34.14409],[-118.1949,34.14409],[-118.19567,34.14434],[-118.19664,34.14464],[-118.19733,34.1449],[-118.19733,34.1449],[-118.19798,34.1451]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1935,34.12157]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20745,34.13255],[-118.20745,34.13255],[-118.20056,34.13306],[-118.19927,34.13315],[-118.19927,34.13315],[-118.19555,34.13336],[-118.19355,34.13351],[-118.19266,34.13374],[-118.1921,34.13374],[-118.18699,34.13448]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2065,34.12871],[-118.2065,34.12871],[-118.2065,34.12871],[-118.20258,34.12743],[-118.20208,34.12731],[-118.1982,34.12605],[-118.1982,34.12605],[-118.19624,34.12544],[-118.19624,34.12544],[-118.19624,34.12544],[-118.18935,34.12321],[-118.18935,34.12321],[-118.18784,34.12276],[-118.18784,34.12276],[-118.18784,34.12276],[-118.18577,34.12209]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18044,34.12729],[-118.18153,34.12759],[-118.18153,34.12759],[-118.18153,34.12759],[-118.18153,34.12759],[-118.18901,34.12976],[-118.18989,34.13001],[-118.19069,34.13026],[-118.19132,34.13042],[-118.19181,34.13058],[-118.19383,34.13118],[-118.19383,34.13118],[-118.19618,34.13191],[-118.19849,34.13264],[-118.19849,34.13264],[-118.19849,34.13264],[-118.20019,34.13317],[-118.20562,34.13489],[-118.20611,34.13507],[-118.20723,34.13541],[-118.20723,34.13541],[-118.20723,34.13541]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18968,34.13947],[-118.18966,34.13946],[-118.18189,34.13855],[-118.18145,34.13841],[-118.18072,34.13828],[-118.17859,34.13818],[-118.17859,34.13818]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17919,34.13489],[-118.18716,34.1353],[-118.18794,34.13536],[-118.18794,34.13536],[-118.1917,34.13557],[-118.19252,34.13559],[-118.19252,34.13559],[-118.19595,34.13578],[-118.19595,34.13578],[-118.19792,34.13589],[-118.20017,34.13599],[-118.20156,34.1361],[-118.20291,34.13617],[-118.20291,34.13617],[-118.20566,34.13631],[-118.20566,34.13631],[-118.20566,34.13631]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19424,34.12959]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19266,34.14413],[-118.19269,34.14411]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2062,34.13997],[-118.20481,34.13971],[-118.20342,34.13943],[-118.20242,34.13922],[-118.20192,34.13913],[-118.2009,34.13892],[-118.19977,34.13869],[-118.19916,34.13856],[-118.19707,34.13813],[-118.19655,34.13802],[-118.19255,34.13715],[-118.1916,34.13694],[-118.19065,34.13673],[-118.18905,34.13638],[-118.18854,34.13626],[-118.18706,34.13593],[-118.18601,34.1357],[-118.18538,34.13556],[-118.18152,34.13471],[-118.17983,34.13433],[-118.17878,34.13409],[-118.17783,34.13387],[-118.17688,34.13366]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20364,34.14283],[-118.20313,34.14275],[-118.20052,34.14234],[-118.19989,34.14225],[-118.19846,34.14203],[-118.19741,34.14187],[-118.19689,34.14178],[-118.19209,34.141],[-118.19103,34.14083],[-118.19005,34.14068],[-118.1895,34.14059],[-118.18799,34.14034],[-118.18687,34.14015],[-118.18534,34.13991],[-118.18477,34.13982],[-118.18321,34.13957],[-118.18255,34.13947]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17854,34.13454],[-118.18028,34.13503],[-118.18125,34.13529],[-118.1818,34.13544],[-118.18299,34.13576],[-118.18362,34.13594],[-118.1889,34.1374],[-118.18987,34.13766],[-118.1904,34.13782],[-118.19148,34.13812],[-118.19243,34.13839],[-118.19489,34.13908],[-118.19586,34.13935],[-118.19704,34.13968],[-118.19821,34.14001],[-118.19864,34.14013],[-118.20354,34.14154],[-118.20469,34.14188]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1764,34.13484],[-118.17638,34.13485],[-118.19322,34.13503],[-118.19602,34.13507],[-118.19602,34.13507],[-118.20656,34.13475]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20706,34.13072],[-118.206,34.13068],[-118.20597,34.13066],[-118.19949,34.1331],[-118.19764,34.13361],[-118.19714,34.13365],[-118.19708,34.13484],[-118.1968,34.1347],[-118.19652,34.13448],[-118.19882,34.13177],[-118.19994,34.13058],[-118.20168,34.13136],[-118.20134,34.13264],[-118.2009,34.13301],[-118.2009,34.13338],[-118.20101,34.13342],[-118.20185,34.13278],[-118.20039,34.13141],[-118.20042,34.1314],[-118.20039,34.13223],[-118.20042,34.13224],[-118.19905,34.13118],[-118.1986,34.13159],[-118.19859,34.13159],[-118.19916,34.13424]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20106,34.14061],[-118.20213,34.14116],[-118.20213,34.14113]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19075,34.12177],[-118.19075,34.12177]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19271,34.14276],[-118.19269,34.14276],[-118.18705,34.14413],[-118.18705,34.14413],[-118.18697,34.14528]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19792,34.13777],[-118.1979,34.13778]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19546,34.13695]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19464,34.1368]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17816,34.13108]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18615,34.12289],[-118.18611,34.12288],[-118.18879,34.12683],[-118.18946,34.12811],[-118.19047,34.12967],[-118.19052,34.12963],[-118.19473,34.13635],[-118.1968,34.13919],[-118.19764,34.14079]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18354,34.12949],[-118.18021,34.13155],[-118.18021,34.13155],[-118.18021,34.13155]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20293,34.14318],[-118.20202,34.14304],[-118.20202,34.14304],[-118.19967,34.14258],[-118.19933,34.14249],[-118.1983,34.1423],[-118.19781,34.14221],[-118.19641,34.14197],[-118.19563,34.1418],[-118.19411,34.14153],[-118.19411,34.14153],[-118.19275,34.14123],[-118.19275,34.14123],[-118.19125,34.14098],[-118.19035,34.14081],[-118.18985,34.14075],[-118.18829,34.14048],[-118.18744,34.14034],[-118.18691,34.14025],[-118.18229,34.1396],[-118.18193,34.13955],[-118.18193,34.13955],[-118.17856,34.13913]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18946,34.14679],[-118.18983,34.14663],[-118.19019,34.14642],[-118.19149,34.14569],[-118.19218,34.14528],[-118.19254,34.1451],[-118.19254,34.1451],[-118.19424,34.14416],[-118.19424,34.14416],[-118.19787,34.14217],[-118.19841,34.14188],[-118.19841,34.14188],[-118.19983,34.14107],[-118.19983,34.14107],[-118.19983,34.14107],[-118.19983,34.14107],[-118.20322,34.13922],[-118.20391,34.13885],[-118.20465,34.13846],[-118.20511,34.1382],[-118.20628,34.13759],[-118.20628,34.13759],[-118.20791,34.13666],[-118.20824,34.13649],[-118.20824,34.13649]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18468,34.14309],[-118.18559,34.14313],[-118.18674,34.14318],[-118.18674,34.14318],[-118.18968,34.14331],[-118.19115,34.14337],[-118.19115,34.14337],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372],[-118.20017,34.14372]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19372,34.1218],[-118.19195,34.1227],[-118.18245,34.12779],[-118.18245,34.12779],[-118.17644,34.13094],[-118.17644,34.13094]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20286,34.1407],[-118.20286,34.1407],[-118.20013,34.13992],[-118.19832,34.13947],[-118.19832,34.13947],[-118.19832,34.13947],[-118.19658,34.13908],[-118.19585,34.13892],[-118.19585,34.13892],[-118.19585,34.13892],[-118.19458,34.13862],[-118.19131,34.13786],[-118.18995,34.13759],[-118.18963,34.1375],[-118.18873,34.13731],[-118.1864,34.13685],[-118.18582,34.13672],[-118.18178,34.13594],[-118.18142,34.13587],[-118.18142,34.13587],[-118.18055,34.13571],[-118.17915,34.13544],[-118.17873,34.13541],[-118.17781,34.13522],[-118.17747,34.13512],[-118.17747,34.13512],[-118.17747,34.13512]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18767,34.12885],[-118.18767,34.12885],[-118.19579,34.12921],[-118.19882,34.1293],[-118.20179,34.12944],[-118.20454,34.12953],[-118.20712,34.12962]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18279,34.14276],[-118.18279,34.14276],[-118.18279,34.14276],[-118.18279,34.14276],[-118.18932,34.1436],[-118.1903,34.14372],[-118.19132,34.14388],[-118.19232,34.144],[-118.19333,34.14413],[-118.19333,34.14413],[-118.19881,34.14486],[-118.19881,34.14486],[-118.19881,34.14486]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20381,34.13727],[-118.19764,34.13525],[-118.19761,34.13527],[-118.19445,34.13438],[-118.19277,34.13397],[-118.19277,34.13397],[-118.19277,34.13397],[-118.18531,34.13155],[-118.18279,34.13086],[-118.18156,34.13077],[-118.18156,34.13077],[-118.17769,34.12976],[-118.17764,34.12977],[-118.17764,34.12977],[-118.17764,34.12977]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18005,34.13336],[-118.19148,34.13388],[-118.19333,34.13072],[-118.19332,34.1307],[-118.19092,34.12177]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17867,34.13606],[-118.17867,34.13606],[-118.18055,34.13622],[-118.18777,34.13685],[-118.18828,34.1369],[-118.19281,34.13731],[-118.19333,34.13736],[-118.19641,34.13764],[-118.19641,34.13764],[-118.19966,34.13791],[-118.20157,34.13809],[-118.20157,34.13809],[-118.20728,34.13862]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18105,34.13892],[-118.18105,34.13892],[-118.18301,34.13837],[-118.18296,34.13839]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18694,34.12344],[-118.18694,34.12413],[-118.18688,34.12523],[-118.18688,34.12523],[-118.18638,34.12898],[-118.18638,34.12976],[-118.18643,34.13113],[-118.18599,34.13274],[-118.18559,34.13562],[-118.1856,34.13564],[-118.18442,34.144],[-118.18425,34.14532]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18442,34.12738],[-118.18711,34.12738],[-118.18708,34.12735],[-118.1931,34.12738],[-118.19804,34.12743],[-118.19899,34.1274],[-118.20286,34.12761],[-118.20286,34.12761],[-118.20538,34.12756],[-118.20538,34.12756],[-118.20538,34.12756],[-118.20538,34.12756],[-118.20538,34.12756],[-118.20538,34.12756],[-118.20538,34.12756],[-118.20538,34.12756],[-118.20538,34.12756],[-118.20538,34.12756]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19288,34.14056],[-118.19473,34.14143],[-118.19714,34.1423],[-118.19715,34.14234],[-118.19715,34.14234],[-118.19715,34.14234]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20095,34.1255],[-118.20045,34.12546],[-118.2,34.12569],[-118.19602,34.12637],[-118.19529,34.12656],[-118.19366,34.12706],[-118.19366,34.12703],[-118.18537,34.12862],[-118.1806,34.12935],[-118.17741,34.12981]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18324,34.13351],[-118.18649,34.13351],[-118.18649,34.13351],[-118.18649,34.13351],[-118.18966,34.13354],[-118.18966,34.13354]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19041,34.14134],[-118.19041,34.14134],[-118.17814,34.13846],[-118.1781,34.13848]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17825,34.13036],[-118.1829,34.13191],[-118.18374,34.1321],[-118.18425,34.13219],[-118.18425,34.13219],[-118.18425,34.13219],[-118.18823,34.13351],[-118.18823,34.1335],[-118.19181,34.13452],[-118.19305,34.13503],[-118.19305,34.13503],[-118.19439,34.13539],[-118.19439,34.13539],[-118.19439,34.13539]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20146,34.13168]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20677,34.13685],[-118.20588,34.13672],[-118.20225,34.13643],[-118.20127,34.13638],[-118.20045,34.13631],[-118.19904,34.1362],[-118.19826,34.13612],[-118.19826,34.13612],[-118.19721,34.13601],[-118.19595,34.13582],[-118.19484,34.13567],[-118.19447,34.13564],[-118.1931,34.13544],[-118.1931,34.13544],[-118.1931,34.13544],[-118.18714,34.13438],[-118.18714,34.13438],[-118.18599,34.13416],[-118.18464,34.13383],[-118.18417,34.13373],[-118.18329,34.13356],[-118.18329,34.13356],[-118.18329,34.13356],[-118.18329,34.13356],[-118.17638,34.13182]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20717,34.1369],[-118.20437,34.13599],[-118.1995,34.13452],[-118.1995,34.13452],[-118.1903,34.13164],[-118.1903,34.13164]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17822,34.12703],[-118.17822,34.12703]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19232,34.14587],[-118.19058,34.14478],[-118.19057,34.14476],[-118.19057,34.14476],[-118.18257,34.14093],[-118.18021,34.14066],[-118.17892,34.14029],[-118.17896,34.14029]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18655,34.12129],[-118.18688,34.1212],[-118.18691,34.12116],[-118.19394,34.12189],[-118.19394,34.12189],[-118.19394,34.12189],[-118.20101,34.12257],[-118.20099,34.1226]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19052,34.12721],[-118.19322,34.12843],[-118.19321,34.12842],[-118.1986,34.1299],[-118.1986,34.1299],[-118.20123,34.13068],[-118.20123,34.13068],[-118.20375,34.131],[-118.20375,34.131],[-118.20684,34.13081],[-118.20684,34.13081],[-118.20763,34.13084]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20387,34.13672],[-118.20392,34.13658],[-118.20297,34.13667],[-118.20297,34.13667],[-118.20101,34.13837]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19243,34.12143],[-118.19243,34.12143],[-118.19161,34.12163],[-118.18279,34.12294]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19501,34.12889]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19504,34.12894]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20768,34.13338],[-118.20504,34.13297],[-118.19731,34.13049],[-118.19731,34.13049]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19467,34.13667],[-118.19131,34.13686],[-118.19131,34.13686],[-118.17971,34.13768]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19756,34.12279],[-118.18419,34.12994],[-118.18419,34.12994],[-118.1805,34.13187],[-118.1805,34.13187],[-118.1805,34.13187]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1792,34.12633],[-118.17919,34.12633]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2005,34.1451],[-118.19854,34.14487],[-118.19859,34.14486],[-118.19445,34.14418],[-118.19344,34.14395],[-118.18954,34.14327],[-118.18946,34.14322],[-118.18946,34.14322],[-118.18116,34.1418],[-118.18113,34.14178]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20671,34.13694],[-118.20671,34.13694],[-118.20258,34.13562],[-118.20258,34.13562],[-118.2003,34.13489],[-118.19983,34.1348],[-118.19983,34.1348],[-118.19983,34.1348],[-118.19983,34.1348],[-118.19288,34.13264],[-118.1916,34.13224],[-118.1916,34.13224],[-118.18929,34.13155],[-118.18634,34.13061],[-118.18503,34.13022],[-118.18419,34.12994],[-118.18329,34.12967],[-118.18329,34.12967],[-118.18188,34.12921],[-118.181,34.12894],[-118.17924,34.12842],[-118.17839,34.12814]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20717,34.13694],[-118.20717,34.13694],[-118.206,34.13658],[-118.20156,34.13527],[-118.2003,34.13489],[-118.2003,34.13489],[-118.2003,34.13489],[-118.19742,34.13402],[-118.19742,34.13402],[-118.19332,34.13275],[-118.19332,34.13275],[-118.19221,34.13242],[-118.19057,34.13191],[-118.1892,34.1315],[-118.18873,34.13136],[-118.18873,34.13136],[-118.18623,34.13056],[-118.18623,34.13056],[-118.18088,34.12894],[-118.18088,34.12894],[-118.17873,34.12828],[-118.17825,34.12816]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20608,34.13643],[-118.20493,34.13612],[-118.20493,34.13612],[-118.20493,34.13612],[-118.20493,34.13612],[-118.20493,34.13612],[-118.19407,34.13285],[-118.19277,34.13246],[-118.19206,34.13224],[-118.19206,34.13224],[-118.19041,34.13177],[-118.18918,34.13141],[-118.18918,34.13141],[-118.18754,34.13094],[-118.18754,34.13094],[-118.18627,34.13054],[-118.18497,34.13015],[-118.18453,34.13004],[-118.18359,34.12973],[-118.18359,34.12973],[-118.18359,34.12973],[-118.17853,34.12816],[-118.1781,34.12805],[-118.1781,34.12805],[-118.1781,34.12805],[-118.1781,34.12805]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18153,34.12847],[-118.18374,34.12917],[-118.18374,34.12917],[-118.1864,34.13001],[-118.18868,34.13068],[-118.18868,34.13068],[-118.19075,34.13131],[-118.19075,34.13131],[-118.1921,34.13173],[-118.19653,34.13308],[-118.19748,34.13338],[-118.19778,34.1335],[-118.19778,34.1335],[-118.19778,34.1335],[-118.20078,34.13443],[-118.20078,34.13443],[-118.20078,34.13443],[-118.20078,34.13443],[-118.20807,34.13667],[-118.20807,34.13667]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20605,34.13649],[-118.20471,34.13606],[-118.20426,34.13589],[-118.20319,34.13553],[-118.20319,34.13553],[-118.20319,34.13553],[-118.20319,34.13553],[-118.20319,34.13553],[-118.20319,34.13553],[-118.19641,34.13336],[-118.19563,34.1331],[-118.19563,34.1331],[-118.19462,34.13278],[-118.19401,34.13261],[-118.19401,34.13261],[-118.19249,34.13214],[-118.19183,34.13196],[-118.19148,34.13182],[-118.19035,34.1315],[-118.19008,34.13141],[-118.1864,34.13029],[-118.1864,34.13029],[-118.18497,34.12982],[-118.18497,34.12982],[-118.18497,34.12982],[-118.18113,34.12866],[-118.18077,34.12857],[-118.18016,34.12838],[-118.17799,34.12772]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17819,34.13562],[-118.18073,34.13634],[-118.18178,34.13663],[-118.18256,34.13685],[-118.18256,34.13685],[-118.18256,34.13685],[-118.18722,34.13814],[-118.18972,34.1388],[-118.1912,34.13924],[-118.19155,34.13932],[-118.19155,34.13932],[-118.19736,34.14098],[-118.19916,34.14146],[-118.19916,34.14146],[-118.2005,34.14185],[-118.20133,34.14211],[-118.20133,34.14211],[-118.20133,34.14211],[-118.20133,34.14211],[-118.20133,34.14211]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18072,34.12807],[-118.18228,34.12856],[-118.18228,34.12856],[-118.18228,34.12856],[-118.18457,34.12926],[-118.18457,34.12926],[-118.18457,34.12926],[-118.1884,34.13049],[-118.18901,34.13068],[-118.18972,34.13089],[-118.19288,34.13191],[-118.19378,34.13219],[-118.19434,34.13237],[-118.19527,34.13266],[-118.19619,34.13297],[-118.19619,34.13297],[-118.1971,34.13326],[-118.1971,34.13326],[-118.1971,34.13326],[-118.20275,34.13503],[-118.20342,34.13525],[-118.20671,34.13624],[-118.20671,34.13624],[-118.20671,34.13624],[-118.20671,34.13624]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17879,34.12954],[-118.17954,34.12958],[-118.1801,34.12963],[-118.1801,34.12963],[-118.1852,34.1299],[-118.18671,34.12999],[-118.18766,34.13005],[-118.18812,34.13008],[-118.18901,34.13008],[-118.19041,34.13013],[-118.19092,34.13015],[-118.19131,34.13017],[-118.19286,34.13019],[-118.19286,34.13019],[-118.19479,34.13022],[-118.19585,34.13022],[-118.1968,34.13026],[-118.19778,34.13024],[-118.19826,34.13026],[-118.19826,34.13026],[-118.19826,34.13026],[-118.20179,34.13026],[-118.20179,34.13026],[-118.20179,34.13026],[-118.20179,34.13026]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1884,34.13117],[-118.1884,34.13117]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20538,34.13622],[-118.19607,34.1334],[-118.19607,34.1334]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20179,34.14281],[-118.2011,34.14271],[-118.20036,34.14262],[-118.20005,34.14253],[-118.20005,34.14253],[-118.1982,34.1423],[-118.19784,34.14225],[-118.19784,34.14225],[-118.19417,34.14175],[-118.1935,34.14166],[-118.19223,34.1415],[-118.19181,34.14148],[-118.19109,34.14141],[-118.19035,34.14132],[-118.18991,34.14125],[-118.18929,34.1412],[-118.18817,34.14107],[-118.1872,34.14095],[-118.1861,34.14079],[-118.18492,34.14066],[-118.18492,34.14066],[-118.18492,34.14066],[-118.18021,34.14011],[-118.18021,34.14011]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20706,34.12921],[-118.20648,34.12917],[-118.20539,34.12907],[-118.20504,34.12903],[-118.20477,34.12903],[-118.20375,34.12894],[-118.20375,34.12894],[-118.20375,34.12894],[-118.20179,34.1288],[-118.20179,34.1288],[-118.20179,34.1288],[-118.19818,34.12852],[-118.19818,34.12852],[-118.19647,34.12838],[-118.19647,34.12838],[-118.19546,34.1283],[-118.19447,34.12819],[-118.19447,34.12819],[-118.19218,34.12805],[-118.19218,34.12805],[-118.19218,34.12805],[-118.18912,34.12779],[-118.18817,34.12772],[-118.18784,34.1277],[-118.18514,34.12749],[-118.18492,34.12747],[-118.18354,34.12735],[-118.18111,34.12711],[-118.18033,34.12707],[-118.17965,34.12697],[-118.17942,34.12693]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17948,34.14166],[-118.17999,34.14174],[-118.18201,34.14207],[-118.18251,34.14216],[-118.18451,34.14248],[-118.18593,34.14272],[-118.18593,34.14272],[-118.18845,34.14313],[-118.1892,34.14327],[-118.19563,34.14436],[-118.19618,34.14444],[-118.19836,34.14481],[-118.19882,34.14491]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20734,34.13512],[-118.20734,34.13512],[-118.20545,34.13457],[-118.20146,34.13342],[-118.20146,34.13342],[-118.20024,34.13308],[-118.1991,34.13274],[-118.1991,34.13274],[-118.19383,34.13123],[-118.19178,34.13066],[-118.19142,34.13054],[-118.19002,34.13013],[-118.18846,34.12968],[-118.18846,34.12968],[-118.1872,34.12931],[-118.18627,34.12903],[-118.18083,34.12747],[-118.17999,34.12721],[-118.17954,34.12711],[-118.17954,34.12711]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19069,34.13154],[-118.20084,34.13535],[-118.2023,34.13576],[-118.20342,34.13626],[-118.20482,34.13667],[-118.20751,34.13773],[-118.20751,34.13769]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17947,34.14015],[-118.18088,34.14024],[-118.18088,34.14024],[-118.18088,34.14024],[-118.18451,34.14034],[-118.1861,34.14034],[-118.1868,34.14034],[-118.18952,34.1402],[-118.18952,34.1402],[-118.18952,34.1402],[-118.18952,34.1402],[-118.18952,34.1402],[-118.19675,34.13946],[-118.19675,34.13946],[-118.19832,34.13919],[-118.20224,34.1385],[-118.20379,34.1382],[-118.20379,34.1382],[-118.20532,34.13786]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19675,34.12354],[-118.19675,34.12354],[-118.19366,34.12344],[-118.19064,34.12335],[-118.18972,34.12335],[-118.18972,34.12335],[-118.18755,34.12326],[-118.1852,34.12317],[-118.1852,34.12317]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19877,34.12569],[-118.19876,34.12568]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1889,34.12189],[-118.18972,34.12191],[-118.19389,34.12184],[-118.19462,34.12189],[-118.19809,34.12184]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17629,34.13136],[-118.17629,34.13136],[-118.18032,34.13155],[-118.18033,34.13154],[-118.19798,34.13306],[-118.20146,34.13324],[-118.20246,34.13338],[-118.20246,34.13338]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18651,34.14285],[-118.18651,34.14285]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2078,34.13378],[-118.2078,34.13378],[-118.2078,34.13378],[-118.206,34.13329],[-118.20448,34.13289],[-118.20353,34.1326],[-118.20353,34.1326],[-118.20353,34.1326],[-118.19972,34.13136],[-118.19972,34.13136],[-118.19972,34.13136],[-118.19972,34.13136],[-118.19784,34.13084],[-118.19693,34.13052],[-118.19693,34.13052],[-118.19693,34.13052],[-118.19529,34.12999],[-118.19529,34.12999],[-118.19529,34.12999],[-118.19529,34.12999],[-118.19212,34.12894],[-118.19212,34.12894],[-118.19097,34.12843],[-118.19013,34.12811],[-118.19013,34.12811],[-118.19013,34.12811],[-118.1868,34.12689],[-118.18621,34.12674],[-118.18548,34.12637],[-118.18548,34.12637],[-118.18548,34.12637],[-118.18386,34.12573],[-118.18096,34.12465],[-118.18096,34.12465],[-118.18096,34.12465],[-118.18096,34.12465]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19675,34.14427],[-118.19714,34.14432],[-118.20062,34.14478]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19389,34.12614],[-118.19389,34.12614]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18834,34.13117],[-118.1852,34.13017],[-118.18402,34.12976],[-118.18205,34.12898],[-118.18016,34.12834],[-118.18016,34.12838]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19047,34.12843],[-118.19046,34.12842],[-118.19046,34.12842],[-118.19563,34.13068]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1903,34.14276],[-118.19029,34.14276],[-118.20024,34.14374],[-118.20024,34.14374]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18178,34.12674],[-118.18508,34.12661],[-118.18508,34.12661],[-118.18901,34.12642],[-118.18901,34.12642],[-118.19824,34.12596],[-118.19989,34.12587],[-118.20122,34.12582],[-118.20207,34.12578],[-118.20207,34.12578],[-118.20517,34.12558],[-118.20517,34.12558],[-118.20517,34.12558]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1991,34.12308],[-118.1991,34.12308],[-118.1991,34.12308],[-118.1991,34.12308],[-118.19521,34.12265],[-118.19423,34.12253],[-118.19423,34.12253],[-118.19,34.12205],[-118.18957,34.12198],[-118.18817,34.1218],[-118.18766,34.12177],[-118.18683,34.12166]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1889,34.12212],[-118.1889,34.12212],[-118.19013,34.12253],[-118.19109,34.1228],[-118.19204,34.12312],[-118.19204,34.12312],[-118.19204,34.12312],[-118.1955,34.12419],[-118.19761,34.12484],[-118.19761,34.12484],[-118.19761,34.12484],[-118.20013,34.12563],[-118.20013,34.12563],[-118.20118,34.12596],[-118.20118,34.12596]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20605,34.13841],[-118.20516,34.13846],[-118.20106,34.13928],[-118.20106,34.13928],[-118.19584,34.13987],[-118.19411,34.14001],[-118.19412,34.14001],[-118.19238,34.14061],[-118.18834,34.14125],[-118.18727,34.14125],[-118.18727,34.14125],[-118.18397,34.14139],[-118.18397,34.14139],[-118.18212,34.14139],[-118.18212,34.14139],[-118.18795,34.1218],[-118.18795,34.1218],[-118.18795,34.1218],[-118.19479,34.1282],[-118.19613,34.12939],[-118.19927,34.12999],[-118.19927,34.13001],[-118.20454,34.13054],[-118.20785,34.13063]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19115,34.13168]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18901,34.13164],[-118.19187,34.13283]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19613,34.12102],[-118.19613,34.12102],[-118.1977,34.1244],[-118.1977,34.1244],[-118.19927,34.12782],[-118.20017,34.12971],[-118.20017,34.12971],[-118.20017,34.12971]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20359,34.13841],[-118.20286,34.13828],[-118.20112,34.13837],[-118.19871,34.13818],[-118.19798,34.138],[-118.19636,34.13809],[-118.19383,34.13795],[-118.19361,34.13791],[-118.19176,34.13777],[-118.18851,34.13795],[-118.18772,34.13782],[-118.18638,34.13795]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19103,34.12866],[-118.19035,34.12833],[-118.18946,34.12798],[-118.1889,34.12802],[-118.1884,34.12775],[-118.18778,34.12756],[-118.18615,34.12711],[-118.18615,34.12711],[-118.18615,34.12711],[-118.18122,34.12596],[-118.18119,34.12596]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19086,34.14551],[-118.19153,34.14542],[-118.19282,34.14569],[-118.19366,34.14592]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19452,34.14355],[-118.19452,34.14355],[-118.19452,34.14355]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18088,34.12724],[-118.18245,34.12721],[-118.18245,34.12721],[-118.18587,34.12706],[-118.18817,34.12697],[-118.18972,34.12689],[-118.19187,34.12679],[-118.19395,34.1267],[-118.19395,34.1267],[-118.20101,34.12637],[-118.20374,34.12624],[-118.20465,34.12619],[-118.20557,34.12614],[-118.20557,34.12614],[-118.20557,34.12614]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.188,34.12968],[-118.18991,34.13022],[-118.19383,34.13145],[-118.19384,34.13145],[-118.19384,34.13145],[-118.19384,34.13145]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19977,34.14459],[-118.19977,34.14459],[-118.19572,34.14458],[-118.18731,34.1442]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18021,34.12766],[-118.18314,34.12973],[-118.18369,34.13008],[-118.18458,34.13063],[-118.18526,34.13109],[-118.1861,34.13164],[-118.18683,34.1321],[-118.1898,34.13411],[-118.19041,34.13448],[-118.19041,34.13448],[-118.19254,34.13589]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17913,34.14155],[-118.18301,34.14185],[-118.18405,34.14188],[-118.18531,34.14189],[-118.1868,34.14192],[-118.1868,34.14192],[-118.19401,34.14206],[-118.19568,34.14207],[-118.19693,34.14211],[-118.1982,34.14212],[-118.19944,34.14216],[-118.19944,34.14216]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17814,34.13947],[-118.18119,34.13913],[-118.18178,34.13905],[-118.18348,34.13885],[-118.18348,34.13885],[-118.18873,34.13823],[-118.18989,34.13806],[-118.19109,34.13791],[-118.19275,34.13773],[-118.19316,34.13763],[-118.19316,34.13763],[-118.19591,34.13731],[-118.19591,34.13731],[-118.19887,34.13694],[-118.19887,34.13694],[-118.20476,34.13622],[-118.20591,34.1361],[-118.20695,34.13599]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18111,34.1299],[-118.18222,34.12987],[-118.18329,34.12985],[-118.18485,34.12982],[-118.18604,34.12976],[-118.18708,34.12973],[-118.18708,34.12973],[-118.19069,34.12967],[-118.19069,34.12967],[-118.19792,34.12953],[-118.19847,34.12945],[-118.19955,34.12944],[-118.19955,34.12944],[-118.20151,34.12939],[-118.20282,34.12935],[-118.20471,34.1293],[-118.20534,34.12931],[-118.20706,34.12926],[-118.20763,34.12921],[-118.20763,34.12921]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19092,34.14565],[-118.18817,34.1445],[-118.18559,34.14299],[-118.18088,34.14061],[-118.17803,34.13951],[-118.17803,34.13951],[-118.17803,34.13951]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18985,34.13818],[-118.18896,34.13773],[-118.18897,34.13773]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18365,34.12647],[-118.17999,34.12596],[-118.17999,34.12596]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18425,34.145],[-118.18502,34.14509],[-118.18502,34.14509],[-118.18772,34.14546],[-118.18914,34.14565],[-118.19058,34.14583],[-118.19187,34.14601],[-118.19355,34.14619],[-118.19355,34.14619],[-118.19355,34.14619]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18171,34.14313]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1889,34.13068],[-118.1889,34.13068],[-118.18743,34.13015],[-118.18032,34.12798],[-118.18032,34.12798]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20381,34.12953],[-118.20235,34.1299],[-118.19882,34.13068],[-118.19881,34.1307],[-118.19881,34.1307]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20297,34.13777],[-118.20157,34.13786],[-118.19905,34.13777],[-118.19776,34.13786],[-118.19773,34.13787]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18935,34.1212],[-118.19423,34.12248],[-118.19652,34.12312],[-118.20028,34.12408],[-118.20308,34.12482]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1875,34.14455],[-118.18748,34.14453],[-118.19235,34.14425],[-118.19574,34.14418],[-118.19714,34.14409]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18193,34.13191],[-118.17836,34.13223]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20005,34.1331],[-118.19647,34.13242],[-118.19647,34.13243],[-118.18486,34.12985],[-118.18491,34.12982],[-118.18184,34.1293],[-118.17943,34.12894]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19854,34.14528],[-118.19501,34.14418],[-118.19498,34.14416],[-118.19498,34.14416],[-118.18318,34.1402],[-118.18173,34.13969],[-118.18004,34.1391]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2079,34.13672],[-118.2079,34.13672],[-118.2065,34.13631]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1963,34.13342],[-118.19456,34.13283],[-118.19282,34.1321],[-118.18571,34.12958],[-118.18049,34.12839]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18066,34.14313],[-118.18102,34.14337],[-118.18206,34.14359],[-118.18206,34.14359],[-118.1847,34.14432],[-118.18548,34.14455],[-118.1875,34.14519],[-118.18828,34.14537],[-118.19137,34.14624],[-118.18829,34.14537]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17775,34.13603]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1815,34.13832],[-118.18363,34.13873],[-118.18408,34.13878],[-118.18408,34.13878],[-118.18901,34.13983],[-118.18901,34.13983],[-118.19495,34.1418],[-118.19495,34.1418],[-118.1963,34.14216],[-118.2,34.14336],[-118.20065,34.14379],[-118.20112,34.14391],[-118.20112,34.14391],[-118.20112,34.14391],[-118.20112,34.14391]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20146,34.12317],[-118.19871,34.12244],[-118.19294,34.12088],[-118.19165,34.12051]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1848,34.12847]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19053,34.12065],[-118.18985,34.12079],[-118.18845,34.12111],[-118.1884,34.12107],[-118.18677,34.12148],[-118.1861,34.12157]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20387,34.14139],[-118.2028,34.14125],[-118.20028,34.1412],[-118.19854,34.14102],[-118.19484,34.14034],[-118.19406,34.14006],[-118.19338,34.13992],[-118.19125,34.13983],[-118.18901,34.1391],[-118.18892,34.13908],[-118.18417,34.13941],[-118.17909,34.13965]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20259,34.12512],[-118.20259,34.12512],[-118.20259,34.12512],[-118.20259,34.12512],[-118.20672,34.13635],[-118.20672,34.13635],[-118.20672,34.13635]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19781,34.12592],[-118.19355,34.125],[-118.19355,34.12498],[-118.19355,34.12498],[-118.19355,34.12498],[-118.19355,34.12498],[-118.19355,34.12498]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17799,34.12791],[-118.17799,34.12791],[-118.17842,34.12807],[-118.17842,34.12807],[-118.18125,34.12889],[-118.18125,34.12889],[-118.18125,34.12889],[-118.18125,34.12889],[-118.18548,34.13019],[-118.18548,34.13019],[-118.18548,34.13019],[-118.18548,34.13019],[-118.18966,34.13145],[-118.1903,34.13164],[-118.1903,34.13164],[-118.19109,34.13191],[-118.19109,34.13191],[-118.19109,34.13191],[-118.19109,34.13191],[-118.19475,34.13299],[-118.19475,34.13299],[-118.19585,34.13333],[-118.1987,34.13424],[-118.19949,34.13448],[-118.19979,34.13457],[-118.20067,34.13484],[-118.20123,34.13503],[-118.20174,34.13516],[-118.20236,34.13536],[-118.20236,34.13536],[-118.20409,34.13589],[-118.20409,34.13589],[-118.20499,34.1362],[-118.20499,34.1362],[-118.20644,34.13663],[-118.20644,34.13663],[-118.20751,34.13695],[-118.20774,34.13704]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17926,34.12843],[-118.18027,34.12912],[-118.18156,34.12994],[-118.18257,34.13063],[-118.18296,34.13089],[-118.18296,34.13089],[-118.18296,34.13089],[-118.18869,34.13457],[-118.18869,34.13457],[-118.18869,34.13457],[-118.18869,34.13457],[-118.18869,34.13457],[-118.19406,34.13795],[-118.19847,34.14057],[-118.19847,34.14057],[-118.20112,34.14212],[-118.20112,34.14212]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20701,34.13937],[-118.20387,34.1396],[-118.20297,34.14006],[-118.20297,34.14006],[-118.19781,34.14024],[-118.19277,34.13969],[-118.1921,34.13951],[-118.19212,34.1395],[-118.1847,34.13622],[-118.18408,34.13658],[-118.1824,34.13603],[-118.18206,34.13585],[-118.18206,34.13585],[-118.17954,34.13599],[-118.1787,34.13599],[-118.17747,34.1364],[-118.17747,34.13638],[-118.17747,34.13638],[-118.17747,34.13638]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19961,34.14011],[-118.20123,34.14075],[-118.20151,34.14088],[-118.2028,34.14143],[-118.20431,34.14207]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19714,34.12642],[-118.19714,34.12642],[-118.19148,34.1347],[-118.19149,34.13471],[-118.19149,34.13471]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20157,34.14413],[-118.19784,34.14355],[-118.19675,34.14336],[-118.19574,34.14322],[-118.19574,34.14322],[-118.19574,34.14322],[-118.19057,34.14239],[-118.19057,34.14239],[-118.19057,34.14239],[-118.18475,34.14148],[-118.18475,34.14148],[-118.18475,34.14148],[-118.18475,34.14148]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18369,34.14478],[-118.18369,34.14478],[-118.18995,34.14569],[-118.19086,34.14583],[-118.19187,34.14601],[-118.19187,34.14601]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18914,34.14593],[-118.18997,34.14569],[-118.18997,34.14569],[-118.19195,34.14504],[-118.19281,34.14476],[-118.19327,34.14459],[-118.19366,34.14448],[-118.19561,34.14379],[-118.19652,34.14345],[-118.19652,34.14345],[-118.19652,34.14345],[-118.20271,34.1409],[-118.20271,34.1409],[-118.20271,34.1409]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19756,34.12461],[-118.19333,34.1255],[-118.19266,34.12555],[-118.18879,34.12624],[-118.18823,34.12624],[-118.18408,34.12738],[-118.17976,34.12839],[-118.17915,34.12857],[-118.17747,34.12921]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18329,34.12491],[-118.18394,34.12582],[-118.18458,34.12674],[-118.18458,34.12674],[-118.18458,34.12674],[-118.18811,34.13168],[-118.18811,34.13168],[-118.19058,34.13516],[-118.19132,34.13615],[-118.19198,34.13704],[-118.19275,34.13811],[-118.19275,34.13811],[-118.19692,34.14377]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19523,34.14597],[-118.19523,34.14597],[-118.19523,34.14597],[-118.19523,34.14597],[-118.19523,34.14597],[-118.18229,34.14381],[-118.18229,34.14381]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20684,34.13429],[-118.20684,34.13429],[-118.20454,34.13429],[-118.20368,34.13429],[-118.20258,34.13434],[-118.20162,34.13434],[-118.19804,34.13438],[-118.19714,34.13438],[-118.1967,34.13438],[-118.1967,34.13438],[-118.19434,34.13438],[-118.19298,34.13438],[-118.19298,34.13438],[-118.19298,34.13438],[-118.1875,34.13448],[-118.18697,34.13447],[-118.1852,34.13447],[-118.18402,34.13448],[-118.18402,34.13448],[-118.18402,34.13448]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20728,34.13447],[-118.20616,34.13448],[-118.20465,34.13447],[-118.20415,34.13448],[-118.20242,34.13447],[-118.2019,34.13448],[-118.20139,34.13447],[-118.19944,34.13443],[-118.19944,34.13443],[-118.19944,34.13443],[-118.19664,34.13438],[-118.19664,34.13438],[-118.19664,34.13438],[-118.19664,34.13438],[-118.19664,34.13438],[-118.18991,34.13416],[-118.18886,34.1341],[-118.18784,34.13411],[-118.18615,34.13406],[-118.18615,34.13406],[-118.18022,34.13387],[-118.17856,34.13382],[-118.17803,34.13379]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18542,34.12656],[-118.19435,34.12866],[-118.19731,34.12971],[-118.20056,34.13077],[-118.20139,34.13131]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19114,34.12294],[-118.19115,34.12293],[-118.19378,34.12294],[-118.19731,34.12285],[-118.1982,34.12289]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18634,34.13624]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18133,34.14084],[-118.18262,34.14107]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19013,34.13269],[-118.19002,34.13251],[-118.18896,34.1321]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20426,34.14029],[-118.20258,34.13992],[-118.20259,34.13992],[-118.19574,34.13768],[-118.19305,34.1369],[-118.19058,34.13622],[-118.18879,34.13567],[-118.18879,34.13567],[-118.18195,34.13361],[-118.18193,34.13359],[-118.17831,34.13255],[-118.17833,34.13257]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17887,34.13969],[-118.17993,34.13983],[-118.18122,34.13979],[-118.18268,34.1396],[-118.18559,34.13956],[-118.18559,34.13956],[-118.18559,34.13956],[-118.19097,34.14075],[-118.1916,34.14085],[-118.19238,34.14098],[-118.19378,34.1413],[-118.19568,34.14148],[-118.19572,34.1415],[-118.1991,34.14171],[-118.1991,34.14169]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20779,34.13525],[-118.20644,34.13484],[-118.20493,34.13434],[-118.20494,34.13434],[-118.1949,34.13077],[-118.19492,34.13075],[-118.18442,34.12724],[-118.18318,34.12697],[-118.18319,34.12698]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20269,34.14395],[-118.19966,34.14354],[-118.19967,34.14355],[-118.19563,34.14304],[-118.1949,34.14326],[-118.1949,34.14326],[-118.19429,34.14318]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20577,34.14134],[-118.20577,34.14134],[-118.20263,34.14043],[-118.20162,34.14011],[-118.20084,34.13992],[-118.20005,34.13969],[-118.19843,34.13937],[-118.19479,34.13873],[-118.19193,34.13828],[-118.19142,34.13818],[-118.19143,34.13815],[-118.18621,34.13759],[-118.18279,34.13741],[-118.18201,34.1375],[-118.18201,34.1375],[-118.1801,34.13731],[-118.17752,34.13731]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18133,34.12614],[-118.18217,34.12669],[-118.18217,34.12669]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20661,34.13956],[-118.20504,34.13947],[-118.20431,34.13933],[-118.20431,34.13933],[-118.20431,34.13933],[-118.20101,34.13919],[-118.20101,34.13919],[-118.19949,34.13905],[-118.19882,34.13919],[-118.19792,34.1391],[-118.19796,34.13908],[-118.19796,34.13908],[-118.19467,34.13914],[-118.19467,34.13914],[-118.19252,34.13913],[-118.18974,34.13882],[-118.18862,34.13864],[-118.1856,34.13866],[-118.18436,34.13878],[-118.18324,34.13873],[-118.18324,34.13873],[-118.17948,34.14088]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19905,34.13086],[-118.19904,34.13089]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19529,34.13736]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17657,34.13663],[-118.17657,34.13663],[-118.17657,34.13663],[-118.17657,34.13663],[-118.18188,34.13694],[-118.18341,34.13695],[-118.18481,34.13699],[-118.1864,34.13699],[-118.19223,34.13694],[-118.19288,34.1369],[-118.19288,34.1369],[-118.19288,34.1369],[-118.19973,34.1368],[-118.20146,34.13676],[-118.20265,34.13671],[-118.20454,34.13667]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19807,34.12223],[-118.1949,34.12143]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19286,34.14602],[-118.19286,34.14602],[-118.19029,34.1449],[-118.18963,34.14464],[-118.18932,34.14448],[-118.18806,34.14395],[-118.18703,34.14346],[-118.18358,34.14189],[-118.18358,34.14189],[-118.18233,34.14132],[-118.18173,34.14102],[-118.18173,34.14102],[-118.18102,34.14071],[-118.17797,34.13924],[-118.17764,34.13908]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20353,34.12463],[-118.20311,34.12451],[-118.20224,34.12418],[-118.20224,34.12418],[-118.19916,34.12312],[-118.19916,34.12312],[-118.19753,34.12253],[-118.19538,34.12177],[-118.19378,34.12121],[-118.19378,34.12121],[-118.19143,34.12037],[-118.19143,34.12037]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19103,34.14359]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19933,34.12507]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18336,34.12628]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20207,34.12656],[-118.19882,34.12646],[-118.19669,34.1261],[-118.19557,34.12619],[-118.19555,34.12624],[-118.19226,34.12619],[-118.19002,34.12605],[-118.18817,34.12601],[-118.18699,34.12592],[-118.18655,34.12582],[-118.1847,34.12592],[-118.18346,34.12578],[-118.1815,34.12569],[-118.18148,34.12568],[-118.18148,34.12568]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17898,34.13965],[-118.18088,34.13988],[-118.18173,34.13997],[-118.18346,34.14011],[-118.18593,34.14024],[-118.18649,34.14024],[-118.188,34.14038],[-118.188,34.14038],[-118.19047,34.14056],[-118.1926,34.14075],[-118.19366,34.14043],[-118.19574,34.14043],[-118.19578,34.14043],[-118.19578,34.14043],[-118.19578,34.14043],[-118.19578,34.14043],[-118.20017,34.14038],[-118.20017,34.14038],[-118.20207,34.14024],[-118.20291,34.1402],[-118.20291,34.1402],[-118.20443,34.13988],[-118.2056,34.13974]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19809,34.14084],[-118.19725,34.14093],[-118.19591,34.14093],[-118.1959,34.14095]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20544,34.13104],[-118.20544,34.13104],[-118.20544,34.13104],[-118.20544,34.13104],[-118.2019,34.13047],[-118.2019,34.13047],[-118.1963,34.12953],[-118.1963,34.12953],[-118.19487,34.12931],[-118.19292,34.12898],[-118.19292,34.12898],[-118.19292,34.12898],[-118.19025,34.12852],[-118.19025,34.12852],[-118.19025,34.12852],[-118.19025,34.12852],[-118.1861,34.12784],[-118.18509,34.12766],[-118.18016,34.12684],[-118.17926,34.12669]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1764,34.13484],[-118.17741,34.13507],[-118.17741,34.13507],[-118.17924,34.1355],[-118.17971,34.13562],[-118.17971,34.13562],[-118.17971,34.13562],[-118.18279,34.13634],[-118.18279,34.13634],[-118.18778,34.13754],[-118.18823,34.13764],[-118.18823,34.13764],[-118.18823,34.13764],[-118.19271,34.13869],[-118.19349,34.1389],[-118.19469,34.13918],[-118.19469,34.13918],[-118.19568,34.13937],[-118.19736,34.13979],[-118.19784,34.13987],[-118.19921,34.1402],[-118.19921,34.1402],[-118.20042,34.14048],[-118.20398,34.1413],[-118.20436,34.14141],[-118.20545,34.14164]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18133,34.13333],[-118.18133,34.13333],[-118.18279,34.1335],[-118.19456,34.13622],[-118.19596,34.13626],[-118.19595,34.13624],[-118.19595,34.13624],[-118.20419,34.13769]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2019,34.14336],[-118.2019,34.14337],[-118.2,34.1434],[-118.20002,34.14341],[-118.20002,34.14341],[-118.20002,34.14341],[-118.18694,34.14313],[-118.18691,34.14313]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18004,34.12724],[-118.18105,34.12775],[-118.18156,34.12784],[-118.18212,34.12798],[-118.18279,34.12816],[-118.18335,34.1282],[-118.18331,34.12819],[-118.18632,34.12866],[-118.18828,34.12871],[-118.18901,34.12866],[-118.18901,34.12866],[-118.1935,34.12811],[-118.19434,34.12802],[-118.19429,34.12805],[-118.19429,34.12805],[-118.19933,34.12715],[-118.19994,34.12692],[-118.19996,34.12693],[-118.19996,34.12693]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18173,34.12651],[-118.18666,34.1277],[-118.18668,34.12768],[-118.1949,34.12967],[-118.19703,34.13017],[-118.19704,34.13015],[-118.20532,34.132]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19075,34.13338],[-118.18912,34.13278],[-118.18914,34.1328],[-118.17791,34.12921]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18582,34.12216],[-118.18582,34.12216],[-118.19131,34.12102],[-118.19131,34.12102],[-118.19131,34.12102],[-118.19131,34.12102]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20505,34.14099],[-118.20387,34.1407],[-118.20002,34.13964],[-118.1987,34.13927],[-118.1987,34.13927],[-118.1987,34.13927],[-118.19521,34.13834],[-118.19473,34.13818],[-118.19473,34.13818],[-118.19218,34.1375],[-118.19218,34.1375],[-118.19218,34.1375],[-118.18817,34.13648],[-118.18817,34.13648],[-118.18817,34.13648],[-118.18817,34.13648],[-118.18817,34.13648],[-118.17976,34.13516],[-118.17913,34.13508],[-118.17913,34.13508],[-118.17913,34.13508]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17988,34.12665],[-118.18033,34.12698],[-118.18156,34.12798],[-118.18156,34.12798],[-118.18285,34.12903],[-118.18324,34.12939],[-118.18324,34.12939],[-118.18324,34.12939],[-118.18588,34.13182],[-118.18588,34.13182],[-118.18907,34.13493],[-118.18968,34.13557],[-118.19006,34.13596],[-118.19075,34.13663],[-118.19166,34.13755],[-118.19238,34.13823],[-118.19595,34.14169],[-118.19693,34.14253],[-118.1977,34.14326],[-118.1983,34.14383],[-118.19888,34.14441],[-118.19949,34.14505],[-118.19949,34.14505],[-118.19949,34.14505],[-118.19949,34.14505]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18884,34.13544],[-118.19109,34.13338],[-118.19153,34.13342]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18044,34.12871],[-118.18537,34.13019],[-118.18593,34.13036],[-118.1864,34.13052],[-118.18766,34.13089],[-118.19159,34.1321],[-118.19206,34.13224],[-118.19305,34.13255],[-118.19305,34.13255],[-118.19498,34.13312],[-118.1963,34.13354],[-118.19675,34.13365],[-118.19756,34.13392],[-118.19756,34.13392],[-118.19899,34.13434],[-118.19899,34.13434],[-118.20065,34.13485],[-118.20415,34.13589],[-118.20511,34.13624],[-118.20616,34.13654],[-118.207,34.1368],[-118.207,34.1368],[-118.207,34.1368]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20235,34.13589],[-118.20162,34.13564],[-118.20162,34.13564],[-118.19647,34.13406],[-118.19109,34.13243],[-118.19109,34.13243],[-118.1898,34.132],[-118.1898,34.132],[-118.18611,34.13089],[-118.18611,34.13089],[-118.18611,34.13089]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20654,34.12949],[-118.20403,34.12921],[-118.20282,34.12903],[-118.20282,34.12903],[-118.1987,34.12856],[-118.19316,34.12788],[-118.19316,34.12788],[-118.19069,34.12759],[-118.19069,34.12759],[-118.18879,34.12733],[-118.18829,34.12731],[-118.18593,34.12701],[-118.18593,34.12701],[-118.18329,34.12669],[-118.18268,34.12661],[-118.18268,34.12661],[-118.17926,34.12619]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18125,34.124],[-118.18178,34.12404],[-118.18178,34.12404],[-118.18497,34.12428],[-118.19098,34.12475],[-118.19098,34.12475],[-118.19098,34.12475],[-118.19504,34.12502],[-118.19504,34.12502],[-118.19504,34.12502],[-118.20342,34.12564],[-118.20342,34.12564]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18363,34.13841],[-118.18363,34.13841],[-118.18525,34.13783],[-118.18754,34.13694],[-118.18754,34.13694],[-118.19013,34.13585],[-118.19125,34.13539],[-118.19561,34.1335],[-118.19561,34.1335],[-118.19853,34.13224],[-118.19853,34.13224],[-118.20494,34.1294],[-118.20594,34.12894]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19984,34.13457],[-118.19853,34.13443],[-118.19853,34.13443],[-118.19853,34.13443],[-118.19853,34.13443],[-118.19002,34.13329],[-118.18943,34.13322],[-118.18733,34.13292],[-118.18657,34.1328],[-118.18542,34.13264],[-118.18113,34.1321],[-118.17853,34.13173],[-118.17776,34.13164],[-118.17674,34.1315]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18279,34.13629],[-118.18279,34.13629],[-118.18615,34.13658],[-118.18615,34.13658],[-118.18857,34.13676],[-118.18997,34.13686],[-118.18997,34.13686],[-118.19315,34.13713],[-118.19501,34.13731],[-118.19555,34.13736],[-118.19742,34.1375],[-118.19933,34.13764],[-118.19933,34.13764],[-118.19933,34.13764],[-118.2037,34.138],[-118.20431,34.13806],[-118.20572,34.13818],[-118.20572,34.13818]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20642,34.13671],[-118.20642,34.13671],[-118.20642,34.13671],[-118.19977,34.13466],[-118.19715,34.13387],[-118.1959,34.1335],[-118.1959,34.1335],[-118.19327,34.13269],[-118.19327,34.13269],[-118.19138,34.1321],[-118.18946,34.13155],[-118.18946,34.13155],[-118.18308,34.12959],[-118.18308,34.12959],[-118.18308,34.12959]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19103,34.1228],[-118.19103,34.1228]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18108,34.1287],[-118.18108,34.1287]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20588,34.13658],[-118.20591,34.13657],[-118.20591,34.13657],[-118.20591,34.13657],[-118.20591,34.13657],[-118.17948,34.12665]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17948,34.12665]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20007,34.12898],[-118.20129,34.12935],[-118.20127,34.12935]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18977,34.13047],[-118.18977,34.13047]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18314,34.12786],[-118.18655,34.12889],[-118.18655,34.12889],[-118.18655,34.12889],[-118.18892,34.12963],[-118.18892,34.12963],[-118.19081,34.13022],[-118.19178,34.13052],[-118.19574,34.13168],[-118.19574,34.13168],[-118.1968,34.13205],[-118.1968,34.13205],[-118.20078,34.13324],[-118.20078,34.13324],[-118.20078,34.13324],[-118.20637,34.13494],[-118.20786,34.13555]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1764,34.13535],[-118.17673,34.13541],[-118.17673,34.13541],[-118.17864,34.1358],[-118.17987,34.13606],[-118.17987,34.13606],[-118.17987,34.13606],[-118.18542,34.13718],[-118.18577,34.13727],[-118.18671,34.13745],[-118.18671,34.13745],[-118.18794,34.13769],[-118.18851,34.13778],[-118.1892,34.13792],[-118.19012,34.13811],[-118.19069,34.13825],[-118.19069,34.13825],[-118.19481,34.13908],[-118.19481,34.13908],[-118.19815,34.13979],[-118.19876,34.13992],[-118.19876,34.13992],[-118.19876,34.13992],[-118.20242,34.14062],[-118.20364,34.14084],[-118.20385,34.1409],[-118.20385,34.1409],[-118.20385,34.1409],[-118.20385,34.1409]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17982,34.12674],[-118.18045,34.12698],[-118.18313,34.12775],[-118.18342,34.12786],[-118.18342,34.12786],[-118.18593,34.12885],[-118.18593,34.12885],[-118.1876,34.12987],[-118.1876,34.12987],[-118.19053,34.13219],[-118.19131,34.13292],[-118.19131,34.13292],[-118.19178,34.13336],[-118.19243,34.13393],[-118.19243,34.13393],[-118.19372,34.13513],[-118.19417,34.13557],[-118.19417,34.13557],[-118.19507,34.13635],[-118.19507,34.13635],[-118.19507,34.13635],[-118.19773,34.13894],[-118.19773,34.13894],[-118.1999,34.14099],[-118.20065,34.14174],[-118.2009,34.14194],[-118.20133,34.14239],[-118.20179,34.14285],[-118.20219,34.14318],[-118.20241,34.1434]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20588,34.13026],[-118.20591,34.13024],[-118.19938,34.13036],[-118.19826,34.13036],[-118.19826,34.13036],[-118.19613,34.1304],[-118.19557,34.1304],[-118.19232,34.13045],[-118.19153,34.13031],[-118.18907,34.13031],[-118.18834,34.13022],[-118.18436,34.13013],[-118.1838,34.13008],[-118.17999,34.12994],[-118.17999,34.12991]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18582,34.14455],[-118.2019,34.14459]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20448,34.1375],[-118.2051,34.13745],[-118.20639,34.1375]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18548,34.12775],[-118.18845,34.12839],[-118.18912,34.12871],[-118.18957,34.12875]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20078,34.1282],[-118.20555,34.12981],[-118.20706,34.13054],[-118.20762,34.13072]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18475,34.14473],[-118.18638,34.14519]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20314,34.14244],[-118.20297,34.14262],[-118.20207,34.14253],[-118.20112,34.14253],[-118.2007,34.14267],[-118.19731,34.1423],[-118.19727,34.1423],[-118.19423,34.1412],[-118.1935,34.14102],[-118.19349,34.14104],[-118.18611,34.1395],[-118.18442,34.13933],[-118.18439,34.13932]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20162,34.13512],[-118.20162,34.13513],[-118.19512,34.13333],[-118.1951,34.13336],[-118.18845,34.13145]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1979,34.13592],[-118.1979,34.13592],[-118.1979,34.13592],[-118.18161,34.12679],[-118.18161,34.12679],[-118.18161,34.12679],[-118.18161,34.12679],[-118.18161,34.12679],[-118.18161,34.12679],[-118.18161,34.12679],[-118.18161,34.12679]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17747,34.13741],[-118.17747,34.13741],[-118.17747,34.13741],[-118.20078,34.14088]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20504,34.14185],[-118.20403,34.14166],[-118.2037,34.14207],[-118.20174,34.14171],[-118.20095,34.14171],[-118.19916,34.14143],[-118.19854,34.14134],[-118.19854,34.14134],[-118.19731,34.14134],[-118.1968,34.1413],[-118.19316,34.1413],[-118.19315,34.14132]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20534,34.13629],[-118.19641,34.13657],[-118.19428,34.13654],[-118.19428,34.13654],[-118.19069,34.1364],[-118.19069,34.1364],[-118.188,34.1362]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18352,34.12532],[-118.18348,34.1253],[-118.19607,34.12486],[-118.19865,34.12491],[-118.19865,34.12491],[-118.2042,34.12473]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18251,34.14088],[-118.18352,34.13663],[-118.1838,34.13617],[-118.18486,34.13356],[-118.18615,34.13113],[-118.18711,34.12894],[-118.18733,34.12866],[-118.188,34.12793],[-118.18834,34.12628],[-118.18851,34.12601],[-118.1898,34.12381],[-118.19019,34.1234],[-118.19075,34.1217],[-118.19097,34.12138],[-118.19097,34.12138]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18458,34.14455],[-118.18733,34.14542],[-118.1884,34.14537],[-118.19036,34.14597],[-118.19137,34.14619],[-118.19406,34.14693]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20631,34.13685]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19882,34.14198],[-118.19832,34.14198],[-118.19439,34.14258],[-118.19439,34.14258],[-118.18677,34.14262],[-118.18674,34.14262],[-118.18674,34.14262]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.2066,34.1341],[-118.19864,34.13066]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17953,34.13401],[-118.19441,34.13694]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18703,34.13187],[-118.18703,34.13187],[-118.19092,34.13182],[-118.19218,34.13177],[-118.19372,34.13173],[-118.19372,34.13173],[-118.19372,34.13173],[-118.19372,34.13173],[-118.19372,34.13173],[-118.19372,34.13173],[-118.19372,34.13173],[-118.19372,34.13173],[-118.20368,34.13164],[-118.2042,34.13164],[-118.2062,34.13164],[-118.20745,34.13159]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18256,34.12907],[-118.19075,34.1315],[-118.19944,34.13434],[-118.19939,34.13434],[-118.2056,34.13608]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19744,34.13652],[-118.19744,34.13652],[-118.19181,34.13383],[-118.18643,34.13132],[-118.18643,34.13132],[-118.181,34.12921],[-118.18027,34.12894],[-118.17781,34.12819]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20751,34.13713],[-118.20751,34.13713],[-118.20539,34.13643],[-118.20213,34.13535],[-118.20093,34.13499],[-118.20093,34.13499],[-118.20093,34.13499],[-118.1991,34.13438],[-118.19836,34.13415],[-118.19836,34.13415],[-118.19563,34.13324],[-118.19563,34.13324],[-118.19563,34.13324],[-118.19275,34.13229],[-118.18963,34.13127],[-118.18963,34.13127],[-118.18963,34.13127],[-118.18731,34.13052],[-118.18369,34.12935],[-118.18245,34.12894],[-118.17937,34.12793],[-118.1787,34.1277]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20745,34.13704],[-118.2065,34.13676],[-118.2065,34.13676],[-118.20477,34.13624],[-118.20263,34.13557],[-118.20263,34.13557],[-118.20011,34.1348],[-118.20011,34.1348],[-118.19361,34.13285],[-118.18811,34.13117],[-118.18744,34.131],[-118.18531,34.13033],[-118.18408,34.12994],[-118.18302,34.12963],[-118.18153,34.12917],[-118.18055,34.12889],[-118.18055,34.12889],[-118.18055,34.12889]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20779,34.13397],[-118.20773,34.13393],[-118.20723,34.13374],[-118.20622,34.13338],[-118.20625,34.13336],[-118.18314,34.12419]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19767,34.13247],[-118.19767,34.13247],[-118.19767,34.13247],[-118.20532,34.12866],[-118.20534,34.12866]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20431,34.1361],[-118.20333,34.13582],[-118.20333,34.13582],[-118.2019,34.13539],[-118.20045,34.13493],[-118.20007,34.13485],[-118.19854,34.13438],[-118.19753,34.13406],[-118.19669,34.13383],[-118.19613,34.13364],[-118.19417,34.13306],[-118.19316,34.13274],[-118.19218,34.13243],[-118.18834,34.13127],[-118.18697,34.13084],[-118.18307,34.12967],[-118.18125,34.12907],[-118.18021,34.12875],[-118.18021,34.12875],[-118.18021,34.12875],[-118.18021,34.12875],[-118.18021,34.12875]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20045,34.14098],[-118.20042,34.14095],[-118.20235,34.14107]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20583,34.14038],[-118.20566,34.14038],[-118.20568,34.14039],[-118.20218,34.14001],[-118.2019,34.13997],[-118.2019,34.13997],[-118.19776,34.13947],[-118.19731,34.13947],[-118.194,34.1391],[-118.19384,34.13927],[-118.18856,34.13828],[-118.18767,34.13814],[-118.18766,34.13811],[-118.18083,34.13686],[-118.18055,34.1369],[-118.1773,34.13676],[-118.17679,34.13663],[-118.17679,34.13663]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20448,34.14079],[-118.20448,34.14079],[-118.19962,34.1389]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20723,34.12852],[-118.20566,34.1293],[-118.1991,34.13275],[-118.18733,34.13892],[-118.18583,34.13969],[-118.18391,34.1407],[-118.18391,34.1407],[-118.18391,34.1407]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20454,34.13643],[-118.20454,34.13643],[-118.20454,34.13643],[-118.19714,34.13411],[-118.19714,34.13411],[-118.19647,34.13387],[-118.19647,34.13387],[-118.19366,34.13299],[-118.19282,34.13274],[-118.19193,34.13246],[-118.19103,34.13219],[-118.19035,34.13201],[-118.18935,34.13168],[-118.18935,34.13168],[-118.18811,34.13131],[-118.18811,34.13131],[-118.18643,34.13081],[-118.18643,34.13081],[-118.18643,34.13081],[-118.18439,34.13024],[-118.18439,34.13024],[-118.18273,34.12971],[-118.18145,34.12935],[-118.18056,34.12912],[-118.18021,34.12903],[-118.17942,34.1288],[-118.17942,34.1288],[-118.17942,34.1288]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17898,34.12715],[-118.1796,34.1272],[-118.18178,34.12756],[-118.18176,34.12754],[-118.18363,34.12788],[-118.18509,34.12811],[-118.18582,34.1282],[-118.18583,34.12824],[-118.18997,34.12889],[-118.18997,34.12889],[-118.19305,34.12953],[-118.19389,34.12976],[-118.19467,34.1299],[-118.19467,34.1299],[-118.20336,34.13145],[-118.20333,34.13145],[-118.20333,34.13145]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20173,34.12419],[-118.20028,34.12596],[-118.19681,34.13019],[-118.19681,34.13019],[-118.19681,34.13019],[-118.19681,34.13019],[-118.19681,34.13019],[-118.19681,34.13019],[-118.19681,34.13019]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20196,34.12495],[-118.18909,34.13136],[-118.18234,34.1348],[-118.18033,34.13582],[-118.17797,34.13699],[-118.17701,34.1375]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18857,34.13406]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17999,34.12546],[-118.18182,34.12586],[-118.18262,34.12601],[-118.18262,34.12601],[-118.18485,34.12647],[-118.18576,34.1266],[-118.18611,34.12665],[-118.18755,34.12688],[-118.18903,34.12712],[-118.18997,34.12724],[-118.18997,34.12724],[-118.18997,34.12724],[-118.18997,34.12724],[-118.19332,34.12763],[-118.1972,34.12807],[-118.19767,34.1281],[-118.19949,34.1282],[-118.2003,34.12828],[-118.2003,34.12828],[-118.20476,34.12852],[-118.20608,34.12856],[-118.20608,34.12856],[-118.20608,34.12856],[-118.20608,34.12856]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20768,34.13238],[-118.20768,34.13238],[-118.20633,34.13223],[-118.20129,34.13177],[-118.20129,34.13177],[-118.19983,34.13164],[-118.19618,34.13126],[-118.19532,34.13117],[-118.19479,34.13113],[-118.19479,34.13113],[-118.19479,34.13113],[-118.19166,34.1308],[-118.19166,34.1308],[-118.19166,34.1308],[-118.19166,34.1308],[-118.18789,34.1304],[-118.18731,34.13038],[-118.18617,34.13024],[-118.18414,34.13004],[-118.18414,34.13004],[-118.18245,34.12987],[-118.18139,34.12971],[-118.18079,34.12968],[-118.18038,34.12962],[-118.18038,34.12962],[-118.1781,34.12935],[-118.17719,34.12926],[-118.17719,34.12926],[-118.17719,34.12926],[-118.17719,34.12926],[-118.17719,34.12926]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17786,34.12871],[-118.17786,34.12871],[-118.18604,34.1321],[-118.186,34.1321],[-118.186,34.1321],[-118.19933,34.13713],[-118.19933,34.13713]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20398,34.14217],[-118.20396,34.14216],[-118.19361,34.14148],[-118.19221,34.14111],[-118.19221,34.14111],[-118.18977,34.13987]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17999,34.13416],[-118.17999,34.13415]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18233,34.14425],[-118.18268,34.14423],[-118.1838,34.14423],[-118.18498,34.14423],[-118.18531,34.1442],[-118.18559,34.14423],[-118.18703,34.14425],[-118.18733,34.14423],[-118.18733,34.14423],[-118.19092,34.14439],[-118.19198,34.14445],[-118.19198,34.14445],[-118.19198,34.14445],[-118.19198,34.14445],[-118.19198,34.14445],[-118.1983,34.1449],[-118.19893,34.1449],[-118.20011,34.145],[-118.20011,34.145],[-118.20116,34.14504],[-118.20116,34.14504],[-118.20116,34.14504]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20333,34.14183],[-118.20333,34.14183],[-118.2019,34.14183],[-118.20112,34.1418],[-118.20112,34.1418],[-118.19973,34.14178],[-118.19973,34.14178],[-118.19832,34.14175],[-118.19832,34.14175],[-118.19635,34.14169],[-118.19316,34.14148],[-118.19249,34.14143],[-118.19109,34.14134],[-118.19109,34.14134],[-118.19109,34.14134],[-118.19109,34.14134],[-118.19109,34.14134],[-118.18743,34.14118],[-118.18743,34.14118],[-118.1864,34.14113],[-118.1864,34.14113],[-118.18285,34.14113],[-118.18251,34.14116],[-118.18251,34.14116],[-118.18027,34.14118],[-118.18027,34.14118]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18245,34.14262],[-118.18245,34.14262],[-118.18391,34.14276],[-118.18508,34.14295],[-118.18548,34.14304],[-118.18548,34.14304],[-118.18651,34.14323],[-118.18651,34.14323],[-118.188,34.14354],[-118.18834,34.1436],[-118.18968,34.14391],[-118.19258,34.14444],[-118.19305,34.14455],[-118.19305,34.14455],[-118.19305,34.14455],[-118.19475,34.14486],[-118.1959,34.14504],[-118.19972,34.1456]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20248,34.14271],[-118.20213,34.14276],[-118.20213,34.14276],[-118.19613,34.14313],[-118.19305,34.14336],[-118.19235,34.14341],[-118.19235,34.14341],[-118.19235,34.14341],[-118.18985,34.14368],[-118.18937,34.14374],[-118.18937,34.14374],[-118.18744,34.14395],[-118.18657,34.14402],[-118.18593,34.14409],[-118.18514,34.14418],[-118.18428,34.1443],[-118.18391,34.14436],[-118.18391,34.14436]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20538,34.12862],[-118.19859,34.12777],[-118.19859,34.12777],[-118.19859,34.12777],[-118.19305,34.12711],[-118.18977,34.1267],[-118.18896,34.12665],[-118.18726,34.12642],[-118.18643,34.12633],[-118.18643,34.12633],[-118.18251,34.12586],[-118.18251,34.12586]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19238,34.14464],[-118.19378,34.14487],[-118.19467,34.14505],[-118.19469,34.14504],[-118.19759,34.14555],[-118.19756,34.14555]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19456,34.14194],[-118.18924,34.14111],[-118.18926,34.14113]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18643,34.12605],[-118.18943,34.12689],[-118.18943,34.12689],[-118.19081,34.12724],[-118.19115,34.12735],[-118.19115,34.12735],[-118.19299,34.12784],[-118.19299,34.12784],[-118.19407,34.12814],[-118.1968,34.12889],[-118.19756,34.12912],[-118.1991,34.12953],[-118.19944,34.12959],[-118.20246,34.13031],[-118.20282,34.13038],[-118.20319,34.13049],[-118.20639,34.13127],[-118.20683,34.1314],[-118.20683,34.1314]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19653,34.13438]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20252,34.14304],[-118.19977,34.14304],[-118.19916,34.14304],[-118.19781,34.14304],[-118.19781,34.14304],[-118.19693,34.14304],[-118.18223,34.14139],[-118.18156,34.1413],[-118.18159,34.14132]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19114,34.13544],[-118.19115,34.13545],[-118.19204,34.13516],[-118.19204,34.13516],[-118.19417,34.13503],[-118.19439,34.13493],[-118.19467,34.13498],[-118.19464,34.13494],[-118.19714,34.13901]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19527,34.1449],[-118.19527,34.1449],[-118.19527,34.1449]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18094,34.12798]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.1991,34.1355],[-118.1991,34.1355],[-118.1991,34.1355]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20168,34.13933],[-118.20168,34.13933],[-118.20168,34.13933],[-118.20594,34.13905],[-118.20591,34.13908]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19882,34.14565],[-118.19759,34.14542],[-118.19736,34.14537],[-118.19736,34.14537]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.18133,34.14276],[-118.18206,34.14313],[-118.1861,34.14427],[-118.18605,34.14425],[-118.18924,34.14514],[-118.1892,34.14518]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.17892,34.13974],[-118.17892,34.13974],[-118.18096,34.13848],[-118.18096,34.13848],[-118.18096,34.13848],[-118.18096,34.13848],[-118.18447,34.13626],[-118.18537,34.13573],[-118.18627,34.13516],[-118.18726,34.13452],[-118.18812,34.13402],[-118.19195,34.13164],[-118.1921,34.13159],[-118.19372,34.13066],[-118.19473,34.13017],[-118.20396,34.12763],[-118.20504,34.12756],[-118.20504,34.12756]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.20762,34.13745],[-118.20762,34.13745]]}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.19893,34.13113],[-118.19366,34.12973],[-118.1903,34.12907],[-118.19029,34.12907],[-118.18649,34.12784],[-118.18651,34.12786],[-118.18066,34.12605],[-118.18068,34.12605]]}}];\n var bounds = null;\n for (var i = 0; i < geoJsons.length; i++) {\n var geoJson = L.geoJson(\n geoJsons[i],\n {style: {'color': 'steelblue',\n 'opacity': 0.5}});\n geoJson.addTo(map);\n console.log('Added GeoJSON:');\n console.log(geoJsons[i]);\n if (!bounds) {\n bounds = geoJson.getBounds();\n } else {\n bounds.extend(geoJson.getBounds());\n }\n }\n if (null) {\n map.setView.apply(map, null);\n } else {\n console.log('setting bounds to ' + bounds);\n console.log(bounds);\n map.fitBounds(bounds);\n }\n };\n if (!document.getElementById('leaflet-css')) {\n $('<link>')\n .attr('rel', 'stylesheet')\n .attr('href', 'http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css')\n .attr('id', 'leaflet-css')\n .appendTo('head');\n }\n if (!window.leafletJsLoaded) {\n if (!window.leafletJsIsLoading) {\n window.leafletJsLoadedCallbacks = [createMap];\n window.leafletJsIsLoading = true;\n cachedScript('http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js')\n .done(function() {\n window.leafletJsIsLoading = false;\n window.leafletJsLoaded = true;\n _.each(window.leafletJsLoadedCallbacks, function(cb) { cb(); });\n window.leafletJsLoadedCallbacks = [];\n })\n .fail(function() { console.log('failed'); });\n } else {\n window.leafletJsLoadedCallbacks.push(createMap);\n }\n } else {\n createMap();\n }\n});\n</script>\n</div>","value":"#com.lemondronor.leaflet_gorilla.LeafletView{:geodescs ({:type :line, :desc ([34.1412 -118.19479] [34.14093 -118.19467])} {:type :line, :desc ([34.1331 -118.17629] [34.1331 -118.17629] [34.13329 -118.17808] [34.13329 -118.17808] [34.13383 -118.18341] [34.13392 -118.18394] [34.13406 -118.1852] [34.1341 -118.18565] [34.13434 -118.1875] [34.13443 -118.18834] [34.13457 -118.18935] [34.1348 -118.1912] [34.13489 -118.19204] [34.13489 -118.19204] [34.13521 -118.19434] [34.13541 -118.19578] [34.13541 -118.19578] [34.1362 -118.20185] [34.13634 -118.20271] [34.13634 -118.20271] [34.13667 -118.20527] [34.13686 -118.20667] [34.1369 -118.20711])} {:type :line, :desc ([34.13782 -118.20555] [34.13778 -118.20511] [34.13768 -118.20331] [34.13764 -118.20288] [34.13759 -118.20202] [34.13759 -118.20202] [34.13741 -118.19753] [34.13741 -118.1968] [34.13741 -118.1968] [34.13727 -118.19361] [34.13722 -118.19316] [34.13718 -118.19176] [34.13713 -118.19092] [34.13713 -118.19046] [34.13713 -118.19046] [34.13699 -118.188] [34.13699 -118.1872] [34.13695 -118.18643] [34.13676 -118.18262] [34.13672 -118.18128] [34.13666 -118.18033] [34.13649 -118.17696] [34.13648 -118.17656] [34.13648 -118.17656] [34.13648 -118.17656])} {:type :line, :desc ([34.13652 -118.20665] [34.13525 -118.20258] [34.13525 -118.20258] [34.13525 -118.20258] [34.13443 -118.19996] [34.1334 -118.19647] [34.13266 -118.19395] [34.13266 -118.19395] [34.13219 -118.19241] [34.13187 -118.19125] [34.13187 -118.19125] [34.13187 -118.19125] [34.13108 -118.18851] [34.13108 -118.18851] [34.13108 -118.18851] [34.12996 -118.18462] [34.12958 -118.18318] [34.12958 -118.18318] [34.12828 -118.17873] [34.12802 -118.17786])} {:type :line, :desc ([34.12512 -118.1809] [34.1254 -118.18182] [34.12564 -118.18262] [34.12619 -118.1843] [34.12619 -118.1843] [34.12688 -118.18649] [34.12688 -118.18649] [34.12735 -118.188] [34.12747 -118.18834] [34.1281 -118.19029] [34.12926 -118.19406] [34.12959 -118.1951] [34.12959 -118.1951] [34.13013 -118.19686] [34.13029 -118.19733] [34.13072 -118.19871] [34.13112 -118.20007] [34.13127 -118.20056] [34.13159 -118.20151] [34.13196 -118.2028] [34.13196 -118.2028] [34.13196 -118.2028] [34.13196 -118.2028] [34.13196 -118.2028] [34.13196 -118.2028] [34.13196 -118.2028])} {:type :line, :desc ([34.13672 -118.20701] [34.13635 -118.20622] [34.13635 -118.20622] [34.13635 -118.20622] [34.13531 -118.20385] [34.13396 -118.20053] [34.13365 -118.19961] [34.13345 -118.19921] [34.13345 -118.19921] [34.13345 -118.19921] [34.13246 -118.19641] [34.13219 -118.19567] [34.13219 -118.19567] [34.1315 -118.19355] [34.13122 -118.19258] [34.131 -118.19181] [34.13056 -118.19052] [34.13017 -118.18924] [34.13017 -118.18924] [34.13017 -118.18924] [34.13017 -118.18924] [34.13017 -118.18924] [34.12889 -118.18462] [34.12875 -118.18419] [34.12847 -118.18325] [34.12824 -118.18233] [34.128 -118.18148] [34.128 -118.18148] [34.12766 -118.1801] [34.12766 -118.1801])} {:type :line, :desc ([34.13374 -118.19103] [34.13228 -118.18643] [34.1315 -118.18464] [34.1315 -118.18464] [34.13066 -118.18228])} {:type :line, :desc ([34.13498 -118.18066] [34.13498 -118.18066] [34.13503 -118.18268] [34.13507 -118.18335] [34.13513 -118.18548] [34.13512 -118.18599] [34.13517 -118.18731] [34.13521 -118.18868] [34.13527 -118.19075] [34.1353 -118.19142] [34.13531 -118.19286] [34.13535 -118.19389] [34.13541 -118.19515] [34.13544 -118.19636] [34.1355 -118.19813] [34.13553 -118.19877] [34.13553 -118.19877] [34.13564 -118.20322] [34.13567 -118.20398] [34.13573 -118.20539] [34.13576 -118.2065] [34.13578 -118.20774])} {:type :line, :desc ([34.12349 -118.19843] [34.12349 -118.19843] [34.12349 -118.19843] [34.12349 -118.19843] [34.12349 -118.19843] [34.12349 -118.19843] [34.12349 -118.19843] [34.12349 -118.19843])} {:type :line, :desc ([34.12761 -118.17853] [34.12816 -118.1801] [34.12894 -118.18279] [34.12894 -118.18279] [34.13131 -118.19075])} {:type :line, :desc ([34.12679 -118.17896] [34.12679 -118.17896] [34.12679 -118.17896] [34.12894 -118.18571] [34.12907 -118.18615] [34.13029 -118.19] [34.13029 -118.19] [34.13029 -118.19] [34.13029 -118.19] [34.13029 -118.19] [34.13196 -118.19518] [34.13232 -118.19636] [34.13397 -118.20146] [34.1342 -118.20219] [34.13434 -118.20258] [34.1348 -118.20403] [34.1348 -118.20403] [34.1348 -118.20403] [34.13615 -118.20826])} {:type :line, :desc ([34.12502 -118.19939] [34.125 -118.19882] [34.12482 -118.19686] [34.1247 -118.19538] [34.12463 -118.19484] [34.12463 -118.19484] [34.12447 -118.19281] [34.12447 -118.19281] [34.12408 -118.18817] [34.12377 -118.18485] [34.12358 -118.18251] [34.12358 -118.18251] [34.12358 -118.18251])} {:type :line, :desc ([34.1413 -118.2051] [34.14118 -118.20465] [34.14084 -118.20336] [34.14062 -118.20242] [34.14047 -118.20202] [34.14001 -118.20024] [34.13983 -118.1995] [34.13983 -118.1995] [34.13837 -118.19389] [34.1382 -118.19309] [34.13797 -118.19223] [34.13786 -118.19181] [34.13704 -118.18834] [34.13676 -118.18716] [34.13658 -118.18632] [34.13638 -118.18554] [34.13638 -118.18554] [34.13638 -118.18554] [34.13589 -118.18335] [34.13573 -118.18262] [34.13573 -118.18262] [34.1347 -118.17819] [34.13452 -118.1773])} {:type :line, :desc ([34.12454 -118.18044] [34.12582 -118.17976] [34.12601 -118.17948] [34.12839 -118.17786] [34.12875 -118.17786] [34.13022 -118.17685])} {:type :line, :desc ([34.13215 -118.17953] [34.13215 -118.17953] [34.1331 -118.1824])} {:type :line, :desc ([34.14395 -118.19798] [34.14381 -118.19714] [34.14381 -118.19714] [34.14345 -118.19551] [34.14345 -118.19551] [34.14304 -118.19349] [34.14299 -118.1931] [34.1429 -118.19269] [34.14276 -118.19193] [34.14276 -118.19193] [34.14188 -118.18714] [34.14174 -118.18634] [34.14157 -118.18542] [34.14157 -118.18542] [34.14136 -118.18422] [34.14123 -118.18342] [34.14104 -118.18228] [34.14104 -118.18228])} {:type :line, :desc ([34.13745 -118.20688] [34.13708 -118.2058] [34.13695 -118.20538] [34.13666 -118.20442] [34.13666 -118.20442] [34.1358 -118.20174] [34.1358 -118.20174] [34.1358 -118.20174] [34.13471 -118.19818] [34.13471 -118.19818] [34.13303 -118.19258] [34.13287 -118.19221] [34.13264 -118.19137] [34.13229 -118.19] [34.13127 -118.18638] [34.13104 -118.18554] [34.1308 -118.18451] [34.13068 -118.18408] [34.13038 -118.18279] [34.12949 -118.17909] [34.1293 -118.17836] [34.12898 -118.17713] [34.12898 -118.17713])} {:type :line, :desc ([34.14211 -118.19801] [34.13654 -118.18329] [34.13617 -118.18279] [34.13567 -118.18133] [34.13525 -118.18055])} {:type :line, :desc ([34.12834 -118.18369] [34.12839 -118.18402] [34.12935 -118.18772] [34.12949 -118.18834] [34.12994 -118.18935] [34.13004 -118.18968] [34.1304 -118.19103] [34.13077 -118.19204] [34.13095 -118.19249] [34.13132 -118.194] [34.13132 -118.194] [34.13132 -118.194] [34.13351 -118.20275] [34.13379 -118.20336] [34.13397 -118.2042] [34.13401 -118.20419] [34.1348 -118.20706] [34.1348 -118.20705])} {:type :line, :desc ([34.13759 -118.20751] [34.13191 -118.20425] [34.13004 -118.20314] [34.12814 -118.20208] [34.12248 -118.19877])} {:type :line, :desc ([34.14363 -118.20342] [34.14323 -118.2019] [34.14299 -118.20101] [34.14299 -118.20101] [34.14248 -118.1991] [34.14206 -118.19767] [34.14178 -118.19664] [34.14166 -118.19613] [34.14166 -118.19613] [34.14001 -118.1904] [34.13974 -118.18943] [34.13947 -118.1884] [34.13922 -118.1876] [34.13922 -118.1876] [34.13922 -118.1876] [34.13837 -118.1847] [34.13676 -118.17936] [34.13658 -118.17887] [34.1361 -118.17741] [34.13594 -118.1769] [34.13594 -118.1769] [34.13594 -118.1769])} {:type :line, :desc ([34.12285 -118.18324] [34.12293 -118.18371] [34.12321 -118.18594] [34.12326 -118.18638] [34.12349 -118.18777] [34.12358 -118.18869] [34.12376 -118.19008] [34.12386 -118.19057] [34.12386 -118.19057] [34.12428 -118.19372] [34.12428 -118.19372] [34.1247 -118.19687] [34.12555 -118.20269] [34.12555 -118.20269] [34.12555 -118.20269] [34.12591 -118.20517])} {:type :line, :desc ([34.12404 -118.20325])} {:type :line, :desc ([34.13818 -118.20235] [34.1382 -118.20236] [34.1382 -118.20236])} {:type :line, :desc ([34.14537 -118.18464] [34.14537 -118.18462])} {:type :line, :desc ([34.14043 -118.17913] [34.14043 -118.17913] [34.14061 -118.18021] [34.14088 -118.18173] [34.14088 -118.18173] [34.14155 -118.18542] [34.14171 -118.18621] [34.14178 -118.18663] [34.14235 -118.18963] [34.14271 -118.19166] [34.14271 -118.19166] [34.14313 -118.19378] [34.14327 -118.19464] [34.14336 -118.19501] [34.1436 -118.1963] [34.1436 -118.1963] [34.1445 -118.20101])} {:type :line, :desc ([34.13638 -118.20517] [34.13603 -118.20398] [34.13527 -118.20145] [34.13512 -118.20112] [34.13452 -118.19904] [34.13443 -118.19871] [34.13411 -118.19776] [34.13387 -118.19693] [34.13387 -118.19693] [34.13387 -118.19693] [34.13182 -118.19019] [34.13154 -118.18932] [34.13154 -118.18932] [34.13154 -118.18932] [34.13077 -118.18671] [34.12954 -118.18268] [34.13205 -118.19103] [34.13205 -118.19103] [34.12811 -118.17797] [34.12811 -118.17797])} {:type :line, :desc ([34.13104 -118.20359] [34.13104 -118.20359] [34.13104 -118.20359] [34.12683 -118.18806] [34.12564 -118.18374])} {:type :line, :desc ([34.12717 -118.18193])} {:type :line, :desc ([34.14075 -118.19002] [34.14113 -118.19183] [34.14113 -118.19183] [34.14271 -118.19864])} {:type :line, :desc ([34.13615 -118.17741] [34.13622 -118.17881] [34.13624 -118.17999] [34.13624 -118.17999] [34.13629 -118.18256] [34.13635 -118.18475] [34.13635 -118.18475] [34.13638 -118.18754] [34.13644 -118.18957] [34.13652 -118.19344] [34.13657 -118.1955] [34.13658 -118.19675] [34.13662 -118.1983] [34.13663 -118.19905] [34.13666 -118.20105] [34.13667 -118.20162] [34.13672 -118.20431] [34.13672 -118.20431])} {:type :line, :desc ([34.14169 -118.19052] [34.14102 -118.19764] [34.14102 -118.19764] [34.14052 -118.20297] [34.14034 -118.20387] [34.14034 -118.20385])} {:type :line, :desc ([34.13626 -118.20712] [34.13606 -118.20654] [34.13589 -118.20622] [34.13545 -118.20488] [34.1342 -118.20151] [34.13388 -118.20062] [34.13388 -118.20062] [34.13252 -118.19681] [34.13252 -118.19681] [34.13252 -118.19681] [34.13182 -118.19479] [34.13132 -118.19338] [34.13068 -118.19148] [34.13068 -118.19148] [34.13026 -118.19019] [34.13026 -118.19019] [34.13026 -118.19019] [34.13026 -118.19019] [34.12907 -118.1866] [34.12857 -118.18498] [34.12838 -118.18445] [34.12825 -118.18408] [34.12693 -118.17993] [34.12693 -118.17993] [34.12669 -118.17915] [34.12669 -118.17915])} {:type :line, :desc ([34.13494 -118.2062] [34.1348 -118.20583] [34.1348 -118.20583] [34.13434 -118.20425] [34.13397 -118.20314] [34.13397 -118.20314] [34.13317 -118.20047] [34.13301 -118.20005] [34.13255 -118.19854] [34.13255 -118.19854] [34.13255 -118.19854] [34.13155 -118.19518] [34.13155 -118.19518] [34.13104 -118.19361] [34.13104 -118.19361] [34.13104 -118.19361] [34.13104 -118.19361] [34.12977 -118.1896] [34.12949 -118.18873] [34.12949 -118.18873] [34.12949 -118.18873] [34.12949 -118.18873] [34.128 -118.18411] [34.12784 -118.18358] [34.12735 -118.18205] [34.12711 -118.18122] [34.12642 -118.17919] [34.12642 -118.17919])} {:type :line, :desc ([34.1451 -118.19781] [34.14486 -118.19658] [34.14464 -118.19518] [34.14402 -118.19143] [34.14402 -118.19143] [34.14402 -118.19143] [34.1434 -118.18739] [34.14295 -118.18468] [34.14272 -118.18318] [34.14272 -118.18318] [34.14225 -118.18022] [34.14225 -118.18022])} {:type :line, :desc ([34.13297 -118.17803] [34.13379 -118.18083] [34.13383 -118.18111] [34.1342 -118.18251] [34.1342 -118.18251] [34.13516 -118.18582] [34.13555 -118.18743] [34.13555 -118.18743] [34.13555 -118.18743] [34.13555 -118.18743] [34.13713 -118.1926] [34.13713 -118.19282] [34.13713 -118.19281] [34.13763 -118.19445] [34.13855 -118.19703] [34.13887 -118.1977] [34.13882 -118.19787] [34.13892 -118.19854] [34.13892 -118.19854] [34.13947 -118.20039] [34.1396 -118.20095] [34.1396 -118.20095] [34.13992 -118.20246] [34.13997 -118.20336] [34.13997 -118.20336])} {:type :line, :desc ([34.14217 -118.18217] [34.14253 -118.18313] [34.14276 -118.18425] [34.1429 -118.18554] [34.1429 -118.18554] [34.14349 -118.18812] [34.14363 -118.18901] [34.14365 -118.18897] [34.14505 -118.1949])} {:type :line, :desc ([34.14249 -118.18565] [34.14272 -118.18442] [34.14326 -118.18296] [34.14354 -118.18206] [34.13461 -118.17747] [34.13805 -118.18156] [34.13795 -118.1838] [34.13795 -118.1838] [34.13878 -118.18873] [34.1389 -118.18954] [34.13924 -118.19064] [34.13956 -118.1926] [34.13969 -118.1935] [34.13979 -118.1949] [34.14093 -118.19854] [34.14143 -118.20162] [34.14194 -118.20409] [34.14192 -118.20408] [34.14192 -118.20408] [34.14192 -118.20408])} {:type :line, :desc ([34.12184 -118.1884] [34.12262 -118.18812] [34.12265 -118.18811] [34.1255 -118.18677] [34.12554 -118.1868] [34.12875 -118.18714] [34.13123 -118.18873] [34.13177 -118.18935] [34.13255 -118.19041] [34.13257 -118.1904] [34.13484 -118.19495] [34.13525 -118.19636] [34.13553 -118.19764] [34.13564 -118.19801] [34.13564 -118.19801] [34.13564 -118.19801] [34.13626 -118.20532] [34.13629 -118.20534])} {:type :line, :desc ([34.14157 -118.20544] [34.14107 -118.20437] [34.14056 -118.20331] [34.13919 -118.2005] [34.13887 -118.19977] [34.13837 -118.19882] [34.13782 -118.19781] [34.13782 -118.19781] [34.13594 -118.19428] [34.13553 -118.19355] [34.13466 -118.19193] [34.13466 -118.19193] [34.13406 -118.19081] [34.13301 -118.1884] [34.13264 -118.18789] [34.13182 -118.18599] [34.13086 -118.18397] [34.13049 -118.18324] [34.12949 -118.181] [34.12926 -118.18077] [34.12825 -118.17831])} {:type :line, :desc ([34.14537 -118.18492] [34.14638 -118.1889] [34.14638 -118.1889])} {:type :line, :desc ([34.13596 -118.18182])} {:type :line, :desc ([34.13876 -118.20642] [34.13876 -118.20642])} {:type :line, :desc ([34.1294 -118.18228] [34.13022 -118.18503] [34.13075 -118.1868] [34.13109 -118.18784] [34.13126 -118.1884] [34.13177 -118.1903] [34.13215 -118.1916] [34.13237 -118.19282] [34.13243 -118.19332] [34.13264 -118.19456] [34.1328 -118.1959] [34.13287 -118.19703] [34.13287 -118.19703] [34.13266 -118.20288] [34.13251 -118.2042] [34.13233 -118.20557] [34.13214 -118.20672])} {:type :line, :desc ([34.13773 -118.18302] [34.13777 -118.18223] [34.13763 -118.18133] [34.13782 -118.17965] [34.13783 -118.17965])} {:type :line, :desc ([34.13649 -118.20493] [34.13649 -118.20493] [34.13594 -118.20297] [34.13594 -118.20297] [34.13594 -118.20297] [34.13539 -118.20101] [34.13522 -118.20053] [34.13498 -118.19972] [34.13475 -118.19887] [34.13475 -118.19887] [34.13475 -118.19887] [34.13351 -118.19445] [34.13324 -118.1935] [34.13299 -118.19269] [34.13299 -118.19269] [34.13177 -118.18856] [34.13164 -118.18806] [34.13136 -118.18708] [34.13109 -118.18627] [34.13109 -118.18627] [34.13109 -118.18627] [34.13036 -118.18363] [34.1301 -118.18285] [34.1301 -118.18285] [34.12959 -118.18119] [34.12959 -118.18119] [34.12935 -118.18038] [34.12889 -118.17875])} {:type :line, :desc ([34.12257 -118.18727] [34.1223 -118.18621])} {:type :line, :desc ([34.1469 -118.19263] [34.14688 -118.1935] [34.14688 -118.19501])} {:type :line, :desc ([34.12994 -118.17814] [34.13017 -118.17971] [34.13017 -118.18038] [34.13036 -118.18436] [34.13038 -118.18434] [34.13054 -118.1861] [34.13118 -118.18879] [34.13132 -118.18935] [34.13136 -118.18985] [34.13205 -118.19271] [34.13251 -118.19372] [34.13438 -118.19905] [34.13443 -118.19955] [34.13443 -118.1995])} {:type :line, :desc ([34.12093 -118.18907] [34.12148 -118.18957] [34.12149 -118.18954] [34.12399 -118.19165] [34.125 -118.19125] [34.12788 -118.18997] [34.12816 -118.18901] [34.12866 -118.18784] [34.12862 -118.18722] [34.1293 -118.18554] [34.12953 -118.18453] [34.13008 -118.18419] [34.13008 -118.18419] [34.13045 -118.18313] [34.13127 -118.18296] [34.13182 -118.18189] [34.13242 -118.1815] [34.13338 -118.18016] [34.13475 -118.17836] [34.13553 -118.17707] [34.13594 -118.17657])} {:type :line, :desc ([34.14111 -118.1787] [34.14079 -118.17948] [34.14047 -118.18173] [34.14047 -118.18173] [34.14079 -118.18447] [34.14116 -118.18537] [34.14125 -118.18795] [34.14143 -118.1903] [34.14143 -118.1912] [34.14143 -118.19198] [34.14157 -118.19305] [34.14155 -118.19304] [34.14253 -118.20213])} {:type :line, :desc ([34.138 -118.17982] [34.13791 -118.18072] [34.13786 -118.18161] [34.13797 -118.18497] [34.13786 -118.1852])} {:type :line, :desc ([34.13695 -118.20275] [34.13694 -118.20271] [34.13562 -118.19832] [34.13564 -118.1983] [34.13278 -118.18952] [34.13214 -118.18767] [34.13173 -118.18643] [34.13104 -118.1843] [34.13081 -118.18346] [34.12903 -118.17853])} {:type :line, :desc ([34.12221 -118.19064] [34.12221 -118.19064] [34.1244 -118.19647])} {:type :line, :desc ([34.13544 -118.2074] [34.13545 -118.2074] [34.13498 -118.20594] [34.13499 -118.20591] [34.13191 -118.19602] [34.13155 -118.19495] [34.13036 -118.1912] [34.13036 -118.1912] [34.12814 -118.18422])} {:type :line, :desc ([34.13029 -118.20757] [34.13029 -118.20757] [34.13553 -118.1898] [34.13553 -118.1898])} {:type :line, :desc ([34.14206 -118.20127])} {:type :line, :desc ([34.13098 -118.20608] [34.13081 -118.20527] [34.13081 -118.20527] [34.13081 -118.20527] [34.13038 -118.20311] [34.13022 -118.20224] [34.13005 -118.20139] [34.13005 -118.20139] [34.13005 -118.20139] [34.12903 -118.19635] [34.12889 -118.19546] [34.1281 -118.19166] [34.1281 -118.19166] [34.12777 -118.18995] [34.12766 -118.18946] [34.12749 -118.18863] [34.12733 -118.18784] [34.12647 -118.18365] [34.12628 -118.18279] [34.12592 -118.181])} {:type :line, :desc ([34.13136 -118.20105] [34.12976 -118.19518] [34.12953 -118.19439] [34.12903 -118.1926] [34.12875 -118.19181] [34.12848 -118.1912] [34.1283 -118.19019] [34.12802 -118.18935] [34.12775 -118.18862] [34.12738 -118.18761] [34.12738 -118.18761] [34.12683 -118.18604] [34.12665 -118.1852] [34.12637 -118.18442] [34.1261 -118.18358] [34.1261 -118.18358])} {:type :line, :desc ([34.12976 -118.17915] [34.13049 -118.18156] [34.13052 -118.18159] [34.13123 -118.18358] [34.13123 -118.18358] [34.13123 -118.18358] [34.13424 -118.19304])} {:type :line, :desc ([34.12167 -118.19183] [34.12167 -118.19183] [34.12189 -118.19389] [34.12242 -118.19847] [34.12242 -118.19847] [34.12248 -118.19933])} {:type :line, :desc ([34.13264 -118.20734] [34.13233 -118.20654] [34.13223 -118.20628] [34.13094 -118.20259] [34.13094 -118.20259] [34.12977 -118.19859] [34.12971 -118.19832] [34.12945 -118.19738] [34.12945 -118.19738] [34.12945 -118.19738] [34.12875 -118.19518] [34.12875 -118.19518] [34.12791 -118.19223] [34.12791 -118.19223] [34.12791 -118.19223] [34.12791 -118.19223] [34.12633 -118.18666] [34.12619 -118.18615] [34.12619 -118.18615] [34.1253 -118.18296] [34.12518 -118.18251] [34.12498 -118.18171] [34.12486 -118.18128] [34.12486 -118.18128])} {:type :line, :desc ([34.1282 -118.20695] [34.12839 -118.20482] [34.12784 -118.20291] [34.12784 -118.20291] [34.12788 -118.20118] [34.12786 -118.1987] [34.12763 -118.19715] [34.12779 -118.19406] [34.1277 -118.19322] [34.12788 -118.1921] [34.12788 -118.19125] [34.1283 -118.18907] [34.12828 -118.18909] [34.12885 -118.18733] [34.12976 -118.18576] [34.13026 -118.1847] [34.1304 -118.18369] [34.13068 -118.18313] [34.13066 -118.18314] [34.13342 -118.17606])} {:type :line, :desc ([34.12786 -118.17959] [34.12798 -118.17999] [34.13042 -118.18766] [34.13063 -118.18834] [34.13075 -118.18874] [34.13237 -118.19361] [34.13237 -118.19361] [34.13237 -118.19361] [34.13406 -118.1987] [34.13438 -118.19966] [34.13438 -118.19966] [34.13569 -118.20379] [34.13594 -118.20454] [34.13601 -118.20494] [34.13644 -118.20628] [34.13657 -118.20665] [34.13672 -118.20729] [34.13672 -118.20729] [34.13672 -118.20729])} {:type :line, :desc ([34.13489 -118.20101] [34.13466 -118.2003] [34.13457 -118.19983] [34.13425 -118.19888] [34.13425 -118.19888] [34.13406 -118.19807] [34.13406 -118.19807] [34.13356 -118.1963] [34.13333 -118.19557] [34.13333 -118.19557] [34.13247 -118.19252] [34.13219 -118.19142] [34.1321 -118.19109] [34.13136 -118.18845] [34.13108 -118.18737] [34.13081 -118.18649] [34.1294 -118.18148] [34.12889 -118.17976] [34.12866 -118.17896] [34.12866 -118.17896] [34.12834 -118.1778])} {:type :line, :desc ([34.13635 -118.20729] [34.13624 -118.20694] [34.13624 -118.20694] [34.13562 -118.20493] [34.13522 -118.20368] [34.13498 -118.20286] [34.13471 -118.20208] [34.13438 -118.20106] [34.13438 -118.20106] [34.13374 -118.1991] [34.13374 -118.1991] [34.13215 -118.19435] [34.132 -118.19389] [34.132 -118.19389] [34.1314 -118.19201] [34.1314 -118.19201] [34.12971 -118.18705] [34.12926 -118.18565] [34.12926 -118.18565] [34.1288 -118.18422] [34.12862 -118.1838] [34.12862 -118.1838] [34.12862 -118.1838])} {:type :line, :desc ([34.13452 -118.20712] [34.13424 -118.20602] [34.13424 -118.20602] [34.13387 -118.20465] [34.13324 -118.20241] [34.13324 -118.20241] [34.13324 -118.20241] [34.13252 -118.19984] [34.13237 -118.19933] [34.13237 -118.19933] [34.13237 -118.19933] [34.13123 -118.19512] [34.13094 -118.19418] [34.12981 -118.19002] [34.12973 -118.1896] [34.12839 -118.18486] [34.12811 -118.1838] [34.12717 -118.18039])} {:type :line, :desc ([34.13294 -118.2078] [34.13294 -118.2078] [34.13109 -118.2005] [34.13109 -118.2005] [34.13066 -118.19864] [34.13066 -118.19864] [34.13017 -118.19664] [34.13017 -118.19664] [34.12954 -118.19378] [34.12954 -118.19378] [34.12894 -118.19075] [34.12875 -118.18989] [34.12866 -118.1894] [34.1281 -118.18674] [34.1281 -118.18674] [34.12761 -118.1843] [34.12749 -118.18382] [34.12749 -118.18382] [34.12711 -118.18201] [34.12647 -118.17919] [34.12647 -118.17919])} {:type :line, :desc ([34.1362 -118.20482] [34.13608 -118.20437] [34.13531 -118.20168] [34.13489 -118.2003] [34.13315 -118.19428] [34.13315 -118.19428] [34.13315 -118.19428] [34.13229 -118.19132] [34.132 -118.1903] [34.13182 -118.18972] [34.13155 -118.18879] [34.13127 -118.18789] [34.131 -118.18694] [34.12996 -118.18336] [34.12967 -118.18234] [34.12842 -118.17822] [34.12842 -118.17822])} {:type :line, :desc ([34.1293 -118.18044] [34.1293 -118.18044] [34.1293 -118.18044] [34.13052 -118.18428] [34.13052 -118.18428] [34.13086 -118.18531] [34.13086 -118.18531] [34.13126 -118.18668] [34.13136 -118.18694] [34.13136 -118.18694] [34.13136 -118.18694] [34.13261 -118.19086] [34.13261 -118.19086] [34.13347 -118.19361] [34.13359 -118.19389] [34.13382 -118.19475] [34.13402 -118.19535] [34.13402 -118.19535] [34.13443 -118.1967] [34.13503 -118.1986] [34.13503 -118.1986] [34.1355 -118.20002] [34.13576 -118.20067] [34.13576 -118.20067] [34.13626 -118.20162] [34.13626 -118.20162] [34.13626 -118.20162] [34.13731 -118.20303] [34.13745 -118.20316] [34.13887 -118.20426] [34.13946 -118.20454] [34.13969 -118.20465] [34.13969 -118.20465])} {:type :line, :desc ([34.1335 -118.20843] [34.13338 -118.20801] [34.13275 -118.20597] [34.13275 -118.20597] [34.13205 -118.20359] [34.13177 -118.20275] [34.13159 -118.20202] [34.13159 -118.20202] [34.13054 -118.19865] [34.12968 -118.19595] [34.12889 -118.19338] [34.12761 -118.18896] [34.12721 -118.18754] [34.12688 -118.18632] [34.12688 -118.18632] [34.12558 -118.18142] [34.12558 -118.18142] [34.12523 -118.18016])} {:type :line, :desc ([34.14225 -118.20225] [34.14189 -118.19994] [34.14162 -118.19832] [34.14162 -118.19832] [34.14136 -118.19635] [34.14107 -118.19456] [34.14099 -118.19412] [34.14099 -118.19412] [34.14075 -118.19249] [34.14006 -118.1868] [34.14006 -118.1868] [34.13947 -118.18173] [34.13936 -118.1809] [34.13922 -118.17993])} {:type :line, :desc ([34.13283 -118.19759] [34.13283 -118.19759] [34.13283 -118.19759])} {:type :line, :desc ([34.14372 -118.19165])} {:type :line, :desc ([34.12564 -118.17976] [34.1261 -118.18397] [34.1261 -118.18399])} {:type :line, :desc ([34.14285 -118.19715] [34.14188 -118.19046] [34.14148 -118.18582] [34.14139 -118.18503] [34.14148 -118.1838])} {:type :line, :desc ([34.13908 -118.19687] [34.13908 -118.19687] [34.13811 -118.17701])} {:type :line, :desc ([34.13091 -118.18072] [34.13113 -118.17965] [34.13127 -118.17864])} {:type :line, :desc ([34.12335 -118.18587] [34.12675 -118.18188])} {:type :line, :desc ([34.13869 -118.19977] [34.13791 -118.19764] [34.13713 -118.1954])} {:type :line, :desc ([34.12802 -118.1843] [34.12807 -118.18486] [34.12793 -118.18649] [34.12761 -118.18991] [34.12747 -118.19103] [34.12697 -118.1949] [34.12697 -118.1949] [34.12697 -118.1949] [34.12614 -118.19938] [34.12614 -118.19939] [34.12596 -118.20168] [34.1256 -118.20325] [34.12573 -118.20347])} {:type :line, :desc ([34.13438 -118.20314] [34.13374 -118.20045] [34.13374 -118.20045])} {:type :line, :desc ([34.12367 -118.18468] [34.12763 -118.19921])} {:type :line, :desc ([34.12239 -118.19282] [34.12242 -118.19286] [34.1375 -118.18004] [34.13754 -118.18055] [34.13755 -118.1805] [34.13755 -118.1805] [34.14258 -118.19715] [34.14368 -118.20101] [34.14369 -118.20105] [34.14369 -118.20105] [34.14369 -118.20105])} {:type :line, :desc ([34.14487 -118.20134] [34.14487 -118.20134] [34.14487 -118.20134])} {:type :line, :desc ([34.13387 -118.17616] [34.12237 -118.19801])} {:type :line, :desc ([34.14221 -118.20218] [34.14221 -118.20218] [34.14225 -118.19973] [34.14226 -118.19938] [34.1423 -118.19801] [34.1423 -118.19801] [34.14244 -118.19378] [34.14244 -118.19378] [34.14253 -118.1916] [34.14253 -118.1912] [34.14253 -118.1904] [34.14253 -118.1904] [34.14262 -118.1876] [34.14285 -118.18205] [34.14285 -118.18167] [34.1429 -118.18038])} {:type :line, :desc ([34.1429 -118.20162] [34.14285 -118.20162] [34.14221 -118.19994] [34.14198 -118.19955] [34.14198 -118.19955] [34.14079 -118.19692] [34.14079 -118.19692] [34.13956 -118.19434] [34.13832 -118.19064] [34.13837 -118.19002] [34.1369 -118.18604] [34.13676 -118.18481] [34.13631 -118.18363] [34.13525 -118.17926] [34.13475 -118.17797])} {:type :line, :desc ([34.14047 -118.18436] [34.14052 -118.18587] [34.14061 -118.18694] [34.14075 -118.18968])} {:type :line, :desc ([34.13066 -118.18863] [34.1293 -118.18341] [34.12894 -118.18212] [34.12843 -118.18027] [34.12842 -118.18027])} {:type :line, :desc ([34.12267 -118.18335] [34.1234 -118.18576] [34.12358 -118.18666] [34.12408 -118.18772] [34.12409 -118.18771] [34.12445 -118.1894] [34.12473 -118.19047] [34.12514 -118.19142] [34.12514 -118.19142] [34.1255 -118.19305] [34.12619 -118.19501] [34.12619 -118.19504] [34.12646 -118.19647] [34.12669 -118.19759] [34.12697 -118.19781] [34.12698 -118.19778] [34.12779 -118.20129] [34.12807 -118.20246] [34.12834 -118.20359] [34.12866 -118.20499] [34.12889 -118.20605] [34.12889 -118.20602])} {:type :line, :desc ([34.14212 -118.18823] [34.14212 -118.18823] [34.14212 -118.18823] [34.14212 -118.18823] [34.14212 -118.18823])} {:type :line, :desc ([34.1228 -118.18447] [34.1228 -118.18447] [34.12386 -118.18655] [34.12468 -118.18812] [34.12498 -118.18869] [34.12555 -118.18985] [34.12684 -118.19235] [34.12684 -118.19235] [34.12777 -118.19418] [34.12777 -118.19418] [34.12777 -118.19418] [34.12777 -118.19418] [34.1315 -118.20157] [34.13173 -118.20202] [34.13257 -118.20373] [34.13336 -118.20534] [34.13361 -118.20577] [34.13415 -118.20688] [34.13415 -118.20688] [34.13415 -118.20688] [34.13415 -118.20688] [34.13415 -118.20688] [34.13415 -118.20688])} {:type :line, :desc ([34.14704 -118.19183] [34.14684 -118.18968] [34.14681 -118.18926])} {:type :line, :desc ([34.13791 -118.20639] [34.13795 -118.20443] [34.13777 -118.2042] [34.13676 -118.19927] [34.13622 -118.19798] [34.13608 -118.19731] [34.13608 -118.19731] [34.13722 -118.19675] [34.13722 -118.19675] [34.13787 -118.19664] [34.13512 -118.20129] [34.13521 -118.20011] [34.13522 -118.20013])} {:type :line, :desc ([34.12569 -118.18184] [34.12633 -118.18458] [34.12724 -118.18744] [34.12839 -118.19204] [34.12871 -118.19316] [34.12903 -118.19406] [34.12903 -118.19407] [34.1304 -118.19966] [34.1304 -118.19966] [34.13237 -118.20667] [34.13233 -118.20665] [34.13233 -118.20665])} {:type :line, :desc ([34.13681 -118.20745] [34.13559 -118.2023] [34.13494 -118.19933] [34.13448 -118.19714] [34.13434 -118.19635] [34.13397 -118.19462] [34.13368 -118.19304] [34.13356 -118.19238] [34.13317 -118.19023] [34.13317 -118.19023] [34.13237 -118.18559] [34.1315 -118.17959] [34.1315 -118.17959] [34.1315 -118.17959])} {:type :line, :desc ([34.14212 -118.19731] [34.14212 -118.19731] [34.14212 -118.19731])} {:type :line, :desc ([34.13072 -118.1824] [34.1307 -118.18239] [34.13173 -118.18531] [34.13173 -118.18531] [34.13219 -118.18688] [34.1331 -118.18935] [34.13329 -118.19013] [34.13347 -118.19075] [34.13512 -118.19529] [34.13699 -118.20174] [34.13741 -118.20308] [34.13878 -118.20701])} {:type :line, :desc ([34.14113 -118.18537] [34.14175 -118.20157] [34.14175 -118.20157])} {:type :line, :desc ([34.12285 -118.18705] [34.12284 -118.18708] [34.12335 -118.18268])} {:type :line, :desc ([34.1212 -118.19069] [34.12207 -118.19148] [34.1223 -118.19215] [34.12285 -118.19535] [34.1228 -118.19686] [34.1228 -118.19686] [34.12079 -118.19574] [34.12125 -118.19591] [34.12167 -118.1963] [34.12349 -118.19669] [34.12367 -118.19776] [34.12367 -118.19778] [34.12367 -118.19778] [34.12367 -118.19778] [34.12102 -118.19507])} {:type :line, :desc ([34.13778 -118.20786] [34.13722 -118.20588] [34.13722 -118.20588] [34.13722 -118.20588] [34.13722 -118.20588] [34.13722 -118.20588] [34.13596 -118.20047] [34.13585 -118.19983] [34.13585 -118.19983] [34.13564 -118.19864] [34.13548 -118.19798] [34.13548 -118.19798] [34.13531 -118.1971] [34.13521 -118.19641] [34.13503 -118.19535] [34.13475 -118.19401] [34.13457 -118.19305] [34.13434 -118.19204] [34.13434 -118.19204] [34.13406 -118.1908] [34.13406 -118.1908] [34.13406 -118.1908] [34.13406 -118.1908] [34.13351 -118.18862] [34.13331 -118.18771] [34.13324 -118.18761] [34.13324 -118.18761] [34.13233 -118.18428] [34.13233 -118.18428] [34.13233 -118.18428] [34.13233 -118.18428] [34.13164 -118.18195] [34.13164 -118.18195] [34.13164 -118.18195] [34.13117 -118.18022] [34.13095 -118.17937] [34.13095 -118.17937])} {:type :line, :desc ([34.14476 -118.18583] [34.14481 -118.1868] [34.14482 -118.18733] [34.14482 -118.18733] [34.14528 -118.19332] [34.14541 -118.19475] [34.14546 -118.19523] [34.14565 -118.19675] [34.14565 -118.19675])} {:type :line, :desc ([34.12798 -118.17853] [34.12819 -118.17936])} {:type :line, :desc ([34.13544 -118.18868])} {:type :line, :desc ([34.14197 -118.1813] [34.14197 -118.1813] [34.14197 -118.1813] [34.14345 -118.19058] [34.14372 -118.19238] [34.14372 -118.19238] [34.14372 -118.19238] [34.14509 -118.20087] [34.14509 -118.20087])} {:type :line, :desc ([34.14514 -118.19832] [34.14546 -118.19989] [34.14546 -118.19989])} {:type :line, :desc ([34.13187 -118.17937] [34.13196 -118.18102] [34.13215 -118.18663] [34.13215 -118.18663] [34.13219 -118.18828] [34.13219 -118.18828] [34.13219 -118.18828] [34.13247 -118.19578] [34.13247 -118.19578] [34.13251 -118.19742] [34.13257 -118.19876] [34.13261 -118.1999] [34.13264 -118.20062] [34.13266 -118.20225] [34.13266 -118.20225] [34.13266 -118.20225])} {:type :line, :desc ([34.12307 -118.18932] [34.12675 -118.20431])} {:type :line, :desc ([34.13806 -118.20373])} {:type :line, :desc ([34.13974 -118.19764] [34.13974 -118.19764] [34.13846 -118.19282] [34.13846 -118.19282] [34.13658 -118.18643] [34.13657 -118.1864] [34.13657 -118.1864])} {:type :line, :desc ([34.13936 -118.18748] [34.13936 -118.18748])} {:type :line, :desc ([34.13914 -118.18498] [34.13914 -118.18442] [34.13901 -118.1824])} {:type :line, :desc ([34.13567 -118.18408] [34.13594 -118.18509] [34.13663 -118.18649] [34.13662 -118.18651] [34.13662 -118.18651])} {:type :line, :desc ([34.14024 -118.18761] [34.1402 -118.1876])} {:type :line, :desc ([34.13652 -118.20425] [34.13324 -118.19753] [34.13219 -118.19591] [34.13063 -118.19327] [34.12967 -118.19142] [34.12968 -118.19143] [34.12968 -118.19143] [34.12968 -118.19143])} {:type :line, :desc ([34.12535 -118.18079] [34.12537 -118.18111] [34.1254 -118.18193] [34.12546 -118.18296] [34.12558 -118.18525] [34.12558 -118.18525] [34.12573 -118.18739] [34.12573 -118.18739] [34.12573 -118.18739] [34.12573 -118.18739] [34.12619 -118.19532] [34.12619 -118.19532] [34.12633 -118.19738] [34.12647 -118.19916] [34.12651 -118.20002] [34.12656 -118.20078] [34.12656 -118.20078] [34.12674 -118.20342] [34.12674 -118.20342] [34.12679 -118.20488] [34.12683 -118.20532] [34.12683 -118.20532] [34.12683 -118.20532] [34.12683 -118.20532])} {:type :line, :desc ([34.12777 -118.17982] [34.12777 -118.17982] [34.12825 -118.18133] [34.12825 -118.18133] [34.12825 -118.18133] [34.12971 -118.18576] [34.12994 -118.18649] [34.1301 -118.18686] [34.13045 -118.18795] [34.13155 -118.1912] [34.13155 -118.1912] [34.13196 -118.19238] [34.13196 -118.19238] [34.13229 -118.19355] [34.13229 -118.19355] [34.13229 -118.19355] [34.13303 -118.19624] [34.13324 -118.19731] [34.13331 -118.19773] [34.13331 -118.19773] [34.13331 -118.19773] [34.13434 -118.20297] [34.13434 -118.20297] [34.13461 -118.20431] [34.13461 -118.20431] [34.13498 -118.20594] [34.13503 -118.20625] [34.13503 -118.20625] [34.13503 -118.20625])} {:type :line, :desc ([34.14354 -118.18957] [34.14354 -118.18957] [34.14346 -118.19155] [34.14346 -118.19155] [34.14346 -118.19155] [34.14346 -118.19155] [34.14299 -118.2019] [34.1429 -118.20385])} {:type :line, :desc ([34.13933 -118.20269] [34.13922 -118.20082] [34.13919 -118.20028] [34.13904 -118.19715] [34.13896 -118.19551] [34.13887 -118.19445] [34.1388 -118.19326] [34.13878 -118.19271] [34.13876 -118.19218] [34.13869 -118.19097] [34.13862 -118.18983] [34.13855 -118.18817] [34.13848 -118.18703] [34.13848 -118.18703] [34.13818 -118.18173] [34.13818 -118.18173])} {:type :line, :desc ([34.13809 -118.19081] [34.14143 -118.20532] [34.14143 -118.20532] [34.14143 -118.20532] [34.14143 -118.20532] [34.14143 -118.20532] [34.14143 -118.20532] [34.14143 -118.20532] [34.14143 -118.20532])} {:type :line, :desc ([34.13056 -118.17764] [34.13056 -118.17764] [34.13036 -118.17926] [34.12982 -118.18439] [34.12976 -118.18509] [34.12976 -118.18509] [34.12976 -118.18509] [34.12976 -118.18509] [34.12976 -118.18509] [34.12976 -118.18509] [34.12976 -118.18509] [34.12976 -118.18509] [34.12976 -118.18509] [34.12976 -118.18509] [34.12976 -118.18509] [34.12838 -118.19756] [34.1283 -118.1982] [34.1277 -118.20359] [34.1277 -118.20359] [34.1277 -118.20359] [34.1277 -118.20359] [34.1277 -118.20359] [34.1277 -118.20359])} {:type :line, :desc ([34.12953 -118.17707] [34.12921 -118.18206] [34.12917 -118.18279] [34.12921 -118.18329] [34.12907 -118.1852] [34.12907 -118.1852] [34.12907 -118.18638] [34.12894 -118.18834] [34.12894 -118.18834] [34.12894 -118.18834] [34.12894 -118.1912] [34.1288 -118.19523] [34.1288 -118.19523] [34.12875 -118.20017] [34.12871 -118.20157] [34.12862 -118.20633] [34.12862 -118.20701] [34.12862 -118.20701])} {:type :line, :desc ([34.14038 -118.19181] [34.13919 -118.18565] [34.1386 -118.18301] [34.13818 -118.18116] [34.1382 -118.18119] [34.1382 -118.18119] [34.1382 -118.18119] [34.1382 -118.18119])} {:type :line, :desc ([34.13828 -118.20555] [34.13825 -118.20557] [34.13708 -118.20252] [34.13654 -118.20101] [34.13576 -118.19877] [34.13539 -118.19781] [34.13475 -118.19557] [34.13475 -118.19557] [34.13475 -118.19557] [34.13475 -118.19557] [34.12967 -118.17926] [34.12968 -118.17924])} {:type :line, :desc ([34.14011 -118.18811])} {:type :line, :desc ([34.13573 -118.19212] [34.13573 -118.19212] [34.13768 -118.19692] [34.13869 -118.19703] [34.13869 -118.19703] [34.14248 -118.19881] [34.14248 -118.19881] [34.14248 -118.19881] [34.1402 -118.19692] [34.1402 -118.19693] [34.13992 -118.1935])} {:type :line, :desc ([34.12637 -118.20566] [34.12791 -118.19876] [34.12926 -118.19406] [34.12935 -118.19338] [34.13205 -118.18434] [34.13392 -118.17781] [34.1342 -118.17752])} {:type :line, :desc ([34.13846 -118.17836] [34.13837 -118.17887] [34.13839 -118.17884] [34.13869 -118.18178] [34.13869 -118.18251] [34.13871 -118.18251] [34.13947 -118.18997] [34.13947 -118.18997] [34.1402 -118.19366] [34.14015 -118.19456] [34.14043 -118.19714] [34.14043 -118.19715] [34.14043 -118.19715] [34.1412 -118.20577])} {:type :line, :desc ([34.12775 -118.19025] [34.12775 -118.19025] [34.12816 -118.18778] [34.12819 -118.18777] [34.12848 -118.18677] [34.12898 -118.18599] [34.12994 -118.18285] [34.13017 -118.18206] [34.13054 -118.18139] [34.13049 -118.18094] [34.13081 -118.17943] [34.13081 -118.17808] [34.13063 -118.17775] [34.13013 -118.17702])} {:type :line, :desc ([34.14025 -118.1801] [34.14025 -118.1801] [34.14025 -118.1801])} {:type :line, :desc ([34.125 -118.18234] [34.1254 -118.18216] [34.12637 -118.18184] [34.12674 -118.18156] [34.12675 -118.18153])} {:type :line, :desc ([34.12102 -118.18823] [34.12207 -118.19109] [34.1218 -118.19238] [34.1218 -118.19238])} {:type :line, :desc ([34.13787 -118.20265])} {:type :line, :desc ([34.12386 -118.18649] [34.12376 -118.18862] [34.12367 -118.19092] [34.12367 -118.19092])} {:type :line, :desc ([34.12386 -118.1951])} {:type :line, :desc ([34.14388 -118.20248])} {:type :line, :desc ([34.1218 -118.19613] [34.1218 -118.19613] [34.12414 -118.1916] [34.12759 -118.18497] [34.12848 -118.18318] [34.12848 -118.18318])} {:type :line, :desc ([34.12097 -118.18845] [34.12097 -118.18845] [34.12149 -118.18811] [34.12532 -118.1843] [34.12788 -118.17808])} {:type :line, :desc ([34.13904 -118.20705] [34.13828 -118.20454] [34.13797 -118.20356] [34.13797 -118.20356] [34.13722 -118.20106] [34.13615 -118.1975] [34.13567 -118.19596] [34.13555 -118.1955] [34.13457 -118.19218] [34.13457 -118.19218] [34.1342 -118.19097] [34.13392 -118.18995] [34.13392 -118.18995] [34.13319 -118.18767] [34.13308 -118.1872] [34.13238 -118.18485] [34.1321 -118.18394] [34.1321 -118.18394] [34.1315 -118.18201] [34.1314 -118.18165] [34.13104 -118.18044] [34.13077 -118.17943] [34.13049 -118.17859] [34.13049 -118.17859])} {:type :line, :desc ([34.14441 -118.19518] [34.14368 -118.19047] [34.14267 -118.18346] [34.14267 -118.18346] [34.14248 -118.18182])} {:type :line, :desc ([34.14258 -118.18991] [34.14258 -118.18989] [34.14001 -118.18223] [34.13983 -118.18161] [34.13864 -118.17859])} {:type :line, :desc ([34.13964 -118.19275] [34.13901 -118.19607] [34.13901 -118.19658] [34.13899 -118.19658] [34.13899 -118.19658])} {:type :line, :desc ([34.14175 -118.17982] [34.14217 -118.18223] [34.14225 -118.18285] [34.14244 -118.18414] [34.14244 -118.18414] [34.14337 -118.18995] [34.14427 -118.19557] [34.14458 -118.19727] [34.14458 -118.19727])} {:type :line, :desc ([34.14331 -118.19624] [34.1429 -118.19523] [34.14276 -118.19487] [34.14212 -118.19327] [34.14197 -118.19292] [34.14197 -118.19292] [34.14006 -118.18817] [34.13987 -118.18783] [34.13928 -118.18632] [34.13928 -118.18632] [34.1386 -118.18458] [34.13829 -118.18388] [34.13786 -118.18279] [34.13786 -118.18279] [34.13786 -118.18279] [34.13786 -118.18279] [34.13786 -118.18279] [34.13662 -118.17965] [34.13635 -118.17892] [34.13635 -118.17892] [34.13592 -118.17776] [34.13592 -118.17776])} {:type :line, :desc ([34.1368 -118.19218] [34.14216 -118.19035] [34.14216 -118.19035] [34.13718 -118.19423] [34.13717 -118.19424] [34.13717 -118.19424])} {:type :line, :desc ([34.12977 -118.18468])} {:type :line, :desc ([34.13237 -118.20813] [34.13238 -118.20808] [34.13331 -118.1955] [34.13331 -118.1955])} {:type :line, :desc ([34.13024 -118.1773] [34.13026 -118.17881] [34.13026 -118.17881] [34.13036 -118.18195] [34.13033 -118.18274] [34.1304 -118.18414] [34.1304 -118.18414] [34.1304 -118.18414] [34.1304 -118.18414] [34.13066 -118.19744] [34.13068 -118.19815] [34.1307 -118.1999] [34.13075 -118.20179] [34.13075 -118.20179] [34.13084 -118.20545] [34.13086 -118.20611] [34.13089 -118.20745])} {:type :line, :desc ([34.13951 -118.17769] [34.1395 -118.1777] [34.13983 -118.18156] [34.13997 -118.18223] [34.13992 -118.18402] [34.14015 -118.18447] [34.14015 -118.18451] [34.1407 -118.1917] [34.14071 -118.19223])} {:type :line, :desc ([34.13708 -118.20616] [34.13658 -118.20426] [34.13658 -118.20426] [34.13113 -118.18632] [34.13112 -118.18634])} {:type :line, :desc ([34.14258 -118.19973])} {:type :line, :desc ([34.12198 -118.19966] [34.12307 -118.19767] [34.12307 -118.19767] [34.12811 -118.18834] [34.12811 -118.18834] [34.13001 -118.1848] [34.13429 -118.17685])} {:type :line, :desc ([34.13164 -118.20768] [34.12619 -118.19069] [34.12578 -118.19008] [34.12577 -118.19006] [34.12486 -118.18699] [34.1245 -118.18542] [34.12422 -118.18503])} {:type :line, :desc ([34.14034 -118.20538] [34.14029 -118.20534] [34.13937 -118.2023] [34.1385 -118.20005] [34.13722 -118.19585] [34.13681 -118.1949] [34.1368 -118.19487] [34.1368 -118.19487] [34.1353 -118.19036] [34.13457 -118.18789] [34.13354 -118.18451])} {:type :line, :desc ([34.14104 -118.19349])} {:type :line, :desc ([34.13559 -118.20425] [34.13559 -118.20425] [34.13559 -118.20425] [34.1348 -118.20151] [34.13447 -118.20047] [34.13447 -118.20047] [34.13447 -118.20047] [34.13447 -118.20047] [34.13219 -118.19282] [34.13164 -118.19109] [34.13104 -118.18912] [34.13104 -118.18912] [34.13047 -118.1872] [34.13047 -118.1872] [34.12843 -118.18072] [34.12843 -118.18072] [34.12843 -118.18072] [34.12843 -118.18072])} {:type :line, :desc ([34.14281 -118.19881] [34.14281 -118.19881] [34.1418 -118.19742] [34.1418 -118.19742] [34.14095 -118.19635] [34.13786 -118.19266] [34.13786 -118.19266] [34.13786 -118.19266] [34.13615 -118.19063] [34.13615 -118.19063] [34.13438 -118.18851] [34.13438 -118.18851] [34.13329 -118.18711] [34.13243 -118.18588] [34.13214 -118.18548] [34.13214 -118.18548] [34.13086 -118.18358] [34.13086 -118.18358] [34.13086 -118.18358] [34.12935 -118.18125] [34.12935 -118.18125] [34.12857 -118.17993] [34.12857 -118.17993] [34.12749 -118.17804] [34.12749 -118.17804])} {:type :line, :desc ([34.13484 -118.17741] [34.13484 -118.17741] [34.13484 -118.17741] [34.13587 -118.18113] [34.13587 -118.18113] [34.13587 -118.18113] [34.13759 -118.18727] [34.13759 -118.18727] [34.13795 -118.18851] [34.13795 -118.18851] [34.13862 -118.19086] [34.13892 -118.19204] [34.13904 -118.19241] [34.13904 -118.19241] [34.14001 -118.19585] [34.14001 -118.19585] [34.14141 -118.20082] [34.14162 -118.20162] [34.14188 -118.20248] [34.1423 -118.20402] [34.1423 -118.20402])} {:type :line, :desc ([34.14099 -118.20231])} {:type :line, :desc ([34.13489 -118.1972] [34.13287 -118.19288] [34.13287 -118.19288])} {:type :line, :desc ([34.14061 -118.20549] [34.14043 -118.20448] [34.1402 -118.20319] [34.14029 -118.20202] [34.14011 -118.20099] [34.14011 -118.20099] [34.1402 -118.19854] [34.1402 -118.19853] [34.13997 -118.19619] [34.14006 -118.1949])} {:type :line, :desc ([34.13937 -118.20207] [34.13117 -118.19544] [34.12944 -118.19406] [34.12586 -118.1912] [34.12413 -118.1898] [34.12242 -118.18846] [34.12242 -118.18846])} {:type :line, :desc ([34.14432 -118.20202] [34.14441 -118.20073] [34.14473 -118.1982] [34.14476 -118.19658] [34.14481 -118.19567] [34.14569 -118.18901] [34.14569 -118.18901])} {:type :line, :desc ([34.1353 -118.18716] [34.13626 -118.1926] [34.13654 -118.19658] [34.13741 -118.20123] [34.13786 -118.20538] [34.13786 -118.20538])} {:type :line, :desc ([34.13585 -118.20813] [34.13587 -118.20814] [34.13589 -118.20538] [34.13592 -118.20539] [34.13592 -118.20539])} {:type :line, :desc ([34.14034 -118.20174] [34.14084 -118.20353] [34.14081 -118.20351])} {:type :line, :desc ([34.12454 -118.18173] [34.12454 -118.18173] [34.12454 -118.18173] [34.12454 -118.18173] [34.12454 -118.18173] [34.12454 -118.18173] [34.12454 -118.18173] [34.12454 -118.18173] [34.12454 -118.18173])} {:type :line, :desc ([34.12777 -118.18176] [34.12907 -118.18021] [34.12907 -118.18021] [34.13173 -118.17696])} {:type :line, :desc ([34.1308 -118.20047] [34.13036 -118.19916])} {:type :line, :desc ([34.13333 -118.1843] [34.13336 -118.18491] [34.13336 -118.18491])} {:type :line, :desc ([34.14346 -118.18113] [34.14355 -118.18262] [34.14365 -118.18411] [34.14368 -118.1847] [34.14368 -118.1847] [34.14413 -118.19226] [34.14413 -118.19226] [34.14413 -118.19226] [34.14413 -118.19226] [34.14413 -118.19226] [34.14413 -118.19226])} {:type :line, :desc ([34.14272 -118.18604] [34.14304 -118.18794] [34.14313 -118.18851] [34.14337 -118.19006] [34.14359 -118.19137] [34.14379 -118.19263] [34.14404 -118.19423] [34.14425 -118.19561] [34.14459 -118.19776] [34.14472 -118.19847] [34.14472 -118.19847])} {:type :line, :desc ([34.14099 -118.18657])} {:type :line, :desc ([34.13576 -118.17674] [34.13578 -118.17736] [34.13592 -118.17999] [34.13592 -118.17999] [34.13601 -118.18262] [34.13615 -118.18468] [34.13638 -118.18989] [34.13654 -118.19338] [34.13654 -118.19338] [34.13666 -118.19635] [34.13686 -118.2014] [34.13695 -118.20269] [34.13704 -118.20488])} {:type :line, :desc ([34.13896 -118.19579] [34.13896 -118.19579] [34.13882 -118.19467] [34.13914 -118.19389] [34.13914 -118.19389] [34.13892 -118.19176] [34.13892 -118.19176] [34.13892 -118.19176])} {:type :line, :desc ([34.14075 -118.20532] [34.14075 -118.20532] [34.14075 -118.20532] [34.13983 -118.19916] [34.13969 -118.19809] [34.13956 -118.1972] [34.13887 -118.19238] [34.13876 -118.19138] [34.13876 -118.19138] [34.13852 -118.18954] [34.13852 -118.18954] [34.13828 -118.18784] [34.13806 -118.18611] [34.13795 -118.18531] [34.13736 -118.18119] [34.13731 -118.18077] [34.13722 -118.17993] [34.13722 -118.17993] [34.13722 -118.17993] [34.13686 -118.17724] [34.13686 -118.17724] [34.13686 -118.17724])} {:type :line, :desc ([34.14258 -118.2028] [34.1424 -118.20185] [34.1424 -118.20185] [34.14211 -118.20042] [34.14123 -118.19567] [34.14123 -118.19567] [34.1409 -118.19395] [34.14079 -118.1935] [34.14057 -118.19223] [34.13978 -118.18794] [34.13956 -118.18666] [34.13956 -118.18666] [34.13922 -118.1848] [34.1389 -118.18319] [34.13869 -118.18223] [34.13869 -118.18223] [34.13869 -118.18223])} {:type :line, :desc ([34.12862 -118.17971] [34.12903 -118.18096] [34.12939 -118.18223] [34.12939 -118.18223] [34.12982 -118.18359] [34.1299 -118.18391] [34.13033 -118.18525] [34.13033 -118.18525] [34.13068 -118.18643] [34.13122 -118.18823] [34.13122 -118.18823] [34.1315 -118.18924] [34.1315 -118.18924] [34.13191 -118.19046] [34.13242 -118.19215] [34.13257 -118.19269] [34.13257 -118.19269] [34.13397 -118.1972] [34.13397 -118.1972] [34.13397 -118.1972] [34.13571 -118.20375] [34.13601 -118.20791] [34.13603 -118.20835] [34.13603 -118.20835] [34.13603 -118.20835])} {:type :line, :desc ([34.1341 -118.19635] [34.13434 -118.1949] [34.13438 -118.19383] [34.13434 -118.1931] [34.13466 -118.19017] [34.13498 -118.1884] [34.13498 -118.18767])} {:type :line, :desc ([34.13274 -118.20723] [34.13275 -118.20723] [34.13173 -118.20459] [34.13109 -118.20353] [34.13063 -118.20235] [34.13066 -118.20236] [34.12917 -118.19865] [34.12828 -118.19613] [34.12828 -118.19613])} {:type :line, :desc ([34.13182 -118.17673] [34.13274 -118.17926] [34.13285 -118.17959] [34.13292 -118.17988] [34.13326 -118.1809] [34.13356 -118.18184] [34.13356 -118.18184] [34.13356 -118.18184] [34.13396 -118.18342] [34.13411 -118.18397] [34.13438 -118.18491] [34.13508 -118.18783] [34.13536 -118.18909] [34.13548 -118.18974] [34.13569 -118.19069] [34.13578 -118.19126] [34.13589 -118.19181] [34.13603 -118.19249] [34.13662 -118.19527] [34.13662 -118.19527] [34.13662 -118.19527] [34.13699 -118.19714] [34.13722 -118.19836] [34.13722 -118.19836] [34.13786 -118.2014] [34.13792 -118.20173] [34.13805 -118.20241] [34.13805 -118.20241] [34.13841 -118.20409])} {:type :line, :desc ([34.14496 -118.20045] [34.14427 -118.19944] [34.14372 -118.19849])} {:type :line, :desc ([34.13773 -118.17909] [34.13769 -118.17907] [34.13769 -118.17907] [34.13525 -118.2023] [34.13503 -118.20454] [34.13457 -118.20734] [34.13457 -118.20734] [34.13457 -118.20734])} {:type :line, :desc ([34.13081 -118.17662])} {:type :line, :desc ([34.1277 -118.17864] [34.12811 -118.17819] [34.12912 -118.17719] [34.12912 -118.17719] [34.12805 -118.17833])} {:type :line, :desc ([34.14455 -118.20174])} {:type :line, :desc ([34.13708 -118.20779] [34.13694 -118.20728] [34.13657 -118.20597] [34.13657 -118.20597] [34.13657 -118.20597] [34.13489 -118.20011] [34.13489 -118.20011] [34.13434 -118.19813] [34.13308 -118.19384] [34.13292 -118.19333] [34.13252 -118.19195] [34.13242 -118.19153] [34.13242 -118.19153] [34.1315 -118.18851] [34.131 -118.18683] [34.13072 -118.18582] [34.13072 -118.18582] [34.13072 -118.18582] [34.13072 -118.18582] [34.13072 -118.18582] [34.12884 -118.17959] [34.12871 -118.17909] [34.12871 -118.17909] [34.12871 -118.17909])} {:type :line, :desc ([34.1396 -118.19669] [34.13947 -118.2] [34.1395 -118.2015] [34.13951 -118.20218] [34.1395 -118.20213] [34.13951 -118.20364])} {:type :line, :desc ([34.1407 -118.18733] [34.14102 -118.18862] [34.14116 -118.18918] [34.14148 -118.19064] [34.1415 -118.19063])} {:type :line, :desc ([34.12824 -118.18583])} {:type :line, :desc ([34.13397 -118.19271] [34.1342 -118.19132] [34.13434 -118.18997] [34.13521 -118.18514] [34.13544 -118.18374] [34.13545 -118.18377])} {:type :line, :desc ([34.12321 -118.18279] [34.12624 -118.18257] [34.12692 -118.1824] [34.12875 -118.18251] [34.13058 -118.18273] [34.13061 -118.18274] [34.13061 -118.18274] [34.13667 -118.18262] [34.13667 -118.18262] [34.13805 -118.18251] [34.13805 -118.18251] [34.14076 -118.18171] [34.14198 -118.18161])} {:type :line, :desc ([34.1412 -118.20118] [34.14123 -118.20116])} {:type :line, :desc ([34.1342 -118.2042] [34.13379 -118.20252] [34.13182 -118.19652] [34.13182 -118.19653] [34.13182 -118.19653])} {:type :line, :desc ([34.13182 -118.19653])} {:type :line, :desc ([34.14528 -118.19658] [34.14537 -118.19624] [34.14528 -118.19557] [34.14528 -118.19555] [34.14258 -118.19075])} {:type :line, :desc ([34.14258 -118.19075])} {:type :line, :desc ([34.13567 -118.18021] [34.13567 -118.18021] [34.13567 -118.18021] [34.13485 -118.20511])} {:type :line, :desc ([34.14127 -118.19544] [34.13924 -118.19086] [34.13791 -118.18795] [34.13713 -118.18666] [34.13717 -118.18663] [34.13717 -118.18663] [34.13717 -118.18663])} {:type :line, :desc ([34.13908 -118.17747] [34.13924 -118.17814] [34.13974 -118.17953] [34.14029 -118.18088] [34.14081 -118.18228] [34.14304 -118.18812] [34.14337 -118.18897] [34.14337 -118.18897] [34.14455 -118.19238] [34.1449 -118.19326] [34.1461 -118.19686] [34.1461 -118.19686])} {:type :line, :desc ([34.12422 -118.2019] [34.12422 -118.2019] [34.12404 -118.19966] [34.12367 -118.19744] [34.12299 -118.19092] [34.12302 -118.19006] [34.12285 -118.18935] [34.12265 -118.18731] [34.12248 -118.18576] [34.12248 -118.18576])} {:type :line, :desc ([34.14062 -118.19584])} {:type :line, :desc ([34.14445 -118.18285] [34.14462 -118.18394] [34.14462 -118.18394] [34.14462 -118.18394] [34.14462 -118.18394] [34.14523 -118.18744] [34.14528 -118.18783] [34.14542 -118.18862] [34.14555 -118.18972] [34.14602 -118.19298] [34.14611 -118.19407] [34.14629 -118.19551] [34.14639 -118.19635] [34.14639 -118.19635])} {:type :line, :desc ([34.12569 -118.17937] [34.12592 -118.18016] [34.12592 -118.18016] [34.12642 -118.18201] [34.12661 -118.18268] [34.12683 -118.18363] [34.12707 -118.18439] [34.12788 -118.18739] [34.12819 -118.18857] [34.12819 -118.18857] [34.12839 -118.1894] [34.12861 -118.19023] [34.12894 -118.19172] [34.12949 -118.19507] [34.12963 -118.19635] [34.12967 -118.19669] [34.12967 -118.19669] [34.12967 -118.19669] [34.13001 -118.20156] [34.13001 -118.20156] [34.13004 -118.20258] [34.13005 -118.20333] [34.1301 -118.20654])} {:type :line, :desc ([34.14702 -118.19428] [34.14686 -118.19384] [34.14661 -118.19316] [34.14635 -118.19246] [34.14555 -118.19041] [34.14541 -118.19] [34.14514 -118.18929] [34.14514 -118.18929] [34.14476 -118.18834] [34.14317 -118.18425] [34.14188 -118.18102] [34.14171 -118.1806] [34.14146 -118.17999] [34.14107 -118.17909] [34.14095 -118.17867])} {:type :line, :desc ([34.13704 -118.20723] [34.1369 -118.20678] [34.1369 -118.20678] [34.13652 -118.20545] [34.1361 -118.20402] [34.1361 -118.20402] [34.1342 -118.19731] [34.13401 -118.19664] [34.13374 -118.19563] [34.13374 -118.19563] [34.13374 -118.19563] [34.13252 -118.19155] [34.13205 -118.19017] [34.13187 -118.18946] [34.13173 -118.18903] [34.13104 -118.18699] [34.1308 -118.18628] [34.13068 -118.18587] [34.13033 -118.18491] [34.13033 -118.18491] [34.13013 -118.18419] [34.12885 -118.18032] [34.12861 -118.17959] [34.12839 -118.17887] [34.12828 -118.17844] [34.12807 -118.17775])} {:type :line, :desc ([34.131 -118.2028] [34.13094 -118.20253] [34.13081 -118.20213] [34.13061 -118.20116] [34.13054 -118.20078] [34.13029 -118.19984] [34.12991 -118.1983] [34.12991 -118.1983] [34.12963 -118.19698] [34.12963 -118.19698] [34.12848 -118.19254] [34.1283 -118.19193] [34.12759 -118.1892] [34.12752 -118.18896] [34.12745 -118.18863] [34.12717 -118.18771] [34.12692 -118.18677] [34.12679 -118.1864] [34.1266 -118.18576] [34.12637 -118.18486] [34.12596 -118.18348] [34.12587 -118.18318] [34.1256 -118.18217] [34.12549 -118.18182] [34.1253 -118.18119] [34.12523 -118.18088] [34.12523 -118.18088] [34.12523 -118.18088] [34.12523 -118.18088] [34.12523 -118.18088])} {:type :line, :desc ([34.12807 -118.17881] [34.12807 -118.17881] [34.12807 -118.17881] [34.12807 -118.17881] [34.12807 -118.17881] [34.13187 -118.19109] [34.1321 -118.19198] [34.13233 -118.19269] [34.13269 -118.19394] [34.1328 -118.19429] [34.1328 -118.19429] [34.1342 -118.19881] [34.13429 -118.19921] [34.13503 -118.20168] [34.13555 -118.20328] [34.13555 -118.20328] [34.13667 -118.20695] [34.13667 -118.20695])} {:type :line, :desc ([34.12674 -118.17875] [34.12674 -118.17875] [34.12724 -118.18038] [34.12724 -118.18038] [34.12724 -118.18038] [34.12796 -118.18268] [34.12833 -118.18388] [34.12848 -118.18436] [34.1287 -118.18525] [34.12935 -118.18755] [34.12982 -118.18926] [34.12982 -118.18926] [34.13026 -118.19086] [34.13033 -118.1912] [34.13068 -118.19249] [34.13086 -118.19322] [34.13086 -118.19322] [34.13168 -118.19658] [34.13187 -118.19731] [34.13232 -118.19927] [34.13308 -118.20236] [34.13308 -118.20236] [34.1341 -118.20677] [34.1342 -118.20712] [34.13438 -118.20797] [34.13438 -118.20797])} {:type :line, :desc ([34.13649 -118.2079] [34.13649 -118.2079] [34.13603 -118.20628] [34.13603 -118.20628] [34.13603 -118.20628] [34.13603 -118.20628] [34.13603 -118.20628] [34.13603 -118.20628] [34.13603 -118.20628] [34.13603 -118.20628] [34.13603 -118.20628] [34.13345 -118.19767] [34.13324 -118.19708] [34.13306 -118.19641] [34.13283 -118.19563] [34.13266 -118.1951] [34.13232 -118.19406] [34.1315 -118.19131] [34.131 -118.18968] [34.131 -118.18968] [34.131 -118.18968] [34.13061 -118.18829] [34.13061 -118.18829] [34.13019 -118.18691] [34.12976 -118.18559] [34.12976 -118.18559] [34.12898 -118.18308] [34.12824 -118.18056] [34.12784 -118.17932] [34.12761 -118.17853])} {:type :line, :desc ([34.13731 -118.20751] [34.13713 -118.20684] [34.13713 -118.20684] [34.13676 -118.2056] [34.13652 -118.20494] [34.13612 -118.20353] [34.13582 -118.20265] [34.13582 -118.20265] [34.13582 -118.20265] [34.13516 -118.20039] [34.13516 -118.20039] [34.13494 -118.19973] [34.13461 -118.1986] [34.13365 -118.19546] [34.13365 -118.19546] [34.1328 -118.19263] [34.1328 -118.19263] [34.1328 -118.19263] [34.13224 -118.19069] [34.1321 -118.19036] [34.13182 -118.18937] [34.13109 -118.18694] [34.1308 -118.18605] [34.13063 -118.18554] [34.13038 -118.18468] [34.13038 -118.18468] [34.1299 -118.18307] [34.1299 -118.18307] [34.1299 -118.18307] [34.1299 -118.18307] [34.1299 -118.18307] [34.1299 -118.18307] [34.1299 -118.18307] [34.1299 -118.18307] [34.1299 -118.18307])} {:type :line, :desc ([34.13769 -118.17896] [34.13768 -118.18072] [34.13769 -118.18211] [34.13769 -118.18302] [34.13768 -118.18386] [34.13768 -118.18386] [34.13768 -118.18386] [34.13769 -118.1864] [34.13769 -118.1864] [34.13768 -118.18974] [34.13769 -118.19023] [34.13768 -118.19159] [34.13768 -118.19159] [34.13769 -118.19309] [34.13769 -118.19309] [34.13769 -118.19309] [34.13768 -118.20033] [34.13764 -118.20076] [34.13763 -118.20179] [34.13763 -118.20269] [34.13763 -118.20364] [34.13763 -118.20364] [34.13764 -118.20539] [34.13764 -118.20539] [34.13764 -118.20539])} {:type :line, :desc ([34.13354 -118.1908])} {:type :line, :desc ([34.14183 -118.17953] [34.14225 -118.18233] [34.14271 -118.18508] [34.14304 -118.18733] [34.14304 -118.18733] [34.14304 -118.18733] [34.14304 -118.18733] [34.14304 -118.18733] [34.145 -118.20019])} {:type :line, :desc ([34.13452 -118.1921] [34.13251 -118.19322] [34.13104 -118.19445] [34.1288 -118.19591] [34.1288 -118.19595] [34.1288 -118.19595] [34.12312 -118.19983] [34.12312 -118.19983])} {:type :line, :desc ([34.1299 -118.19933])} {:type :line, :desc ([34.14674 -118.19579] [34.14647 -118.19305] [34.14649 -118.19304] [34.14601 -118.18599] [34.14601 -118.18599])} {:type :line, :desc ([34.14052 -118.19927] [34.14053 -118.19927] [34.14053 -118.19927] [34.14053 -118.19927])} {:type :line, :desc ([34.13736 -118.20796] [34.13713 -118.20717] [34.13713 -118.20717] [34.13713 -118.20717] [34.1355 -118.20196] [34.1355 -118.20196] [34.13396 -118.19698] [34.13396 -118.19698] [34.13342 -118.19523] [34.13342 -118.19523] [34.13306 -118.19394] [34.13294 -118.19361] [34.13196 -118.19041] [34.13196 -118.19041] [34.13159 -118.1892] [34.13141 -118.18851] [34.13052 -118.18565] [34.13031 -118.18492] [34.13031 -118.18492] [34.13031 -118.18492] [34.13031 -118.18492] [34.13031 -118.18492])} {:type :line, :desc ([34.13887 -118.20667] [34.13736 -118.20168] [34.13713 -118.20095] [34.13681 -118.2] [34.13576 -118.19636] [34.1353 -118.19462] [34.13475 -118.19338] [34.13425 -118.19181] [34.13351 -118.19002] [34.13301 -118.18879] [34.13182 -118.18565] [34.13118 -118.18453] [34.13077 -118.18329] [34.13075 -118.18331] [34.12898 -118.17887] [34.12857 -118.17769])} {:type :line, :desc ([34.14368 -118.20202] [34.14368 -118.20202])} {:type :line, :desc ([34.13058 -118.17668] [34.13081 -118.17853] [34.13081 -118.18027] [34.13109 -118.18458] [34.13123 -118.18739] [34.13168 -118.1931] [34.13187 -118.19557] [34.132 -118.19652] [34.13219 -118.1991] [34.13237 -118.2019] [34.1326 -118.20387] [34.1326 -118.20387] [34.13261 -118.20637])} {:type :line, :desc ([34.12307 -118.18291] [34.12307 -118.18291] [34.12423 -118.18651] [34.12431 -118.18683] [34.12479 -118.18829] [34.12479 -118.18829] [34.12479 -118.18829] [34.12514 -118.18935] [34.12514 -118.18935] [34.12577 -118.19143] [34.12577 -118.19143] [34.12646 -118.19361] [34.12735 -118.19647] [34.12735 -118.19647] [34.12735 -118.19647] [34.12735 -118.19647] [34.1282 -118.19905] [34.1282 -118.19905] [34.1282 -118.19905] [34.12889 -118.20101] [34.12889 -118.20101] [34.12889 -118.20101] [34.12959 -118.20305] [34.12959 -118.20305] [34.12959 -118.20305] [34.12959 -118.20305] [34.13049 -118.2056] [34.13075 -118.20637])} {:type :line, :desc ([34.12193 -118.2] [34.12193 -118.2] [34.12189 -118.19888] [34.12189 -118.19888] [34.12186 -118.19778] [34.12186 -118.19778] [34.12184 -118.19238] [34.12184 -118.19238] [34.12181 -118.19098] [34.1218 -118.18985] [34.12177 -118.1888] [34.12175 -118.18784] [34.12177 -118.18748] [34.12177 -118.18748] [34.12177 -118.18748])} {:type :line, :desc ([34.13301 -118.18974] [34.13303 -118.18972] [34.14166 -118.18571] [34.1445 -118.18576] [34.14448 -118.18571])} {:type :line, :desc ([34.1342 -118.19271] [34.1342 -118.19269] [34.13077 -118.1931] [34.13077 -118.1931] [34.13077 -118.1931] [34.12779 -118.19355] [34.12777 -118.19355])} {:type :line, :desc ([34.1287 -118.1801] [34.1287 -118.1801] [34.1287 -118.1801] [34.1287 -118.1801] [34.1287 -118.1801] [34.13159 -118.18966] [34.13159 -118.18966] [34.13159 -118.18966] [34.1337 -118.19669] [34.13396 -118.19744] [34.13411 -118.19798] [34.13582 -118.20368] [34.13603 -118.20431] [34.13603 -118.20431] [34.1368 -118.20688])} {:type :line, :desc ([34.13608 -118.20516] [34.13608 -118.20516] [34.13434 -118.19933] [34.13434 -118.19933] [34.13434 -118.19933] [34.13383 -118.19759] [34.13326 -118.19572] [34.13326 -118.19572] [34.13326 -118.19572] [34.13182 -118.19092] [34.13182 -118.19092] [34.13042 -118.18634] [34.13031 -118.18582] [34.13031 -118.18582] [34.13031 -118.18582] [34.12828 -118.17913])} {:type :line, :desc ([34.12468 -118.18257] [34.12537 -118.18711] [34.12535 -118.18708])} {:type :line, :desc ([34.12962 -118.18016] [34.12982 -118.1809] [34.12994 -118.18133] [34.13015 -118.18211] [34.13036 -118.18279] [34.13052 -118.18354] [34.13168 -118.18744] [34.13274 -118.19103] [34.13274 -118.19103] [34.13322 -118.19263] [34.13322 -118.19263] [34.13322 -118.19263] [34.13383 -118.19445] [34.13396 -118.19487] [34.13429 -118.19585] [34.13429 -118.19585] [34.13429 -118.19585] [34.13429 -118.19585] [34.13429 -118.19585] [34.13648 -118.20213] [34.13676 -118.20299] [34.13676 -118.20299] [34.13713 -118.20392] [34.13713 -118.20392] [34.13787 -118.20608] [34.13805 -118.2065] [34.13805 -118.2065] [34.13839 -118.20745])} {:type :line, :desc ([34.13297 -118.18004] [34.13317 -118.18079] [34.13317 -118.18079] [34.13347 -118.18206] [34.13368 -118.18296] [34.13434 -118.18554] [34.13452 -118.18649] [34.13466 -118.18703] [34.13489 -118.188] [34.13521 -118.18946] [34.13521 -118.18946] [34.13564 -118.19115] [34.13585 -118.1921] [34.13606 -118.19304] [34.13631 -118.194] [34.13662 -118.19532] [34.13662 -118.19532] [34.13694 -118.19687] [34.13708 -118.19742] [34.13731 -118.19841] [34.13731 -118.19841] [34.13832 -118.20336] [34.13832 -118.20336] [34.13832 -118.20336] [34.13885 -118.20625] [34.13885 -118.20625])} {:type :line, :desc ([34.13246 -118.17662] [34.13246 -118.17662] [34.13303 -118.17902] [34.13388 -118.18234] [34.13424 -118.18377] [34.13434 -118.18425] [34.13452 -118.18508] [34.13475 -118.18587] [34.13475 -118.18587] [34.13564 -118.19006] [34.13576 -118.19058] [34.13576 -118.19058] [34.13624 -118.19269] [34.13624 -118.19269] [34.13676 -118.19512] [34.1369 -118.19561] [34.13708 -118.19664] [34.13708 -118.19664] [34.13708 -118.19664] [34.13818 -118.20129] [34.13839 -118.20208] [34.13839 -118.20208] [34.13869 -118.20353] [34.13869 -118.20353] [34.13919 -118.2056] [34.13919 -118.2056] [34.13951 -118.20684])} {:type :line, :desc ([34.14395 -118.20207] [34.14395 -118.20207] [34.14395 -118.20084] [34.14393 -118.20019] [34.14395 -118.19977] [34.14397 -118.1991] [34.144 -118.19871] [34.14404 -118.19708] [34.14423 -118.19394] [34.14423 -118.19394] [34.1443 -118.19304] [34.1443 -118.19304] [34.14434 -118.19172] [34.14436 -118.19103] [34.14439 -118.1904] [34.14441 -118.18997] [34.14441 -118.18997] [34.14441 -118.18997] [34.1445 -118.18772] [34.1445 -118.18772] [34.14464 -118.18402] [34.14467 -118.18308] [34.14467 -118.18308])} {:type :line, :desc ([34.13086 -118.18789] [34.13086 -118.18789] [34.13086 -118.18789])} {:type :line, :desc ([34.14276 -118.18173] [34.14276 -118.18176])} {:type :line, :desc ([34.14221 -118.17982] [34.14221 -118.1801] [34.14262 -118.18083] [34.14267 -118.1815] [34.14272 -118.18486] [34.14276 -118.18571] [34.14253 -118.18677] [34.14285 -118.18901] [34.14294 -118.18991] [34.14322 -118.19058] [34.14322 -118.19148] [34.14322 -118.19479] [34.14317 -118.19551] [34.14317 -118.19641] [34.14317 -118.19849] [34.14322 -118.19899] [34.14322 -118.19961] [34.14326 -118.2005] [34.14326 -118.20095] [34.14354 -118.20275])} {:type :line, :desc ([34.14202 -118.1999] [34.14194 -118.19467] [34.14185 -118.19277] [34.14188 -118.19281] [34.14203 -118.18946] [34.14189 -118.18924] [34.14171 -118.18755] [34.14171 -118.18722] [34.14143 -118.18346] [34.14139 -118.18105] [34.14141 -118.18108])} {:type :line, :desc ([34.12349 -118.20157] [34.12363 -118.19675])} {:type :line, :desc ([34.12363 -118.19675] [34.12363 -118.19675])} {:type :line, :desc ([34.13118 -118.19226] [34.13117 -118.19223] [34.12971 -118.18699] [34.1293 -118.18447] [34.12885 -118.18116] [34.12807 -118.17859])} {:type :line, :desc ([34.12317 -118.18576] [34.12363 -118.18645] [34.12688 -118.19523] [34.12689 -118.19521] [34.12775 -118.19826] [34.12807 -118.1991] [34.13013 -118.20286] [34.13136 -118.20532] [34.13136 -118.20695] [34.13177 -118.2079] [34.12344 -118.19479] [34.12436 -118.19372] [34.12614 -118.19193] [34.12745 -118.19132] [34.12939 -118.19019] [34.13141 -118.18918] [34.13141 -118.18918] [34.1348 -118.18862] [34.13562 -118.18845] [34.13596 -118.1884])} {:type :line, :desc ([34.13672 -118.1796] [34.13672 -118.1796] [34.13764 -118.18274] [34.13773 -118.18313] [34.13795 -118.18391] [34.13896 -118.1875] [34.13896 -118.1875] [34.13896 -118.1875] [34.13896 -118.1875] [34.13896 -118.1875] [34.13896 -118.1875] [34.13896 -118.1875] [34.13896 -118.1875] [34.13896 -118.1875] [34.1416 -118.19704] [34.14253 -118.20033])} {:type :line, :desc ([34.13731 -118.20689] [34.13731 -118.20689] [34.13676 -118.20505] [34.13676 -118.20505] [34.13624 -118.20345] [34.13596 -118.20253] [34.13596 -118.20253] [34.13596 -118.20253] [34.13498 -118.19921] [34.13498 -118.19921] [34.13354 -118.19441] [34.13354 -118.19441] [34.13329 -118.1935] [34.13201 -118.18932] [34.13177 -118.1884] [34.1315 -118.18754] [34.13045 -118.18408] [34.13045 -118.18408] [34.13045 -118.18408] [34.12903 -118.17913])} {:type :line, :desc ([34.14523 -118.18458] [34.14537 -118.18671])} {:type :line, :desc ([34.12484 -118.18102] [34.12509 -118.18245] [34.12509 -118.18245] [34.12509 -118.18245] [34.12535 -118.18405] [34.12601 -118.18795] [34.12619 -118.18892] [34.12633 -118.18977] [34.12633 -118.18977] [34.12665 -118.19149] [34.12679 -118.19226] [34.12689 -118.19281] [34.12747 -118.19669] [34.1277 -118.19843] [34.12784 -118.19927] [34.12786 -118.19973] [34.1283 -118.20387] [34.1283 -118.20387] [34.1283 -118.20387] [34.1283 -118.20387])} {:type :line, :desc ([34.13086 -118.20661] [34.13086 -118.20661] [34.13089 -118.20574] [34.13084 -118.20173] [34.13084 -118.20173] [34.1308 -118.20007] [34.13077 -118.19966] [34.13072 -118.19882] [34.13072 -118.19882] [34.13066 -118.19721] [34.13058 -118.19636] [34.13058 -118.19636] [34.13058 -118.19636] [34.13058 -118.19636] [34.13058 -118.19636] [34.13058 -118.19636] [34.13058 -118.19636] [34.13019 -118.19] [34.13019 -118.19] [34.13013 -118.18907] [34.13001 -118.18697] [34.13001 -118.18697] [34.12963 -118.18319] [34.12958 -118.18245] [34.12958 -118.18245] [34.12931 -118.18079] [34.12898 -118.1792] [34.1287 -118.17799] [34.1287 -118.17799] [34.1287 -118.17799])} {:type :line, :desc ([34.12592 -118.1806] [34.12642 -118.17903] [34.12642 -118.17907])} {:type :line, :desc ([34.14436 -118.18447] [34.14217 -118.18386] [34.14217 -118.18386] [34.13878 -118.18055] [34.13837 -118.1801] [34.13837 -118.1801] [34.13699 -118.17764])} {:type :line, :desc ([34.12738 -118.17859] [34.1277 -118.1796] [34.12805 -118.1809] [34.12805 -118.1809] [34.12805 -118.1809] [34.12862 -118.18268] [34.12953 -118.18582] [34.12953 -118.18582] [34.12953 -118.18582] [34.12991 -118.18714] [34.13058 -118.18935] [34.13066 -118.1896] [34.13117 -118.19126] [34.13127 -118.19165] [34.13159 -118.19269] [34.13159 -118.19269] [34.13159 -118.19269] [34.13219 -118.19479] [34.13229 -118.1951] [34.13275 -118.19658] [34.13275 -118.19658] [34.13361 -118.19949] [34.13513 -118.20465] [34.1353 -118.20532] [34.1353 -118.20532] [34.1355 -118.20597])} {:type :line, :desc ([34.13494 -118.20562] [34.13494 -118.20562] [34.13494 -118.20562] [34.13494 -118.20562] [34.13494 -118.20562] [34.13378 -118.20185] [34.13365 -118.2014] [34.13299 -118.19904] [34.13278 -118.19832] [34.13182 -118.19501] [34.13168 -118.19452] [34.13123 -118.19294] [34.13123 -118.19294] [34.13123 -118.19294] [34.13123 -118.19294] [34.12949 -118.18714] [34.12921 -118.18621] [34.12894 -118.18525] [34.12866 -118.1843] [34.12842 -118.18348] [34.12814 -118.18262] [34.12814 -118.18262] [34.12814 -118.18262] [34.12814 -118.18262] [34.12688 -118.17853])} {:type :line, :desc ([34.14695 -118.18926] [34.14695 -118.18926] [34.14695 -118.18926] [34.14695 -118.18926] [34.14546 -118.18593] [34.14546 -118.18593] [34.14546 -118.18593] [34.14546 -118.18593])} {:type :line, :desc ([34.12733 -118.20616] [34.12731 -118.20614] [34.12592 -118.19798] [34.12505 -118.19226] [34.12358 -118.18565] [34.12358 -118.18565])} {:type :line, :desc ([34.14169 -118.18148] [34.14169 -118.18148] [34.14169 -118.18148] [34.14143 -118.18537] [34.14143 -118.18537] [34.14109 -118.18989] [34.14109 -118.18989] [34.14088 -118.19254] [34.14081 -118.19344] [34.13997 -118.20516] [34.13987 -118.20608])} {:type :line, :desc ([34.12999 -118.19316] [34.12939 -118.18924] [34.1294 -118.1892] [34.1283 -118.18386] [34.1283 -118.18386] [34.1274 -118.17873])} {:type :line, :desc ([34.14043 -118.19714] [34.14043 -118.19686] [34.14034 -118.1954] [34.14024 -118.19484] [34.14025 -118.19464] [34.14015 -118.19322] [34.14015 -118.19322] [34.13997 -118.19092] [34.13997 -118.19064])} {:type :line, :desc ([34.13997 -118.19063])} {:type :line, :desc ([34.12592 -118.1824] [34.12518 -118.18369] [34.1244 -118.18565] [34.12413 -118.18666] [34.12349 -118.18772] [34.12349 -118.18772] [34.1207 -118.19355])} {:type :line, :desc ([34.1385 -118.20123] [34.13848 -118.20122] [34.13869 -118.19428])} {:type :line, :desc ([34.13122 -118.17867] [34.13562 -118.19153] [34.13571 -118.19193] [34.13569 -118.19195])} {:type :line, :desc ([34.14377 -118.1972])} {:type :line, :desc ([34.14085 -118.18159] [34.14085 -118.18159])} {:type :line, :desc ([34.13223 -118.19692] [34.13283 -118.19585] [34.13285 -118.19584] [34.13594 -118.19299] [34.13681 -118.19193] [34.13777 -118.19086] [34.13778 -118.19086] [34.13778 -118.19086] [34.14383 -118.18577])} {:type :line, :desc ([34.12166 -118.19551] [34.1223 -118.19546] [34.12228 -118.1955] [34.13086 -118.19787] [34.13242 -118.19832] [34.13301 -118.19815] [34.13663 -118.19921] [34.13736 -118.19944] [34.13887 -118.20017] [34.1412 -118.20073] [34.14189 -118.20095])} {:type :line, :desc ([34.13406 -118.2007])} {:type :line, :desc ([34.13708 -118.1777] [34.13672 -118.17763] [34.13562 -118.17741] [34.13562 -118.17741] [34.13562 -118.17741] [34.13345 -118.17667] [34.1331 -118.17657] [34.1328 -118.17638])} {:type :line, :desc ([34.12544 -118.19315] [34.12544 -118.19315])} {:type :line, :desc ([34.12807 -118.17786] [34.12833 -118.17884] [34.12833 -118.17884] [34.12889 -118.18062] [34.12981 -118.18363] [34.12981 -118.18363] [34.12981 -118.18363] [34.12981 -118.18363] [34.13154 -118.18932] [34.13191 -118.19052] [34.13205 -118.19097] [34.13261 -118.19281] [34.13261 -118.19281] [34.13322 -118.19487] [34.13347 -118.19568] [34.13347 -118.19568] [34.13396 -118.19733] [34.13424 -118.19818] [34.13448 -118.19893] [34.13489 -118.20024] [34.13503 -118.20067] [34.13569 -118.20288] [34.1358 -118.20331] [34.13617 -118.20454] [34.13629 -118.20499] [34.13629 -118.20499] [34.13685 -118.20671] [34.13722 -118.20801] [34.13722 -118.20801])} {:type :line, :desc ([34.13582 -118.20734] [34.13582 -118.20734] [34.13582 -118.20734] [34.13361 -118.20011] [34.13345 -118.19956] [34.13345 -118.19956] [34.1321 -118.19523] [34.13177 -118.19418] [34.13123 -118.19254] [34.13108 -118.19201] [34.13056 -118.19052] [34.12907 -118.18594] [34.12894 -118.18542] [34.1287 -118.18474] [34.1287 -118.18474] [34.12683 -118.1792] [34.12683 -118.1792])} {:type :line, :desc ([34.13306 -118.20807] [34.13306 -118.20807] [34.13306 -118.20807] [34.13223 -118.20532] [34.13084 -118.20076] [34.13056 -118.19984] [34.13056 -118.19984] [34.13001 -118.19807] [34.13001 -118.19807] [34.12949 -118.19624] [34.12949 -118.19624] [34.12875 -118.19383] [34.12875 -118.19383] [34.12759 -118.18977] [34.12731 -118.18886] [34.12731 -118.18886] [34.12731 -118.18886] [34.12731 -118.18886] [34.12614 -118.18491] [34.12587 -118.18408] [34.12587 -118.18408] [34.12587 -118.18408] [34.12587 -118.18408])} {:type :line, :desc ([34.13522 -118.20517] [34.13522 -118.20517] [34.1347 -118.20347] [34.13368 -118.2003] [34.13322 -118.19876] [34.13257 -118.1967] [34.13219 -118.19551] [34.13205 -118.19504] [34.13177 -118.19411] [34.13098 -118.19166] [34.12921 -118.18632] [34.12921 -118.18632] [34.12847 -118.18405] [34.12807 -118.1829] [34.12807 -118.1829] [34.12749 -118.18119] [34.12669 -118.17876])} {:type :line, :desc ([34.13177 -118.20774] [34.13177 -118.20774] [34.13177 -118.20774] [34.13177 -118.20774] [34.1304 -118.20101] [34.1294 -118.19607] [34.12885 -118.19305] [34.12861 -118.19195] [34.12793 -118.18834] [34.12772 -118.18748] [34.12772 -118.18748] [34.12688 -118.18352] [34.12628 -118.18113] [34.12628 -118.18113] [34.12628 -118.18113] [34.12628 -118.18113])} {:type :line, :desc ([34.13876 -118.207] [34.13876 -118.207] [34.13676 -118.2009] [34.13676 -118.2009] [34.13631 -118.19955] [34.13589 -118.19832] [34.13589 -118.19832] [34.13589 -118.19832] [34.13238 -118.18851] [34.13238 -118.18851] [34.13132 -118.18571] [34.13132 -118.18571] [34.13132 -118.18571] [34.13132 -118.18571])} {:type :line, :desc ([34.144 -118.18279] [34.14491 -118.18514] [34.14606 -118.18638] [34.14656 -118.1875] [34.14656 -118.1875])} {:type :line, :desc ([34.12954 -118.2074] [34.12889 -118.20549] [34.1287 -118.20488] [34.12839 -118.20403] [34.12833 -118.20379] [34.12784 -118.20241] [34.12784 -118.20241] [34.12784 -118.20241] [34.1274 -118.2011] [34.12707 -118.20024] [34.12701 -118.2] [34.12674 -118.19927] [34.12665 -118.19899] [34.12642 -118.19832] [34.12572 -118.19618] [34.1256 -118.19591] [34.12535 -118.1951] [34.12535 -118.1951] [34.12514 -118.19451] [34.12514 -118.19451] [34.12459 -118.19254] [34.12459 -118.19254] [34.12437 -118.19172] [34.12414 -118.1908] [34.12414 -118.1908] [34.12386 -118.18957] [34.12386 -118.18957] [34.12386 -118.18957] [34.1234 -118.18716] [34.1234 -118.18716])} {:type :line, :desc ([34.13424 -118.20854] [34.13416 -118.20829] [34.13392 -118.20745] [34.13374 -118.20695] [34.13374 -118.20695] [34.13317 -118.20517] [34.13317 -118.20517] [34.13271 -118.20368] [34.13255 -118.20325] [34.13237 -118.20269] [34.13229 -118.20253] [34.1321 -118.20202] [34.13173 -118.2011] [34.13145 -118.20045] [34.13131 -118.20007] [34.13131 -118.20007] [34.13026 -118.19776] [34.12971 -118.19652] [34.12963 -118.1963] [34.12953 -118.19602] [34.12953 -118.19602] [34.12907 -118.19475] [34.12903 -118.19456] [34.12884 -118.19378] [34.12866 -118.19299] [34.12824 -118.19035] [34.1282 -118.19008] [34.12819 -118.18983] [34.12777 -118.18731] [34.12759 -118.18651] [34.12759 -118.18651] [34.12759 -118.18651] [34.12703 -118.18474] [34.12703 -118.18474] [34.12692 -118.1843] [34.12614 -118.18211] [34.12605 -118.18184] [34.12587 -118.18133] [34.12572 -118.1809] [34.12572 -118.1809] [34.12572 -118.1809] [34.12572 -118.1809] [34.12572 -118.1809])} {:type :line, :desc ([34.14162 -118.1796] [34.14188 -118.18119] [34.14198 -118.18184] [34.14285 -118.1872] [34.14285 -118.1872] [34.14326 -118.18985] [34.14341 -118.19086] [34.14359 -118.19187] [34.14379 -118.19321] [34.14395 -118.19423] [34.14411 -118.1951] [34.14411 -118.1951] [34.14439 -118.19698] [34.14439 -118.19698] [34.14472 -118.19899] [34.14487 -118.2] [34.14487 -118.2] [34.14504 -118.20105])} {:type :line, :desc ([34.12963 -118.20477] [34.12976 -118.20454] [34.13015 -118.20374] [34.13015 -118.20374] [34.13054 -118.20303] [34.13094 -118.20225] [34.13242 -118.19944] [34.13292 -118.19837] [34.13324 -118.19776] [34.13382 -118.19675] [34.13382 -118.19675] [34.13382 -118.19675] [34.13382 -118.19675] [34.13382 -118.19675] [34.13658 -118.19142] [34.1368 -118.19109] [34.13754 -118.18963] [34.13773 -118.18932] [34.13791 -118.18896] [34.13791 -118.18896] [34.14015 -118.18474] [34.14067 -118.18377] [34.14143 -118.18223] [34.14197 -118.18125] [34.14197 -118.18125])} {:type :line, :desc ([34.13631 -118.17847] [34.13649 -118.17932] [34.13649 -118.17932] [34.13713 -118.18245] [34.13832 -118.1889] [34.13834 -118.18892] [34.13869 -118.19266] [34.13869 -118.19266] [34.13928 -118.19888] [34.13928 -118.19888] [34.13969 -118.20314])} {:type :line, :desc ([34.1396 -118.20493] [34.1396 -118.20494])} {:type :line, :desc ([34.12422 -118.19933] [34.12419 -118.19933])} {:type :line, :desc ([34.14468 -118.19658] [34.1445 -118.19529] [34.14453 -118.19527] [34.14381 -118.18912] [34.14377 -118.18896] [34.14404 -118.18643] [34.14423 -118.18576] [34.14427 -118.18481] [34.14459 -118.18442] [34.14464 -118.18414])} {:type :line, :desc ([34.14619 -118.19103] [34.14621 -118.19103])} {:type :line, :desc ([34.12935 -118.17965] [34.12958 -118.18016] [34.12958 -118.18016] [34.12996 -118.1813] [34.131 -118.18363] [34.1321 -118.18655] [34.13228 -118.18711] [34.13228 -118.18711] [34.13347 -118.19053] [34.13388 -118.19176] [34.13429 -118.19254] [34.13544 -118.19568] [34.13594 -118.19675] [34.13592 -118.19675] [34.13592 -118.19675])} {:type :line, :desc ([34.12788 -118.17797] [34.12788 -118.17797] [34.12788 -118.17797] [34.12788 -118.17797] [34.12788 -118.17797] [34.1294 -118.18445] [34.12953 -118.18514] [34.12953 -118.18514] [34.12953 -118.18514] [34.12953 -118.18514] [34.12953 -118.18514] [34.12953 -118.18514] [34.12953 -118.18514] [34.12953 -118.18514] [34.13098 -118.19172] [34.13098 -118.19172] [34.13098 -118.19172] [34.13205 -118.19652] [34.13242 -118.19809] [34.13317 -118.20162] [34.13336 -118.20236] [34.1335 -118.20311] [34.1335 -118.20311] [34.13448 -118.20773])} {:type :line, :desc ([34.14625 -118.1868] [34.14625 -118.1868] [34.14625 -118.1868] [34.14625 -118.1868] [34.14711 -118.19383])} {:type :line, :desc ([34.13768 -118.20168] [34.13764 -118.20168])} {:type :line, :desc ([34.12825 -118.17769] [34.12825 -118.17769] [34.12825 -118.17769] [34.12825 -118.17769] [34.12825 -118.17769] [34.12825 -118.17769] [34.13005 -118.18554] [34.13005 -118.18554] [34.13049 -118.18968] [34.13052 -118.19023] [34.13052 -118.19023] [34.13068 -118.19254] [34.1307 -118.19349] [34.13086 -118.19759] [34.13086 -118.19759] [34.13086 -118.19759] [34.13094 -118.1999] [34.13094 -118.20087] [34.13095 -118.20134] [34.13098 -118.20271] [34.13098 -118.20271] [34.131 -118.20409] [34.13098 -118.20568] [34.131 -118.20723] [34.131 -118.20723] [34.131 -118.20723])} {:type :line, :desc ([34.13182 -118.18066] [34.13228 -118.18229] [34.13319 -118.18486] [34.13319 -118.18486] [34.13401 -118.18686] [34.13503 -118.1898] [34.1358 -118.19232] [34.13617 -118.19333] [34.13617 -118.19333] [34.13777 -118.19849] [34.13778 -118.19847])} {:type :line, :desc ([34.13894 -118.20688] [34.13882 -118.20656] [34.13843 -118.20517] [34.13828 -118.20471] [34.13828 -118.20471] [34.13755 -118.2023] [34.13731 -118.2015] [34.13704 -118.20067] [34.13671 -118.19967] [34.13635 -118.19843] [34.13635 -118.19843] [34.13635 -118.19843] [34.13559 -118.19607] [34.13536 -118.19527] [34.13536 -118.19527] [34.1347 -118.19316] [34.1347 -118.19316] [34.1342 -118.19166] [34.13411 -118.19125] [34.13411 -118.19125] [34.13312 -118.18811] [34.13289 -118.18731] [34.13289 -118.18731] [34.13242 -118.18587] [34.13242 -118.18587] [34.13112 -118.18171] [34.13052 -118.17976] [34.1304 -118.17943])} {:type :line, :desc ([34.12959 -118.18394] [34.12959 -118.18394] [34.1293 -118.19064] [34.1293 -118.19064] [34.12903 -118.1926] [34.12861 -118.19687] [34.12848 -118.19865] [34.12847 -118.19973] [34.12843 -118.20022] [34.12843 -118.20022] [34.12843 -118.20022] [34.12847 -118.20402] [34.12848 -118.20448] [34.12848 -118.20448] [34.12848 -118.20448] [34.12847 -118.20648] [34.12847 -118.20648])} {:type :line, :desc ([34.1282 -118.17853] [34.12875 -118.18178] [34.12875 -118.18178] [34.12875 -118.18178] [34.12903 -118.18428] [34.12903 -118.18428] [34.12903 -118.18428] [34.12912 -118.18571] [34.12912 -118.18571] [34.12949 -118.18985] [34.12954 -118.19057] [34.12958 -118.19097] [34.12958 -118.19097] [34.12958 -118.19097] [34.12958 -118.19097] [34.12958 -118.19097] [34.12958 -118.19097] [34.12994 -118.19585] [34.12994 -118.19585] [34.12994 -118.19585] [34.12994 -118.19585] [34.12994 -118.19585] [34.12994 -118.19585] [34.12994 -118.19585] [34.12994 -118.19585] [34.13056 -118.20408] [34.13066 -118.20528] [34.13072 -118.20566] [34.1308 -118.20688] [34.13086 -118.20796])} {:type :line, :desc ([34.12489 -118.20414] [34.12505 -118.20291] [34.12505 -118.20291] [34.12505 -118.20291] [34.12505 -118.20291] [34.12505 -118.20291] [34.12537 -118.19675] [34.12537 -118.19675] [34.12537 -118.19675] [34.12521 -118.19458] [34.12512 -118.19384] [34.12509 -118.1935] [34.12509 -118.1935] [34.12509 -118.1935] [34.12509 -118.1935] [34.12509 -118.1935] [34.12367 -118.18565] [34.12358 -118.18525])} {:type :line, :desc ([34.13544 -118.17847] [34.13555 -118.1789] [34.13555 -118.1789] [34.1385 -118.18514] [34.1385 -118.18514])} {:type :line, :desc ([34.14565 -118.18604] [34.14565 -118.18605] [34.14702 -118.19338] [34.14706 -118.19389])} {:type :line, :desc ([34.14406 -118.19984] [34.144 -118.19949] [34.14388 -118.19893] [34.14377 -118.19809] [34.14354 -118.19664] [34.14346 -118.19618] [34.14304 -118.19292] [34.1429 -118.19148] [34.1429 -118.19148] [34.14239 -118.18651] [34.14235 -118.18604] [34.14225 -118.18502] [34.14225 -118.18502] [34.14206 -118.18279] [34.14197 -118.18182] [34.14197 -118.18182] [34.14197 -118.18182])} {:type :line, :desc ([34.13484 -118.19675] [34.13485 -118.19675] [34.13457 -118.19568] [34.13457 -118.19568] [34.13411 -118.19338] [34.13374 -118.19187] [34.13373 -118.19189] [34.13361 -118.18268] [34.13364 -118.18268])} {:type :line, :desc ([34.13964 -118.20225] [34.13964 -118.20225])} {:type :line, :desc ([34.13718 -118.17803] [34.13717 -118.17804] [34.13704 -118.18731] [34.13704 -118.18731])} {:type :line, :desc ([34.14093 -118.20084] [34.14095 -118.20082] [34.13974 -118.19338] [34.13873 -118.19282] [34.13777 -118.19137] [34.13778 -118.19138] [34.13778 -118.19138] [34.13672 -118.18425] [34.13713 -118.18324] [34.13704 -118.18331] [34.13704 -118.18331])} {:type :line, :desc ([34.12674 -118.19053])} {:type :line, :desc ([34.13722 -118.20695] [34.13704 -118.20631] [34.13704 -118.20631] [34.13654 -118.20415] [34.13585 -118.20241] [34.13564 -118.20179] [34.13548 -118.20095] [34.13536 -118.20042] [34.13536 -118.20042] [34.13443 -118.19733] [34.13416 -118.19675] [34.13392 -118.1963] [34.13359 -118.19515] [34.13329 -118.19389] [34.13294 -118.19286] [34.13243 -118.19092] [34.1321 -118.19008] [34.13191 -118.18926] [34.13173 -118.18862] [34.12982 -118.18285] [34.12949 -118.18184] [34.12931 -118.18136] [34.12894 -118.1796] [34.12866 -118.17907] [34.12866 -118.17907])} {:type :line, :desc ([34.13731 -118.20791])} {:type :line, :desc ([34.14574 -118.18991] [34.1451 -118.18699] [34.1445 -118.18273])} {:type :line, :desc ([34.14157 -118.2056] [34.14125 -118.19871] [34.1412 -118.19686] [34.1412 -118.19686] [34.1412 -118.19686] [34.1391 -118.18879] [34.13887 -118.18884] [34.13885 -118.1888] [34.13676 -118.17724] [34.13676 -118.17724])} {:type :line, :desc ([34.12903 -118.20661] [34.12847 -118.20448] [34.1282 -118.20359] [34.128 -118.20276] [34.12775 -118.20185] [34.1274 -118.20042] [34.1274 -118.20042] [34.1274 -118.20042] [34.12679 -118.19809] [34.12656 -118.19738] [34.12656 -118.19738] [34.12614 -118.19579] [34.12569 -118.19406] [34.12569 -118.19406] [34.1253 -118.19281] [34.12514 -118.19215] [34.12489 -118.19126] [34.12461 -118.19017] [34.12461 -118.19017] [34.12461 -118.19017] [34.12461 -118.19017] [34.12461 -118.19017])} {:type :line, :desc ([34.13905 -118.20695] [34.13894 -118.2066] [34.13882 -118.20622] [34.13862 -118.20545] [34.13828 -118.20431] [34.13811 -118.20368] [34.138 -118.20331] [34.13755 -118.20168] [34.13755 -118.20168] [34.13718 -118.2005] [34.13699 -118.19984] [34.13699 -118.19984] [34.13699 -118.19984] [34.13562 -118.19507] [34.13541 -118.19429] [34.13521 -118.19361] [34.13521 -118.19361] [34.1348 -118.19218] [34.13457 -118.19137] [34.13373 -118.18846] [34.13354 -118.18771] [34.13354 -118.18771] [34.13354 -118.18771] [34.1326 -118.18447] [34.13173 -118.18142] [34.13164 -118.18105] [34.13154 -118.18073] [34.13154 -118.18073] [34.13154 -118.18073] [34.13154 -118.18073] [34.13066 -118.17741])} {:type :line, :desc ([34.1413 -118.20572] [34.1412 -118.20488] [34.1412 -118.20488] [34.1412 -118.20488] [34.14143 -118.20106] [34.14143 -118.20106] [34.1418 -118.19641] [34.14203 -118.1954] [34.14206 -118.19538] [34.14198 -118.19383] [34.14226 -118.19333] [34.14217 -118.19271] [34.14189 -118.18828] [34.14203 -118.18789] [34.14194 -118.18727] [34.14166 -118.18548] [34.14164 -118.18548])} {:type :line, :desc ([34.1266 -118.17988] [34.12834 -118.17999])} {:type :line, :desc ([34.13708 -118.1963] [34.13708 -118.1963] [34.13708 -118.1963] [34.13731 -118.18705] [34.13741 -118.18643] [34.13741 -118.18645] [34.13741 -118.18645] [34.13741 -118.18645])} {:type :line, :desc ([34.14111 -118.20448] [34.14109 -118.20419] [34.14109 -118.20419] [34.14098 -118.20314] [34.14098 -118.20314] [34.14098 -118.20314] [34.14062 -118.1991] [34.14056 -118.19882] [34.14043 -118.19687] [34.14034 -118.19557] [34.14029 -118.19469] [34.14029 -118.19469] [34.14029 -118.19469] [34.14029 -118.19469] [34.14015 -118.19019] [34.14011 -118.18995] [34.14011 -118.1894] [34.14011 -118.1894] [34.13997 -118.1876] [34.13992 -118.18643] [34.13992 -118.18611] [34.13992 -118.18611] [34.13992 -118.1847] [34.13992 -118.1847] [34.13992 -118.1847] [34.14011 -118.18189] [34.14011 -118.18189] [34.14024 -118.18077] [34.14024 -118.18077])} {:type :line, :desc ([34.1436 -118.18136] [34.14386 -118.18329] [34.14386 -118.18329] [34.14386 -118.18329] [34.14444 -118.18714] [34.14455 -118.18784] [34.14455 -118.18784] [34.14455 -118.18784] [34.14455 -118.18784] [34.1449 -118.18983] [34.14514 -118.19114] [34.14514 -118.19114] [34.14537 -118.19241] [34.14601 -118.19641] [34.14616 -118.19756] [34.14616 -118.19756] [34.14616 -118.19756])} {:type :line, :desc ([34.13274 -118.17864] [34.13485 -118.18411] [34.13512 -118.18481] [34.13512 -118.18481] [34.13512 -118.18481] [34.13564 -118.18617] [34.13564 -118.18617] [34.13654 -118.18851] [34.13797 -118.19218] [34.13823 -118.19294] [34.13839 -118.19332] [34.13839 -118.19332] [34.13965 -118.19714] [34.13979 -118.19787] [34.13987 -118.19824] [34.14006 -118.19933] [34.1402 -118.20017] [34.1402 -118.20017] [34.1402 -118.20017] [34.14043 -118.20276] [34.14071 -118.20539] [34.14075 -118.20577])} {:type :line, :desc ([34.14057 -118.19029] [34.13965 -118.17881])} {:type :line, :desc ([34.13141 -118.19675] [34.1314 -118.19675] [34.1314 -118.19675])} {:type :line, :desc ([34.14496 -118.19742] [34.14478 -118.19692] [34.14478 -118.19692] [34.14368 -118.19361] [34.14134 -118.18851] [34.1391 -118.18425] [34.13846 -118.18324] [34.13576 -118.17825])} {:type :line, :desc ([34.13832 -118.20611] [34.13832 -118.206] [34.13832 -118.206] [34.13832 -118.206] [34.1391 -118.20218] [34.1391 -118.20218] [34.13922 -118.20185])} {:type :line, :desc ([34.14551 -118.18914] [34.14551 -118.18914] [34.14441 -118.19266] [34.14425 -118.19332] [34.14402 -118.19407] [34.14402 -118.19407] [34.14331 -118.19731] [34.14318 -118.19801] [34.14313 -118.19837] [34.14304 -118.19933] [34.14299 -118.19972] [34.14299 -118.19972] [34.1429 -118.20196] [34.1429 -118.20196])} {:type :line, :desc ([34.13113 -118.19961] [34.13112 -118.19962] [34.13112 -118.19962] [34.13112 -118.19962])} {:type :line, :desc ([34.1254 -118.18216] [34.1254 -118.18216] [34.12605 -118.18128] [34.12825 -118.17797] [34.12825 -118.17797])} {:type :line, :desc ([34.12912 -118.19972])} {:type :line, :desc ([34.13754 -118.20701] [34.13644 -118.20437] [34.13521 -118.20123] [34.13498 -118.20045] [34.13452 -118.19921] [34.13361 -118.19652] [34.13287 -118.19434] [34.13228 -118.19221] [34.13168 -118.19075] [34.13168 -118.19075] [34.13095 -118.18812] [34.13063 -118.18727] [34.12949 -118.18414] [34.12802 -118.17932] [34.12784 -118.17881])} {:type :line, :desc ([34.14174 -118.19904])} {:type :line, :desc ([34.14355 -118.19103] [34.14355 -118.19103])} {:type :line, :desc ([34.12335 -118.18374] [34.12372 -118.18352] [34.12372 -118.18352] [34.12555 -118.1838] [34.12633 -118.18453] [34.12633 -118.18457] [34.12766 -118.1852])} {:type :line, :desc ([34.1436 -118.20145] [34.1436 -118.20145] [34.1436 -118.20145])} {:type :line, :desc ([34.13988 -118.19023])} {:type :line, :desc ([34.12693 -118.20534] [34.12624 -118.20293] [34.12569 -118.20224] [34.12537 -118.20157] [34.12514 -118.20062] [34.12512 -118.20059] [34.12512 -118.20059] [34.12512 -118.20059])} {:type :line, :desc ([34.12372 -118.19176] [34.12505 -118.19579] [34.12555 -118.19753] [34.12587 -118.19865] [34.12683 -118.20134] [34.12683 -118.20134] [34.12749 -118.20288])} {:type :line, :desc ([34.12735 -118.19767] [34.13113 -118.20779] [34.12129 -118.19731] [34.1223 -118.19675] [34.12335 -118.1963] [34.12408 -118.19641] [34.12409 -118.19641] [34.132 -118.19266] [34.13219 -118.19266] [34.13219 -118.19263] [34.13452 -118.1917] [34.13548 -118.19125] [34.13901 -118.1898] [34.13969 -118.18974] [34.14111 -118.18907] [34.14109 -118.18909] [34.14514 -118.18766])} {:type :line, :desc ([34.13795 -118.18105] [34.13718 -118.1806] [34.13539 -118.18027] [34.13411 -118.17993] [34.13219 -118.17943] [34.1315 -118.1792] [34.13109 -118.17898] [34.12907 -118.17819] [34.12862 -118.17797])} {:type :line, :desc ([34.12456 -118.1868] [34.12456 -118.1868] [34.12456 -118.1868] [34.12456 -118.1868] [34.12784 -118.19568] [34.12784 -118.19568] [34.12852 -118.19748] [34.12866 -118.1979] [34.12898 -118.19881] [34.12945 -118.20002] [34.12945 -118.20002] [34.12994 -118.20134] [34.13005 -118.20173] [34.13164 -118.20605] [34.13196 -118.20695] [34.13232 -118.2079] [34.13247 -118.20837] [34.13247 -118.20837])} {:type :line, :desc ([34.14299 -118.20105])} {:type :line, :desc ([34.13755 -118.17696] [34.13763 -118.1787] [34.13773 -118.18068] [34.13773 -118.18068] [34.13773 -118.18068] [34.13791 -118.18363] [34.13792 -118.18434] [34.13811 -118.18731] [34.13811 -118.18731] [34.13811 -118.18731] [34.13832 -118.19221] [34.13832 -118.19221] [34.13857 -118.19658] [34.13866 -118.19904] [34.13866 -118.19904] [34.13873 -118.20101] [34.13873 -118.20101] [34.13873 -118.20101] [34.13873 -118.20101] [34.13873 -118.20101] [34.13873 -118.20101] [34.13873 -118.20101])} {:type :line, :desc ([34.13671 -118.1765] [34.13671 -118.1765] [34.13671 -118.1765] [34.13671 -118.1765] [34.13671 -118.1765] [34.13946 -118.1896] [34.13946 -118.1896] [34.13979 -118.19114] [34.14029 -118.19366] [34.14029 -118.19366] [34.14169 -118.20042] [34.1418 -118.2009] [34.14192 -118.20162] [34.14192 -118.20162])} {:type :line, :desc ([34.13599 -118.19064] [34.13596 -118.19063] [34.13596 -118.19063] [34.12679 -118.19927] [34.12679 -118.19927])} {:type :line, :desc ([34.13722 -118.20773] [34.13694 -118.20688] [34.13686 -118.2065] [34.13671 -118.20597] [34.1364 -118.20499] [34.13596 -118.20368] [34.13596 -118.20368] [34.13596 -118.20368] [34.1342 -118.19776] [34.13387 -118.19681] [34.13387 -118.19681] [34.13338 -118.19512] [34.13338 -118.19512] [34.13301 -118.19389] [34.13271 -118.19298] [34.13223 -118.19137] [34.1321 -118.19098] [34.132 -118.19058] [34.132 -118.19058] [34.132 -118.19058] [34.13104 -118.1875] [34.13104 -118.1875] [34.12968 -118.18308] [34.12944 -118.18223] [34.12926 -118.18176] [34.12903 -118.181] [34.12884 -118.18027] [34.12857 -118.17937] [34.12819 -118.17816])} {:type :line, :desc ([34.13525 -118.20633] [34.13513 -118.20591] [34.1348 -118.20499] [34.13452 -118.20419] [34.13429 -118.20342] [34.13429 -118.20342] [34.13299 -118.19921] [34.13266 -118.19813] [34.13255 -118.1977] [34.13255 -118.1977] [34.13255 -118.1977] [34.1308 -118.19172] [34.13068 -118.19131] [34.13042 -118.19046] [34.12996 -118.18892] [34.12996 -118.18892] [34.12996 -118.18892] [34.12839 -118.18414] [34.12816 -118.18335] [34.12779 -118.18223] [34.12661 -118.17862] [34.12661 -118.17862])} {:type :line, :desc ([34.13718 -118.20757] [34.13704 -118.20723] [34.13704 -118.20723] [34.13635 -118.20499] [34.13635 -118.20499] [34.13592 -118.20351] [34.1358 -118.20308] [34.1358 -118.20308] [34.13396 -118.1971] [34.1337 -118.19619] [34.13354 -118.19572] [34.13354 -118.19572] [34.13275 -118.19315] [34.132 -118.19064] [34.13136 -118.18851] [34.13136 -118.18851] [34.13013 -118.18447] [34.12971 -118.18307] [34.12959 -118.18268] [34.12931 -118.18182] [34.12931 -118.18182] [34.12889 -118.18049] [34.12861 -118.17953] [34.12825 -118.17825])} {:type :line, :desc ([34.12456 -118.18113] [34.12456 -118.18113] [34.12514 -118.18296] [34.12544 -118.18388] [34.12568 -118.18474] [34.12596 -118.18554] [34.12628 -118.18649] [34.12656 -118.18737] [34.12656 -118.18737] [34.12717 -118.1892] [34.12743 -118.19008] [34.12743 -118.19008] [34.12786 -118.19132] [34.12824 -118.19252] [34.12866 -118.19378] [34.12866 -118.19378] [34.12889 -118.19458] [34.12931 -118.1959] [34.13056 -118.19979] [34.13089 -118.20087] [34.13089 -118.20087] [34.13136 -118.20224] [34.13159 -118.20299] [34.13201 -118.20436] [34.13229 -118.20522] [34.13229 -118.20522] [34.13301 -118.20751])} {:type :line, :desc ([34.1362 -118.20436] [34.13608 -118.20398] [34.13564 -118.20253] [34.13531 -118.20145] [34.13503 -118.20059] [34.13503 -118.20059] [34.13503 -118.20059] [34.13503 -118.20059] [34.13374 -118.19624] [34.13247 -118.19206] [34.13232 -118.19159] [34.13164 -118.18946] [34.13164 -118.18946] [34.13098 -118.1872] [34.13098 -118.1872] [34.12945 -118.18216] [34.12945 -118.18216] [34.12945 -118.18216] [34.12945 -118.18216])} {:type :line, :desc ([34.14565 -118.19418] [34.14519 -118.19316] [34.14519 -118.19316] [34.14519 -118.19316] [34.14416 -118.1908] [34.14185 -118.18559] [34.14146 -118.18474] [34.14081 -118.18319] [34.14056 -118.18273] [34.1395 -118.18027] [34.13801 -118.17696])} {:type :line, :desc ([34.14416 -118.18193] [34.14459 -118.18593] [34.14459 -118.18593] [34.14459 -118.18593] [34.14518 -118.19063] [34.14537 -118.19198] [34.14546 -118.19286] [34.1456 -118.19372] [34.1456 -118.19372] [34.14579 -118.19538] [34.14587 -118.19579] [34.14602 -118.19715] [34.14602 -118.19715])} {:type :line, :desc ([34.13708 -118.20168] [34.1368 -118.20099] [34.13644 -118.19977] [34.13644 -118.19977] [34.13594 -118.19832] [34.13594 -118.19832] [34.13522 -118.1963] [34.13493 -118.19546] [34.13493 -118.19546] [34.13493 -118.19546] [34.13329 -118.19109] [34.13303 -118.19035] [34.13303 -118.19035] [34.13233 -118.18857] [34.13191 -118.18748] [34.13191 -118.18748] [34.13136 -118.18621] [34.13122 -118.18583] [34.13086 -118.18498] [34.13075 -118.18468] [34.12903 -118.18056] [34.12889 -118.18016] [34.12889 -118.18016] [34.12889 -118.18016] [34.12791 -118.17781])} {:type :line, :desc ([34.12953 -118.17702] [34.12953 -118.17702] [34.12982 -118.1777] [34.12982 -118.1777] [34.13045 -118.1792] [34.13045 -118.1792] [34.132 -118.18313] [34.13224 -118.18371] [34.13224 -118.18371] [34.13269 -118.18481] [34.13269 -118.18481] [34.13269 -118.18481] [34.13269 -118.18481] [34.13269 -118.18481] [34.13269 -118.18481] [34.13503 -118.19155] [34.13531 -118.19258] [34.13531 -118.19258] [34.13531 -118.19258] [34.13589 -118.19445] [34.13589 -118.19445] [34.13635 -118.19591] [34.13643 -118.19624] [34.13731 -118.19944] [34.13768 -118.20084] [34.13787 -118.20145] [34.13795 -118.20179] [34.13892 -118.20555] [34.1391 -118.20622] [34.13927 -118.20683])} {:type :line, :desc ([34.1456 -118.19193] [34.1456 -118.19193] [34.1456 -118.19193] [34.13154 -118.18108] [34.13154 -118.18108])} {:type :line, :desc ([34.13535 -118.20297] [34.13512 -118.20134] [34.13508 -118.20133] [34.13448 -118.19647] [34.13397 -118.19243] [34.13374 -118.19137] [34.13351 -118.19002] [34.13315 -118.18828] [34.13237 -118.18514] [34.132 -118.18374] [34.13201 -118.18377] [34.13201 -118.18377] [34.13201 -118.18377])} {:type :line, :desc ([34.14198 -118.18727] [34.14198 -118.18727] [34.14555 -118.18509] [34.14555 -118.18508])} {:type :line, :desc ([34.14178 -118.18394] [34.14308 -118.18952] [34.1434 -118.19081] [34.14359 -118.19142] [34.14381 -118.1926] [34.14363 -118.19316] [34.14365 -118.19315] [34.14365 -118.19315])} {:type :line, :desc ([34.13992 -118.1868])} {:type :line, :desc ([34.13429 -118.20723] [34.13406 -118.20628] [34.1337 -118.20532] [34.13278 -118.2023] [34.13228 -118.20062])} {:type :line, :desc ([34.1283 -118.19495] [34.12843 -118.19383] [34.12825 -118.19288] [34.12766 -118.18901] [34.12752 -118.18789] [34.12729 -118.18425] [34.12706 -118.18324] [34.1272 -118.18223] [34.12711 -118.18128] [34.12752 -118.17803])} {:type :line, :desc ([34.13787 -118.1769] [34.13795 -118.17713] [34.1382 -118.17793] [34.13832 -118.17831] [34.13843 -118.17862] [34.1386 -118.17898] [34.13882 -118.17965] [34.13882 -118.17965] [34.13905 -118.18032] [34.13922 -118.18073] [34.13942 -118.18116] [34.13964 -118.18176] [34.13974 -118.18201] [34.13987 -118.18222] [34.14015 -118.18291] [34.14034 -118.18329] [34.14034 -118.18329] [34.14143 -118.18565] [34.14143 -118.18565] [34.14175 -118.18643] [34.14175 -118.18643] [34.14175 -118.18643] [34.14175 -118.18643] [34.14244 -118.18777] [34.14253 -118.188] [34.14285 -118.18868] [34.14299 -118.18903] [34.14299 -118.18903] [34.14322 -118.18952] [34.14341 -118.18989] [34.14359 -118.19019] [34.14365 -118.1904] [34.14391 -118.19092] [34.14406 -118.19126] [34.14413 -118.19148] [34.14413 -118.19148] [34.14444 -118.19212] [34.14478 -118.19294] [34.14478 -118.19294] [34.14495 -118.19326] [34.14495 -118.19326] [34.14587 -118.19512] [34.14597 -118.19532] [34.14633 -118.19607] [34.14658 -118.19653] [34.14658 -118.19653])} {:type :line, :desc ([34.14029 -118.18016] [34.14029 -118.18016] [34.14053 -118.18668] [34.14052 -118.18739] [34.14052 -118.18739] [34.14067 -118.19029] [34.14066 -118.19097] [34.1407 -118.19215] [34.14075 -118.19333] [34.14081 -118.19384] [34.14081 -118.19384] [34.14102 -118.19972] [34.14109 -118.20099] [34.14113 -118.20293] [34.14125 -118.20566] [34.14125 -118.20566])} {:type :line, :desc ([34.12669 -118.18823] [34.1267 -118.18823])} {:type :line, :desc ([34.13947 -118.20437] [34.13946 -118.20436] [34.13837 -118.20213] [34.138 -118.20118] [34.13801 -118.20116] [34.13667 -118.19798] [34.13667 -118.19798] [34.13531 -118.19469] [34.13237 -118.18386])} {:type :line, :desc ([34.13615 -118.20471])} {:type :line, :desc ([34.13521 -118.18873] [34.13521 -118.1866] [34.13521 -118.1866] [34.13503 -118.18577] [34.13539 -118.1764])} {:type :line, :desc ([34.12996 -118.20477])} {:type :line, :desc ([34.14425 -118.20213])} {:type :line, :desc ([34.13676 -118.19451] [34.13676 -118.19452] [34.13676 -118.19826] [34.1368 -118.1983])} {:type :line, :desc ([34.12847 -118.17804] [34.12875 -118.17896] [34.12875 -118.17896] [34.12875 -118.17896] [34.12944 -118.18122] [34.12944 -118.18122] [34.12996 -118.18296] [34.13061 -118.18497] [34.13061 -118.18497] [34.13098 -118.18623] [34.13126 -118.18714] [34.13126 -118.18714] [34.13173 -118.18912] [34.13187 -118.1896] [34.13187 -118.1896] [34.13187 -118.1896] [34.13237 -118.19254] [34.13246 -118.19355] [34.13255 -118.1949] [34.13255 -118.1949] [34.13275 -118.19944] [34.13278 -118.2005] [34.13278 -118.20146] [34.1328 -118.20236] [34.13278 -118.20286])} {:type :line, :desc ([34.12624 -118.17988] [34.12642 -118.18039] [34.12679 -118.18171] [34.12679 -118.18171] [34.12839 -118.18677] [34.12856 -118.18726] [34.12985 -118.19142] [34.1308 -118.19435] [34.1308 -118.19435] [34.13122 -118.19578] [34.13122 -118.19578] [34.13122 -118.19578] [34.13122 -118.19578] [34.13397 -118.20437] [34.13397 -118.20437] [34.13484 -118.20723])} {:type :line, :desc ([34.13301 -118.20628] [34.13266 -118.20517] [34.13196 -118.20308] [34.13196 -118.20308] [34.13066 -118.19904] [34.13066 -118.19904] [34.13004 -118.19714] [34.12926 -118.19469] [34.12907 -118.19417] [34.12907 -118.19417] [34.1281 -118.19109] [34.12688 -118.18716] [34.12675 -118.18668] [34.12675 -118.18668] [34.12675 -118.18668] [34.12578 -118.18358] [34.12578 -118.18358] [34.12578 -118.18358] [34.12479 -118.18045])} {:type :line, :desc ([34.12889 -118.17839] [34.12921 -118.1793] [34.12921 -118.1793] [34.12921 -118.1793] [34.12921 -118.1793] [34.13132 -118.18621] [34.13159 -118.18711] [34.13159 -118.18711] [34.13319 -118.19221] [34.13347 -118.19316] [34.13347 -118.19316] [34.13406 -118.1951] [34.13406 -118.1951] [34.13406 -118.1951] [34.13406 -118.1951] [34.13406 -118.1951] [34.13562 -118.19977] [34.13562 -118.19977] [34.13634 -118.20202] [34.13686 -118.20359] [34.13686 -118.20359] [34.13686 -118.20359] [34.1375 -118.20551] [34.13805 -118.2074])} {:type :line, :desc ([34.12907 -118.18005] [34.12939 -118.18116] [34.12968 -118.18205] [34.12968 -118.18205] [34.13036 -118.18425] [34.1307 -118.18537] [34.13086 -118.18587] [34.13086 -118.18587] [34.13164 -118.1884] [34.13196 -118.18952] [34.1321 -118.19006] [34.13261 -118.19166] [34.13301 -118.19288] [34.13308 -118.19321] [34.13308 -118.19321] [34.13388 -118.19579] [34.13434 -118.19733] [34.13466 -118.19836] [34.13466 -118.19836] [34.13608 -118.20308] [34.1362 -118.20351] [34.13699 -118.20611] [34.13717 -118.20665] [34.13717 -118.20665])} {:type :line, :desc ([34.12317 -118.20151] [34.12317 -118.20151] [34.12207 -118.19641] [34.12207 -118.19641] [34.12149 -118.19361] [34.12149 -118.19361] [34.12097 -118.19114] [34.12097 -118.19114] [34.12079 -118.19017] [34.12079 -118.19017] [34.12079 -118.19017] [34.12079 -118.19017] [34.12079 -118.19017] [34.12079 -118.19017] [34.12079 -118.19017])} {:type :line, :desc ([34.13001 -118.18296] [34.13013 -118.18341] [34.13075 -118.18548] [34.13086 -118.18593] [34.13117 -118.18691] [34.13145 -118.18777] [34.13145 -118.18777] [34.13274 -118.19221] [34.13301 -118.1931] [34.13329 -118.194] [34.13345 -118.19441] [34.13493 -118.19938] [34.13527 -118.20042] [34.13527 -118.20042] [34.1358 -118.20224] [34.13717 -118.2066])} {:type :line, :desc ([34.1261 -118.20476] [34.1261 -118.20476] [34.1261 -118.20476] [34.12447 -118.19721] [34.12422 -118.19619] [34.12312 -118.19125] [34.12289 -118.19019] [34.1226 -118.1888] [34.1226 -118.1888] [34.1226 -118.1888] [34.12184 -118.18548] [34.12184 -118.18548] [34.12184 -118.18548])} {:type :line, :desc ([34.13443 -118.20768] [34.13416 -118.20768])} {:type :line, :desc ([34.13965 -118.17932] [34.13964 -118.17936])} {:type :line, :desc ([34.13022 -118.17696] [34.13056 -118.1781] [34.13159 -118.18188] [34.13182 -118.18268] [34.13182 -118.18268] [34.1321 -118.1838] [34.13224 -118.18451] [34.13246 -118.18537] [34.13303 -118.1876] [34.13303 -118.1876] [34.13336 -118.1888] [34.13336 -118.1888] [34.13434 -118.19238] [34.13466 -118.19344] [34.13489 -118.19423] [34.13489 -118.19423] [34.13489 -118.19423] [34.1355 -118.19641] [34.1355 -118.19641] [34.13585 -118.19753] [34.13622 -118.19877] [34.13622 -118.19877] [34.13622 -118.19877] [34.13622 -118.19877] [34.13622 -118.19877] [34.13622 -118.19877] [34.13622 -118.19877] [34.13773 -118.20419] [34.13773 -118.20419])} {:type :line, :desc ([34.12683 -118.20488] [34.1267 -118.20442] [34.1267 -118.20442] [34.12614 -118.20258] [34.12605 -118.20225] [34.12605 -118.20225] [34.12527 -118.19989] [34.12505 -118.19921] [34.12482 -118.19854] [34.12482 -118.19854] [34.12482 -118.19854] [34.12405 -118.19607] [34.12405 -118.19607] [34.12405 -118.19607] [34.12344 -118.19417] [34.12321 -118.1935] [34.12321 -118.1935] [34.12285 -118.19215] [34.12265 -118.19155] [34.12232 -118.19046] [34.12225 -118.19008] [34.12205 -118.18932] [34.12184 -118.18845] [34.12177 -118.18817] [34.12177 -118.18817] [34.12139 -118.18674] [34.12139 -118.18674])} {:type :line, :desc ([34.13033 -118.18096] [34.13033 -118.18096] [34.13068 -118.18206] [34.13094 -118.18291] [34.13127 -118.18402] [34.1315 -118.18481] [34.13168 -118.18548] [34.13168 -118.18548] [34.13205 -118.1866] [34.13205 -118.1866] [34.13261 -118.18846] [34.13261 -118.18846] [34.13261 -118.18846] [34.13406 -118.19309] [34.13489 -118.19585] [34.13489 -118.19585] [34.13535 -118.19731] [34.13535 -118.19731] [34.13569 -118.19853] [34.13594 -118.19927] [34.1369 -118.20246] [34.1369 -118.20246] [34.13736 -118.20402] [34.13736 -118.20402] [34.13736 -118.20402])} {:type :line, :desc ([34.13429 -118.20425] [34.13429 -118.20425] [34.13368 -118.20213] [34.13368 -118.20213] [34.13368 -118.20213] [34.13223 -118.19742] [34.13223 -118.19742] [34.13155 -118.19518] [34.13155 -118.19518] [34.13098 -118.19332] [34.13086 -118.19294] [34.13086 -118.19294] [34.13086 -118.19294] [34.13086 -118.19294] [34.1288 -118.18643] [34.1288 -118.18643] [34.1288 -118.18643] [34.1288 -118.18643] [34.1267 -118.17953] [34.12646 -118.17875])} {:type :line, :desc ([34.14249 -118.2014] [34.14248 -118.20139])} {:type :line, :desc ([34.14113 -118.18445] [34.14113 -118.18445] [34.14088 -118.18761] [34.14085 -118.18817] [34.14081 -118.18926] [34.14081 -118.18926] [34.14066 -118.19159] [34.14066 -118.19159] [34.14025 -118.19756] [34.14025 -118.19756] [34.1402 -118.19865] [34.13997 -118.20162] [34.13974 -118.20437])} {:type :line, :desc ([34.14551 -118.18677] [34.14551 -118.18674] [34.14546 -118.19361])} {:type :line, :desc ([34.13829 -118.19555] [34.13745 -118.18049] [34.13736 -118.1797])} {:type :line, :desc ([34.13443 -118.20616] [34.13564 -118.20385] [34.13622 -118.2028] [34.13622 -118.2028] [34.1402 -118.19527] [34.1402 -118.19527] [34.13933 -118.19692] [34.14391 -118.18823] [34.14481 -118.18651])} {:type :line, :desc ([34.13383 -118.1764])} {:type :line, :desc ([34.14588 -118.19738])} {:type :line, :desc ([34.13892 -118.19905] [34.13894 -118.19904] [34.1337 -118.19843] [34.13356 -118.19776] [34.13359 -118.1971] [34.1337 -118.19647] [34.13402 -118.19535] [34.13402 -118.19535] [34.13612 -118.19344] [34.13634 -118.19315] [34.13791 -118.19389] [34.13791 -118.19389] [34.13717 -118.19052] [34.13901 -118.19394] [34.13901 -118.19394] [34.1396 -118.19529] [34.1375 -118.19367])} {:type :line, :desc ([34.14354 -118.20241] [34.14355 -118.20242] [34.14355 -118.20242] [34.14258 -118.19366])} {:type :line, :desc ([34.13164 -118.19725] [34.13136 -118.19064] [34.13136 -118.19063])} {:type :line, :desc ([34.14425 -118.18233] [34.14436 -118.18313] [34.14436 -118.18313] [34.14448 -118.18388] [34.14448 -118.18388] [34.14448 -118.18388] [34.14459 -118.18498] [34.14541 -118.19143])} {:type :line, :desc ([34.12153 -118.19189] [34.1227 -118.19258])} {:type :line, :desc ([34.13535 -118.20129] [34.13571 -118.20224] [34.13644 -118.20499] [34.13644 -118.20499] [34.13722 -118.20717] [34.13722 -118.20717])} {:type :line, :desc ([34.14143 -118.19893] [34.14146 -118.19893] [34.1418 -118.19781] [34.14178 -118.19784] [34.14139 -118.19226] [34.1412 -118.19187] [34.14139 -118.18705] [34.14107 -118.18548] [34.14139 -118.18425])} {:type :line, :desc ([34.13782 -118.20773] [34.13782 -118.20773] [34.13666 -118.20448] [34.13658 -118.20431] [34.13658 -118.20431] [34.1362 -118.20339] [34.1362 -118.20339] [34.13576 -118.20224] [34.13576 -118.20224] [34.13545 -118.20145] [34.13545 -118.20145] [34.13457 -118.19905] [34.13457 -118.19905] [34.13457 -118.19905] [34.13387 -118.19715] [34.13361 -118.19636] [34.13354 -118.19613] [34.13354 -118.19613] [34.13278 -118.194] [34.13278 -118.194] [34.13233 -118.19263] [34.13159 -118.19075] [34.13136 -118.19002] [34.13117 -118.18949] [34.13117 -118.18949] [34.13054 -118.18795] [34.13054 -118.18795] [34.13054 -118.18795] [34.12973 -118.18577] [34.12949 -118.1847] [34.12935 -118.18411] [34.12926 -118.18352] [34.12926 -118.18352] [34.12912 -118.18279] [34.12912 -118.18279] [34.12912 -118.18279] [34.12889 -118.1809] [34.12885 -118.18055] [34.12885 -118.18055] [34.12884 -118.1797] [34.1288 -118.17887] [34.12852 -118.17741])} {:type :line, :desc ([34.14216 -118.17976] [34.14226 -118.18021] [34.14226 -118.18021] [34.14226 -118.18021] [34.14267 -118.18193] [34.14267 -118.18193] [34.14267 -118.18193] [34.14267 -118.18193] [34.14267 -118.18193] [34.14318 -118.18405] [34.14332 -118.18451] [34.14332 -118.18451] [34.1436 -118.18571] [34.14372 -118.1861] [34.14372 -118.1861] [34.14402 -118.18703] [34.14423 -118.1875] [34.14445 -118.18812] [34.14445 -118.18812] [34.14537 -118.1903] [34.1463 -118.19246] [34.1463 -118.19246] [34.14653 -118.19315])} {:type :line, :desc ([34.1388 -118.207] [34.13869 -118.20667] [34.13857 -118.20648] [34.13841 -118.20605] [34.13778 -118.20448] [34.13763 -118.20403] [34.1375 -118.2037] [34.1375 -118.2037] [34.13708 -118.20253] [34.13699 -118.2023] [34.13685 -118.20196] [34.13685 -118.20196] [34.13662 -118.20122] [34.13654 -118.20101] [34.1361 -118.19973] [34.13599 -118.19944] [34.13589 -118.1991] [34.13507 -118.19664] [34.13489 -118.19618] [34.13489 -118.19618] [34.13425 -118.19423] [34.13392 -118.19344] [34.13383 -118.19327] [34.13301 -118.19103] [34.13301 -118.19103] [34.13301 -118.19103] [34.13252 -118.18949] [34.13252 -118.18949] [34.13232 -118.18879] [34.13232 -118.18879] [34.1321 -118.18789] [34.132 -118.18767] [34.132 -118.18767] [34.132 -118.18767] [34.13056 -118.18228] [34.13056 -118.18228] [34.12967 -118.17943] [34.12903 -118.17741] [34.12903 -118.17741] [34.12903 -118.17741] [34.12903 -118.17741])} {:type :line, :desc ([34.14318 -118.18113] [34.14326 -118.18167] [34.14326 -118.18167] [34.14337 -118.18239] [34.14379 -118.18445] [34.14393 -118.18497] [34.144 -118.1852] [34.144 -118.1852] [34.144 -118.1852] [34.145 -118.18828] [34.14509 -118.18846] [34.14532 -118.18912] [34.14546 -118.18949] [34.14546 -118.18949])} {:type :line, :desc ([34.13484 -118.17646] [34.13585 -118.17646] [34.13635 -118.17657] [34.13638 -118.17656] [34.13638 -118.17656])} {:type :line, :desc ([34.132 -118.20813] [34.132 -118.20813] [34.13159 -118.20642] [34.13159 -118.20642] [34.13058 -118.2023] [34.13031 -118.20106] [34.1301 -118.20013] [34.12999 -118.19972] [34.12949 -118.19764] [34.1294 -118.19721] [34.1294 -118.19721] [34.1294 -118.19721] [34.12798 -118.19165] [34.12786 -118.1912] [34.12674 -118.1866] [34.12651 -118.18582] [34.12651 -118.18582] [34.12558 -118.18211] [34.12507 -118.18027])} {:type :line, :desc ([34.12759 -118.1959])} {:type :line, :desc ([34.13356 -118.20616] [34.13324 -118.20488] [34.13306 -118.20364] [34.13303 -118.20362] [34.1321 -118.1968] [34.1321 -118.19681] [34.13182 -118.19394] [34.13164 -118.19243] [34.13164 -118.19246] [34.13164 -118.19246] [34.13045 -118.18425] [34.13042 -118.18428] [34.13013 -118.18077] [34.13004 -118.17976] [34.13004 -118.17976])} {:type :line, :desc ([34.13356 -118.20846] [34.13356 -118.20846] [34.13271 -118.20837] [34.132 -118.20846] [34.132 -118.20846])} {:type :line, :desc ([34.14206 -118.18794] [34.14445 -118.19574] [34.14496 -118.1982] [34.1451 -118.19949])} {:type :line, :desc ([34.1375 -118.20527] [34.13694 -118.20351] [34.1362 -118.20116] [34.1362 -118.20116] [34.1362 -118.20116] [34.13531 -118.19841] [34.1348 -118.19675] [34.1348 -118.19675] [34.1348 -118.19675] [34.13392 -118.19401] [34.13345 -118.19258] [34.13345 -118.19258] [34.13196 -118.188] [34.13196 -118.188] [34.13196 -118.188] [34.13196 -118.188] [34.13068 -118.18397] [34.13068 -118.18397] [34.13068 -118.18397] [34.13068 -118.18397] [34.13068 -118.18397])} {:type :line, :desc ([34.13448 -118.20488] [34.13448 -118.20488] [34.13448 -118.20488] [34.13269 -118.19938] [34.13269 -118.19938] [34.13269 -118.19938] [34.13112 -118.19435] [34.13084 -118.19361] [34.12953 -118.18929] [34.1294 -118.18886] [34.1288 -118.18677] [34.12852 -118.18593] [34.12838 -118.18548] [34.12798 -118.18425] [34.12761 -118.18307] [34.12761 -118.18307] [34.1272 -118.18173] [34.12707 -118.18125] [34.12679 -118.18032] [34.12679 -118.18032])} {:type :line, :desc ([34.13564 -118.20648] [34.13564 -118.20648] [34.13443 -118.20185] [34.13443 -118.20185] [34.13401 -118.2003] [34.13356 -118.19854] [34.13336 -118.19773] [34.13303 -118.19653] [34.13232 -118.19355] [34.13232 -118.19355] [34.13168 -118.19081] [34.13168 -118.19081] [34.13168 -118.19081] [34.13168 -118.19081] [34.13061 -118.18663] [34.13024 -118.18508] [34.13004 -118.18425] [34.12973 -118.18308] [34.12926 -118.18116] [34.12926 -118.18116] [34.1287 -118.17896] [34.12843 -118.17797] [34.12843 -118.17797] [34.12843 -118.17797])} {:type :line, :desc ([34.13531 -118.20534] [34.13516 -118.20476] [34.13494 -118.20391] [34.13466 -118.20293] [34.13457 -118.20258] [34.13415 -118.20099] [34.13402 -118.20056] [34.13266 -118.19544] [34.13251 -118.1949] [34.13251 -118.1949] [34.1314 -118.19057] [34.13118 -118.1898] [34.13103 -118.18932] [34.13077 -118.18834] [34.13077 -118.18834] [34.13077 -118.18834] [34.13077 -118.18834] [34.12889 -118.1815] [34.12889 -118.1815] [34.12889 -118.1815])} {:type :line, :desc ([34.1391 -118.19282] [34.13892 -118.19282] [34.13887 -118.19305] [34.13933 -118.19378] [34.13947 -118.19411] [34.13974 -118.19456] [34.14015 -118.19464] [34.14011 -118.19467] [34.14056 -118.1949] [34.14062 -118.19492] [34.14079 -118.19518] [34.14102 -118.19529] [34.14107 -118.1954] [34.14111 -118.19529] [34.14134 -118.1954] [34.14136 -118.1955] [34.14166 -118.19557] [34.14171 -118.19557] [34.14198 -118.19563] [34.14203 -118.19563] [34.14203 -118.19551] [34.14221 -118.19574])} {:type :line, :desc ([34.1422 -118.19572])} {:type :line, :desc ([34.12372 -118.18359])} {:type :line, :desc ([34.1364 -118.20319] [34.1364 -118.20319] [34.13615 -118.20236] [34.13379 -118.19456] [34.13379 -118.19456] [34.13379 -118.19456] [34.13084 -118.18399] [34.13004 -118.18133] [34.13004 -118.18133] [34.12953 -118.1796] [34.12954 -118.17959])} {:type :line, :desc ([34.13373 -118.2086])} {:type :line, :desc ([34.13373 -118.2086] [34.1337 -118.20695] [34.13406 -118.20689])} {:type :line, :desc ([34.1467 -118.19389] [34.1467 -118.19389] [34.14633 -118.19097] [34.1463 -118.19098] [34.14601 -118.18957] [34.14551 -118.18498] [34.14532 -118.18458] [34.14532 -118.18458])} {:type :line, :desc ([34.13081 -118.18643] [34.13104 -118.18705] [34.13187 -118.18868] [34.13594 -118.19613] [34.13617 -118.19647] [34.13672 -118.19781] [34.13823 -118.20706] [34.13823 -118.20706])} {:type :line, :desc ([34.1361 -118.1801] [34.13617 -118.18952] [34.13629 -118.1904] [34.13643 -118.19498] [34.13676 -118.19876] [34.13768 -118.20437])} {:type :line, :desc ([34.14139 -118.19792] [34.14166 -118.19916] [34.14166 -118.19916])} {:type :line, :desc ([34.14569 -118.19933] [34.14569 -118.19933] [34.14546 -118.19776] [34.14546 -118.19773] [34.14565 -118.18526] [34.14565 -118.18526])} {:type :line, :desc ([34.1415 -118.18468] [34.14253 -118.18834] [34.14253 -118.18834] [34.1436 -118.19178] [34.1436 -118.19178])} {:type :line, :desc ([34.14386 -118.19047] [34.14383 -118.19052] [34.14299 -118.18341] [34.14258 -118.1801])} {:type :line, :desc ([34.12637 -118.19484] [34.12651 -118.19523] [34.12647 -118.19521] [34.1331 -118.19002] [34.13402 -118.18957])} {:type :line, :desc ([34.13933 -118.19198] [34.13932 -118.19201] [34.14056 -118.1861] [34.14057 -118.18611] [34.14057 -118.18611])} {:type :line, :desc ([34.13402 -118.2065])} {:type :line, :desc ([34.13992 -118.18408] [34.13992 -118.18411] [34.14427 -118.18593])} {:type :line, :desc ([34.13368 -118.20574] [34.13338 -118.20482] [34.13356 -118.20527] [34.13191 -118.20007] [34.13191 -118.20007] [34.13191 -118.20007] [34.13081 -118.19647] [34.13049 -118.19546] [34.13049 -118.19546] [34.12894 -118.19036] [34.1288 -118.18989] [34.1288 -118.18989] [34.1288 -118.18989] [34.12793 -118.18699] [34.12761 -118.18604] [34.12761 -118.18604] [34.12679 -118.18329] [34.12633 -118.18176] [34.12633 -118.18176] [34.12592 -118.18038])} {:type :line, :desc ([34.13527 -118.20642] [34.13447 -118.20494] [34.13447 -118.20494] [34.13411 -118.2042] [34.13182 -118.19865] [34.13164 -118.19818] [34.13164 -118.19818] [34.13127 -118.1972] [34.1308 -118.19578] [34.1308 -118.19578] [34.1308 -118.19578] [34.1308 -118.19578] [34.12839 -118.18834] [34.12805 -118.18731] [34.12805 -118.18731] [34.12756 -118.18559] [34.12619 -118.1809] [34.12592 -118.18004] [34.12592 -118.18004] [34.12592 -118.18004])} {:type :line, :desc ([34.13626 -118.20762] [34.13567 -118.20572] [34.13555 -118.20534] [34.13555 -118.20534] [34.13555 -118.20534] [34.13466 -118.20246] [34.13452 -118.20196] [34.13452 -118.20196] [34.1326 -118.19585] [34.1326 -118.19585] [34.13098 -118.19075] [34.12945 -118.18577] [34.12945 -118.18577] [34.12945 -118.18577] [34.12752 -118.17976] [34.12707 -118.17833])} {:type :line, :desc ([34.13382 -118.17656] [34.13382 -118.17656] [34.13599 -118.18032] [34.13635 -118.18094] [34.13736 -118.18273] [34.13759 -118.18308] [34.13759 -118.18308] [34.13759 -118.18308] [34.13759 -118.18308] [34.1386 -118.18481] [34.14043 -118.18789] [34.14084 -118.18856] [34.14118 -118.18914] [34.14118 -118.18914] [34.14118 -118.18914] [34.14244 -118.19131] [34.14244 -118.19131] [34.14341 -118.19292] [34.14341 -118.19292] [34.14341 -118.19292] [34.1456 -118.19658] [34.1456 -118.19658])} {:type :line, :desc ([34.13544 -118.20829] [34.13493 -118.20678] [34.1348 -118.20625] [34.13452 -118.20528] [34.13438 -118.20482] [34.13438 -118.20482] [34.13261 -118.19916] [34.13246 -118.19865] [34.13246 -118.19865] [34.13246 -118.19865] [34.1315 -118.19544] [34.1315 -118.19544] [34.1315 -118.19544] [34.1315 -118.19544] [34.13013 -118.19092] [34.1288 -118.18655] [34.12833 -118.18502] [34.1282 -118.18453] [34.1282 -118.18453] [34.12738 -118.18184] [34.12721 -118.18136] [34.12706 -118.18088] [34.1266 -118.17943])} {:type :line, :desc ([34.14649 -118.18937] [34.14606 -118.18834] [34.14606 -118.18834] [34.14541 -118.18686] [34.14541 -118.18686] [34.14541 -118.18686] [34.14541 -118.18686] [34.14253 -118.1801])} {:type :line, :desc ([34.13638 -118.19424] [34.13681 -118.19624] [34.13727 -118.19759] [34.13727 -118.19759] [34.13759 -118.19933] [34.13829 -118.2019] [34.13878 -118.20331] [34.13914 -118.20488] [34.13913 -118.20488])} {:type :line, :desc ([34.1385 -118.17915])} {:type :line, :desc ([34.14644 -118.19773] [34.1442 -118.1916] [34.13992 -118.17982])} {:type :line, :desc ([34.12413 -118.18442] [34.12505 -118.18486] [34.12505 -118.18486] [34.12619 -118.18525] [34.12505 -118.18486] [34.13928 -118.1926] [34.13927 -118.19258] [34.14244 -118.19434] [34.14368 -118.19501] [34.14369 -118.19498])} {:type :line, :desc ([34.13246 -118.20807] [34.13242 -118.20678] [34.13243 -118.20677] [34.13237 -118.20325] [34.13237 -118.20246] [34.13232 -118.20151] [34.13228 -118.20005] [34.13219 -118.19826] [34.13205 -118.19686] [34.13191 -118.19574] [34.13191 -118.19512] [34.13187 -118.19434] [34.13182 -118.19327] [34.13182 -118.19332] [34.13164 -118.19176] [34.13159 -118.19058] [34.13159 -118.18985] [34.13159 -118.18985] [34.13127 -118.18812] [34.13127 -118.18739] [34.131 -118.18296] [34.13095 -118.18139] [34.13081 -118.18027] [34.13072 -118.17875] [34.13072 -118.17875])} {:type :line, :desc ([34.13924 -118.20459])} {:type :line, :desc ([34.12308 -118.18739] [34.12331 -118.18823] [34.12376 -118.19013] [34.12409 -118.19098] [34.12477 -118.19288] [34.12518 -118.19372] [34.12518 -118.19372] [34.12628 -118.19714] [34.12724 -118.19955] [34.12733 -118.19994] [34.12857 -118.20375] [34.12921 -118.20588] [34.12921 -118.20588])} {:type :line, :desc ([34.13652 -118.1908] [34.13652 -118.1908])} {:type :line, :desc ([34.13438 -118.19395] [34.13438 -118.19395])} {:type :line, :desc ([34.12129 -118.18705] [34.12326 -118.18554] [34.12326 -118.18554] [34.12688 -118.18318] [34.12848 -118.18408] [34.12939 -118.18593] [34.12939 -118.18593] [34.12721 -118.18514] [34.1267 -118.1848])} {:type :line, :desc ([34.12526 -118.18514] [34.12981 -118.18957] [34.12977 -118.1896] [34.14024 -118.19002] [34.14359 -118.18761] [34.14391 -118.1875] [34.14393 -118.18748])} {:type :line, :desc ([34.12056 -118.19378] [34.12065 -118.194] [34.1207 -118.19439] [34.12074 -118.19501] [34.12074 -118.19501])} {:type :line, :desc ([34.14107 -118.17999] [34.14134 -118.18083] [34.14139 -118.18178] [34.1424 -118.18262] [34.14377 -118.18559] [34.14374 -118.1856] [34.14661 -118.19092] [34.14663 -118.19092])} {:type :line, :desc ([34.14309 -118.20122] [34.13557 -118.18083] [34.13359 -118.19292])} {:type :line, :desc ([34.14391 -118.19383] [34.14393 -118.19384] [34.14409 -118.18537] [34.14418 -118.18391])} {:type :line, :desc ([34.12954 -118.20265] [34.13086 -118.19798] [34.13145 -118.19557] [34.13155 -118.19495] [34.13246 -118.19058] [34.13246 -118.19058] [34.13246 -118.19058] [34.13299 -118.18743] [34.12423 -118.18474] [34.12358 -118.19058] [34.12294 -118.19439] [34.12274 -118.19641] [34.12244 -118.20095])} {:type :line, :desc ([34.13983 -118.17937] [34.13987 -118.17999] [34.13987 -118.18039] [34.13992 -118.1806] [34.13992 -118.1806] [34.13997 -118.18148] [34.14006 -118.18206] [34.14006 -118.18206] [34.14006 -118.18206] [34.14029 -118.18531] [34.14029 -118.18571] [34.14034 -118.18649] [34.14039 -118.18668] [34.14039 -118.18668] [34.14038 -118.18733] [34.14038 -118.18733] [34.14038 -118.18733] [34.14048 -118.18903] [34.14047 -118.18924] [34.14048 -118.18949] [34.14047 -118.18963] [34.14048 -118.19029] [34.14052 -118.19075] [34.14052 -118.1912] [34.14053 -118.1916] [34.14052 -118.19181] [34.14053 -118.19246] [34.14053 -118.19286] [34.14053 -118.19286] [34.14053 -118.19372] [34.14053 -118.19372] [34.14052 -118.19417] [34.14043 -118.19613] [34.14039 -118.1967] [34.14039 -118.1967] [34.14039 -118.1967] [34.1402 -118.19972] [34.14015 -118.20101] [34.14011 -118.20185] [34.14011 -118.20185] [34.14006 -118.20269] [34.14006 -118.20269] [34.14006 -118.20353] [34.14001 -118.20374] [34.14001 -118.20459] [34.14001 -118.20459] [34.13997 -118.20522] [34.13997 -118.20522] [34.13997 -118.20522] [34.13997 -118.20522])} {:type :line, :desc ([34.13918 -118.20688] [34.13918 -118.20688] [34.13887 -118.20583] [34.13887 -118.20583] [34.13841 -118.20426] [34.13829 -118.20385] [34.13829 -118.20385] [34.13795 -118.20286] [34.13764 -118.20202] [34.13727 -118.2009] [34.13708 -118.2003] [34.13708 -118.2003] [34.13672 -118.19916] [34.13672 -118.19916] [34.13672 -118.19916] [34.13601 -118.19693] [34.13578 -118.19607] [34.13571 -118.19591] [34.13559 -118.1955] [34.13545 -118.19515] [34.13545 -118.19515] [34.13516 -118.19406] [34.13461 -118.19246] [34.13461 -118.19246] [34.13438 -118.19181] [34.13438 -118.19181] [34.1341 -118.1912] [34.13397 -118.19092] [34.13397 -118.19092] [34.13397 -118.19092] [34.13219 -118.18857] [34.1315 -118.18806] [34.1315 -118.18806] [34.12982 -118.18726] [34.12926 -118.18716] [34.12926 -118.18716] [34.12875 -118.18714] [34.12875 -118.18714] [34.12875 -118.18714] [34.12761 -118.18739] [34.12761 -118.18739] [34.12761 -118.18739] [34.12761 -118.18739] [34.12614 -118.18828] [34.12614 -118.18828] [34.12614 -118.18828] [34.12614 -118.18828] [34.1247 -118.19092] [34.1247 -118.19092] [34.1247 -118.19092] [34.1245 -118.19249] [34.1245 -118.1935] [34.12447 -118.19361] [34.1245 -118.19411] [34.12451 -118.19452] [34.12451 -118.19452] [34.12451 -118.19452] [34.12475 -118.19635] [34.12475 -118.19635] [34.12475 -118.19635] [34.12475 -118.19635] [34.12475 -118.19635] [34.12537 -118.19983] [34.1254 -118.19996] [34.12563 -118.20087] [34.1261 -118.20241] [34.12624 -118.20293] [34.12642 -118.20351] [34.12642 -118.20351] [34.12656 -118.20398] [34.12665 -118.20419] [34.12665 -118.20419] [34.12688 -118.20493] [34.12701 -118.20532] [34.12701 -118.20532] [34.12726 -118.20597] [34.12738 -118.20639] [34.12749 -118.20671] [34.12749 -118.20671])} {:type :line, :desc ([34.14211 -118.17959] [34.14212 -118.17976] [34.14221 -118.18038] [34.14225 -118.18073] [34.1423 -118.18116] [34.14234 -118.18136] [34.14234 -118.18136] [34.14234 -118.18136] [34.14234 -118.18136] [34.14276 -118.18314] [34.14276 -118.18314] [34.14294 -118.18374] [34.14308 -118.18419] [34.14308 -118.18419] [34.14346 -118.18525] [34.14354 -118.18542] [34.14444 -118.18748] [34.14467 -118.188] [34.14467 -118.188] [34.14496 -118.18851] [34.14514 -118.18892] [34.14592 -118.19047] [34.14592 -118.19047] [34.14592 -118.19047] [34.14592 -118.19047] [34.14592 -118.19047] [34.1469 -118.19252] [34.14706 -118.19288])} {:type :line, :desc ([34.1418 -118.17948] [34.1418 -118.17948] [34.1418 -118.17948] [34.14192 -118.18108] [34.14192 -118.18108] [34.14162 -118.1838] [34.1423 -118.1866] [34.14169 -118.18703] [34.14169 -118.18703] [34.14169 -118.18703] [34.14169 -118.18703] [34.14169 -118.18703] [34.14258 -118.19232] [34.14258 -118.1931] [34.14169 -118.18703] [34.14262 -118.19378] [34.14262 -118.19445] [34.14267 -118.19584] [34.14267 -118.19584] [34.14267 -118.19584] [34.14276 -118.1977] [34.14276 -118.1977] [34.14285 -118.1995] [34.14285 -118.1995] [34.14299 -118.20347])} {:type :line, :desc ([34.14061 -118.20572] [34.14057 -118.20517] [34.14057 -118.20517] [34.14053 -118.20454] [34.14052 -118.20398] [34.14053 -118.20379] [34.14048 -118.20311] [34.14048 -118.20311] [34.14048 -118.20311] [34.14047 -118.20162] [34.14052 -118.20011] [34.14053 -118.19956] [34.14056 -118.19927] [34.14056 -118.19927] [34.14056 -118.19927] [34.14067 -118.19761] [34.14071 -118.19681] [34.14071 -118.19681] [34.1407 -118.1963] [34.14071 -118.19613] [34.14071 -118.19613] [34.1407 -118.19535] [34.1407 -118.19535] [34.14071 -118.19366] [34.14071 -118.19366] [34.14075 -118.19316] [34.14075 -118.19282] [34.14076 -118.19258] [34.14079 -118.19243] [34.14079 -118.19243] [34.14085 -118.19149] [34.14084 -118.19137] [34.1409 -118.19086] [34.14088 -118.19058] [34.14099 -118.18932] [34.14099 -118.18932] [34.14099 -118.18857] [34.14099 -118.18857] [34.14104 -118.18777] [34.14111 -118.18727] [34.14113 -118.18685] [34.14118 -118.18623] [34.14118 -118.18623] [34.14118 -118.18623] [34.14127 -118.18479] [34.14132 -118.18377] [34.14132 -118.18377] [34.14137 -118.18359] [34.14146 -118.18216] [34.14146 -118.18216] [34.14146 -118.18216] [34.14146 -118.18216] [34.14166 -118.18038] [34.14166 -118.18038] [34.14174 -118.17982] [34.1418 -118.17943])} {:type :line, :desc ([34.14056 -118.17864] [34.14052 -118.1792] [34.14052 -118.1792] [34.14052 -118.1792] [34.14052 -118.1792] [34.14039 -118.18371] [34.14039 -118.18371] [34.14038 -118.18464] [34.14038 -118.18464] [34.14034 -118.18571] [34.1402 -118.18823] [34.1402 -118.18823] [34.1402 -118.18823] [34.14001 -118.19193] [34.13997 -118.19249] [34.13992 -118.19304] [34.13992 -118.19304] [34.13992 -118.19383] [34.13988 -118.19434] [34.13978 -118.19601] [34.13978 -118.19601] [34.13969 -118.19815] [34.13964 -118.20013] [34.13965 -118.20084] [34.13965 -118.20129] [34.13965 -118.20129] [34.13965 -118.20129] [34.13969 -118.20316] [34.13974 -118.20385] [34.13974 -118.2051] [34.13978 -118.20551] [34.13978 -118.20551])} {:type :line, :desc ([34.14272 -118.20241] [34.14272 -118.20241] [34.14272 -118.20241] [34.1423 -118.20067] [34.1423 -118.20067] [34.14099 -118.19967] [34.14075 -118.19972] [34.14048 -118.19979] [34.14025 -118.1999] [34.14025 -118.1999] [34.13969 -118.20042] [34.13947 -118.20078] [34.13936 -118.20093] [34.13928 -118.20112] [34.13928 -118.20112] [34.13899 -118.20225] [34.13894 -118.20265] [34.13894 -118.20265] [34.13896 -118.20538] [34.13904 -118.20602] [34.13905 -118.20628] [34.13905 -118.20628])} {:type :line, :desc ([34.14071 -118.17839] [34.14071 -118.17839] [34.14075 -118.17943] [34.14075 -118.17943] [34.14075 -118.17943] [34.14081 -118.18068] [34.14085 -118.1813] [34.14085 -118.1813] [34.1409 -118.18216] [34.1409 -118.18216] [34.1412 -118.18464] [34.14132 -118.18542] [34.14132 -118.18542] [34.14153 -118.18699] [34.14157 -118.18761] [34.14157 -118.18761] [34.14202 -118.18983] [34.14202 -118.18983] [34.14244 -118.19165] [34.14244 -118.19165] [34.14258 -118.19229] [34.14267 -118.19271] [34.14271 -118.19292] [34.1429 -118.19366] [34.14295 -118.19389] [34.14304 -118.19434] [34.14304 -118.19434] [34.14336 -118.19636] [34.14341 -118.19664] [34.14341 -118.19664] [34.14354 -118.19742] [34.1436 -118.1979] [34.1436 -118.1979] [34.1436 -118.1979] [34.1436 -118.1979] [34.14377 -118.19955] [34.14383 -118.20013] [34.14386 -118.20033] [34.14386 -118.20033] [34.14386 -118.20033] [34.14404 -118.20151])} {:type :line, :desc ([34.14546 -118.19994] [34.14546 -118.19939] [34.14546 -118.19899] [34.14546 -118.19807] [34.14546 -118.19725] [34.14546 -118.19725] [34.14546 -118.19613] [34.14546 -118.19535] [34.14546 -118.19475] [34.14546 -118.19395] [34.14551 -118.19125] [34.14551 -118.19047] [34.14555 -118.18983] [34.1456 -118.18932] [34.1456 -118.18932] [34.1456 -118.18932] [34.14592 -118.18542])} {:type :line, :desc ([34.14244 -118.18223] [34.1424 -118.18285] [34.14235 -118.18341] [34.14235 -118.18402] [34.14235 -118.18402] [34.14235 -118.18402] [34.14235 -118.18402] [34.14235 -118.18402] [34.14216 -118.18789] [34.14216 -118.18789] [34.14207 -118.18901] [34.14206 -118.18989] [34.14198 -118.19148] [34.14198 -118.19221] [34.14192 -118.19286] [34.14194 -118.19316] [34.14189 -118.19473] [34.14188 -118.19687] [34.14188 -118.19687] [34.1418 -118.19877] [34.14178 -118.19967] [34.1418 -118.20033] [34.1418 -118.20033] [34.14178 -118.20139] [34.14174 -118.2023] [34.14175 -118.20269] [34.14174 -118.20333] [34.14174 -118.20333])} {:type :line, :desc ([34.13937 -118.1778] [34.13937 -118.1778] [34.13946 -118.17862] [34.13947 -118.17887] [34.1395 -118.1793] [34.13955 -118.18027] [34.13974 -118.18206] [34.13974 -118.18228] [34.13979 -118.18273] [34.13979 -118.18273] [34.13997 -118.18457] [34.14001 -118.18498] [34.14001 -118.18498] [34.14034 -118.18754] [34.14034 -118.18754] [34.14043 -118.1884] [34.14043 -118.1884] [34.14043 -118.1884] [34.14043 -118.1884] [34.14043 -118.1884] [34.14043 -118.1884] [34.14081 -118.19086] [34.14084 -118.19109] [34.1409 -118.19166] [34.14098 -118.1921] [34.14098 -118.1921] [34.14098 -118.1921] [34.14109 -118.19344] [34.14113 -118.19521] [34.14109 -118.19555] [34.14109 -118.19555] [34.14066 -118.19736] [34.14048 -118.1979] [34.14034 -118.19824] [34.14015 -118.19881] [34.13992 -118.19949] [34.13992 -118.19949] [34.13964 -118.2003] [34.13964 -118.2003] [34.13964 -118.2003] [34.13887 -118.20286] [34.13887 -118.20286] [34.13871 -118.20345] [34.13832 -118.20482] [34.13825 -118.20522] [34.13818 -118.20544] [34.13801 -118.20597] [34.13791 -118.20639])} {:type :line, :desc ([34.14285 -118.18128] [34.14285 -118.18274] [34.14285 -118.18388] [34.14304 -118.18649] [34.14304 -118.18649] [34.14304 -118.18649] [34.14327 -118.18806] [34.14327 -118.18806] [34.14351 -118.1896] [34.14351 -118.1896] [34.14351 -118.1896] [34.14377 -118.19131] [34.14377 -118.19131] [34.14377 -118.19131] [34.14409 -118.19361] [34.14409 -118.19361] [34.14418 -118.19529] [34.14418 -118.19529] [34.14416 -118.19601] [34.14418 -118.19664] [34.14411 -118.19761] [34.14377 -118.20151] [34.14377 -118.20151] [34.1436 -118.20288] [34.14359 -118.20319])} {:type :line, :desc ([34.14546 -118.19916] [34.14546 -118.19916] [34.14546 -118.19764] [34.14546 -118.1971] [34.14542 -118.1963] [34.14541 -118.19607] [34.14542 -118.1954] [34.14542 -118.1954] [34.14537 -118.19384] [34.14537 -118.19384] [34.14537 -118.19292] [34.14537 -118.19266] [34.14537 -118.19266] [34.14532 -118.19138] [34.14528 -118.18991] [34.14523 -118.18771] [34.14523 -118.18674] [34.14523 -118.1861] [34.14523 -118.18583] [34.14523 -118.18502] [34.14519 -118.1843] [34.14518 -118.18411])} {:type :line, :desc ([34.1412 -118.17943] [34.14127 -118.1805] [34.1413 -118.18088] [34.14132 -118.18108] [34.14136 -118.18148] [34.14136 -118.18148] [34.14136 -118.18148] [34.14148 -118.18419] [34.14148 -118.18419] [34.14148 -118.18481] [34.14153 -118.1852] [34.14153 -118.1852] [34.14153 -118.1852] [34.1415 -118.18623] [34.14153 -118.18683] [34.14153 -118.1875] [34.14153 -118.1875] [34.14153 -118.1875] [34.14162 -118.18968] [34.14162 -118.18968] [34.14162 -118.18968] [34.14169 -118.19098] [34.14169 -118.1916] [34.14169 -118.1916] [34.14169 -118.1916] [34.14175 -118.19254] [34.14175 -118.19254] [34.14197 -118.19481] [34.14198 -118.19529] [34.14198 -118.19529] [34.14198 -118.19529] [34.14198 -118.19529] [34.14234 -118.19841] [34.14235 -118.19882] [34.14248 -118.2007] [34.14253 -118.2014] [34.14253 -118.20185] [34.14253 -118.20207] [34.14253 -118.20207] [34.14253 -118.20207] [34.14258 -118.20391] [34.14262 -118.20459])} {:type :line, :desc ([34.13242 -118.20818] [34.13242 -118.20818] [34.13251 -118.20734] [34.13252 -118.20683] [34.13252 -118.20683] [34.13251 -118.20375] [34.13251 -118.20375] [34.13238 -118.20122] [34.13238 -118.20122] [34.13238 -118.20122] [34.13214 -118.19933] [34.1321 -118.19899] [34.1321 -118.19899] [34.13177 -118.19731] [34.13177 -118.19731] [34.13145 -118.19595] [34.13145 -118.19595] [34.13058 -118.1931] [34.13052 -118.19292] [34.13031 -118.19238] [34.12987 -118.19126] [34.1288 -118.1889] [34.12838 -118.18811] [34.12838 -118.18811] [34.12838 -118.18811] [34.12738 -118.18576] [34.12738 -118.18576] [34.12692 -118.1847] [34.12692 -118.1847] [34.12692 -118.1847] [34.12692 -118.1847] [34.126 -118.18233] [34.12577 -118.18176])} {:type :line, :desc ([34.14178 -118.18062] [34.14175 -118.18111] [34.14174 -118.18199] [34.14174 -118.18199] [34.14174 -118.18199] [34.14171 -118.18358] [34.14171 -118.18358] [34.14169 -118.18457] [34.14166 -118.18498] [34.14166 -118.18498] [34.14166 -118.18576] [34.14166 -118.18576] [34.14164 -118.18691] [34.14164 -118.18691] [34.14166 -118.18772] [34.14169 -118.18794] [34.14169 -118.18794] [34.14171 -118.18918] [34.14171 -118.18918] [34.14169 -118.19212] [34.14171 -118.19243] [34.14171 -118.19243] [34.14169 -118.19487] [34.14169 -118.19487] [34.14171 -118.19624] [34.14171 -118.19697] [34.14171 -118.19697] [34.14171 -118.19697] [34.14171 -118.19697] [34.14171 -118.19843] [34.14169 -118.19887] [34.14171 -118.19905] [34.14169 -118.19973] [34.14171 -118.20039] [34.14171 -118.20039] [34.14171 -118.20039] [34.14174 -118.20242] [34.14175 -118.20319] [34.14178 -118.20414] [34.1418 -118.20448] [34.1418 -118.20448] [34.1418 -118.20448])} {:type :line, :desc ([34.13983 -118.17844] [34.13983 -118.1787] [34.13983 -118.1787] [34.13983 -118.1787] [34.13918 -118.18068] [34.13979 -118.18206] [34.13983 -118.18268] [34.13908 -118.18222] [34.13946 -118.18262] [34.14006 -118.1838] [34.14011 -118.18399] [34.13937 -118.18442] [34.14047 -118.18464] [34.14127 -118.18508] [34.14143 -118.18514] [34.14189 -118.18509] [34.14189 -118.18509] [34.14189 -118.18509] [34.14285 -118.18445] [34.14285 -118.18445] [34.14317 -118.18414] [34.14354 -118.18363] [34.14365 -118.18348] [34.14386 -118.18318] [34.1443 -118.18245])} {:type :line, :desc ([34.14071 -118.18405] [34.14066 -118.1843] [34.14011 -118.18651] [34.14011 -118.18651] [34.14001 -118.18812] [34.14006 -118.18897] [34.14011 -118.18924] [34.14015 -118.18974] [34.14015 -118.18974] [34.14029 -118.19103] [34.14038 -118.19176] [34.14038 -118.19176] [34.14038 -118.19176] [34.14095 -118.19487] [34.14109 -118.19555] [34.14109 -118.19555] [34.14125 -118.19641] [34.14132 -118.1967] [34.14132 -118.1967] [34.14162 -118.1982] [34.14202 -118.20053] [34.14202 -118.20053] [34.14212 -118.20095] [34.14234 -118.20265] [34.14234 -118.20265] [34.14258 -118.20465])} {:type :line, :desc ([34.1443 -118.19143])} {:type :line, :desc ([34.14113 -118.18056] [34.14116 -118.18088] [34.14118 -118.18176] [34.14118 -118.18176] [34.14143 -118.18643] [34.14146 -118.18674] [34.14148 -118.1875] [34.14157 -118.18879] [34.14157 -118.18879] [34.14178 -118.19286] [34.14183 -118.19355] [34.14185 -118.19417] [34.14185 -118.19417] [34.14185 -118.19417] [34.14185 -118.19417] [34.14185 -118.19417] [34.14216 -118.19853] [34.1424 -118.20118] [34.1424 -118.20118] [34.14258 -118.20305] [34.14262 -118.20374])} {:type :line, :desc ([34.14047 -118.17853] [34.14053 -118.1789] [34.14057 -118.17919] [34.14057 -118.17919] [34.14061 -118.17954] [34.1409 -118.1809] [34.1409 -118.1809] [34.1409 -118.1809] [34.14107 -118.18184] [34.14116 -118.18217] [34.14116 -118.18217] [34.14123 -118.18262] [34.14141 -118.18331] [34.14155 -118.18377] [34.14155 -118.18377] [34.14155 -118.18377] [34.14171 -118.18447] [34.1418 -118.18475] [34.14197 -118.18525] [34.14198 -118.18542] [34.14206 -118.18571] [34.14212 -118.18582] [34.1422 -118.18628] [34.1422 -118.18628] [34.1422 -118.18628] [34.14267 -118.18817] [34.14267 -118.18817] [34.14281 -118.1888] [34.14281 -118.18901] [34.14285 -118.18926] [34.14285 -118.18926] [34.14317 -118.19103] [34.14327 -118.19201] [34.14331 -118.19221] [34.14331 -118.19221] [34.14337 -118.19452] [34.14337 -118.19527] [34.1434 -118.19551] [34.14337 -118.19595] [34.1434 -118.19686] [34.14341 -118.19715] [34.14341 -118.19715] [34.14341 -118.19715] [34.14341 -118.19893] [34.1434 -118.19921] [34.1434 -118.19921] [34.1434 -118.19921] [34.14341 -118.20316] [34.1434 -118.20347] [34.1434 -118.20347])} {:type :line, :desc ([34.13708 -118.17763] [34.13658 -118.17752] [34.13658 -118.17752] [34.13594 -118.17724] [34.13594 -118.17724] [34.1348 -118.17646] [34.13466 -118.17633] [34.1274 -118.17827] [34.1274 -118.17827] [34.12745 -118.1789] [34.12745 -118.1789] [34.12745 -118.1789] [34.12754 -118.18222] [34.12756 -118.18257] [34.12752 -118.18296] [34.12745 -118.18434] [34.12745 -118.18434] [34.12735 -118.18491] [34.12735 -118.18491] [34.12735 -118.18491] [34.1272 -118.18615] [34.12717 -118.18634] [34.12711 -118.18677] [34.12711 -118.18677] [34.12651 -118.18909] [34.12637 -118.18963] [34.12637 -118.18963] [34.12637 -118.18963] [34.12568 -118.19166] [34.12555 -118.19198] [34.12535 -118.19252] [34.12535 -118.19252] [34.12475 -118.19401] [34.12475 -118.19401] [34.12408 -118.19591] [34.12408 -118.19591] [34.124 -118.19641] [34.124 -118.19641] [34.12331 -118.19949] [34.12321 -118.19979] [34.12308 -118.20033])} {:type :line, :desc ([34.14635 -118.18754] [34.1461 -118.18991] [34.14607 -118.19063] [34.14601 -118.19097] [34.14569 -118.19464] [34.14565 -118.19532] [34.14546 -118.19809] [34.14542 -118.19865] [34.14532 -118.19956] [34.14532 -118.19956])} {:type :line, :desc ([34.14711 -118.19277] [34.14711 -118.19277] [34.147 -118.19172] [34.14697 -118.19109] [34.14695 -118.19069] [34.14695 -118.19069] [34.14684 -118.18901])} {:type :line, :desc ([34.14098 -118.17881] [34.14095 -118.17924] [34.14095 -118.17924] [34.14095 -118.17924] [34.14095 -118.17924] [34.14095 -118.17924] [34.14098 -118.18262] [34.14099 -118.18319] [34.14099 -118.18319] [34.14099 -118.18319] [34.14099 -118.18319] [34.14109 -118.1856] [34.1412 -118.18767] [34.1412 -118.18767] [34.14143 -118.18997] [34.14146 -118.19046] [34.14148 -118.19069] [34.14148 -118.19069] [34.14155 -118.19195] [34.14157 -118.19221] [34.1416 -118.19281] [34.1416 -118.19281] [34.1416 -118.19281] [34.14166 -118.194] [34.14166 -118.19445] [34.14174 -118.19492] [34.14171 -118.19523] [34.14178 -118.19607] [34.14178 -118.19607] [34.14178 -118.19607] [34.14194 -118.19849] [34.14192 -118.19887] [34.14197 -118.19962] [34.14198 -118.20011] [34.14198 -118.20011] [34.14216 -118.20242] [34.14216 -118.20242] [34.14216 -118.20242])} {:type :line, :desc ([34.14432 -118.18369] [34.14434 -118.18422] [34.14434 -118.18508] [34.14436 -118.18604] [34.14448 -118.18851] [34.14448 -118.18851] [34.14455 -118.18997] [34.14459 -118.19053] [34.14459 -118.19053] [34.14464 -118.19165] [34.14468 -118.19221] [34.14472 -118.19246] [34.14473 -118.19305] [34.14478 -118.19389] [34.14495 -118.19624] [34.14496 -118.19703] [34.14496 -118.19703] [34.14496 -118.19703] [34.14514 -118.20056] [34.14514 -118.20056])} {:type :line, :desc ([34.14478 -118.19781] [34.14434 -118.19899] [34.14432 -118.19916] [34.14432 -118.19916] [34.14432 -118.19916] [34.1445 -118.2005] [34.14455 -118.2009] [34.14458 -118.20105])} {:type :line, :desc ([34.1461 -118.18991] [34.1461 -118.18991] [34.1461 -118.18991] [34.14523 -118.1884] [34.14496 -118.18789] [34.14496 -118.18789] [34.14432 -118.18677] [34.14416 -118.18651] [34.14377 -118.18593] [34.14327 -118.18508] [34.14327 -118.18508] [34.14327 -118.18508] [34.14253 -118.18371] [34.14235 -118.18346] [34.14235 -118.18346] [34.14153 -118.18201] [34.14116 -118.18145] [34.14116 -118.18145] [34.13927 -118.1781] [34.13927 -118.1781] [34.13873 -118.17719])} {:type :line, :desc ([34.13773 -118.2065] [34.13773 -118.2065] [34.13704 -118.20448] [34.13662 -118.20333] [34.13644 -118.2028] [34.13634 -118.20259] [34.13634 -118.20259] [34.13594 -118.2014] [34.13573 -118.20087] [34.13573 -118.20087] [34.13573 -118.20087] [34.13475 -118.19826] [34.13457 -118.19781] [34.13452 -118.19761] [34.13452 -118.19761] [34.13401 -118.19618] [34.13401 -118.19618] [34.13401 -118.19618] [34.13264 -118.19266] [34.13264 -118.19266] [34.13219 -118.19149] [34.13123 -118.18912] [34.13095 -118.18834] [34.13075 -118.18789] [34.13063 -118.18761] [34.13026 -118.18666] [34.13026 -118.18666] [34.12977 -118.18542] [34.12967 -118.1852] [34.12945 -118.18468] [34.12945 -118.18468] [34.12912 -118.18391] [34.1288 -118.18319] [34.12871 -118.18296] [34.12814 -118.18148] [34.12729 -118.17926] [34.12729 -118.17926] [34.12706 -118.17853] [34.12706 -118.17853] [34.12646 -118.17982] [34.12661 -118.18016] [34.12679 -118.1805] [34.12688 -118.18066] [34.12688 -118.18066] [34.12763 -118.18228] [34.12788 -118.18285] [34.12796 -118.18302] [34.12796 -118.18302] [34.12857 -118.18419] [34.12861 -118.18434] [34.12861 -118.18434] [34.12861 -118.18434] [34.1293 -118.18576] [34.12949 -118.18611] [34.12963 -118.18651] [34.12976 -118.18671] [34.12976 -118.18671] [34.13066 -118.18869] [34.13104 -118.18957] [34.13104 -118.18957] [34.13136 -118.19017] [34.13136 -118.19017] [34.13264 -118.19288] [34.13287 -118.19333] [34.13354 -118.19475] [34.13354 -118.19475] [34.13402 -118.19568] [34.13402 -118.19568] [34.13493 -118.19759] [34.13493 -118.19759] [34.13539 -118.19843] [34.13559 -118.19881] [34.13559 -118.19881] [34.13559 -118.19881] [34.13631 -118.20011] [34.13658 -118.20062] [34.13658 -118.20062] [34.13713 -118.20168] [34.13764 -118.20259] [34.13809 -118.20359] [34.1386 -118.20454] [34.13871 -118.20477] [34.13887 -118.2051] [34.13887 -118.2051] [34.13932 -118.20597] [34.13932 -118.20597] [34.13951 -118.20639])} {:type :line, :desc ([34.14537 -118.18417] [34.14537 -118.18417] [34.14555 -118.18632] [34.14565 -118.18697] [34.14569 -118.18761] [34.14579 -118.18914] [34.14583 -118.18963] [34.14583 -118.18963] [34.14593 -118.19132] [34.14592 -118.19148] [34.14593 -118.19166] [34.14592 -118.1921] [34.14592 -118.1921] [34.14592 -118.19355] [34.14593 -118.19395] [34.14579 -118.19567] [34.14579 -118.19567] [34.14569 -118.19664] [34.14569 -118.19681] [34.14555 -118.19804] [34.14551 -118.19818] [34.14542 -118.19871] [34.14542 -118.19871] [34.14532 -118.19933] [34.14505 -118.20123])} {:type :line, :desc ([34.14207 -118.17954] [34.14207 -118.17954] [34.14207 -118.17954] [34.14207 -118.17954] [34.14192 -118.18073] [34.14192 -118.18073] [34.14192 -118.18073] [34.1418 -118.18189] [34.14178 -118.18239] [34.14175 -118.18279] [34.14174 -118.18296] [34.14175 -118.18313] [34.14174 -118.18342] [34.14171 -118.18397] [34.14171 -118.18397] [34.14157 -118.18621] [34.14157 -118.18621] [34.14157 -118.18621] [34.14155 -118.18708] [34.1415 -118.18823] [34.1415 -118.18914] [34.14148 -118.18946] [34.14146 -118.18966] [34.14143 -118.19041] [34.14143 -118.19041] [34.14136 -118.19166] [34.14136 -118.19166] [34.14134 -118.19238] [34.14132 -118.19252] [34.14123 -118.19458] [34.1412 -118.19479] [34.14118 -118.19572] [34.14116 -118.19697] [34.14113 -118.19744] [34.14102 -118.19949] [34.14102 -118.19949] [34.14102 -118.19949] [34.14095 -118.2007] [34.14093 -118.2009] [34.1409 -118.2015] [34.1409 -118.2015] [34.14081 -118.20356] [34.14081 -118.20396] [34.14079 -118.20431] [34.14081 -118.20454] [34.14079 -118.20488] [34.14081 -118.20545] [34.14081 -118.20545])} {:type :line, :desc ([34.13964 -118.17896] [34.13974 -118.17948] [34.13974 -118.17948] [34.13974 -118.17948] [34.14015 -118.18159] [34.14024 -118.18178] [34.14024 -118.18178] [34.14043 -118.18262] [34.14043 -118.18262] [34.14043 -118.18262] [34.14093 -118.1847] [34.14093 -118.1847] [34.14183 -118.18789] [34.14198 -118.18845] [34.14206 -118.18874] [34.1423 -118.18957] [34.14244 -118.19008] [34.14332 -118.19281] [34.14355 -118.19344] [34.14372 -118.19389] [34.14372 -118.19389] [34.14409 -118.1949] [34.14409 -118.1949] [34.14434 -118.19567] [34.14464 -118.19664] [34.1449 -118.19733] [34.1449 -118.19733] [34.1451 -118.19798])} {:type :line, :desc ([34.12157 -118.1935])} {:type :line, :desc ([34.13255 -118.20745] [34.13255 -118.20745] [34.13306 -118.20056] [34.13315 -118.19927] [34.13315 -118.19927] [34.13336 -118.19555] [34.13351 -118.19355] [34.13374 -118.19266] [34.13374 -118.1921] [34.13448 -118.18699])} {:type :line, :desc ([34.12871 -118.2065] [34.12871 -118.2065] [34.12871 -118.2065] [34.12743 -118.20258] [34.12731 -118.20208] [34.12605 -118.1982] [34.12605 -118.1982] [34.12544 -118.19624] [34.12544 -118.19624] [34.12544 -118.19624] [34.12321 -118.18935] [34.12321 -118.18935] [34.12276 -118.18784] [34.12276 -118.18784] [34.12276 -118.18784] [34.12209 -118.18577])} {:type :line, :desc ([34.12729 -118.18044] [34.12759 -118.18153] [34.12759 -118.18153] [34.12759 -118.18153] [34.12759 -118.18153] [34.12976 -118.18901] [34.13001 -118.18989] [34.13026 -118.19069] [34.13042 -118.19132] [34.13058 -118.19181] [34.13118 -118.19383] [34.13118 -118.19383] [34.13191 -118.19618] [34.13264 -118.19849] [34.13264 -118.19849] [34.13264 -118.19849] [34.13317 -118.20019] [34.13489 -118.20562] [34.13507 -118.20611] [34.13541 -118.20723] [34.13541 -118.20723] [34.13541 -118.20723])} {:type :line, :desc ([34.13947 -118.18968] [34.13946 -118.18966] [34.13855 -118.18189] [34.13841 -118.18145] [34.13828 -118.18072] [34.13818 -118.17859] [34.13818 -118.17859])} {:type :line, :desc ([34.13489 -118.17919] [34.1353 -118.18716] [34.13536 -118.18794] [34.13536 -118.18794] [34.13557 -118.1917] [34.13559 -118.19252] [34.13559 -118.19252] [34.13578 -118.19595] [34.13578 -118.19595] [34.13589 -118.19792] [34.13599 -118.20017] [34.1361 -118.20156] [34.13617 -118.20291] [34.13617 -118.20291] [34.13631 -118.20566] [34.13631 -118.20566] [34.13631 -118.20566])} {:type :line, :desc ([34.12959 -118.19424])} {:type :line, :desc ([34.14413 -118.19266] [34.14411 -118.19269])} {:type :line, :desc ([34.13997 -118.2062] [34.13971 -118.20481] [34.13943 -118.20342] [34.13922 -118.20242] [34.13913 -118.20192] [34.13892 -118.2009] [34.13869 -118.19977] [34.13856 -118.19916] [34.13813 -118.19707] [34.13802 -118.19655] [34.13715 -118.19255] [34.13694 -118.1916] [34.13673 -118.19065] [34.13638 -118.18905] [34.13626 -118.18854] [34.13593 -118.18706] [34.1357 -118.18601] [34.13556 -118.18538] [34.13471 -118.18152] [34.13433 -118.17983] [34.13409 -118.17878] [34.13387 -118.17783] [34.13366 -118.17688])} {:type :line, :desc ([34.14283 -118.20364] [34.14275 -118.20313] [34.14234 -118.20052] [34.14225 -118.19989] [34.14203 -118.19846] [34.14187 -118.19741] [34.14178 -118.19689] [34.141 -118.19209] [34.14083 -118.19103] [34.14068 -118.19005] [34.14059 -118.1895] [34.14034 -118.18799] [34.14015 -118.18687] [34.13991 -118.18534] [34.13982 -118.18477] [34.13957 -118.18321] [34.13947 -118.18255])} {:type :line, :desc ([34.13454 -118.17854] [34.13503 -118.18028] [34.13529 -118.18125] [34.13544 -118.1818] [34.13576 -118.18299] [34.13594 -118.18362] [34.1374 -118.1889] [34.13766 -118.18987] [34.13782 -118.1904] [34.13812 -118.19148] [34.13839 -118.19243] [34.13908 -118.19489] [34.13935 -118.19586] [34.13968 -118.19704] [34.14001 -118.19821] [34.14013 -118.19864] [34.14154 -118.20354] [34.14188 -118.20469])} {:type :line, :desc ([34.13484 -118.1764] [34.13485 -118.17638] [34.13503 -118.19322] [34.13507 -118.19602] [34.13507 -118.19602] [34.13475 -118.20656])} {:type :line, :desc ([34.13072 -118.20706] [34.13068 -118.206] [34.13066 -118.20597] [34.1331 -118.19949] [34.13361 -118.19764] [34.13365 -118.19714] [34.13484 -118.19708] [34.1347 -118.1968] [34.13448 -118.19652] [34.13177 -118.19882] [34.13058 -118.19994] [34.13136 -118.20168] [34.13264 -118.20134] [34.13301 -118.2009] [34.13338 -118.2009] [34.13342 -118.20101] [34.13278 -118.20185] [34.13141 -118.20039] [34.1314 -118.20042] [34.13223 -118.20039] [34.13224 -118.20042] [34.13118 -118.19905] [34.13159 -118.1986] [34.13159 -118.19859] [34.13424 -118.19916])} {:type :line, :desc ([34.14061 -118.20106] [34.14116 -118.20213] [34.14113 -118.20213])} {:type :line, :desc ([34.12177 -118.19075] [34.12177 -118.19075])} {:type :line, :desc ([34.14276 -118.19271] [34.14276 -118.19269] [34.14413 -118.18705] [34.14413 -118.18705] [34.14528 -118.18697])} {:type :line, :desc ([34.13777 -118.19792] [34.13778 -118.1979])} {:type :line, :desc ([34.13695 -118.19546])} {:type :line, :desc ([34.1368 -118.19464])} {:type :line, :desc ([34.13108 -118.17816])} {:type :line, :desc ([34.12289 -118.18615] [34.12288 -118.18611] [34.12683 -118.18879] [34.12811 -118.18946] [34.12967 -118.19047] [34.12963 -118.19052] [34.13635 -118.19473] [34.13919 -118.1968] [34.14079 -118.19764])} {:type :line, :desc ([34.12949 -118.18354] [34.13155 -118.18021] [34.13155 -118.18021] [34.13155 -118.18021])} {:type :line, :desc ([34.14318 -118.20293] [34.14304 -118.20202] [34.14304 -118.20202] [34.14258 -118.19967] [34.14249 -118.19933] [34.1423 -118.1983] [34.14221 -118.19781] [34.14197 -118.19641] [34.1418 -118.19563] [34.14153 -118.19411] [34.14153 -118.19411] [34.14123 -118.19275] [34.14123 -118.19275] [34.14098 -118.19125] [34.14081 -118.19035] [34.14075 -118.18985] [34.14048 -118.18829] [34.14034 -118.18744] [34.14025 -118.18691] [34.1396 -118.18229] [34.13955 -118.18193] [34.13955 -118.18193] [34.13913 -118.17856])} {:type :line, :desc ([34.14679 -118.18946] [34.14663 -118.18983] [34.14642 -118.19019] [34.14569 -118.19149] [34.14528 -118.19218] [34.1451 -118.19254] [34.1451 -118.19254] [34.14416 -118.19424] [34.14416 -118.19424] [34.14217 -118.19787] [34.14188 -118.19841] [34.14188 -118.19841] [34.14107 -118.19983] [34.14107 -118.19983] [34.14107 -118.19983] [34.14107 -118.19983] [34.13922 -118.20322] [34.13885 -118.20391] [34.13846 -118.20465] [34.1382 -118.20511] [34.13759 -118.20628] [34.13759 -118.20628] [34.13666 -118.20791] [34.13649 -118.20824] [34.13649 -118.20824])} {:type :line, :desc ([34.14309 -118.18468] [34.14313 -118.18559] [34.14318 -118.18674] [34.14318 -118.18674] [34.14331 -118.18968] [34.14337 -118.19115] [34.14337 -118.19115] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017] [34.14372 -118.20017])} {:type :line, :desc ([34.1218 -118.19372] [34.1227 -118.19195] [34.12779 -118.18245] [34.12779 -118.18245] [34.13094 -118.17644] [34.13094 -118.17644])} {:type :line, :desc ([34.1407 -118.20286] [34.1407 -118.20286] [34.13992 -118.20013] [34.13947 -118.19832] [34.13947 -118.19832] [34.13947 -118.19832] [34.13908 -118.19658] [34.13892 -118.19585] [34.13892 -118.19585] [34.13892 -118.19585] [34.13862 -118.19458] [34.13786 -118.19131] [34.13759 -118.18995] [34.1375 -118.18963] [34.13731 -118.18873] [34.13685 -118.1864] [34.13672 -118.18582] [34.13594 -118.18178] [34.13587 -118.18142] [34.13587 -118.18142] [34.13571 -118.18055] [34.13544 -118.17915] [34.13541 -118.17873] [34.13522 -118.17781] [34.13512 -118.17747] [34.13512 -118.17747] [34.13512 -118.17747])} {:type :line, :desc ([34.12885 -118.18767] [34.12885 -118.18767] [34.12921 -118.19579] [34.1293 -118.19882] [34.12944 -118.20179] [34.12953 -118.20454] [34.12962 -118.20712])} {:type :line, :desc ([34.14276 -118.18279] [34.14276 -118.18279] [34.14276 -118.18279] [34.14276 -118.18279] [34.1436 -118.18932] [34.14372 -118.1903] [34.14388 -118.19132] [34.144 -118.19232] [34.14413 -118.19333] [34.14413 -118.19333] [34.14486 -118.19881] [34.14486 -118.19881] [34.14486 -118.19881])} {:type :line, :desc ([34.13727 -118.20381] [34.13525 -118.19764] [34.13527 -118.19761] [34.13438 -118.19445] [34.13397 -118.19277] [34.13397 -118.19277] [34.13397 -118.19277] [34.13155 -118.18531] [34.13086 -118.18279] [34.13077 -118.18156] [34.13077 -118.18156] [34.12976 -118.17769] [34.12977 -118.17764] [34.12977 -118.17764] [34.12977 -118.17764])} {:type :line, :desc ([34.13336 -118.18005] [34.13388 -118.19148] [34.13072 -118.19333] [34.1307 -118.19332] [34.12177 -118.19092])} {:type :line, :desc ([34.13606 -118.17867] [34.13606 -118.17867] [34.13622 -118.18055] [34.13685 -118.18777] [34.1369 -118.18828] [34.13731 -118.19281] [34.13736 -118.19333] [34.13764 -118.19641] [34.13764 -118.19641] [34.13791 -118.19966] [34.13809 -118.20157] [34.13809 -118.20157] [34.13862 -118.20728])} {:type :line, :desc ([34.13892 -118.18105] [34.13892 -118.18105] [34.13837 -118.18301] [34.13839 -118.18296])} {:type :line, :desc ([34.12344 -118.18694] [34.12413 -118.18694] [34.12523 -118.18688] [34.12523 -118.18688] [34.12898 -118.18638] [34.12976 -118.18638] [34.13113 -118.18643] [34.13274 -118.18599] [34.13562 -118.18559] [34.13564 -118.1856] [34.144 -118.18442] [34.14532 -118.18425])} {:type :line, :desc ([34.12738 -118.18442] [34.12738 -118.18711] [34.12735 -118.18708] [34.12738 -118.1931] [34.12743 -118.19804] [34.1274 -118.19899] [34.12761 -118.20286] [34.12761 -118.20286] [34.12756 -118.20538] [34.12756 -118.20538] [34.12756 -118.20538] [34.12756 -118.20538] [34.12756 -118.20538] [34.12756 -118.20538] [34.12756 -118.20538] [34.12756 -118.20538] [34.12756 -118.20538] [34.12756 -118.20538])} {:type :line, :desc ([34.14056 -118.19288] [34.14143 -118.19473] [34.1423 -118.19714] [34.14234 -118.19715] [34.14234 -118.19715] [34.14234 -118.19715])} {:type :line, :desc ([34.1255 -118.20095] [34.12546 -118.20045] [34.12569 -118.2] [34.12637 -118.19602] [34.12656 -118.19529] [34.12706 -118.19366] [34.12703 -118.19366] [34.12862 -118.18537] [34.12935 -118.1806] [34.12981 -118.17741])} {:type :line, :desc ([34.13351 -118.18324] [34.13351 -118.18649] [34.13351 -118.18649] [34.13351 -118.18649] [34.13354 -118.18966] [34.13354 -118.18966])} {:type :line, :desc ([34.14134 -118.19041] [34.14134 -118.19041] [34.13846 -118.17814] [34.13848 -118.1781])} {:type :line, :desc ([34.13036 -118.17825] [34.13191 -118.1829] [34.1321 -118.18374] [34.13219 -118.18425] [34.13219 -118.18425] [34.13219 -118.18425] [34.13351 -118.18823] [34.1335 -118.18823] [34.13452 -118.19181] [34.13503 -118.19305] [34.13503 -118.19305] [34.13539 -118.19439] [34.13539 -118.19439] [34.13539 -118.19439])} {:type :line, :desc ([34.13168 -118.20146])} {:type :line, :desc ([34.13685 -118.20677] [34.13672 -118.20588] [34.13643 -118.20225] [34.13638 -118.20127] [34.13631 -118.20045] [34.1362 -118.19904] [34.13612 -118.19826] [34.13612 -118.19826] [34.13601 -118.19721] [34.13582 -118.19595] [34.13567 -118.19484] [34.13564 -118.19447] [34.13544 -118.1931] [34.13544 -118.1931] [34.13544 -118.1931] [34.13438 -118.18714] [34.13438 -118.18714] [34.13416 -118.18599] [34.13383 -118.18464] [34.13373 -118.18417] [34.13356 -118.18329] [34.13356 -118.18329] [34.13356 -118.18329] [34.13356 -118.18329] [34.13182 -118.17638])} {:type :line, :desc ([34.1369 -118.20717] [34.13599 -118.20437] [34.13452 -118.1995] [34.13452 -118.1995] [34.13164 -118.1903] [34.13164 -118.1903])} {:type :line, :desc ([34.12703 -118.17822] [34.12703 -118.17822])} {:type :line, :desc ([34.14587 -118.19232] [34.14478 -118.19058] [34.14476 -118.19057] [34.14476 -118.19057] [34.14093 -118.18257] [34.14066 -118.18021] [34.14029 -118.17892] [34.14029 -118.17896])} {:type :line, :desc ([34.12129 -118.18655] [34.1212 -118.18688] [34.12116 -118.18691] [34.12189 -118.19394] [34.12189 -118.19394] [34.12189 -118.19394] [34.12257 -118.20101] [34.1226 -118.20099])} {:type :line, :desc ([34.12721 -118.19052] [34.12843 -118.19322] [34.12842 -118.19321] [34.1299 -118.1986] [34.1299 -118.1986] [34.13068 -118.20123] [34.13068 -118.20123] [34.131 -118.20375] [34.131 -118.20375] [34.13081 -118.20684] [34.13081 -118.20684] [34.13084 -118.20763])} {:type :line, :desc ([34.13672 -118.20387] [34.13658 -118.20392] [34.13667 -118.20297] [34.13667 -118.20297] [34.13837 -118.20101])} {:type :line, :desc ([34.12143 -118.19243] [34.12143 -118.19243] [34.12163 -118.19161] [34.12294 -118.18279])} {:type :line, :desc ([34.12889 -118.19501])} {:type :line, :desc ([34.12894 -118.19504])} {:type :line, :desc ([34.13338 -118.20768] [34.13297 -118.20504] [34.13049 -118.19731] [34.13049 -118.19731])} {:type :line, :desc ([34.13667 -118.19467] [34.13686 -118.19131] [34.13686 -118.19131] [34.13768 -118.17971])} {:type :line, :desc ([34.12279 -118.19756] [34.12994 -118.18419] [34.12994 -118.18419] [34.13187 -118.1805] [34.13187 -118.1805] [34.13187 -118.1805])} {:type :line, :desc ([34.12633 -118.1792] [34.12633 -118.17919])} {:type :line, :desc ([34.1451 -118.2005] [34.14487 -118.19854] [34.14486 -118.19859] [34.14418 -118.19445] [34.14395 -118.19344] [34.14327 -118.18954] [34.14322 -118.18946] [34.14322 -118.18946] [34.1418 -118.18116] [34.14178 -118.18113])} {:type :line, :desc ([34.13694 -118.20671] [34.13694 -118.20671] [34.13562 -118.20258] [34.13562 -118.20258] [34.13489 -118.2003] [34.1348 -118.19983] [34.1348 -118.19983] [34.1348 -118.19983] [34.1348 -118.19983] [34.13264 -118.19288] [34.13224 -118.1916] [34.13224 -118.1916] [34.13155 -118.18929] [34.13061 -118.18634] [34.13022 -118.18503] [34.12994 -118.18419] [34.12967 -118.18329] [34.12967 -118.18329] [34.12921 -118.18188] [34.12894 -118.181] [34.12842 -118.17924] [34.12814 -118.17839])} {:type :line, :desc ([34.13694 -118.20717] [34.13694 -118.20717] [34.13658 -118.206] [34.13527 -118.20156] [34.13489 -118.2003] [34.13489 -118.2003] [34.13489 -118.2003] [34.13402 -118.19742] [34.13402 -118.19742] [34.13275 -118.19332] [34.13275 -118.19332] [34.13242 -118.19221] [34.13191 -118.19057] [34.1315 -118.1892] [34.13136 -118.18873] [34.13136 -118.18873] [34.13056 -118.18623] [34.13056 -118.18623] [34.12894 -118.18088] [34.12894 -118.18088] [34.12828 -118.17873] [34.12816 -118.17825])} {:type :line, :desc ([34.13643 -118.20608] [34.13612 -118.20493] [34.13612 -118.20493] [34.13612 -118.20493] [34.13612 -118.20493] [34.13612 -118.20493] [34.13285 -118.19407] [34.13246 -118.19277] [34.13224 -118.19206] [34.13224 -118.19206] [34.13177 -118.19041] [34.13141 -118.18918] [34.13141 -118.18918] [34.13094 -118.18754] [34.13094 -118.18754] [34.13054 -118.18627] [34.13015 -118.18497] [34.13004 -118.18453] [34.12973 -118.18359] [34.12973 -118.18359] [34.12973 -118.18359] [34.12816 -118.17853] [34.12805 -118.1781] [34.12805 -118.1781] [34.12805 -118.1781] [34.12805 -118.1781])} {:type :line, :desc ([34.12847 -118.18153] [34.12917 -118.18374] [34.12917 -118.18374] [34.13001 -118.1864] [34.13068 -118.18868] [34.13068 -118.18868] [34.13131 -118.19075] [34.13131 -118.19075] [34.13173 -118.1921] [34.13308 -118.19653] [34.13338 -118.19748] [34.1335 -118.19778] [34.1335 -118.19778] [34.1335 -118.19778] [34.13443 -118.20078] [34.13443 -118.20078] [34.13443 -118.20078] [34.13443 -118.20078] [34.13667 -118.20807] [34.13667 -118.20807])} {:type :line, :desc ([34.13649 -118.20605] [34.13606 -118.20471] [34.13589 -118.20426] [34.13553 -118.20319] [34.13553 -118.20319] [34.13553 -118.20319] [34.13553 -118.20319] [34.13553 -118.20319] [34.13553 -118.20319] [34.13336 -118.19641] [34.1331 -118.19563] [34.1331 -118.19563] [34.13278 -118.19462] [34.13261 -118.19401] [34.13261 -118.19401] [34.13214 -118.19249] [34.13196 -118.19183] [34.13182 -118.19148] [34.1315 -118.19035] [34.13141 -118.19008] [34.13029 -118.1864] [34.13029 -118.1864] [34.12982 -118.18497] [34.12982 -118.18497] [34.12982 -118.18497] [34.12866 -118.18113] [34.12857 -118.18077] [34.12838 -118.18016] [34.12772 -118.17799])} {:type :line, :desc ([34.13562 -118.17819] [34.13634 -118.18073] [34.13663 -118.18178] [34.13685 -118.18256] [34.13685 -118.18256] [34.13685 -118.18256] [34.13814 -118.18722] [34.1388 -118.18972] [34.13924 -118.1912] [34.13932 -118.19155] [34.13932 -118.19155] [34.14098 -118.19736] [34.14146 -118.19916] [34.14146 -118.19916] [34.14185 -118.2005] [34.14211 -118.20133] [34.14211 -118.20133] [34.14211 -118.20133] [34.14211 -118.20133] [34.14211 -118.20133])} {:type :line, :desc ([34.12807 -118.18072] [34.12856 -118.18228] [34.12856 -118.18228] [34.12856 -118.18228] [34.12926 -118.18457] [34.12926 -118.18457] [34.12926 -118.18457] [34.13049 -118.1884] [34.13068 -118.18901] [34.13089 -118.18972] [34.13191 -118.19288] [34.13219 -118.19378] [34.13237 -118.19434] [34.13266 -118.19527] [34.13297 -118.19619] [34.13297 -118.19619] [34.13326 -118.1971] [34.13326 -118.1971] [34.13326 -118.1971] [34.13503 -118.20275] [34.13525 -118.20342] [34.13624 -118.20671] [34.13624 -118.20671] [34.13624 -118.20671] [34.13624 -118.20671])} {:type :line, :desc ([34.12954 -118.17879] [34.12958 -118.17954] [34.12963 -118.1801] [34.12963 -118.1801] [34.1299 -118.1852] [34.12999 -118.18671] [34.13005 -118.18766] [34.13008 -118.18812] [34.13008 -118.18901] [34.13013 -118.19041] [34.13015 -118.19092] [34.13017 -118.19131] [34.13019 -118.19286] [34.13019 -118.19286] [34.13022 -118.19479] [34.13022 -118.19585] [34.13026 -118.1968] [34.13024 -118.19778] [34.13026 -118.19826] [34.13026 -118.19826] [34.13026 -118.19826] [34.13026 -118.20179] [34.13026 -118.20179] [34.13026 -118.20179] [34.13026 -118.20179])} {:type :line, :desc ([34.13117 -118.1884] [34.13117 -118.1884])} {:type :line, :desc ([34.13622 -118.20538] [34.1334 -118.19607] [34.1334 -118.19607])} {:type :line, :desc ([34.14281 -118.20179] [34.14271 -118.2011] [34.14262 -118.20036] [34.14253 -118.20005] [34.14253 -118.20005] [34.1423 -118.1982] [34.14225 -118.19784] [34.14225 -118.19784] [34.14175 -118.19417] [34.14166 -118.1935] [34.1415 -118.19223] [34.14148 -118.19181] [34.14141 -118.19109] [34.14132 -118.19035] [34.14125 -118.18991] [34.1412 -118.18929] [34.14107 -118.18817] [34.14095 -118.1872] [34.14079 -118.1861] [34.14066 -118.18492] [34.14066 -118.18492] [34.14066 -118.18492] [34.14011 -118.18021] [34.14011 -118.18021])} {:type :line, :desc ([34.12921 -118.20706] [34.12917 -118.20648] [34.12907 -118.20539] [34.12903 -118.20504] [34.12903 -118.20477] [34.12894 -118.20375] [34.12894 -118.20375] [34.12894 -118.20375] [34.1288 -118.20179] [34.1288 -118.20179] [34.1288 -118.20179] [34.12852 -118.19818] [34.12852 -118.19818] [34.12838 -118.19647] [34.12838 -118.19647] [34.1283 -118.19546] [34.12819 -118.19447] [34.12819 -118.19447] [34.12805 -118.19218] [34.12805 -118.19218] [34.12805 -118.19218] [34.12779 -118.18912] [34.12772 -118.18817] [34.1277 -118.18784] [34.12749 -118.18514] [34.12747 -118.18492] [34.12735 -118.18354] [34.12711 -118.18111] [34.12707 -118.18033] [34.12697 -118.17965] [34.12693 -118.17942])} {:type :line, :desc ([34.14166 -118.17948] [34.14174 -118.17999] [34.14207 -118.18201] [34.14216 -118.18251] [34.14248 -118.18451] [34.14272 -118.18593] [34.14272 -118.18593] [34.14313 -118.18845] [34.14327 -118.1892] [34.14436 -118.19563] [34.14444 -118.19618] [34.14481 -118.19836] [34.14491 -118.19882])} {:type :line, :desc ([34.13512 -118.20734] [34.13512 -118.20734] [34.13457 -118.20545] [34.13342 -118.20146] [34.13342 -118.20146] [34.13308 -118.20024] [34.13274 -118.1991] [34.13274 -118.1991] [34.13123 -118.19383] [34.13066 -118.19178] [34.13054 -118.19142] [34.13013 -118.19002] [34.12968 -118.18846] [34.12968 -118.18846] [34.12931 -118.1872] [34.12903 -118.18627] [34.12747 -118.18083] [34.12721 -118.17999] [34.12711 -118.17954] [34.12711 -118.17954])} {:type :line, :desc ([34.13154 -118.19069] [34.13535 -118.20084] [34.13576 -118.2023] [34.13626 -118.20342] [34.13667 -118.20482] [34.13773 -118.20751] [34.13769 -118.20751])} {:type :line, :desc ([34.14015 -118.17947] [34.14024 -118.18088] [34.14024 -118.18088] [34.14024 -118.18088] [34.14034 -118.18451] [34.14034 -118.1861] [34.14034 -118.1868] [34.1402 -118.18952] [34.1402 -118.18952] [34.1402 -118.18952] [34.1402 -118.18952] [34.1402 -118.18952] [34.13946 -118.19675] [34.13946 -118.19675] [34.13919 -118.19832] [34.1385 -118.20224] [34.1382 -118.20379] [34.1382 -118.20379] [34.13786 -118.20532])} {:type :line, :desc ([34.12354 -118.19675] [34.12354 -118.19675] [34.12344 -118.19366] [34.12335 -118.19064] [34.12335 -118.18972] [34.12335 -118.18972] [34.12326 -118.18755] [34.12317 -118.1852] [34.12317 -118.1852])} {:type :line, :desc ([34.12569 -118.19877] [34.12568 -118.19876])} {:type :line, :desc ([34.12189 -118.1889] [34.12191 -118.18972] [34.12184 -118.19389] [34.12189 -118.19462] [34.12184 -118.19809])} {:type :line, :desc ([34.13136 -118.17629] [34.13136 -118.17629] [34.13155 -118.18032] [34.13154 -118.18033] [34.13306 -118.19798] [34.13324 -118.20146] [34.13338 -118.20246] [34.13338 -118.20246])} {:type :line, :desc ([34.14285 -118.18651] [34.14285 -118.18651])} {:type :line, :desc ([34.13378 -118.2078] [34.13378 -118.2078] [34.13378 -118.2078] [34.13329 -118.206] [34.13289 -118.20448] [34.1326 -118.20353] [34.1326 -118.20353] [34.1326 -118.20353] [34.13136 -118.19972] [34.13136 -118.19972] [34.13136 -118.19972] [34.13136 -118.19972] [34.13084 -118.19784] [34.13052 -118.19693] [34.13052 -118.19693] [34.13052 -118.19693] [34.12999 -118.19529] [34.12999 -118.19529] [34.12999 -118.19529] [34.12999 -118.19529] [34.12894 -118.19212] [34.12894 -118.19212] [34.12843 -118.19097] [34.12811 -118.19013] [34.12811 -118.19013] [34.12811 -118.19013] [34.12689 -118.1868] [34.12674 -118.18621] [34.12637 -118.18548] [34.12637 -118.18548] [34.12637 -118.18548] [34.12573 -118.18386] [34.12465 -118.18096] [34.12465 -118.18096] [34.12465 -118.18096] [34.12465 -118.18096])} {:type :line, :desc ([34.14427 -118.19675] [34.14432 -118.19714] [34.14478 -118.20062])} {:type :line, :desc ([34.12614 -118.19389] [34.12614 -118.19389])} {:type :line, :desc ([34.13117 -118.18834] [34.13017 -118.1852] [34.12976 -118.18402] [34.12898 -118.18205] [34.12834 -118.18016] [34.12838 -118.18016])} {:type :line, :desc ([34.12843 -118.19047] [34.12842 -118.19046] [34.12842 -118.19046] [34.13068 -118.19563])} {:type :line, :desc ([34.14276 -118.1903] [34.14276 -118.19029] [34.14374 -118.20024] [34.14374 -118.20024])} {:type :line, :desc ([34.12674 -118.18178] [34.12661 -118.18508] [34.12661 -118.18508] [34.12642 -118.18901] [34.12642 -118.18901] [34.12596 -118.19824] [34.12587 -118.19989] [34.12582 -118.20122] [34.12578 -118.20207] [34.12578 -118.20207] [34.12558 -118.20517] [34.12558 -118.20517] [34.12558 -118.20517])} {:type :line, :desc ([34.12308 -118.1991] [34.12308 -118.1991] [34.12308 -118.1991] [34.12308 -118.1991] [34.12265 -118.19521] [34.12253 -118.19423] [34.12253 -118.19423] [34.12205 -118.19] [34.12198 -118.18957] [34.1218 -118.18817] [34.12177 -118.18766] [34.12166 -118.18683])} {:type :line, :desc ([34.12212 -118.1889] [34.12212 -118.1889] [34.12253 -118.19013] [34.1228 -118.19109] [34.12312 -118.19204] [34.12312 -118.19204] [34.12312 -118.19204] [34.12419 -118.1955] [34.12484 -118.19761] [34.12484 -118.19761] [34.12484 -118.19761] [34.12563 -118.20013] [34.12563 -118.20013] [34.12596 -118.20118] [34.12596 -118.20118])} {:type :line, :desc ([34.13841 -118.20605] [34.13846 -118.20516] [34.13928 -118.20106] [34.13928 -118.20106] [34.13987 -118.19584] [34.14001 -118.19411] [34.14001 -118.19412] [34.14061 -118.19238] [34.14125 -118.18834] [34.14125 -118.18727] [34.14125 -118.18727] [34.14139 -118.18397] [34.14139 -118.18397] [34.14139 -118.18212] [34.14139 -118.18212] [34.1218 -118.18795] [34.1218 -118.18795] [34.1218 -118.18795] [34.1282 -118.19479] [34.12939 -118.19613] [34.12999 -118.19927] [34.13001 -118.19927] [34.13054 -118.20454] [34.13063 -118.20785])} {:type :line, :desc ([34.13168 -118.19115])} {:type :line, :desc ([34.13164 -118.18901] [34.13283 -118.19187])} {:type :line, :desc ([34.12102 -118.19613] [34.12102 -118.19613] [34.1244 -118.1977] [34.1244 -118.1977] [34.12782 -118.19927] [34.12971 -118.20017] [34.12971 -118.20017] [34.12971 -118.20017])} {:type :line, :desc ([34.13841 -118.20359] [34.13828 -118.20286] [34.13837 -118.20112] [34.13818 -118.19871] [34.138 -118.19798] [34.13809 -118.19636] [34.13795 -118.19383] [34.13791 -118.19361] [34.13777 -118.19176] [34.13795 -118.18851] [34.13782 -118.18772] [34.13795 -118.18638])} {:type :line, :desc ([34.12866 -118.19103] [34.12833 -118.19035] [34.12798 -118.18946] [34.12802 -118.1889] [34.12775 -118.1884] [34.12756 -118.18778] [34.12711 -118.18615] [34.12711 -118.18615] [34.12711 -118.18615] [34.12596 -118.18122] [34.12596 -118.18119])} {:type :line, :desc ([34.14551 -118.19086] [34.14542 -118.19153] [34.14569 -118.19282] [34.14592 -118.19366])} {:type :line, :desc ([34.14355 -118.19452] [34.14355 -118.19452] [34.14355 -118.19452])} {:type :line, :desc ([34.12724 -118.18088] [34.12721 -118.18245] [34.12721 -118.18245] [34.12706 -118.18587] [34.12697 -118.18817] [34.12689 -118.18972] [34.12679 -118.19187] [34.1267 -118.19395] [34.1267 -118.19395] [34.12637 -118.20101] [34.12624 -118.20374] [34.12619 -118.20465] [34.12614 -118.20557] [34.12614 -118.20557] [34.12614 -118.20557])} {:type :line, :desc ([34.12968 -118.188] [34.13022 -118.18991] [34.13145 -118.19383] [34.13145 -118.19384] [34.13145 -118.19384] [34.13145 -118.19384])} {:type :line, :desc ([34.14459 -118.19977] [34.14459 -118.19977] [34.14458 -118.19572] [34.1442 -118.18731])} {:type :line, :desc ([34.12766 -118.18021] [34.12973 -118.18314] [34.13008 -118.18369] [34.13063 -118.18458] [34.13109 -118.18526] [34.13164 -118.1861] [34.1321 -118.18683] [34.13411 -118.1898] [34.13448 -118.19041] [34.13448 -118.19041] [34.13589 -118.19254])} {:type :line, :desc ([34.14155 -118.17913] [34.14185 -118.18301] [34.14188 -118.18405] [34.14189 -118.18531] [34.14192 -118.1868] [34.14192 -118.1868] [34.14206 -118.19401] [34.14207 -118.19568] [34.14211 -118.19693] [34.14212 -118.1982] [34.14216 -118.19944] [34.14216 -118.19944])} {:type :line, :desc ([34.13947 -118.17814] [34.13913 -118.18119] [34.13905 -118.18178] [34.13885 -118.18348] [34.13885 -118.18348] [34.13823 -118.18873] [34.13806 -118.18989] [34.13791 -118.19109] [34.13773 -118.19275] [34.13763 -118.19316] [34.13763 -118.19316] [34.13731 -118.19591] [34.13731 -118.19591] [34.13694 -118.19887] [34.13694 -118.19887] [34.13622 -118.20476] [34.1361 -118.20591] [34.13599 -118.20695])} {:type :line, :desc ([34.1299 -118.18111] [34.12987 -118.18222] [34.12985 -118.18329] [34.12982 -118.18485] [34.12976 -118.18604] [34.12973 -118.18708] [34.12973 -118.18708] [34.12967 -118.19069] [34.12967 -118.19069] [34.12953 -118.19792] [34.12945 -118.19847] [34.12944 -118.19955] [34.12944 -118.19955] [34.12939 -118.20151] [34.12935 -118.20282] [34.1293 -118.20471] [34.12931 -118.20534] [34.12926 -118.20706] [34.12921 -118.20763] [34.12921 -118.20763])} {:type :line, :desc ([34.14565 -118.19092] [34.1445 -118.18817] [34.14299 -118.18559] [34.14061 -118.18088] [34.13951 -118.17803] [34.13951 -118.17803] [34.13951 -118.17803])} {:type :line, :desc ([34.13818 -118.18985] [34.13773 -118.18896] [34.13773 -118.18897])} {:type :line, :desc ([34.12647 -118.18365] [34.12596 -118.17999] [34.12596 -118.17999])} {:type :line, :desc ([34.145 -118.18425] [34.14509 -118.18502] [34.14509 -118.18502] [34.14546 -118.18772] [34.14565 -118.18914] [34.14583 -118.19058] [34.14601 -118.19187] [34.14619 -118.19355] [34.14619 -118.19355] [34.14619 -118.19355])} {:type :line, :desc ([34.14313 -118.18171])} {:type :line, :desc ([34.13068 -118.1889] [34.13068 -118.1889] [34.13015 -118.18743] [34.12798 -118.18032] [34.12798 -118.18032])} {:type :line, :desc ([34.12953 -118.20381] [34.1299 -118.20235] [34.13068 -118.19882] [34.1307 -118.19881] [34.1307 -118.19881])} {:type :line, :desc ([34.13777 -118.20297] [34.13786 -118.20157] [34.13777 -118.19905] [34.13786 -118.19776] [34.13787 -118.19773])} {:type :line, :desc ([34.1212 -118.18935] [34.12248 -118.19423] [34.12312 -118.19652] [34.12408 -118.20028] [34.12482 -118.20308])} {:type :line, :desc ([34.14455 -118.1875] [34.14453 -118.18748] [34.14425 -118.19235] [34.14418 -118.19574] [34.14409 -118.19714])} {:type :line, :desc ([34.13191 -118.18193] [34.13223 -118.17836])} {:type :line, :desc ([34.1331 -118.20005] [34.13242 -118.19647] [34.13243 -118.19647] [34.12985 -118.18486] [34.12982 -118.18491] [34.1293 -118.18184] [34.12894 -118.17943])} {:type :line, :desc ([34.14528 -118.19854] [34.14418 -118.19501] [34.14416 -118.19498] [34.14416 -118.19498] [34.1402 -118.18318] [34.13969 -118.18173] [34.1391 -118.18004])} {:type :line, :desc ([34.13672 -118.2079] [34.13672 -118.2079] [34.13631 -118.2065])} {:type :line, :desc ([34.13342 -118.1963] [34.13283 -118.19456] [34.1321 -118.19282] [34.12958 -118.18571] [34.12839 -118.18049])} {:type :line, :desc ([34.14313 -118.18066] [34.14337 -118.18102] [34.14359 -118.18206] [34.14359 -118.18206] [34.14432 -118.1847] [34.14455 -118.18548] [34.14519 -118.1875] [34.14537 -118.18828] [34.14624 -118.19137] [34.14537 -118.18829])} {:type :line, :desc ([34.13603 -118.17775])} {:type :line, :desc ([34.13832 -118.1815] [34.13873 -118.18363] [34.13878 -118.18408] [34.13878 -118.18408] [34.13983 -118.18901] [34.13983 -118.18901] [34.1418 -118.19495] [34.1418 -118.19495] [34.14216 -118.1963] [34.14336 -118.2] [34.14379 -118.20065] [34.14391 -118.20112] [34.14391 -118.20112] [34.14391 -118.20112] [34.14391 -118.20112])} {:type :line, :desc ([34.12317 -118.20146] [34.12244 -118.19871] [34.12088 -118.19294] [34.12051 -118.19165])} {:type :line, :desc ([34.12847 -118.1848])} {:type :line, :desc ([34.12065 -118.19053] [34.12079 -118.18985] [34.12111 -118.18845] [34.12107 -118.1884] [34.12148 -118.18677] [34.12157 -118.1861])} {:type :line, :desc ([34.14139 -118.20387] [34.14125 -118.2028] [34.1412 -118.20028] [34.14102 -118.19854] [34.14034 -118.19484] [34.14006 -118.19406] [34.13992 -118.19338] [34.13983 -118.19125] [34.1391 -118.18901] [34.13908 -118.18892] [34.13941 -118.18417] [34.13965 -118.17909])} {:type :line, :desc ([34.12512 -118.20259] [34.12512 -118.20259] [34.12512 -118.20259] [34.12512 -118.20259] [34.13635 -118.20672] [34.13635 -118.20672] [34.13635 -118.20672])} {:type :line, :desc ([34.12592 -118.19781] [34.125 -118.19355] [34.12498 -118.19355] [34.12498 -118.19355] [34.12498 -118.19355] [34.12498 -118.19355] [34.12498 -118.19355])} {:type :line, :desc ([34.12791 -118.17799] [34.12791 -118.17799] [34.12807 -118.17842] [34.12807 -118.17842] [34.12889 -118.18125] [34.12889 -118.18125] [34.12889 -118.18125] [34.12889 -118.18125] [34.13019 -118.18548] [34.13019 -118.18548] [34.13019 -118.18548] [34.13019 -118.18548] [34.13145 -118.18966] [34.13164 -118.1903] [34.13164 -118.1903] [34.13191 -118.19109] [34.13191 -118.19109] [34.13191 -118.19109] [34.13191 -118.19109] [34.13299 -118.19475] [34.13299 -118.19475] [34.13333 -118.19585] [34.13424 -118.1987] [34.13448 -118.19949] [34.13457 -118.19979] [34.13484 -118.20067] [34.13503 -118.20123] [34.13516 -118.20174] [34.13536 -118.20236] [34.13536 -118.20236] [34.13589 -118.20409] [34.13589 -118.20409] [34.1362 -118.20499] [34.1362 -118.20499] [34.13663 -118.20644] [34.13663 -118.20644] [34.13695 -118.20751] [34.13704 -118.20774])} {:type :line, :desc ([34.12843 -118.17926] [34.12912 -118.18027] [34.12994 -118.18156] [34.13063 -118.18257] [34.13089 -118.18296] [34.13089 -118.18296] [34.13089 -118.18296] [34.13457 -118.18869] [34.13457 -118.18869] [34.13457 -118.18869] [34.13457 -118.18869] [34.13457 -118.18869] [34.13795 -118.19406] [34.14057 -118.19847] [34.14057 -118.19847] [34.14212 -118.20112] [34.14212 -118.20112])} {:type :line, :desc ([34.13937 -118.20701] [34.1396 -118.20387] [34.14006 -118.20297] [34.14006 -118.20297] [34.14024 -118.19781] [34.13969 -118.19277] [34.13951 -118.1921] [34.1395 -118.19212] [34.13622 -118.1847] [34.13658 -118.18408] [34.13603 -118.1824] [34.13585 -118.18206] [34.13585 -118.18206] [34.13599 -118.17954] [34.13599 -118.1787] [34.1364 -118.17747] [34.13638 -118.17747] [34.13638 -118.17747] [34.13638 -118.17747])} {:type :line, :desc ([34.14011 -118.19961] [34.14075 -118.20123] [34.14088 -118.20151] [34.14143 -118.2028] [34.14207 -118.20431])} {:type :line, :desc ([34.12642 -118.19714] [34.12642 -118.19714] [34.1347 -118.19148] [34.13471 -118.19149] [34.13471 -118.19149])} {:type :line, :desc ([34.14413 -118.20157] [34.14355 -118.19784] [34.14336 -118.19675] [34.14322 -118.19574] [34.14322 -118.19574] [34.14322 -118.19574] [34.14239 -118.19057] [34.14239 -118.19057] [34.14239 -118.19057] [34.14148 -118.18475] [34.14148 -118.18475] [34.14148 -118.18475] [34.14148 -118.18475])} {:type :line, :desc ([34.14478 -118.18369] [34.14478 -118.18369] [34.14569 -118.18995] [34.14583 -118.19086] [34.14601 -118.19187] [34.14601 -118.19187])} {:type :line, :desc ([34.14593 -118.18914] [34.14569 -118.18997] [34.14569 -118.18997] [34.14504 -118.19195] [34.14476 -118.19281] [34.14459 -118.19327] [34.14448 -118.19366] [34.14379 -118.19561] [34.14345 -118.19652] [34.14345 -118.19652] [34.14345 -118.19652] [34.1409 -118.20271] [34.1409 -118.20271] [34.1409 -118.20271])} {:type :line, :desc ([34.12461 -118.19756] [34.1255 -118.19333] [34.12555 -118.19266] [34.12624 -118.18879] [34.12624 -118.18823] [34.12738 -118.18408] [34.12839 -118.17976] [34.12857 -118.17915] [34.12921 -118.17747])} {:type :line, :desc ([34.12491 -118.18329] [34.12582 -118.18394] [34.12674 -118.18458] [34.12674 -118.18458] [34.12674 -118.18458] [34.13168 -118.18811] [34.13168 -118.18811] [34.13516 -118.19058] [34.13615 -118.19132] [34.13704 -118.19198] [34.13811 -118.19275] [34.13811 -118.19275] [34.14377 -118.19692])} {:type :line, :desc ([34.14597 -118.19523] [34.14597 -118.19523] [34.14597 -118.19523] [34.14597 -118.19523] [34.14597 -118.19523] [34.14381 -118.18229] [34.14381 -118.18229])} {:type :line, :desc ([34.13429 -118.20684] [34.13429 -118.20684] [34.13429 -118.20454] [34.13429 -118.20368] [34.13434 -118.20258] [34.13434 -118.20162] [34.13438 -118.19804] [34.13438 -118.19714] [34.13438 -118.1967] [34.13438 -118.1967] [34.13438 -118.19434] [34.13438 -118.19298] [34.13438 -118.19298] [34.13438 -118.19298] [34.13448 -118.1875] [34.13447 -118.18697] [34.13447 -118.1852] [34.13448 -118.18402] [34.13448 -118.18402] [34.13448 -118.18402])} {:type :line, :desc ([34.13447 -118.20728] [34.13448 -118.20616] [34.13447 -118.20465] [34.13448 -118.20415] [34.13447 -118.20242] [34.13448 -118.2019] [34.13447 -118.20139] [34.13443 -118.19944] [34.13443 -118.19944] [34.13443 -118.19944] [34.13438 -118.19664] [34.13438 -118.19664] [34.13438 -118.19664] [34.13438 -118.19664] [34.13438 -118.19664] [34.13416 -118.18991] [34.1341 -118.18886] [34.13411 -118.18784] [34.13406 -118.18615] [34.13406 -118.18615] [34.13387 -118.18022] [34.13382 -118.17856] [34.13379 -118.17803])} {:type :line, :desc ([34.12656 -118.18542] [34.12866 -118.19435] [34.12971 -118.19731] [34.13077 -118.20056] [34.13131 -118.20139])} {:type :line, :desc ([34.12294 -118.19114] [34.12293 -118.19115] [34.12294 -118.19378] [34.12285 -118.19731] [34.12289 -118.1982])} {:type :line, :desc ([34.13624 -118.18634])} {:type :line, :desc ([34.14084 -118.18133] [34.14107 -118.18262])} {:type :line, :desc ([34.13269 -118.19013] [34.13251 -118.19002] [34.1321 -118.18896])} {:type :line, :desc ([34.14029 -118.20426] [34.13992 -118.20258] [34.13992 -118.20259] [34.13768 -118.19574] [34.1369 -118.19305] [34.13622 -118.19058] [34.13567 -118.18879] [34.13567 -118.18879] [34.13361 -118.18195] [34.13359 -118.18193] [34.13255 -118.17831] [34.13257 -118.17833])} {:type :line, :desc ([34.13969 -118.17887] [34.13983 -118.17993] [34.13979 -118.18122] [34.1396 -118.18268] [34.13956 -118.18559] [34.13956 -118.18559] [34.13956 -118.18559] [34.14075 -118.19097] [34.14085 -118.1916] [34.14098 -118.19238] [34.1413 -118.19378] [34.14148 -118.19568] [34.1415 -118.19572] [34.14171 -118.1991] [34.14169 -118.1991])} {:type :line, :desc ([34.13525 -118.20779] [34.13484 -118.20644] [34.13434 -118.20493] [34.13434 -118.20494] [34.13077 -118.1949] [34.13075 -118.19492] [34.12724 -118.18442] [34.12697 -118.18318] [34.12698 -118.18319])} {:type :line, :desc ([34.14395 -118.20269] [34.14354 -118.19966] [34.14355 -118.19967] [34.14304 -118.19563] [34.14326 -118.1949] [34.14326 -118.1949] [34.14318 -118.19429])} {:type :line, :desc ([34.14134 -118.20577] [34.14134 -118.20577] [34.14043 -118.20263] [34.14011 -118.20162] [34.13992 -118.20084] [34.13969 -118.20005] [34.13937 -118.19843] [34.13873 -118.19479] [34.13828 -118.19193] [34.13818 -118.19142] [34.13815 -118.19143] [34.13759 -118.18621] [34.13741 -118.18279] [34.1375 -118.18201] [34.1375 -118.18201] [34.13731 -118.1801] [34.13731 -118.17752])} {:type :line, :desc ([34.12614 -118.18133] [34.12669 -118.18217] [34.12669 -118.18217])} {:type :line, :desc ([34.13956 -118.20661] [34.13947 -118.20504] [34.13933 -118.20431] [34.13933 -118.20431] [34.13933 -118.20431] [34.13919 -118.20101] [34.13919 -118.20101] [34.13905 -118.19949] [34.13919 -118.19882] [34.1391 -118.19792] [34.13908 -118.19796] [34.13908 -118.19796] [34.13914 -118.19467] [34.13914 -118.19467] [34.13913 -118.19252] [34.13882 -118.18974] [34.13864 -118.18862] [34.13866 -118.1856] [34.13878 -118.18436] [34.13873 -118.18324] [34.13873 -118.18324] [34.14088 -118.17948])} {:type :line, :desc ([34.13086 -118.19905] [34.13089 -118.19904])} {:type :line, :desc ([34.13736 -118.19529])} {:type :line, :desc ([34.13663 -118.17657] [34.13663 -118.17657] [34.13663 -118.17657] [34.13663 -118.17657] [34.13694 -118.18188] [34.13695 -118.18341] [34.13699 -118.18481] [34.13699 -118.1864] [34.13694 -118.19223] [34.1369 -118.19288] [34.1369 -118.19288] [34.1369 -118.19288] [34.1368 -118.19973] [34.13676 -118.20146] [34.13671 -118.20265] [34.13667 -118.20454])} {:type :line, :desc ([34.12223 -118.19807] [34.12143 -118.1949])} {:type :line, :desc ([34.14602 -118.19286] [34.14602 -118.19286] [34.1449 -118.19029] [34.14464 -118.18963] [34.14448 -118.18932] [34.14395 -118.18806] [34.14346 -118.18703] [34.14189 -118.18358] [34.14189 -118.18358] [34.14132 -118.18233] [34.14102 -118.18173] [34.14102 -118.18173] [34.14071 -118.18102] [34.13924 -118.17797] [34.13908 -118.17764])} {:type :line, :desc ([34.12463 -118.20353] [34.12451 -118.20311] [34.12418 -118.20224] [34.12418 -118.20224] [34.12312 -118.19916] [34.12312 -118.19916] [34.12253 -118.19753] [34.12177 -118.19538] [34.12121 -118.19378] [34.12121 -118.19378] [34.12037 -118.19143] [34.12037 -118.19143])} {:type :line, :desc ([34.14359 -118.19103])} {:type :line, :desc ([34.12507 -118.19933])} {:type :line, :desc ([34.12628 -118.18336])} {:type :line, :desc ([34.12656 -118.20207] [34.12646 -118.19882] [34.1261 -118.19669] [34.12619 -118.19557] [34.12624 -118.19555] [34.12619 -118.19226] [34.12605 -118.19002] [34.12601 -118.18817] [34.12592 -118.18699] [34.12582 -118.18655] [34.12592 -118.1847] [34.12578 -118.18346] [34.12569 -118.1815] [34.12568 -118.18148] [34.12568 -118.18148])} {:type :line, :desc ([34.13965 -118.17898] [34.13988 -118.18088] [34.13997 -118.18173] [34.14011 -118.18346] [34.14024 -118.18593] [34.14024 -118.18649] [34.14038 -118.188] [34.14038 -118.188] [34.14056 -118.19047] [34.14075 -118.1926] [34.14043 -118.19366] [34.14043 -118.19574] [34.14043 -118.19578] [34.14043 -118.19578] [34.14043 -118.19578] [34.14043 -118.19578] [34.14038 -118.20017] [34.14038 -118.20017] [34.14024 -118.20207] [34.1402 -118.20291] [34.1402 -118.20291] [34.13988 -118.20443] [34.13974 -118.2056])} {:type :line, :desc ([34.14084 -118.19809] [34.14093 -118.19725] [34.14093 -118.19591] [34.14095 -118.1959])} {:type :line, :desc ([34.13104 -118.20544] [34.13104 -118.20544] [34.13104 -118.20544] [34.13104 -118.20544] [34.13047 -118.2019] [34.13047 -118.2019] [34.12953 -118.1963] [34.12953 -118.1963] [34.12931 -118.19487] [34.12898 -118.19292] [34.12898 -118.19292] [34.12898 -118.19292] [34.12852 -118.19025] [34.12852 -118.19025] [34.12852 -118.19025] [34.12852 -118.19025] [34.12784 -118.1861] [34.12766 -118.18509] [34.12684 -118.18016] [34.12669 -118.17926])} {:type :line, :desc ([34.13484 -118.1764] [34.13507 -118.17741] [34.13507 -118.17741] [34.1355 -118.17924] [34.13562 -118.17971] [34.13562 -118.17971] [34.13562 -118.17971] [34.13634 -118.18279] [34.13634 -118.18279] [34.13754 -118.18778] [34.13764 -118.18823] [34.13764 -118.18823] [34.13764 -118.18823] [34.13869 -118.19271] [34.1389 -118.19349] [34.13918 -118.19469] [34.13918 -118.19469] [34.13937 -118.19568] [34.13979 -118.19736] [34.13987 -118.19784] [34.1402 -118.19921] [34.1402 -118.19921] [34.14048 -118.20042] [34.1413 -118.20398] [34.14141 -118.20436] [34.14164 -118.20545])} {:type :line, :desc ([34.13333 -118.18133] [34.13333 -118.18133] [34.1335 -118.18279] [34.13622 -118.19456] [34.13626 -118.19596] [34.13624 -118.19595] [34.13624 -118.19595] [34.13769 -118.20419])} {:type :line, :desc ([34.14336 -118.2019] [34.14337 -118.2019] [34.1434 -118.2] [34.14341 -118.20002] [34.14341 -118.20002] [34.14341 -118.20002] [34.14313 -118.18694] [34.14313 -118.18691])} {:type :line, :desc ([34.12724 -118.18004] [34.12775 -118.18105] [34.12784 -118.18156] [34.12798 -118.18212] [34.12816 -118.18279] [34.1282 -118.18335] [34.12819 -118.18331] [34.12866 -118.18632] [34.12871 -118.18828] [34.12866 -118.18901] [34.12866 -118.18901] [34.12811 -118.1935] [34.12802 -118.19434] [34.12805 -118.19429] [34.12805 -118.19429] [34.12715 -118.19933] [34.12692 -118.19994] [34.12693 -118.19996] [34.12693 -118.19996])} {:type :line, :desc ([34.12651 -118.18173] [34.1277 -118.18666] [34.12768 -118.18668] [34.12967 -118.1949] [34.13017 -118.19703] [34.13015 -118.19704] [34.132 -118.20532])} {:type :line, :desc ([34.13338 -118.19075] [34.13278 -118.18912] [34.1328 -118.18914] [34.12921 -118.17791])} {:type :line, :desc ([34.12216 -118.18582] [34.12216 -118.18582] [34.12102 -118.19131] [34.12102 -118.19131] [34.12102 -118.19131] [34.12102 -118.19131])} {:type :line, :desc ([34.14099 -118.20505] [34.1407 -118.20387] [34.13964 -118.20002] [34.13927 -118.1987] [34.13927 -118.1987] [34.13927 -118.1987] [34.13834 -118.19521] [34.13818 -118.19473] [34.13818 -118.19473] [34.1375 -118.19218] [34.1375 -118.19218] [34.1375 -118.19218] [34.13648 -118.18817] [34.13648 -118.18817] [34.13648 -118.18817] [34.13648 -118.18817] [34.13648 -118.18817] [34.13516 -118.17976] [34.13508 -118.17913] [34.13508 -118.17913] [34.13508 -118.17913])} {:type :line, :desc ([34.12665 -118.17988] [34.12698 -118.18033] [34.12798 -118.18156] [34.12798 -118.18156] [34.12903 -118.18285] [34.12939 -118.18324] [34.12939 -118.18324] [34.12939 -118.18324] [34.13182 -118.18588] [34.13182 -118.18588] [34.13493 -118.18907] [34.13557 -118.18968] [34.13596 -118.19006] [34.13663 -118.19075] [34.13755 -118.19166] [34.13823 -118.19238] [34.14169 -118.19595] [34.14253 -118.19693] [34.14326 -118.1977] [34.14383 -118.1983] [34.14441 -118.19888] [34.14505 -118.19949] [34.14505 -118.19949] [34.14505 -118.19949] [34.14505 -118.19949])} {:type :line, :desc ([34.13544 -118.18884] [34.13338 -118.19109] [34.13342 -118.19153])} {:type :line, :desc ([34.12871 -118.18044] [34.13019 -118.18537] [34.13036 -118.18593] [34.13052 -118.1864] [34.13089 -118.18766] [34.1321 -118.19159] [34.13224 -118.19206] [34.13255 -118.19305] [34.13255 -118.19305] [34.13312 -118.19498] [34.13354 -118.1963] [34.13365 -118.19675] [34.13392 -118.19756] [34.13392 -118.19756] [34.13434 -118.19899] [34.13434 -118.19899] [34.13485 -118.20065] [34.13589 -118.20415] [34.13624 -118.20511] [34.13654 -118.20616] [34.1368 -118.207] [34.1368 -118.207] [34.1368 -118.207])} {:type :line, :desc ([34.13589 -118.20235] [34.13564 -118.20162] [34.13564 -118.20162] [34.13406 -118.19647] [34.13243 -118.19109] [34.13243 -118.19109] [34.132 -118.1898] [34.132 -118.1898] [34.13089 -118.18611] [34.13089 -118.18611] [34.13089 -118.18611])} {:type :line, :desc ([34.12949 -118.20654] [34.12921 -118.20403] [34.12903 -118.20282] [34.12903 -118.20282] [34.12856 -118.1987] [34.12788 -118.19316] [34.12788 -118.19316] [34.12759 -118.19069] [34.12759 -118.19069] [34.12733 -118.18879] [34.12731 -118.18829] [34.12701 -118.18593] [34.12701 -118.18593] [34.12669 -118.18329] [34.12661 -118.18268] [34.12661 -118.18268] [34.12619 -118.17926])} {:type :line, :desc ([34.124 -118.18125] [34.12404 -118.18178] [34.12404 -118.18178] [34.12428 -118.18497] [34.12475 -118.19098] [34.12475 -118.19098] [34.12475 -118.19098] [34.12502 -118.19504] [34.12502 -118.19504] [34.12502 -118.19504] [34.12564 -118.20342] [34.12564 -118.20342])} {:type :line, :desc ([34.13841 -118.18363] [34.13841 -118.18363] [34.13783 -118.18525] [34.13694 -118.18754] [34.13694 -118.18754] [34.13585 -118.19013] [34.13539 -118.19125] [34.1335 -118.19561] [34.1335 -118.19561] [34.13224 -118.19853] [34.13224 -118.19853] [34.1294 -118.20494] [34.12894 -118.20594])} {:type :line, :desc ([34.13457 -118.19984] [34.13443 -118.19853] [34.13443 -118.19853] [34.13443 -118.19853] [34.13443 -118.19853] [34.13329 -118.19002] [34.13322 -118.18943] [34.13292 -118.18733] [34.1328 -118.18657] [34.13264 -118.18542] [34.1321 -118.18113] [34.13173 -118.17853] [34.13164 -118.17776] [34.1315 -118.17674])} {:type :line, :desc ([34.13629 -118.18279] [34.13629 -118.18279] [34.13658 -118.18615] [34.13658 -118.18615] [34.13676 -118.18857] [34.13686 -118.18997] [34.13686 -118.18997] [34.13713 -118.19315] [34.13731 -118.19501] [34.13736 -118.19555] [34.1375 -118.19742] [34.13764 -118.19933] [34.13764 -118.19933] [34.13764 -118.19933] [34.138 -118.2037] [34.13806 -118.20431] [34.13818 -118.20572] [34.13818 -118.20572])} {:type :line, :desc ([34.13671 -118.20642] [34.13671 -118.20642] [34.13671 -118.20642] [34.13466 -118.19977] [34.13387 -118.19715] [34.1335 -118.1959] [34.1335 -118.1959] [34.13269 -118.19327] [34.13269 -118.19327] [34.1321 -118.19138] [34.13155 -118.18946] [34.13155 -118.18946] [34.12959 -118.18308] [34.12959 -118.18308] [34.12959 -118.18308])} {:type :line, :desc ([34.1228 -118.19103] [34.1228 -118.19103])} {:type :line, :desc ([34.1287 -118.18108] [34.1287 -118.18108])} {:type :line, :desc ([34.13658 -118.20588] [34.13657 -118.20591] [34.13657 -118.20591] [34.13657 -118.20591] [34.13657 -118.20591] [34.12665 -118.17948])} {:type :line, :desc ([34.12665 -118.17948])} {:type :line, :desc ([34.12898 -118.20007] [34.12935 -118.20129] [34.12935 -118.20127])} {:type :line, :desc ([34.13047 -118.18977] [34.13047 -118.18977])} {:type :line, :desc ([34.12786 -118.18314] [34.12889 -118.18655] [34.12889 -118.18655] [34.12889 -118.18655] [34.12963 -118.18892] [34.12963 -118.18892] [34.13022 -118.19081] [34.13052 -118.19178] [34.13168 -118.19574] [34.13168 -118.19574] [34.13205 -118.1968] [34.13205 -118.1968] [34.13324 -118.20078] [34.13324 -118.20078] [34.13324 -118.20078] [34.13494 -118.20637] [34.13555 -118.20786])} {:type :line, :desc ([34.13535 -118.1764] [34.13541 -118.17673] [34.13541 -118.17673] [34.1358 -118.17864] [34.13606 -118.17987] [34.13606 -118.17987] [34.13606 -118.17987] [34.13718 -118.18542] [34.13727 -118.18577] [34.13745 -118.18671] [34.13745 -118.18671] [34.13769 -118.18794] [34.13778 -118.18851] [34.13792 -118.1892] [34.13811 -118.19012] [34.13825 -118.19069] [34.13825 -118.19069] [34.13908 -118.19481] [34.13908 -118.19481] [34.13979 -118.19815] [34.13992 -118.19876] [34.13992 -118.19876] [34.13992 -118.19876] [34.14062 -118.20242] [34.14084 -118.20364] [34.1409 -118.20385] [34.1409 -118.20385] [34.1409 -118.20385] [34.1409 -118.20385])} {:type :line, :desc ([34.12674 -118.17982] [34.12698 -118.18045] [34.12775 -118.18313] [34.12786 -118.18342] [34.12786 -118.18342] [34.12885 -118.18593] [34.12885 -118.18593] [34.12987 -118.1876] [34.12987 -118.1876] [34.13219 -118.19053] [34.13292 -118.19131] [34.13292 -118.19131] [34.13336 -118.19178] [34.13393 -118.19243] [34.13393 -118.19243] [34.13513 -118.19372] [34.13557 -118.19417] [34.13557 -118.19417] [34.13635 -118.19507] [34.13635 -118.19507] [34.13635 -118.19507] [34.13894 -118.19773] [34.13894 -118.19773] [34.14099 -118.1999] [34.14174 -118.20065] [34.14194 -118.2009] [34.14239 -118.20133] [34.14285 -118.20179] [34.14318 -118.20219] [34.1434 -118.20241])} {:type :line, :desc ([34.13026 -118.20588] [34.13024 -118.20591] [34.13036 -118.19938] [34.13036 -118.19826] [34.13036 -118.19826] [34.1304 -118.19613] [34.1304 -118.19557] [34.13045 -118.19232] [34.13031 -118.19153] [34.13031 -118.18907] [34.13022 -118.18834] [34.13013 -118.18436] [34.13008 -118.1838] [34.12994 -118.17999] [34.12991 -118.17999])} {:type :line, :desc ([34.14455 -118.18582] [34.14459 -118.2019])} {:type :line, :desc ([34.1375 -118.20448] [34.13745 -118.2051] [34.1375 -118.20639])} {:type :line, :desc ([34.12775 -118.18548] [34.12839 -118.18845] [34.12871 -118.18912] [34.12875 -118.18957])} {:type :line, :desc ([34.1282 -118.20078] [34.12981 -118.20555] [34.13054 -118.20706] [34.13072 -118.20762])} {:type :line, :desc ([34.14473 -118.18475] [34.14519 -118.18638])} {:type :line, :desc ([34.14244 -118.20314] [34.14262 -118.20297] [34.14253 -118.20207] [34.14253 -118.20112] [34.14267 -118.2007] [34.1423 -118.19731] [34.1423 -118.19727] [34.1412 -118.19423] [34.14102 -118.1935] [34.14104 -118.19349] [34.1395 -118.18611] [34.13933 -118.18442] [34.13932 -118.18439])} {:type :line, :desc ([34.13512 -118.20162] [34.13513 -118.20162] [34.13333 -118.19512] [34.13336 -118.1951] [34.13145 -118.18845])} {:type :line, :desc ([34.13592 -118.1979] [34.13592 -118.1979] [34.13592 -118.1979] [34.12679 -118.18161] [34.12679 -118.18161] [34.12679 -118.18161] [34.12679 -118.18161] [34.12679 -118.18161] [34.12679 -118.18161] [34.12679 -118.18161] [34.12679 -118.18161])} {:type :line, :desc ([34.13741 -118.17747] [34.13741 -118.17747] [34.13741 -118.17747] [34.14088 -118.20078])} {:type :line, :desc ([34.14185 -118.20504] [34.14166 -118.20403] [34.14207 -118.2037] [34.14171 -118.20174] [34.14171 -118.20095] [34.14143 -118.19916] [34.14134 -118.19854] [34.14134 -118.19854] [34.14134 -118.19731] [34.1413 -118.1968] [34.1413 -118.19316] [34.14132 -118.19315])} {:type :line, :desc ([34.13629 -118.20534] [34.13657 -118.19641] [34.13654 -118.19428] [34.13654 -118.19428] [34.1364 -118.19069] [34.1364 -118.19069] [34.1362 -118.188])} {:type :line, :desc ([34.12532 -118.18352] [34.1253 -118.18348] [34.12486 -118.19607] [34.12491 -118.19865] [34.12491 -118.19865] [34.12473 -118.2042])} {:type :line, :desc ([34.14088 -118.18251] [34.13663 -118.18352] [34.13617 -118.1838] [34.13356 -118.18486] [34.13113 -118.18615] [34.12894 -118.18711] [34.12866 -118.18733] [34.12793 -118.188] [34.12628 -118.18834] [34.12601 -118.18851] [34.12381 -118.1898] [34.1234 -118.19019] [34.1217 -118.19075] [34.12138 -118.19097] [34.12138 -118.19097])} {:type :line, :desc ([34.14455 -118.18458] [34.14542 -118.18733] [34.14537 -118.1884] [34.14597 -118.19036] [34.14619 -118.19137] [34.14693 -118.19406])} {:type :line, :desc ([34.13685 -118.20631])} {:type :line, :desc ([34.14198 -118.19882] [34.14198 -118.19832] [34.14258 -118.19439] [34.14258 -118.19439] [34.14262 -118.18677] [34.14262 -118.18674] [34.14262 -118.18674])} {:type :line, :desc ([34.1341 -118.2066] [34.13066 -118.19864])} {:type :line, :desc ([34.13401 -118.17953] [34.13694 -118.19441])} {:type :line, :desc ([34.13187 -118.18703] [34.13187 -118.18703] [34.13182 -118.19092] [34.13177 -118.19218] [34.13173 -118.19372] [34.13173 -118.19372] [34.13173 -118.19372] [34.13173 -118.19372] [34.13173 -118.19372] [34.13173 -118.19372] [34.13173 -118.19372] [34.13173 -118.19372] [34.13164 -118.20368] [34.13164 -118.2042] [34.13164 -118.2062] [34.13159 -118.20745])} {:type :line, :desc ([34.12907 -118.18256] [34.1315 -118.19075] [34.13434 -118.19944] [34.13434 -118.19939] [34.13608 -118.2056])} {:type :line, :desc ([34.13652 -118.19744] [34.13652 -118.19744] [34.13383 -118.19181] [34.13132 -118.18643] [34.13132 -118.18643] [34.12921 -118.181] [34.12894 -118.18027] [34.12819 -118.17781])} {:type :line, :desc ([34.13713 -118.20751] [34.13713 -118.20751] [34.13643 -118.20539] [34.13535 -118.20213] [34.13499 -118.20093] [34.13499 -118.20093] [34.13499 -118.20093] [34.13438 -118.1991] [34.13415 -118.19836] [34.13415 -118.19836] [34.13324 -118.19563] [34.13324 -118.19563] [34.13324 -118.19563] [34.13229 -118.19275] [34.13127 -118.18963] [34.13127 -118.18963] [34.13127 -118.18963] [34.13052 -118.18731] [34.12935 -118.18369] [34.12894 -118.18245] [34.12793 -118.17937] [34.1277 -118.1787])} {:type :line, :desc ([34.13704 -118.20745] [34.13676 -118.2065] [34.13676 -118.2065] [34.13624 -118.20477] [34.13557 -118.20263] [34.13557 -118.20263] [34.1348 -118.20011] [34.1348 -118.20011] [34.13285 -118.19361] [34.13117 -118.18811] [34.131 -118.18744] [34.13033 -118.18531] [34.12994 -118.18408] [34.12963 -118.18302] [34.12917 -118.18153] [34.12889 -118.18055] [34.12889 -118.18055] [34.12889 -118.18055])} {:type :line, :desc ([34.13397 -118.20779] [34.13393 -118.20773] [34.13374 -118.20723] [34.13338 -118.20622] [34.13336 -118.20625] [34.12419 -118.18314])} {:type :line, :desc ([34.13247 -118.19767] [34.13247 -118.19767] [34.13247 -118.19767] [34.12866 -118.20532] [34.12866 -118.20534])} {:type :line, :desc ([34.1361 -118.20431] [34.13582 -118.20333] [34.13582 -118.20333] [34.13539 -118.2019] [34.13493 -118.20045] [34.13485 -118.20007] [34.13438 -118.19854] [34.13406 -118.19753] [34.13383 -118.19669] [34.13364 -118.19613] [34.13306 -118.19417] [34.13274 -118.19316] [34.13243 -118.19218] [34.13127 -118.18834] [34.13084 -118.18697] [34.12967 -118.18307] [34.12907 -118.18125] [34.12875 -118.18021] [34.12875 -118.18021] [34.12875 -118.18021] [34.12875 -118.18021] [34.12875 -118.18021])} {:type :line, :desc ([34.14098 -118.20045] [34.14095 -118.20042] [34.14107 -118.20235])} {:type :line, :desc ([34.14038 -118.20583] [34.14038 -118.20566] [34.14039 -118.20568] [34.14001 -118.20218] [34.13997 -118.2019] [34.13997 -118.2019] [34.13947 -118.19776] [34.13947 -118.19731] [34.1391 -118.194] [34.13927 -118.19384] [34.13828 -118.18856] [34.13814 -118.18767] [34.13811 -118.18766] [34.13686 -118.18083] [34.1369 -118.18055] [34.13676 -118.1773] [34.13663 -118.17679] [34.13663 -118.17679])} {:type :line, :desc ([34.14079 -118.20448] [34.14079 -118.20448] [34.1389 -118.19962])} {:type :line, :desc ([34.12852 -118.20723] [34.1293 -118.20566] [34.13275 -118.1991] [34.13892 -118.18733] [34.13969 -118.18583] [34.1407 -118.18391] [34.1407 -118.18391] [34.1407 -118.18391])} {:type :line, :desc ([34.13643 -118.20454] [34.13643 -118.20454] [34.13643 -118.20454] [34.13411 -118.19714] [34.13411 -118.19714] [34.13387 -118.19647] [34.13387 -118.19647] [34.13299 -118.19366] [34.13274 -118.19282] [34.13246 -118.19193] [34.13219 -118.19103] [34.13201 -118.19035] [34.13168 -118.18935] [34.13168 -118.18935] [34.13131 -118.18811] [34.13131 -118.18811] [34.13081 -118.18643] [34.13081 -118.18643] [34.13081 -118.18643] [34.13024 -118.18439] [34.13024 -118.18439] [34.12971 -118.18273] [34.12935 -118.18145] [34.12912 -118.18056] [34.12903 -118.18021] [34.1288 -118.17942] [34.1288 -118.17942] [34.1288 -118.17942])} {:type :line, :desc ([34.12715 -118.17898] [34.1272 -118.1796] [34.12756 -118.18178] [34.12754 -118.18176] [34.12788 -118.18363] [34.12811 -118.18509] [34.1282 -118.18582] [34.12824 -118.18583] [34.12889 -118.18997] [34.12889 -118.18997] [34.12953 -118.19305] [34.12976 -118.19389] [34.1299 -118.19467] [34.1299 -118.19467] [34.13145 -118.20336] [34.13145 -118.20333] [34.13145 -118.20333])} {:type :line, :desc ([34.12419 -118.20173] [34.12596 -118.20028] [34.13019 -118.19681] [34.13019 -118.19681] [34.13019 -118.19681] [34.13019 -118.19681] [34.13019 -118.19681] [34.13019 -118.19681] [34.13019 -118.19681])} {:type :line, :desc ([34.12495 -118.20196] [34.13136 -118.18909] [34.1348 -118.18234] [34.13582 -118.18033] [34.13699 -118.17797] [34.1375 -118.17701])} {:type :line, :desc ([34.13406 -118.18857])} {:type :line, :desc ([34.12546 -118.17999] [34.12586 -118.18182] [34.12601 -118.18262] [34.12601 -118.18262] [34.12647 -118.18485] [34.1266 -118.18576] [34.12665 -118.18611] [34.12688 -118.18755] [34.12712 -118.18903] [34.12724 -118.18997] [34.12724 -118.18997] [34.12724 -118.18997] [34.12724 -118.18997] [34.12763 -118.19332] [34.12807 -118.1972] [34.1281 -118.19767] [34.1282 -118.19949] [34.12828 -118.2003] [34.12828 -118.2003] [34.12852 -118.20476] [34.12856 -118.20608] [34.12856 -118.20608] [34.12856 -118.20608] [34.12856 -118.20608])} {:type :line, :desc ([34.13238 -118.20768] [34.13238 -118.20768] [34.13223 -118.20633] [34.13177 -118.20129] [34.13177 -118.20129] [34.13164 -118.19983] [34.13126 -118.19618] [34.13117 -118.19532] [34.13113 -118.19479] [34.13113 -118.19479] [34.13113 -118.19479] [34.1308 -118.19166] [34.1308 -118.19166] [34.1308 -118.19166] [34.1308 -118.19166] [34.1304 -118.18789] [34.13038 -118.18731] [34.13024 -118.18617] [34.13004 -118.18414] [34.13004 -118.18414] [34.12987 -118.18245] [34.12971 -118.18139] [34.12968 -118.18079] [34.12962 -118.18038] [34.12962 -118.18038] [34.12935 -118.1781] [34.12926 -118.17719] [34.12926 -118.17719] [34.12926 -118.17719] [34.12926 -118.17719] [34.12926 -118.17719])} {:type :line, :desc ([34.12871 -118.17786] [34.12871 -118.17786] [34.1321 -118.18604] [34.1321 -118.186] [34.1321 -118.186] [34.13713 -118.19933] [34.13713 -118.19933])} {:type :line, :desc ([34.14217 -118.20398] [34.14216 -118.20396] [34.14148 -118.19361] [34.14111 -118.19221] [34.14111 -118.19221] [34.13987 -118.18977])} {:type :line, :desc ([34.13416 -118.17999] [34.13415 -118.17999])} {:type :line, :desc ([34.14425 -118.18233] [34.14423 -118.18268] [34.14423 -118.1838] [34.14423 -118.18498] [34.1442 -118.18531] [34.14423 -118.18559] [34.14425 -118.18703] [34.14423 -118.18733] [34.14423 -118.18733] [34.14439 -118.19092] [34.14445 -118.19198] [34.14445 -118.19198] [34.14445 -118.19198] [34.14445 -118.19198] [34.14445 -118.19198] [34.1449 -118.1983] [34.1449 -118.19893] [34.145 -118.20011] [34.145 -118.20011] [34.14504 -118.20116] [34.14504 -118.20116] [34.14504 -118.20116])} {:type :line, :desc ([34.14183 -118.20333] [34.14183 -118.20333] [34.14183 -118.2019] [34.1418 -118.20112] [34.1418 -118.20112] [34.14178 -118.19973] [34.14178 -118.19973] [34.14175 -118.19832] [34.14175 -118.19832] [34.14169 -118.19635] [34.14148 -118.19316] [34.14143 -118.19249] [34.14134 -118.19109] [34.14134 -118.19109] [34.14134 -118.19109] [34.14134 -118.19109] [34.14134 -118.19109] [34.14118 -118.18743] [34.14118 -118.18743] [34.14113 -118.1864] [34.14113 -118.1864] [34.14113 -118.18285] [34.14116 -118.18251] [34.14116 -118.18251] [34.14118 -118.18027] [34.14118 -118.18027])} {:type :line, :desc ([34.14262 -118.18245] [34.14262 -118.18245] [34.14276 -118.18391] [34.14295 -118.18508] [34.14304 -118.18548] [34.14304 -118.18548] [34.14323 -118.18651] [34.14323 -118.18651] [34.14354 -118.188] [34.1436 -118.18834] [34.14391 -118.18968] [34.14444 -118.19258] [34.14455 -118.19305] [34.14455 -118.19305] [34.14455 -118.19305] [34.14486 -118.19475] [34.14504 -118.1959] [34.1456 -118.19972])} {:type :line, :desc ([34.14271 -118.20248] [34.14276 -118.20213] [34.14276 -118.20213] [34.14313 -118.19613] [34.14336 -118.19305] [34.14341 -118.19235] [34.14341 -118.19235] [34.14341 -118.19235] [34.14368 -118.18985] [34.14374 -118.18937] [34.14374 -118.18937] [34.14395 -118.18744] [34.14402 -118.18657] [34.14409 -118.18593] [34.14418 -118.18514] [34.1443 -118.18428] [34.14436 -118.18391] [34.14436 -118.18391])} {:type :line, :desc ([34.12862 -118.20538] [34.12777 -118.19859] [34.12777 -118.19859] [34.12777 -118.19859] [34.12711 -118.19305] [34.1267 -118.18977] [34.12665 -118.18896] [34.12642 -118.18726] [34.12633 -118.18643] [34.12633 -118.18643] [34.12586 -118.18251] [34.12586 -118.18251])} {:type :line, :desc ([34.14464 -118.19238] [34.14487 -118.19378] [34.14505 -118.19467] [34.14504 -118.19469] [34.14555 -118.19759] [34.14555 -118.19756])} {:type :line, :desc ([34.14194 -118.19456] [34.14111 -118.18924] [34.14113 -118.18926])} {:type :line, :desc ([34.12605 -118.18643] [34.12689 -118.18943] [34.12689 -118.18943] [34.12724 -118.19081] [34.12735 -118.19115] [34.12735 -118.19115] [34.12784 -118.19299] [34.12784 -118.19299] [34.12814 -118.19407] [34.12889 -118.1968] [34.12912 -118.19756] [34.12953 -118.1991] [34.12959 -118.19944] [34.13031 -118.20246] [34.13038 -118.20282] [34.13049 -118.20319] [34.13127 -118.20639] [34.1314 -118.20683] [34.1314 -118.20683])} {:type :line, :desc ([34.13438 -118.19653])} {:type :line, :desc ([34.14304 -118.20252] [34.14304 -118.19977] [34.14304 -118.19916] [34.14304 -118.19781] [34.14304 -118.19781] [34.14304 -118.19693] [34.14139 -118.18223] [34.1413 -118.18156] [34.14132 -118.18159])} {:type :line, :desc ([34.13544 -118.19114] [34.13545 -118.19115] [34.13516 -118.19204] [34.13516 -118.19204] [34.13503 -118.19417] [34.13493 -118.19439] [34.13498 -118.19467] [34.13494 -118.19464] [34.13901 -118.19714])} {:type :line, :desc ([34.1449 -118.19527] [34.1449 -118.19527] [34.1449 -118.19527])} {:type :line, :desc ([34.12798 -118.18094])} {:type :line, :desc ([34.1355 -118.1991] [34.1355 -118.1991] [34.1355 -118.1991])} {:type :line, :desc ([34.13933 -118.20168] [34.13933 -118.20168] [34.13933 -118.20168] [34.13905 -118.20594] [34.13908 -118.20591])} {:type :line, :desc ([34.14565 -118.19882] [34.14542 -118.19759] [34.14537 -118.19736] [34.14537 -118.19736])} {:type :line, :desc ([34.14276 -118.18133] [34.14313 -118.18206] [34.14427 -118.1861] [34.14425 -118.18605] [34.14514 -118.18924] [34.14518 -118.1892])} {:type :line, :desc ([34.13974 -118.17892] [34.13974 -118.17892] [34.13848 -118.18096] [34.13848 -118.18096] [34.13848 -118.18096] [34.13848 -118.18096] [34.13626 -118.18447] [34.13573 -118.18537] [34.13516 -118.18627] [34.13452 -118.18726] [34.13402 -118.18812] [34.13164 -118.19195] [34.13159 -118.1921] [34.13066 -118.19372] [34.13017 -118.19473] [34.12763 -118.20396] [34.12756 -118.20504] [34.12756 -118.20504])} {:type :line, :desc ([34.13745 -118.20762] [34.13745 -118.20762])} {:type :line, :desc ([34.13113 -118.19893] [34.12973 -118.19366] [34.12907 -118.1903] [34.12907 -118.19029] [34.12784 -118.18649] [34.12786 -118.18651] [34.12605 -118.18066] [34.12605 -118.18068])}), :opts {:opacity 0.5, :height 800, :width 800}}"}
;; <=
;; @@
(def nearby-aircraft-records
(filter identity (map lookup-aircraft (filter #(re-find #"[^a-z]" %) (keys nearby-reports)))))
(def thumbnails
(map safe-aircraft-info
(filter #(re-find #"^[^a-z]" %) (shuffle (keys nearby-reports)))))
(pprint/print-table [:registration :modes :usertag] nearby-aircraft-records)
;; @@
;; ->
;;;
;;; | :registration | :modes | :usertag |
;;; |---------------+--------+--------------------|
;;; | N3151G | A35BE6 | |
;;; | N345FL | A3D069 | |
;;; | N726AN | A9B9E3 | |
;;; | N872FE | ABFE46 | |
;;; | N62254 | A820CF | |
;;; | N5424A | A6E23F | |
;;; | N7739A | AA77C0 | |
;;; | N379JR | A45612 | |
;;; | N384W | A46C1A | |
;;; | N762FE | AA4978 | |
;;; | N342FL | A3C544 | |
;;; | N2342H | A21A02 | |
;;; | N707FX | A96F22 | |
;;; | N52RK | A68816 | |
;;; | N460E | A599FF | |
;;; | N176HQ | A13035 | |
;;; | C-GWBU | C07EEF | |
;;; | N63WR | A83D67 | |
;;; | N301RB | A32482 | |
;;; | N7742B | AA7A83 | |
;;; | N909JM | AC916F | |
;;; | N662PD | A8BCF0 | Los Angeles Police |
;;; | N519NK | A68414 | |
;;; | N6177X | A80C22 | |
;;; | N328QS | A38D77 | |
;;; | N362FX | A4144D | |
;;; | HR-AXA | 298109 | |
;;; | N937NN | AD00E3 | |
;;; | N722FX | A9AB8D | |
;;; | N858AM | ABC51C | |
;;; | F-HPJA | 39BD20 | |
;;; | N69818 | A94B0A | |
;;; | N406CL | A4C328 | |
;;; | C-FAJV | C00100 | |
;;; | N949LL | AD2F9C | |
;;; | N866AD | ABE525 | |
;;; | N565SA | A73B0E | |
;;; | N268JB | A29D7F | |
;;; | N186DS | A15752 | |
;;; | N4594J | A59678 | |
;;; | N6982V | A94B20 | |
;;; | N337B | A3AFE9 | |
;;; | N892FE | AC4D44 | |
;;; | N666JG | A8CB52 | |
;;; | N879FE | AC1847 | |
;;; | N1759C | A12F56 | |
;;; | N231LE | A20D36 | |
;;; | N521WP | A68EA7 | |
;;; | N886FE | AC34A1 | |
;;; | N1223U | A05DF4 | |
;;; | N343QS | A3C9E2 | |
;;; | N8139R | AB1824 | |
;;; | N955DG | AD478C | |
;;; | N584DF | A78515 | |
;;; | N143WW | A0AFDE | |
;;; | N5710V | A7548C | |
;;; | N22YY | A1E0E5 | |
;;; | N969FE | AD7E17 | |
;;; | N139RV | A09E2B | |
;;; | N18112 | A146F9 | |
;;; | C-PEAK | C00A9B | |
;;; | N1FC | A00082 | |
;;; | N569SM | A749F5 | |
;;; | N5966V | A7B6EF | |
;;; | N859AM | ABC8D3 | |
;;; | N123TF | A06086 | |
;;; | N155DM | A0DD19 | |
;;; | N204AF | A1A0E5 | |
;;; | N6746T | A8EDD0 | |
;;; | N930FE | ACE62B | |
;;; | N744FX | AA01F9 | |
;;; | N58TD | A7753C | |
;;; | N940NN | AD0E61 | |
;;; | N944JT | AD1CDE | |
;;; | N216RG | A1D14A | |
;;; | N702W | A95DF0 | |
;;; | N7294Y | A9C7F6 | |
;;; | N804NN | AAF1F2 | |
;;; | N857FE | ABC1DB | |
;;; | N7973K | AAD4D1 | |
;;; | N3518B | A3EBF6 | |
;;; | N661BP | A8B817 | |
;;; | N23673 | A22233 | |
;;; | N3456Q | A3D31A | |
;;; | N7728D | AA73E9 | |
;;; | N415P | A4E7F8 | |
;;; | N454DR | A58153 | |
;;; | N471AS | A5C4E2 | |
;;; | N3912G | A48925 | |
;;; | N251SB | A25CC7 | |
;;; | N238RM | A227BB | |
;;; | N189LE | A1631A | |
;;; | N400HC | A4AD53 | |
;;; | N21FW | A1B7BB | |
;;; | N13HL | A07992 | |
;;; | N321WG | A37402 | |
;;; | N891FE | AC498D | |
;;; | N965AM | AD6EC5 | |
;;; | N5997V | A7C237 | |
;;; | N75VB | AA198D | |
;;; | N164M | A1019D | |
;;; | N39PV | A481C9 | |
;;; | N37464 | A445EE | |
;;; | EI-LNF | 4CAB09 | |
;;; | N75426 | AA2BA2 | |
;;; | N780JB | AA9150 | |
;;; | N50NT | A638D5 | |
;;; | N680KH | A90420 | |
;;; | N356WW | A3FD20 | |
;;;
;; <-
;; =>
;;; {"type":"html","content":"<span class='clj-nil'>nil</span>","value":"nil"}
;; <=
;; **
;;; ## Photos of aircraft that have passed near my house
;; **
;; @@
(->> thumbnails
(filter #(and % (not (instance? Exception %))))
(map #(str "<a href=\"" (% :link) "\">"
"<img src=\"" (% :image) "\"></a>"))
(string/join " ")
ghtml/html-view)
;; @@
;; ->
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2980AB> for 2980ab
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2987BC> for 2987bc
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298F31> for 298f31
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298CE2> for 298ce2
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298AE0> for 298ae0
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298E18> for 298e18
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298195> for 298195
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A36C0F> for A36C0F
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298E56> for 298e56
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298572> for 298572
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2989B3> for 2989b3
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2982BD> for 2982bd
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298710> for 298710
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A09A90> for A09A90
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A109B6> for A109B6
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AA77C0> for AA77C0
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2982C9> for 2982c9
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A2CEEC> for A2CEEC
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29854A> for 29854a
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AA9150> for AA9150
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298B7F> for 298b7f
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298452> for 298452
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A1631A> for A1631A
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298350> for 298350
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A07992> for A07992
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298F24> for 298f24
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A22233> for A22233
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2985B6> for 2985b6
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AB0752> for AB0752
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298FB7> for 298fb7
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A481C9> for A481C9
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A5C4E2> for A5C4E2
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A422CB> for A422CB
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A3EBF6> for A3EBF6
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=0D08B2> for 0D08B2
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298102> for 298102
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=ABCE00> for ABCE00
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=ACCCCD> for ACCCCD
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2988D4> for 2988d4
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2987BD> for 2987bd
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298618> for 298618
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298222> for 298222
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A48925> for A48925
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298C81> for 298c81
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298D0A> for 298d0a
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298691> for 298691
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A3FD20> for A3FD20
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298026> for 298026
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=318F85> for 318f85
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298109> for 298109
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A68816> for A68816
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29841A> for 29841a
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298E0B> for 298e0b
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298D78> for 298d78
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A1A0E5> for A1A0E5
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A12F56> for A12F56
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=ABE525> for ABE525
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2985D0> for 2985d0
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AAC363> for AAC363
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A1019D> for A1019D
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298E26> for 298e26
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298FAB> for 298fab
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298BF7> for 298bf7
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A01ADC> for A01ADC
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298C01> for 298c01
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AA2BA2> for AA2BA2
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298995> for 298995
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A9E398> for A9E398
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A21F70> for A21F70
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298E88> for 298e88
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AB1824> for AB1824
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A44985> for A44985
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298231> for 298231
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A7753C> for A7753C
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298B36> for 298b36
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2981E1> for 2981e1
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AD1CDE> for AD1CDE
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298956> for 298956
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298637> for 298637
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298885> for 298885
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298B0E> for 298b0e
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298EDF> for 298edf
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298D32> for 298d32
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A29D7F> for A29D7F
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298636> for 298636
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298481> for 298481
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A3C65A> for A3C65A
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298E85> for 298e85
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AA73E9> for AA73E9
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298B86> for 298b86
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A227BB> for A227BB
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298A93> for 298a93
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A1CA58> for A1CA58
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A00082> for A00082
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298960> for 298960
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AD00E3> for AD00E3
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2986FE> for 2986fe
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298DDA> for 298dda
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A21A02> for A21A02
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298065> for 298065
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A0AFDE> for A0AFDE
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298F1F> for 298f1f
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=C07EEF> for C07EEF
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298ACB> for 298acb
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29801E> for 29801e
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2983E7> for 2983e7
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2987A5> for 2987a5
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29868F> for 29868f
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298F00> for 298f00
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298588> for 298588
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A599FF> for A599FF
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298460> for 298460
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298A4E> for 298a4e
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298972> for 298972
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2982DE> for 2982de
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298C22> for 298c22
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298344> for 298344
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A46C1A> for A46C1A
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298FBE> for 298fbe
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298E98> for 298e98
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A2F3C8> for A2F3C8
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2986BF> for 2986bf
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29865E> for 29865e
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298872> for 298872
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A67439> for A67439
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A83D67> for A83D67
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298422> for 298422
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A1E072> for A1E072
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AC498D> for AC498D
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A7899A> for A7899A
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A37402> for A37402
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A95DF0> for A95DF0
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29821C> for 29821c
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2985E4> for 2985e4
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298245> for 298245
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A06086> for A06086
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298FC3> for 298fc3
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298A89> for 298a89
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A78515> for A78515
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2988CB> for 2988cb
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298016> for 298016
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29828E> for 29828e
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298829> for 298829
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2988C8> for 2988c8
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29838B> for 29838b
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298240> for 298240
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=ADF4AB> for ADF4AB
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2983CF> for 2983cf
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29814F> for 29814f
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A84C0C> for A84C0C
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=C00100> for C00100
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AC1C3F> for AC1C3F
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298317> for 298317
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298579> for 298579
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A3C544> for A3C544
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29861B> for 29861b
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298063> for 298063
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AD8526> for AD8526
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A8B817> for A8B817
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=C00A9B> for C00A9B
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AD7E17> for AD7E17
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29856B> for 29856b
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A68414> for A68414
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29895D> for 29895d
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298F75> for 298f75
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298320> for 298320
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A3ADC6> for A3ADC6
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29878E> for 29878e
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2981C8> for 2981c8
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2982C6> for 2982c6
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298E95> for 298e95
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2985F4> for 2985f4
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2987C3> for 2987c3
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298DE3> for 298de3
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2985B0> for 2985b0
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2983B7> for 2983b7
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=358C04> for 358c04
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A1E0E5> for A1E0E5
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2981FF> for 2981ff
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A4C328> for A4C328
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2981C9> for 2981c9
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29857B> for 29857b
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A32482> for A32482
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A68A37> for A68A37
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298768> for 298768
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2986A4> for 2986a4
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298043> for 298043
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A66D8F> for A66D8F
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29803F> for 29803f
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=39BD20> for 39BD20
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A2DFDC> for A2DFDC
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298D9B> for 298d9b
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AAA0F7> for AAA0F7
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298948> for 298948
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298531> for 298531
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2982CF> for 2982cf
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298AEA> for 298aea
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298D83> for 298d83
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=2984F8> for 2984f8
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298087> for 298087
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A25CC7> for A25CC7
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AA878E> for AA878E
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A94B0A> for A94B0A
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A27628> for A27628
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=AA198D> for AA198D
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A9C7F6> for A9C7F6
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=ABFFCA> for ABFFCA
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A68EA7> for A68EA7
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298FEB> for 298feb
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298A2F> for 298a2f
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=29803B> for 29803b
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=A4144D> for A4144D
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298444> for 298444
;;; Exception #<IOException java.io.IOException: Server returned HTTP response code: 429 for URL: http://www.airport-data.com/api/ac_thumb.json?m=298550> for 298550
;;;
;; <-
;; =>
;;; {"type":"html","content":"<a href=\"http://www.airport-data.com/aircraft/photo/001088093.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/088/001088093.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001020303.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/020/001020303.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000889812.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/889/889812.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000587069.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/587/587069.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000546353.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/546/546353.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000793478.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/793/793478.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001063274.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063274.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000935517.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/935/935517.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001073468.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/073/001073468.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001084279.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/084/001084279.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001037533.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/037/001037533.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001010698.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/010/001010698.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000014866.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/014/014866.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000522091.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/522/522091.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000822090.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/822/822090.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001064753.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/064/001064753.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000842944.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/842/842944.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001081949.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/081/001081949.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000940166.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/940/940166.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000995634.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/995/995634.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000287691.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/287/287691.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001077520.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/077/001077520.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000996134.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/996/996134.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000897630.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/897/897630.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000987751.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/987/987751.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000965003.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/965/965003.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000990302.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/990/990302.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000271998.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/271/271998.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001049156.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/049/001049156.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001047472.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/047/001047472.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000969282.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/969/969282.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000987747.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/987/987747.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001018021.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/018/001018021.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000705846.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/705/705846.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000965520.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/965/965520.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000468917.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/468/468917.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000504641.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/504/504641.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000960491.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/960/960491.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001063673.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063673.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001063834.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063834.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001057818.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/057/001057818.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001077296.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/077/001077296.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000990466.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/990/990466.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001079642.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/079/001079642.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000332044.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/332/332044.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000806413.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/806/806413.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000765984.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/765/765984.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001078673.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/078/001078673.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001077308.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/077/001077308.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000390032.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/390/390032.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001018016.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/018/001018016.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001010368.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/010/001010368.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000875383.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/875/875383.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001063409.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063409.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000637455.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/637/637455.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001064491.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/064/001064491.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001062852.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/062/001062852.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000065929.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/065/065929.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001050907.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/050/001050907.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001068606.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/068/001068606.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000776512.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/776/776512.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000563820.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/563/563820.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001081007.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/081/001081007.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001063287.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063287.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000387322.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/387/387322.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000824835.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/824/824835.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000841941.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/841/841941.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/001027582.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/001/027/001027582.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000993649.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/993/993649.jpg\"></a> <a href=\"http://www.airport-data.com/aircraft/photo/000310453.html\"><img src=\"http://www.airport-data.com/images/aircraft/thumbnails/000/310/310453.jpg\"></a>","value":"#gorilla_repl.html.HtmlView{:content \"<a href=\\\"http://www.airport-data.com/aircraft/photo/001088093.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/088/001088093.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001020303.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/020/001020303.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000889812.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/889/889812.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000587069.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/587/587069.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000546353.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/546/546353.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000793478.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/793/793478.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001063274.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063274.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000935517.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/935/935517.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001073468.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/073/001073468.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001084279.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/084/001084279.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001037533.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/037/001037533.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001010698.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/010/001010698.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000014866.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/014/014866.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000522091.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/522/522091.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000822090.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/822/822090.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001064753.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/064/001064753.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000842944.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/842/842944.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001081949.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/081/001081949.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000940166.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/940/940166.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000995634.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/995/995634.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000287691.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/287/287691.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001077520.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/077/001077520.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000996134.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/996/996134.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000897630.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/897/897630.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000987751.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/987/987751.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000965003.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/965/965003.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000990302.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/990/990302.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000271998.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/271/271998.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001049156.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/049/001049156.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001047472.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/047/001047472.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000969282.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/969/969282.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000987747.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/987/987747.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001018021.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/018/001018021.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000705846.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/705/705846.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000965520.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/965/965520.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000468917.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/468/468917.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000504641.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/504/504641.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000960491.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/960/960491.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001063673.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063673.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001063834.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063834.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001057818.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/057/001057818.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001077296.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/077/001077296.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000990466.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/990/990466.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001079642.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/079/001079642.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000332044.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/332/332044.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000806413.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/806/806413.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000765984.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/765/765984.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001078673.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/078/001078673.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001077308.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/077/001077308.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000390032.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/390/390032.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001018016.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/018/001018016.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001010368.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/010/001010368.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000875383.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/875/875383.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001063409.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063409.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000637455.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/637/637455.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001064491.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/064/001064491.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001062852.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/062/001062852.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000065929.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/065/065929.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001050907.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/050/001050907.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001068606.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/068/001068606.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000776512.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/776/776512.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000563820.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/563/563820.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001081007.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/081/001081007.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001063287.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/063/001063287.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000387322.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/387/387322.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000824835.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/824/824835.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000841941.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/841/841941.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/001027582.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/001/027/001027582.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000993649.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/993/993649.jpg\\\"></a> <a href=\\\"http://www.airport-data.com/aircraft/photo/000310453.html\\\"><img src=\\\"http://www.airport-data.com/images/aircraft/thumbnails/000/310/310453.jpg\\\"></a>\"}"}
;; <=
;; **
;;; ## Air Force One
;;;
;;; I briefly tracked Air Force One during taxiing and takeoff from LAX.
;;;
;; **
;; @@
(as-> (jdbc/query
db
"select * from reports where icao = 'ADFDF9' order by timestamp asc;") X
(map #(assoc % :timestamp (timecoerce/from-sql-time (:timestamp %))) X)
(filter #(and (> (Math/abs (:lat %)) 0.0) (> (Math/abs (:lon %)) 0.0)) X)
(log2kml/partition-sessions 300 X)
(for [reports X] (map (fn [r] [(:lat r) (:lon r)]) reports))
(apply lg/geo
:width 800
:height 800
:tile-layer-url "http://otile1.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.png"
(map (fn [t] [:line t]) X)))
;; @@
;; =>
;;; {"type":"html","content":"<div>\n<div id='78ff8eed-d61b-4052-91b3-5d8a150b62d6' style='height: 800px; width: 800px;'></div>\n<script type='text/javascript'>\n$(function () {\n var cachedScript = function(url, options) {\n // Allow user to set any option except for dataType, cache, and url\n options = $.extend( options || {}, {\n dataType: 'script',\n cache: true,\n url: url\n });\n\n // Use $.ajax() since it is more flexible than $.getScript\n // Return the jqXHR object so we can chain callbacks\n return jQuery.ajax(options);\n };\n var createMap = function() {\n var map = L.map('78ff8eed-d61b-4052-91b3-5d8a150b62d6')\n L.tileLayer('http://otile1.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.png')\n .addTo(map);\n var geoJsons = [{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-118.43374,33.9453],[-118.43378,33.94537],[-118.43378,33.9455],[-118.43374,33.94561],[-118.43371,33.94561],[-118.43367,33.94565],[-118.43364,33.94565],[-118.43364,33.94565],[-118.43367,33.94567],[-118.43363,33.94567],[-118.4336,33.94569],[-118.43356,33.94569],[-118.43298,33.94584],[-118.43269,33.94587],[-118.43249,33.94589],[-118.43236,33.94589],[-118.43222,33.94591],[-118.43216,33.9459],[-118.43206,33.94591],[-118.43196,33.94591],[-118.43182,33.94591],[-118.43169,33.94593],[-118.43112,33.94597],[-118.43101,33.94599],[-118.43088,33.94599],[-118.40294,33.94954],[-118.40293,33.94958],[-118.4029,33.94969],[-118.40289,33.94974],[-118.40292,33.94981],[-118.40339,33.95001],[-118.40341,33.94999],[-118.40386,33.94999],[-118.40393,33.94996],[-118.40405,33.94992],[-118.40421,33.94992],[-118.40498,33.94988],[-118.40554,33.94986],[-118.40554,33.94986],[-118.40622,33.94977],[-118.40624,33.94976],[-118.40624,33.94976],[-118.41008,33.94931],[-118.41115,33.94922],[-118.41116,33.94924],[-118.41199,33.94913],[-118.41362,33.94899],[-118.41485,33.94881],[-118.41569,33.94876],[-118.41642,33.94867]]}}];\n var bounds = null;\n for (var i = 0; i < geoJsons.length; i++) {\n var geoJson = L.geoJson(\n geoJsons[i],\n {style: {'color': 'steelblue',\n 'opacity': 1.0}});\n geoJson.addTo(map);\n console.log('Added GeoJSON:');\n console.log(geoJsons[i]);\n if (!bounds) {\n bounds = geoJson.getBounds();\n } else {\n bounds.extend(geoJson.getBounds());\n }\n }\n if (null) {\n map.setView.apply(map, null);\n } else {\n console.log('setting bounds to ' + bounds);\n console.log(bounds);\n map.fitBounds(bounds);\n }\n };\n if (!document.getElementById('leaflet-css')) {\n $('<link>')\n .attr('rel', 'stylesheet')\n .attr('href', 'http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css')\n .attr('id', 'leaflet-css')\n .appendTo('head');\n }\n if (!window.leafletJsLoaded) {\n if (!window.leafletJsIsLoading) {\n window.leafletJsLoadedCallbacks = [createMap];\n window.leafletJsIsLoading = true;\n cachedScript('http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js')\n .done(function() {\n window.leafletJsIsLoading = false;\n window.leafletJsLoaded = true;\n _.each(window.leafletJsLoadedCallbacks, function(cb) { cb(); });\n window.leafletJsLoadedCallbacks = [];\n })\n .fail(function() { console.log('failed'); });\n } else {\n window.leafletJsLoadedCallbacks.push(createMap);\n }\n } else {\n createMap();\n }\n});\n</script>\n</div>","value":"#com.lemondronor.leaflet_gorilla.LeafletView{:geodescs ({:type :line, :desc ([33.9453 -118.43374] [33.94537 -118.43378] [33.9455 -118.43378] [33.94561 -118.43374] [33.94561 -118.43371] [33.94565 -118.43367] [33.94565 -118.43364] [33.94565 -118.43364] [33.94567 -118.43367] [33.94567 -118.43363] [33.94569 -118.4336] [33.94569 -118.43356] [33.94584 -118.43298] [33.94587 -118.43269] [33.94589 -118.43249] [33.94589 -118.43236] [33.94591 -118.43222] [33.9459 -118.43216] [33.94591 -118.43206] [33.94591 -118.43196] [33.94591 -118.43182] [33.94593 -118.43169] [33.94597 -118.43112] [33.94599 -118.43101] [33.94599 -118.43088] [33.94954 -118.40294] [33.94958 -118.40293] [33.94969 -118.4029] [33.94974 -118.40289] [33.94981 -118.40292] [33.95001 -118.40339] [33.94999 -118.40341] [33.94999 -118.40386] [33.94996 -118.40393] [33.94992 -118.40405] [33.94992 -118.40421] [33.94988 -118.40498] [33.94986 -118.40554] [33.94986 -118.40554] [33.94977 -118.40622] [33.94976 -118.40624] [33.94976 -118.40624] [33.94931 -118.41008] [33.94922 -118.41115] [33.94924 -118.41116] [33.94913 -118.41199] [33.94899 -118.41362] [33.94881 -118.41485] [33.94876 -118.41569] [33.94867 -118.41642])}), :opts {:tile-layer-url \"http://otile1.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.png\", :height 800, :width 800}}"}
;; <=
;; @@
;; @@