-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitesubplans-20140714.kml
6422 lines (6422 loc) · 606 KB
/
sitesubplans-20140714.kml
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
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?><kml xmlns="http://earth.google.com/kml/2.1">
<Folder id="kml_ft_CaryDevelopment_Site_Sub_Plan">
<name>Site/Sub Plan</name>
<Placemark id="kml_1">
<name>Peninsula at Amberly, The</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>03-SB-012</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Peninsula at Amberly, The</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>182 SF lots</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">03-SB-012</SimpleData>
<SimpleData name="ProjectName">Peninsula at Amberly, The</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">182 SF lots</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.9297417709783,35.827097154799,0 -78.9288731992326,35.8270908826716,0 -78.9285372165978,35.826559992419,0 -78.9281031321941,35.8258358015149,0 -78.9279201241711,35.8255364570346,0 -78.9277522037428,35.8251981844008,0 -78.9274906309305,35.8246413771269,0 -78.9273925365504,35.8244387031649,0 -78.9267370554566,35.8228231542999,0 -78.9266802653783,35.8229637253431,0 -78.9264567035633,35.8234611166661,0 -78.9262634906526,35.8236852471388,0 -78.9256147130404,35.824437631208,0 -78.9245059143285,35.825722584758,0 -78.9231519918831,35.8249689607522,0 -78.9225708101501,35.8244357356516,0 -78.9218091828417,35.8237358290343,0 -78.9212108344622,35.823574649119,0 -78.9208665201634,35.8234814103462,0 -78.9206239960119,35.8234156369085,0 -78.9205549557208,35.8233975656254,0 -78.9203478371638,35.8233411883856,0 -78.9199787412762,35.8232414414299,0 -78.9191493859129,35.8230166468888,0 -78.9190201588004,35.8229819505939,0 -78.9188422510871,35.8229335217649,0 -78.9188068463511,35.8229241245065,0 -78.9185478212965,35.8225432360525,0 -78.9181668034903,35.8219820020281,0 -78.9181243690788,35.8219206840654,0 -78.9178945234208,35.8215823557914,0 -78.917894524153,35.8215816347393,0 -78.9179823914177,35.8213660991518,0 -78.9179930417861,35.8213401484212,0 -78.9179851059431,35.8213084167631,0 -78.9179577644289,35.8212060088779,0 -78.9179045030321,35.8213451361884,0 -78.9178024203141,35.8216096937146,0 -78.9175193173181,35.8205401812309,0 -78.9175804159431,35.8205294067677,0 -78.9176415160208,35.820517190169,0 -78.9177017322208,35.8205035308371,0 -78.9177619506008,35.8204877083182,0 -78.9178204005024,35.8204697214184,0 -78.9178788518427,35.8204502923856,0 -78.9178947921139,35.8204459768069,0 -78.9183447812047,35.8202054474177,0 -78.9184679292049,35.8201182824461,0 -78.9184944896192,35.820117579157,0 -78.9185069153915,35.820086582187,0 -78.9185228635505,35.820074334948,0 -78.9186380686621,35.8199619276353,0 -78.9187249359659,35.8198567118474,0 -78.9187382317104,35.8198408575454,0 -78.9188206960515,35.8197118439978,0 -78.9188685879042,35.8196275126739,0 -78.9189014046837,35.8195676871054,0 -78.9189342214147,35.8195078615268,0 -78.9189670388198,35.8194473148855,0 -78.9189980855459,35.8193867670574,0 -78.9190291322255,35.8193262192202,0 -78.9190592942668,35.8192649497332,0 -78.9192544636326,35.8188641735833,0 -78.9194700325737,35.8184237526112,0 -78.9198967305075,35.8175493958949,0 -78.919982792492,35.8173590942682,0 -78.9200538069826,35.8171658984847,0 -78.9201106607928,35.8169683670438,0 -78.9201533511691,35.8167693841778,0 -78.9201809936413,35.8165682282682,0 -78.9201944721782,35.8163663420112,0 -78.9202008719688,35.8161608458348,0 -78.9202265649965,35.8161406731438,0 -78.9203337669237,35.81605637995,0 -78.9204993111581,35.816059372261,0 -78.9205400339684,35.8160593988172,0 -78.920652464336,35.8160594720648,0 -78.9208056203393,35.8160566874622,0 -78.9209587805612,35.8160495763461,0 -78.9211119435703,35.8160395808234,0 -78.9212642254763,35.8160252582153,0 -78.9214156255544,35.8160073295784,0 -78.9215608279217,35.8159901178188,0 -78.9217060288308,35.8159743479931,0 -78.92185211287,35.8159607417226,0 -78.9219973094958,35.815949297871,0 -78.9221433892748,35.8159400175726,0 -78.9222903522183,35.8159329008241,0 -78.9224479363856,35.8159279538191,0 -78.9224497069397,35.8159279549457,0 -78.9224682977579,35.8159279667734,0 -78.9224868885761,35.8159279785982,0 -78.9225054800855,35.8159272693667,0 -78.9225240709035,35.8159272811859,0 -78.9225417764446,35.8159272924396,0 -78.9225594819856,35.8159273036907,0 -78.9225771882171,35.8159265938858,0 -78.922594008481,35.8159266045695,0 -78.922610829435,35.8159258941974,0 -78.9226276496987,35.8159259048765,0 -78.9226435846854,35.8159259149914,0 -78.9226595203617,35.8159252040508,0 -78.9226745700713,35.8159252135998,0 -78.9226896204702,35.8159245020935,0 -78.9227037855919,35.8159237900239,0 -78.9227179500241,35.8159237990062,0 -78.9227347709764,35.815923088617,0 -78.9227515919285,35.8159223782255,0 -78.9227675276032,35.8159216672706,0 -78.9227825780007,35.8159209557528,0 -78.9227967431209,35.8159202436724,0 -78.922810022964,35.8159195310297,0 -78.9228259593259,35.8159180990137,0 -78.9228410097222,35.8159173874887,0 -78.9228560608062,35.8159159549083,0 -78.9228702266127,35.8159145217658,0 -78.9228835064541,35.815913809115,0 -78.9228976722598,35.8159123759693,0 -78.922911838065,35.815910942822,0 -78.9229251185928,35.8159095091131,0 -78.9229401696739,35.8159080765223,0 -78.9229543354775,35.8159066433701,0 -78.9229693865575,35.8159052107756,0 -78.9229853229138,35.8159037787388,0 -78.9230003739927,35.8159023461405,0 -78.9230163103478,35.8159009140996,0 -78.9230331319792,35.8158994826156,0 -78.9230490683331,35.8158980505704,0 -78.9230650040005,35.8158973395767,0 -78.9230818256302,35.815895908086,0 -78.9230977612968,35.815895197088,0 -78.9231136976488,35.8158937650343,0 -78.9231296333147,35.8158930540322,0 -78.9231455689804,35.8158923430279,0 -78.9231615039605,35.8158923530751,0 -78.9231765543491,35.8158916415087,0 -78.9231916040524,35.8158916509939,0 -78.9232066537557,35.8158916604773,0 -78.923221703459,35.8158916699589,0 -78.9232367531624,35.8158916794385,0 -78.9232526881424,35.8158916894738,0 -78.9232677371614,35.8158924200032,0 -78.9232836721416,35.8158924300345,0 -78.9232996064378,35.8158931611172,0 -78.9233164266947,35.8158931717012,0 -78.923330590438,35.8158939016659,0 -78.9233438695884,35.8158939100185,0 -78.9233580333319,35.81589463998,0 -78.9233730830358,35.8158946494429,0 -78.9233872467798,35.8158953794009,0 -78.9234022964839,35.8158953888602,0 -78.923417345505,35.8158961193711,0 -78.9234332804859,35.8158961293828,0 -78.9234483295074,35.8158968598899,0 -78.9234642638059,35.8158975909511,0 -78.9234793135104,35.8158976004008,0 -78.9234943625326,35.8158983309023,0 -78.9235102968318,35.8158990619574,0 -78.9235253465365,35.8158990714015,0 -78.9235403955594,35.8158998018972,0 -78.9235554445826,35.8159005323911,0 -78.9235696083293,35.815901262328,0 -78.9235837720762,35.8159019922632,0 -78.9235979358233,35.8159027221968,0 -78.923611214294,35.8159034515739,0 -78.9236280338721,35.8159041831685,0 -78.9236439674927,35.8159056352598,0 -78.9236599017948,35.8159063662953,0 -78.9236749501396,35.815907817828,0 -78.9236899984849,35.8159092693589,0 -78.9237041615539,35.8159107203337,0 -78.9237183253037,35.8159114502533,0 -78.9237316030967,35.8159129006708,0 -78.9237475360409,35.8159150738021,0 -78.9237625843889,35.8159165253239,0 -78.9237776327375,35.8159179768439,0 -78.92379179513,35.8159201488621,0 -78.9238059575232,35.8159223208786,0 -78.9238201205966,35.81592377184,0 -78.9238342829913,35.8159259438532,0 -78.9238475601096,35.8159281153116,0 -78.9238617225058,35.8159302873217,0 -78.9238758842238,35.8159331803836,0 -78.9238909318988,35.8159353529432,0 -78.9239059795745,35.8159375255009,0 -78.9239219118498,35.8159404196629,0 -78.9239351889729,35.8159425911117,0 -78.9239493506957,35.8159454841651,0 -78.9239643976969,35.8159483777692,0 -78.923979445377,35.8159505503178,0 -78.9239962629349,35.8159534450223,0 -78.9240095393844,35.8159563375166,0 -78.9240237011123,35.8159592305613,0 -78.9240387487961,35.8159614031026,0 -78.9240546810808,35.8159642972472,0 -78.9240714979671,35.8159679129948,0 -78.9240883155319,35.8159708076866,0 -78.9241024772651,35.8159737007221,0 -78.9241166389994,35.815976593756,0 -78.9241308007347,35.8159794867883,0 -78.9241458477486,35.8159823803699,0 -78.9241617800414,35.8159852745005,0 -78.9241777123353,35.815988168629,0 -78.924194529232,35.8159917843596,0 -78.9242122320839,35.8159946795848,0 -78.9242299342614,35.815998295861,0 -78.9242485217184,35.8160019126849,0 -78.924267109177,35.8160055295058,0 -78.9242856959621,35.8160098673775,0 -78.9243051687022,35.8160134847427,0 -78.9243246407692,35.8160178231582,0 -78.9243379179158,35.8160199945632,0 -78.9243511943885,35.8160228870202,0 -78.9243644708621,35.8160257794758,0 -78.9243786332893,35.8160279514257,0 -78.9243919097647,35.8160308438783,0 -78.9244051862411,35.8160337363295,0 -78.9244184627185,35.8160366287792,0 -78.924432625149,35.8160388007228,0 -78.9244459016281,35.8160416931695,0 -78.9244591781082,35.8160445856148,0 -78.9244733398677,35.8160474786072,0 -78.9244866163497,35.8160503710495,0 -78.924499893506,35.8160525424367,0 -78.9245131699898,35.8160554348761,0 -78.9245273317531,35.8160583278622,0 -78.9245406082389,35.8160612202986,0 -78.9245538853984,35.81606339168,0 -78.9245733574908,35.8160677300558,0 -78.9245928302577,35.8160713473749,0 -78.9246114170754,35.8160756851968,0 -78.9246300045672,35.8160793019623,0 -78.9246485920606,35.8160829187251,0 -78.9246671795558,35.8160865354849,0 -78.9246848817737,35.8160901516949,0 -78.9247025839933,35.8160937679023,0 -78.9247202862144,35.8160973841072,0 -78.9247371031581,35.8161009997628,0 -78.9247539201034,35.8161046154161,0 -78.924770737721,35.8161075100135,0 -78.92478666939,35.8161111251158,0 -78.924802601731,35.8161140191625,0 -78.9248185334028,35.8161176342606,0 -78.9248344657462,35.8161205283031,0 -78.9248495121414,35.8161241428512,0 -78.924864559208,35.816127036344,0 -78.9248787209964,35.8161299292892,0 -78.9248937673953,35.8161335438318,0 -78.9249079291859,35.8161364367737,0 -78.9249212056981,35.8161393291685,0 -78.9249353674907,35.8161422221071,0 -78.9249504145637,35.8161451155892,0 -78.9249743117564,35.8161508987334,0 -78.9249911287226,35.8161545143538,0 -78.9250079456904,35.816158129972,0 -78.9250247626596,35.8161617455878,0 -78.9250415796303,35.8161653612013,0 -78.9250575113228,35.8161689762681,0 -78.9250743282965,35.8161725918771,0 -78.9250902593239,35.8161769279932,0 -78.9251070763007,35.8161805435976,0 -78.9251238932791,35.8161841591997,0 -78.9251407102589,35.8161877747995,0 -78.9251584125202,35.8161913909406,0 -78.9251716890504,35.8161942833081,0 -78.9251849649143,35.8161978967277,0 -78.9251982414465,35.8162007890923,0 -78.9252124032597,35.8162036819987,0 -78.925226565074,35.8162065749034,0 -78.9252407262226,35.81621018886,0 -78.9252557733192,35.8162130823043,0 -78.9252708204169,35.8162159757468,0 -78.9252858668494,35.8162195902409,0 -78.9253017985635,35.8162232052757,0 -78.9253177309451,35.816226099255,0 -78.9253336626619,35.8162297142856,0 -78.9253504796606,35.8162333298564,0 -78.9253672966608,35.8162369454249,0 -78.9253841136625,35.8162405609911,0 -78.9254009306657,35.8162441765549,0 -78.9254186329509,35.8162477926581,0 -78.9254363352378,35.8162514087588,0 -78.9254540368615,35.8162557459103,0 -78.9254717391516,35.8162593620058,0 -78.9254903267242,35.8162629786399,0 -78.925508913634,35.8162673163247,0 -78.9255275005459,35.8162716540066,0 -78.9255469734046,35.816275271173,0 -78.9255655603204,35.8162796088492,0 -78.9255850325191,35.816283947063,0 -78.9255983090797,35.8162868393839,0 -78.9256115856413,35.8162897317034,0 -78.9256248622039,35.8162926240214,0 -78.9256381387674,35.816295516338,0 -78.9256514153318,35.8162984086532,0 -78.9256646918972,35.8163013009669,0 -78.9256788537447,35.8163041938189,0 -78.925692130312,35.8163070861296,0 -78.9257054068803,35.8163099784389,0 -78.9257195680684,35.8163135923397,0 -78.9257337299201,35.8163164851854,0 -78.9257470064914,35.8163193774901,0 -78.925761168345,35.8163222703326,0 -78.9257753295378,35.8163258842269,0 -78.9257894913936,35.8163287770661,0 -78.9258036532504,35.8163316699037,0 -78.9258178144467,35.8163352837931,0 -78.9258319763056,35.8163381766273,0 -78.9258461381656,35.8163410694599,0 -78.9258602993655,35.8163446833443,0 -78.9258744612276,35.8163475761737,0 -78.9258895077115,35.8163511905931,0 -78.9259036695758,35.816354083419,0 -78.9259178307805,35.8163576972967,0 -78.9259328779288,35.8163605906573,0 -78.9259470391359,35.8163642045317,0 -78.9259612010046,35.8163670973509,0 -78.9259762474961,35.8163707117596,0 -78.9259904093669,35.8163736045754,0 -78.9260054558609,35.8163772189805,0 -78.9260196177339,35.8163801117929,0 -78.9260346642304,35.8163837261944,0 -78.9260488254461,35.8163873400568,0 -78.9260638726046,35.8163902334012,0 -78.9260780338228,35.8163938472603,0 -78.9260930809836,35.8163967406011,0 -78.9261072422042,35.8164003544568,0 -78.9261214040849,35.8164032472573,0 -78.9261364505902,35.8164068616462,0 -78.9261506118146,35.8164104754968,0 -78.9261647736986,35.8164133682923,0 -78.9261798202078,35.8164169826758,0 -78.926193982094,35.816419875468,0 -78.9262081433232,35.8164234893119,0 -78.9262223052116,35.8164263821007,0 -78.9262364664432,35.8164299959413,0 -78.9262497430511,35.8164328881911,0 -78.9262639049426,35.8164357809751,0 -78.9262780661777,35.8164393948109,0 -78.9262913427886,35.8164422870562,0 -78.9263046187433,35.8164459003535,0 -78.9263187806391,35.8164487931311,0 -78.9263320572531,35.8164516853719,0 -78.9263453332111,35.8164552986647,0 -78.9263577245442,35.8164581903678,0 -78.9263771968284,35.8164625284547,0 -78.9263966691148,35.8164668665386,0 -78.9264152554639,35.8164719251383,0 -78.9264338424714,35.8164762626817,0 -78.9264515441978,35.8164805996881,0 -78.9264692465818,35.8164842156384,0 -78.9264860630287,35.8164885521056,0 -78.9265037647605,35.8164928891044,0 -78.9265196959277,35.8164972250331,0 -78.9265365123799,35.8165015614934,0 -78.9265524442055,35.8165051763644,0 -78.9265692606611,35.8165095128201,0 -78.926585191835,35.8165138487402,0 -78.9266011230107,35.8165181846583,0 -78.9266170548425,35.8165217995208,0 -78.9266321007377,35.8165261349018,0 -78.9266480319183,35.8165304708137,0 -78.9266648477303,35.8165355283096,0 -78.9266807789145,35.8165398642172,0 -78.9266967101004,35.8165442001227,0 -78.9267135259183,35.8165492576119,0 -78.9267303417383,35.8165543150988,0 -78.9267471575605,35.8165593725833,0 -78.9267648586687,35.8165644305974,0 -78.9267825591263,35.8165702096624,0 -78.9268002595864,35.8165759887248,0 -78.9268188453332,35.8165817683162,0 -78.9268321213344,35.8165853815558,0 -78.9268445114,35.8165897153161,0 -78.9268577867514,35.8165940496063,0 -78.9268710621042,35.8165983838951,0 -78.9268843374584,35.8166027181825,0 -78.9268984980985,35.8166070529994,0 -78.9269126580884,35.816612108868,0 -78.9269268187317,35.8166164436816,0 -78.926940978725,35.8166214995469,0 -78.9269560246562,35.8166258348878,0 -78.9269710699377,35.8166308912801,0 -78.9269861152211,35.8166359476706,0 -78.9270011605064,35.8166410040593,0 -78.9270170904277,35.8166467820296,0 -78.927033021002,35.8166518389444,0 -78.9270498362128,35.8166576174404,0 -78.9270657661408,35.8166633954042,0 -78.9270825820066,35.8166684528423,0 -78.9271002825096,35.8166742318609,0 -78.9271179823652,35.8166807319304,0 -78.9271365675091,35.8166872325265,0 -78.9271578085124,35.816693734707,0 -78.9271808187913,35.8167016800485,0 -78.9271940941791,35.816706014302,0 -78.9272082542048,35.8167110701361,0 -78.9272250694404,35.8167168486078,0 -78.9272436546012,35.8167233491875,0 -78.9272657802598,35.816730572931,0 -78.9272905611318,35.8167385193083,0 -78.9273188812084,35.8167486309523,0 -78.9277662922798,35.8173574662447,0 -78.9277651737898,35.8176184869768,0 -78.9276279529713,35.817618405574,0 -78.9276305533542,35.8176804177224,0 -78.9276322729618,35.8177373819718,0 -78.9276339957986,35.8177907409545,0 -78.9276357225099,35.8178397736176,0 -78.9276383364577,35.8178866436461,0 -78.9276400683361,35.8179299078828,0 -78.9276426868065,35.8179717305383,0 -78.9276453072153,35.818011390034,0 -78.9276479282719,35.8180503284759,0 -78.9276505506215,35.8180878248113,0 -78.927653174264,35.81812387904,0 -78.9276557985539,35.8181592122151,0 -78.9276593094383,35.8181931038092,0 -78.9276619356685,35.8182262738244,0 -78.9276654478486,35.8182587233116,0 -78.9276689613217,35.8182897306922,0 -78.9276715894941,35.8183207375472,0 -78.9276751036171,35.818351023874,0 -78.9276786190328,35.8183798680946,0 -78.9276812485017,35.8184094328424,0 -78.9276847639221,35.8184382770621,0 -78.9276891646499,35.8184671218067,0 -78.9276926800756,35.8184959660257,0 -78.9276970801646,35.8185255318224,0 -78.9277005949509,35.8185550970935,0 -78.9277058803521,35.8185846634145,0 -78.927710279806,35.8186149502627,0 -78.9277155645701,35.8186452376355,0 -78.9277199640309,35.8186755244828,0 -78.9277252488025,35.8187058118546,0 -78.9277305342226,35.818735378173,0 -78.9277358196466,35.8187649444908,0 -78.9277411050744,35.8187945108081,0 -78.9277463911505,35.818823356072,0 -78.9277516772304,35.8188522013354,0 -78.927756963314,35.8188810465983,0 -78.9277622500456,35.8189091708079,0 -78.9277684208026,35.8189387376473,0 -78.9277737068978,35.8189675829086,0 -78.9277807629742,35.8189971502714,0 -78.9277869324566,35.8190281592146,0 -78.9277939866112,35.8190598897344,0 -78.9278028088194,35.8190945055135,0 -78.9278125137721,35.8191320060271,0 -78.9278230995406,35.8191745544332,0 -78.9278363367545,35.8192221517797,0 -78.9278522241342,35.819276240171,0 -78.9278707604023,35.8193382617112,0 -78.9279654961137,35.819330386153,0 -78.928017512679,35.8195741328303,0 -78.9280898463774,35.8198690862163,0 -78.9282257485051,35.8203616454729,0 -78.9283183509785,35.8207640474425,0 -78.9284171593758,35.8211578002988,0 -78.9285627330445,35.8217311225259,0 -78.92867210752,35.8221933812176,0 -78.9288282640176,35.8228179038272,0 -78.9289685574117,35.8233616590217,0 -78.9290885493923,35.8238369022034,0 -78.9292349921395,35.8244397867312,0 -78.9292799851872,35.8246236810636,0 -78.9294052969145,35.8250946005031,0 -78.9294838489721,35.8253772982252,0 -78.9295509029011,35.8256470102961,0 -78.9295976385984,35.8258647948631,0 -78.9296401371224,35.8258648194014,0 -78.9296497904068,35.8259636090287,0 -78.9296709430964,35.8260746631619,0 -78.9296964556984,35.8262628723043,0 -78.9297166560651,35.8264510783664,0 -78.9297367706705,35.8267380683929,0 -78.9297417709783,35.827097154799,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_2">
<name>Cameron Pond Phase 2</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>04-SB-009</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Cameron Pond Phase 2</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>100 SF lots</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">04-SB-009</SimpleData>
<SimpleData name="ProjectName">Cameron Pond Phase 2</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">100 SF lots</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.8886402540125,35.8260750895609,0 -78.8887025549001,35.8245537269094,0 -78.8887053053123,35.8244852294697,0 -78.888706285973,35.8244160093603,0 -78.8887283703134,35.8231657248432,0 -78.8887974618039,35.8231412721127,0 -78.8889320982857,35.8230959685643,0 -78.8890853260776,35.8230514028377,0 -78.8892420852396,35.8230140506518,0 -78.8894006060871,35.8229831893348,0 -78.8895617720401,35.8229602617855,0 -78.8897229290501,35.8229438234873,0 -78.8898858458986,35.8229353181434,0 -78.8899655306591,35.8229332269461,0 -78.8904569028268,35.8229329484816,0 -78.8908570962354,35.8229232127448,0 -78.8925826768518,35.82290455618,0 -78.8931253046636,35.8243154114768,0 -78.8932321329357,35.8258845141113,0 -78.8932236521076,35.8262724324952,0 -78.8931156726485,35.8262434957948,0 -78.8930590506243,35.8262109988077,0 -78.8929971478049,35.8261547024531,0 -78.8929759901101,35.8260854629164,0 -78.8929238104713,35.8260414329377,0 -78.89289637492,35.8260327562139,0 -78.8928954895325,35.8260327554359,0 -78.8928618591423,35.8260219101058,0 -78.8927812410799,35.8260578918064,0 -78.8927794703044,35.8260578902488,0 -78.8927511206789,35.8260708442394,0 -78.8926510450402,35.8260909455948,0 -78.8924455592188,35.8261477275408,0 -78.8924048505305,35.8261332705809,0 -78.8923463716783,35.8261656662743,0 -78.8923437107107,35.8261692691826,0 -78.8923428253217,35.8261692684006,0 -78.8923020292303,35.8262204270318,0 -78.8921708886776,35.8262974636225,0 -78.8920929050318,35.8263493103314,0 -78.8920460024211,35.8263319635628,0 -78.8920079941896,35.8262843404869,0 -78.892020464772,35.8262281095048,0 -78.8919647073895,35.8262114759116,0 -78.8919611648683,35.8262121938235,0 -78.8919292869936,35.8262150497719,0 -78.8919248571546,35.8262172089994,0 -78.8919239717651,35.8262172082144,0 -78.8918123441817,35.8262683038592,0 -78.8916485016056,35.8263020477594,0 -78.8916299490024,35.8262717470971,0 -78.8916334944288,35.8262688660425,0 -78.8916654013222,35.8262443786473,0 -78.8916309909725,35.826154937652,0 -78.8914999389161,35.8261656368472,0 -78.8914476515936,35.8262023639304,0 -78.8914316710116,35.8262347970235,0 -78.8914245685267,35.8262492117307,0 -78.891303252671,35.8262620825411,0 -78.8911589030436,35.8262850273892,0 -78.8910385103835,35.8262697777455,0 -78.8908745779388,35.8263698572773,0 -78.8907940472798,35.8263402220391,0 -78.8907100384771,35.8262637152708,0 -78.8906853548054,35.8261843774523,0 -78.8906393340798,35.8261699151388,0 -78.8906375642773,35.8261691924993,0 -78.890606589324,35.8261590699813,0 -78.8906332456065,35.8260891518854,0 -78.8906199872235,35.8260725557995,0 -78.8906191028111,35.8260718339542,0 -78.8906120323914,35.8260624539371,0 -78.8905730470263,35.8260833294454,0 -78.8905013677101,35.8260558651114,0 -78.8904934148478,35.8260443211395,0 -78.8904660225414,35.8260039176311,0 -78.8903350556702,35.8259518841493,0 -78.8902623913331,35.8259979660655,0 -78.8901207343041,35.8259942331958,0 -78.8901118951353,35.8259834094515,0 -78.8900420672558,35.8258968202711,0 -78.889926058135,35.8259140208097,0 -78.8898507551224,35.8259471211669,0 -78.8897630821953,35.8259614629456,0 -78.8896771977221,35.8259628273484,0 -78.8896160656772,35.8259923351263,0 -78.8895266179439,35.8260095593345,0 -78.8894619827082,35.826010942842,0 -78.8893539299444,35.8260368026713,0 -78.8893503874076,35.8260375205074,0 -78.8893016752991,35.8260490131072,0 -78.8892299915055,35.8260251532795,0 -78.8891529529201,35.8260322937651,0 -78.8891148278559,35.8260711958833,0 -78.8891130541132,35.8260733574249,0 -78.8890917761179,35.8260942485668,0 -78.8890695860097,35.8261346072711,0 -78.8889916411255,35.8261568889157,0 -78.8889349980362,35.8261409741807,0 -78.8888243165274,35.8261466416966,0 -78.8887083683307,35.8261191359244,0 -78.8886393249228,35.8261068149882,0 -78.8886402540125,35.8260750895609,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_3">
<name>Greyhawk Landing Subdivision</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>04-SB-022</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Greyhawk Landing Subdivision</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>78 SF lots</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">04-SB-022</SimpleData>
<SimpleData name="ProjectName">Greyhawk Landing Subdivision</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">78 SF lots</SimpleData>
</SchemaData>
</ExtendedData>
<MultiGeometry>
<extrude>0</extrude>
<tessellate>1</tessellate>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.7809127898647,35.7017150468465,0 -78.7809076062964,35.7010170301149,0 -78.7809042222316,35.7006341294047,0 -78.7809015641704,35.7003096376202,0 -78.7808997745293,35.6999909160258,0 -78.7808989334462,35.6999750507004,0 -78.7810701637996,35.7000741471291,0 -78.7814267952386,35.7002629906347,0 -78.7817075140545,35.7004105952557,0 -78.7818011008223,35.7004547490996,0 -78.7819485387093,35.7005264004911,0 -78.7820827379896,35.7005900960938,0 -78.782182507453,35.7006364239583,0 -78.7821886877973,35.7006393193482,0 -78.7822513849754,35.7006646694181,0 -78.7823290891304,35.7006979782011,0 -78.7825339405638,35.700787758604,0 -78.7825328880648,35.7008504908676,0 -78.7825108975442,35.7021260455805,0 -78.7824973868604,35.7028773886203,0 -78.7824889838122,35.7033727566719,0 -78.7824775991961,35.7039907031643,0 -78.7824740217646,35.7046641867527,0 -78.7824759036457,35.7052799934695,0 -78.7824764351422,35.7054112311847,0 -78.7823464618105,35.7054167674694,0 -78.7823630209275,35.7058343030198,0 -78.7823609099537,35.7062907435005,0 -78.7823583938559,35.7068978890817,0 -78.7823524950985,35.7084345013345,0 -78.7820672646866,35.7083099651107,0 -78.781934507695,35.708034274574,0 -78.7816285764511,35.7077186138541,0 -78.7813881014771,35.7077189032457,0 -78.7810530345061,35.7077168587962,0 -78.7810494981382,35.7077168524346,0 -78.7807312328369,35.7077133951617,0 -78.7800796766717,35.707705008809,0 -78.7794723252281,35.7076966990698,0 -78.7795083641973,35.7058255595192,0 -78.7795166247242,35.7053893204075,0 -78.7795321946986,35.7045413570525,0 -78.7795404215899,35.7041173760928,0 -78.7795485993143,35.7037114220275,0 -78.7795559125444,35.7032982555295,0 -78.7795641215175,35.7028807641115,0 -78.7795723519989,35.7024553407793,0 -78.7795867914456,35.7016975098636,0 -78.7801552027015,35.7017050277106,0 -78.7803240458619,35.7017074958388,0 -78.7809127898647,35.7017150468465,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.7825598642033,35.6990348538126,0 -78.7825731241617,35.6990348775035,0 -78.7825415142495,35.7006010118613,0 -78.7822368822475,35.7004692301986,0 -78.7821768450221,35.7004410005514,0 -78.7819949655735,35.7003563082637,0 -78.7819057969275,35.7003128835674,0 -78.7817565972767,35.7002390657126,0 -78.7815800422283,35.7001471715233,0 -78.7809576875622,35.6998237291709,0 -78.7809625163858,35.6990190098491,0 -78.7810774379482,35.6990184955521,0 -78.7815406309903,35.6990272598117,0 -78.7822469136756,35.699040062919,0 -78.7825598642033,35.6990348538126,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</MultiGeometry>
</Placemark>
<Placemark id="kml_4">
<name>Regency Park parcels A&C</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>04-SP-067</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Regency Park parcels A&C</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>10 story office building: Vested Rights Certificate (5 year term) approved by Town Council on Sept. 6, 2012; plan valid until Sept. 2017</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">04-SP-067</SimpleData>
<SimpleData name="ProjectName">Regency Park parcels A&C</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">10 story office building: Vested Rights Certificate (5 year term) approved by Town Council on Sept. 6, 2012; plan valid until Sept. 2017</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.7868637907091,35.7354114999773,0 -78.7876402477123,35.7347545157718,0 -78.7876437928296,35.7347516376571,0 -78.7876464516673,35.7347494790709,0 -78.7876491086131,35.734748041556,0 -78.7876517674506,35.7347458829697,0 -78.7876544243962,35.7347444454546,0 -78.7876570813417,35.7347430079395,0 -78.7876597382871,35.7347415704243,0 -78.7876632796197,35.7347401344513,0 -78.7876659365649,35.734738696936,0 -78.7876685916183,35.7347379804918,0 -78.7876721329506,35.7347365445186,0 -78.7876747898955,35.7347351070031,0 -78.787678329336,35.7347343921009,0 -78.7876818687764,35.7347336771986,0 -78.7876845238296,35.7347329607541,0 -78.7876880632699,35.7347322458516,0 -78.7876916027101,35.7347315309491,0 -78.7876942577631,35.7347308145043,0 -78.7876977953119,35.7347308206728,0 -78.787701334752,35.73473010577,0 -78.7877048723007,35.7347301119383,0 -78.7877075273535,35.7347293954932,0 -78.7877110649022,35.7347294016613,0 -78.7877146024509,35.7347294078293,0 -78.7877181381084,35.7347301350684,0 -78.7877216756571,35.7347301412362,0 -78.7877243288187,35.734730145862,0 -78.7877278644763,35.7347308731008,0 -78.787731402025,35.7347308792683,0 -78.7877349376827,35.7347316065069,0 -78.7877375889533,35.7347323322036,0 -78.7877411246111,35.734733059442,0 -78.787744660269,35.7347337866803,0 -78.7877473115397,35.7347345123768,0 -78.7877508453068,35.7347359606861,0 -78.7877534965777,35.7347366863824,0 -78.7877570303449,35.7347381346916,0 -78.7877596797251,35.734739581459,0 -78.7877632134926,35.734741029768,0 -78.7877658647638,35.7347417554641,0 -78.7877685122534,35.7347439233025,0 -78.787771161634,35.7347453700696,0 -78.7877738110146,35.7347468168367,0 -78.7877764603953,35.7347482636038,0 -78.7877817572664,35.7347518782088,0 -78.7881745019777,35.7350611819996,0 -78.788179798887,35.735064796587,0 -78.7881815620075,35.7350669628776,0 -78.7881842095189,35.7350691307067,0 -78.7881859726396,35.7350712969972,0 -78.7881877357604,35.7350734632878,0 -78.7881894988812,35.7350756295782,0 -78.7881912620022,35.7350777958687,0 -78.7881930232362,35.7350806832303,0 -78.7881947863574,35.7350828495206,0 -78.7881965494786,35.735085015811,0 -78.7881983107131,35.7350879031725,0 -78.788090137479,35.735193712885,0 -78.7875639895542,35.7358417628953,0 -78.7875497937396,35.735859043908,0 -78.7874637267503,35.7359656126868,0 -78.7875362835699,35.7359520389099,0 -78.7872640637772,35.7362212453323,0 -78.7866595809667,35.7363853136433,0 -78.7866636108515,35.7361985624963,0 -78.7861329228882,35.7358803588275,0 -78.7857241063334,35.7356301483358,0 -78.7859751285907,35.7353515340739,0 -78.7860886357971,35.7349017831007,0 -78.7863799836551,35.7350919372083,0 -78.7867737458273,35.7353493299216,0 -78.7868637907091,35.7354114999773,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_5">
<name>Regency Park Parcel A & C</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>04-SP-067-C</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Regency Park Parcel A & C</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>submitted in accordance with Town of Cary's Resolution & Vested Rights Certificate</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">04-SP-067-C</SimpleData>
<SimpleData name="ProjectName">Regency Park Parcel A & C</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">submitted in accordance with Town of Cary's Resolution & Vested Rights Certificate</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.7867737458273,35.7353493299216,0 -78.7868637907091,35.7354114999773,0 -78.7876402477123,35.7347545157718,0 -78.7876437928296,35.7347516376571,0 -78.7876473379465,35.7347487595422,0 -78.7876526537297,35.734745163441,0 -78.787658852008,35.7347422899531,0 -78.7876632796197,35.7347401344513,0 -78.7876677072311,35.7347379789495,0 -78.7876721329506,35.7347365445186,0 -78.78767655867,35.7347351100876,0 -78.7876827550552,35.7347329576697,0 -78.7876898339357,35.7347315278648,0 -78.7876960265375,35.7347308175886,0 -78.787701334752,35.73473010577,0 -78.7877066410751,35.7347301150224,0 -78.7877128336766,35.7347294047453,0 -78.7877199068828,35.7347301381523,0 -78.787726097593,35.7347301489458,0 -78.7877331689083,35.7347316034232,0 -78.7877393558367,35.7347330563584,0 -78.7877455427652,35.7347345092933,0 -78.7877508453068,35.7347359606861,0 -78.7877552634613,35.734737410537,0 -78.7877614466089,35.7347403056135,0 -78.7877667453695,35.7347431991481,0 -78.787771161634,35.7347453700696,0 -78.7877755778986,35.734747540991,0 -78.7877817572664,35.7347518782088,0 -78.7881745019777,35.7350611819996,0 -78.7881806795037,35.7350662402678,0 -78.7881842095189,35.7350691307067,0 -78.7881868551435,35.7350720196069,0 -78.7881894988812,35.7350756295782,0 -78.7881921426192,35.7350792395495,0 -78.7881956669745,35.7350842932014,0 -78.7881983107131,35.7350879031725,0 -78.788090137479,35.735193712885,0 -78.7875639895542,35.7358417628953,0 -78.7875497937396,35.735859043908,0 -78.7874637267503,35.7359656126868,0 -78.7875362835699,35.7359520389099,0 -78.7872640637772,35.7362212453323,0 -78.7866595809667,35.7363853136433,0 -78.7866636108515,35.7361985624963,0 -78.7861329228882,35.7358803588275,0 -78.7857241063334,35.7356301483358,0 -78.7859751285907,35.7353515340739,0 -78.7860886357971,35.7349017831007,0 -78.7863799836551,35.7350919372083,0 -78.7867737458273,35.7353493299216,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_6">
<name>SRI Venkateswara Temple</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>04-SP-148-C</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>SRI Venkateswara Temple</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>convert 1658sf of residential to office space; grading to create open space; add retaining wall, parking, & accessible walkway</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">04-SP-148-C</SimpleData>
<SimpleData name="ProjectName">SRI Venkateswara Temple</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">convert 1658sf of residential to office space; grading to create open space; add retaining wall, parking, & accessible walkway</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.8038209029632,35.800136264144,0 -78.8042476710489,35.8004412373486,0 -78.804534901798,35.8006190789154,0 -78.8043132130247,35.8007888929994,0 -78.8044693614319,35.8010025770637,0 -78.8044870078929,35.8010256792589,0 -78.8047678131044,35.8009331128919,0 -78.8048418092339,35.8010796063544,0 -78.8046584375578,35.8011427657091,0 -78.8047279993987,35.8012928574156,0 -78.8048459732289,35.801554790708,0 -78.8049621880151,35.8018123946952,0 -78.8050784018037,35.8020707196051,0 -78.8044450831163,35.8022579011836,0 -78.8045612958933,35.8025162265482,0 -78.8046458136345,35.8027045583106,0 -78.8050972668698,35.802690138982,0 -78.8065415595341,35.8013130555107,0 -78.8063683272031,35.8012082268549,0 -78.805490690151,35.8006739666755,0 -78.8053360217738,35.8005799820395,0 -78.8041658103259,35.7998880535725,0 -78.8038209029632,35.800136264144,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_7">
<name>SRI Venkateswara Temple</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>04-SP-148-D</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>SRI Venkateswara Temple</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>remove existing office building and construct 3,390sf temple</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">04-SP-148-D</SimpleData>
<SimpleData name="ProjectName">SRI Venkateswara Temple</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">remove existing office building and construct 3,390sf temple</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.8038209029632,35.800136264144,0 -78.8042476710489,35.8004412373486,0 -78.804534901798,35.8006190789154,0 -78.8043132130247,35.8007888929994,0 -78.8044693614319,35.8010025770637,0 -78.8044870078929,35.8010256792589,0 -78.8047678131044,35.8009331128919,0 -78.8048418092339,35.8010796063544,0 -78.8046584375578,35.8011427657091,0 -78.8047279993987,35.8012928574156,0 -78.8048459732289,35.801554790708,0 -78.8049621880151,35.8018123946952,0 -78.8050784018037,35.8020707196051,0 -78.8044450831163,35.8022579011836,0 -78.8045612958933,35.8025162265482,0 -78.8046458136345,35.8027045583106,0 -78.8050972668698,35.802690138982,0 -78.8065415595341,35.8013130555107,0 -78.8063683272031,35.8012082268549,0 -78.805490690151,35.8006739666755,0 -78.8053360217738,35.8005799820395,0 -78.8041658103259,35.7998880535725,0 -78.8038209029632,35.800136264144,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_8">
<name>Talton Place</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SB-004</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Talton Place</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>11 SF lots</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SB-004</SimpleData>
<SimpleData name="ProjectName">Talton Place</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">11 SF lots</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.7749623271626,35.8086092968992,0 -78.7742260120918,35.808548087251,0 -78.7742082498185,35.8085689650084,0 -78.7741789719503,35.8085927056549,0 -78.7741435138117,35.8086106663812,0 -78.7741045330058,35.8086221310508,0 -78.7741036478107,35.80862212941,0 -78.7741009902112,35.8086228455412,0 -78.7740955509925,35.8089855273144,0 -78.773947676393,35.8090018374318,0 -78.773869726436,35.8090204403088,0 -78.7736093021805,35.8090826887928,0 -78.7734817465135,35.8091134572349,0 -78.7733365089675,35.8091362610278,0 -78.773282487467,35.8091448132289,0 -78.7732789446423,35.8091455276953,0 -78.7730221271265,35.8091839867428,0 -78.7724474996749,35.8092297838814,0 -78.7720951507998,35.8092428255578,0 -78.7719941434893,35.8089621453226,0 -78.7725874801301,35.808873121792,0 -78.7726974068038,35.8088156422809,0 -78.7726461411267,35.8084737654302,0 -78.7726285313373,35.8081254617973,0 -78.7726568513225,35.8081276778042,0 -78.7729303647901,35.8081317930244,0 -78.7732038762632,35.8081366286846,0 -78.7734720786503,35.8081407328048,0 -78.7737429346166,35.8081455623188,0 -78.7740146778202,35.8081496718186,0 -78.7742802227092,35.8081544902896,0 -78.77456081787,35.8081586149665,0 -78.7748387554815,35.8081634551448,0 -78.7749856910104,35.8081658897061,0 -78.7749688325455,35.80849826607,0 -78.7749623271626,35.8086092968992,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_9">
<name>Churchill Estates</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SB-007</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Churchill Estates</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>110 SF lots</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SB-007</SimpleData>
<SimpleData name="ProjectName">Churchill Estates</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">110 SF lots</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.7722932552979,35.6895381530464,0 -78.7722260753467,35.6895394694838,0 -78.772049288555,35.6895420227766,0 -78.7719679642718,35.689544033659,0 -78.7714066614305,35.6895537967723,0 -78.7710902112511,35.6895589705619,0 -78.7708321000499,35.6895635323276,0 -78.770850614888,35.6895801521446,0 -78.770832051078,35.6895808382695,0 -78.7707782442224,35.6904784873192,0 -78.7707309114111,35.6912744754066,0 -78.7707086093228,35.6916587713417,0 -78.7705891901425,35.692002503462,0 -78.7704251710446,35.6924882048748,0 -78.7702620318644,35.6929746287446,0 -78.7700471903887,35.6936131033443,0 -78.7700347108271,35.6936498550399,0 -78.7687827249543,35.6928340999053,0 -78.767840499409,35.6922006362376,0 -78.7678210882632,35.692188340771,0 -78.767800799404,35.6921738803737,0 -78.7677910948704,35.6921673720975,0 -78.7677866814636,35.6921652004229,0 -78.7676552108755,35.6920834669501,0 -78.7676110934545,35.6920559815044,0 -78.7675404915683,35.6920169081038,0 -78.7674928302613,35.6919923001818,0 -78.7674292812069,35.6919597299499,0 -78.7674160389794,35.6919539359661,0 -78.7673851432176,35.6919394552246,0 -78.7672968673052,35.6918989057258,0 -78.7670778876756,35.6918177253304,0 -78.7670788089252,35.6918047475758,0 -78.7671325560678,35.6909424334668,0 -78.7671409093374,35.6908040012212,0 -78.7671770277328,35.6902315291512,0 -78.7672122741593,35.6896547287963,0 -78.7672215359245,35.6895076452124,0 -78.7666355606405,35.6894906589791,0 -78.7667290589497,35.6892514380777,0 -78.7668083086146,35.6890489651153,0 -78.7677393188698,35.688646217061,0 -78.7678751338213,35.6884438513286,0 -78.7681858132656,35.6879829491346,0 -78.7702150766461,35.687093373571,0 -78.7703596744248,35.6869076065364,0 -78.7707797366567,35.6868283581002,0 -78.77111268896,35.6866097749085,0 -78.7715252284572,35.6866898696142,0 -78.7722952347693,35.6863192329369,0 -78.7722943588482,35.686945133393,0 -78.7722950724113,35.6870057058926,0 -78.7722949832054,35.687037433478,0 -78.7722941194392,35.6876590073117,0 -78.7722945348908,35.6881399718443,0 -78.7722942610996,35.6885517108634,0 -78.7722939852781,35.6889641709128,0 -78.7722932552979,35.6895381530464,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_10">
<name>Renaissance at Regency, The</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SB-008</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Renaissance at Regency, The</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>95 SF lots</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SB-008</SimpleData>
<SimpleData name="ProjectName">Renaissance at Regency, The</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">95 SF lots</SimpleData>
</SchemaData>
</ExtendedData>
<MultiGeometry>
<extrude>0</extrude>
<tessellate>1</tessellate>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.802797063991,35.722727950576,0 -78.8028085435148,35.7227344588642,0 -78.8030602057395,35.722879081646,0 -78.8030681552905,35.7228826998909,0 -78.8030805191161,35.7228892095837,0 -78.8030981779693,35.7229000543013,0 -78.8031370257092,35.722924633745,0 -78.80332683996,35.7230489657802,0 -78.8035113352246,35.7231790575434,0 -78.8036887429913,35.7233149062064,0 -78.8038590702508,35.7234536275036,0 -78.8040779175289,35.7236400177187,0 -78.8040885060382,35.723649408757,0 -78.8041617344269,35.7237180288718,0 -78.8042278783332,35.7237909640085,0 -78.8042860534795,35.7238682127565,0 -78.804337147608,35.7239483344007,0 -78.8043450711784,35.7239627686691,0 -78.8043459554483,35.7239627700903,0 -78.8043485960581,35.723967821871,0 -78.804350355884,35.7239714300826,0 -78.80435211571,35.7239750382942,0 -78.8043538772789,35.723977925432,0 -78.8043547580634,35.7239793690008,0 -78.8043573986744,35.7239844207812,0 -78.8043600392857,35.7239894725616,0 -78.8043626798974,35.7239945243418,0 -78.8043626781547,35.7239952454157,0 -78.8043644362391,35.723999574701,0 -78.8043670768513,35.7240046264812,0 -78.8043688366788,35.7240082346925,0 -78.8043697174639,35.7240096782613,0 -78.8043714772916,35.7240132864726,0 -78.8043732353768,35.7240176157577,0 -78.8043749952049,35.724021223969,0 -78.804376755033,35.7240248321802,0 -78.8043793956469,35.72402988396,0 -78.804382036261,35.7240349357398,0 -78.8043829135616,35.7240378214562,0 -78.8043837908623,35.7240407071725,0 -78.8043855506913,35.7240443153836,0 -78.8043864314771,35.7240457589522,0 -78.8043881913063,35.7240493671632,0 -78.8043890720922,35.7240508107318,0 -78.8043908284368,35.7240558610905,0 -78.8043934690525,35.72406091287,0 -78.8043952236552,35.7240666843024,0 -78.8043969800005,35.724071734661,0 -78.8043987398308,35.7240753428719,0 -78.8043996206172,35.7240767864403,0 -78.804401376963,35.7240818367989,0 -78.8044031315667,35.7240876082311,0 -78.8044048913975,35.7240912164419,0 -78.8044057721842,35.7240926600103,0 -78.8044075285307,35.7240977103687,0 -78.8044092866197,35.7241020396532,0 -78.8044101621798,35.7241056464432,0 -78.8044119185269,35.7241106968015,0 -78.804413673132,35.7241164682336,0 -78.804415432964,35.7241200764441,0 -78.8044171910539,35.7241244057285,0 -78.8044189474018,35.7241294560866,0 -78.80442070375,35.7241345064448,0 -78.8044224583562,35.7241402778767,0 -78.8044233304329,35.7241453268142,0 -78.8044250850396,35.724151098246,0 -78.8044268413886,35.7241561486041,0 -78.8044285977378,35.724161198962,0 -78.8044303523452,35.7241669703938,0 -78.8044321086949,35.7241720207517,0 -78.8044329790305,35.7241777907629,0 -78.8044338545924,35.7241813975525,0 -78.8044356126847,35.7241857268366,0 -78.8044364882468,35.7241893336262,0 -78.804437362067,35.7241936614896,0 -78.8044382376293,35.7241972682793,0 -78.8044391114497,35.7242015961427,0 -78.8044408660587,35.7242073675742,0 -78.8044417381373,35.7242124165115,0 -78.8044434927467,35.724218187943,0 -78.8044443683095,35.7242217947325,0 -78.8044452421305,35.7242261225959,0 -78.8044461176935,35.7242297293854,0 -78.8044469915146,35.7242340572487,0 -78.804447861852,35.7242398272596,0 -78.8044496182044,35.7242448776172,0 -78.8044496147205,35.7242463197648,0 -78.8044496112367,35.7242477619124,0 -78.8044504868001,35.7242513687019,0 -78.8044504833163,35.7242528108495,0 -78.8044513536541,35.7242585808604,0 -78.8044531100071,35.7242636312178,0 -78.8044531065233,35.7242650733654,0 -78.8044530995558,35.7242679576607,0 -78.8044539733777,35.7242722855239,0 -78.8044548489416,35.7242758923133,0 -78.8044557227637,35.7242802201765,0 -78.8044565931022,35.7242859901873,0 -78.8044565913604,35.7242867112611,0 -78.804456584393,35.7242895955563,0 -78.8044574582153,35.7242939234195,0 -78.8044583302959,35.7242989723564,0 -78.8044592041184,35.7243033002196,0 -78.8044591971511,35.7243061845148,0 -78.8044591936675,35.7243076266623,0 -78.8044600674901,35.7243119545255,0 -78.8044609430547,35.7243155613148,0 -78.8044609395711,35.7243170034624,0 -78.8044609326038,35.7243198877576,0 -78.8044609291202,35.7243213299052,0 -78.8044618046849,35.7243249366945,0 -78.8044617977177,35.7243278209896,0 -78.8044617942341,35.7243292631372,0 -78.8044626680571,35.7243335910003,0 -78.8044626610899,35.7243364752954,0 -78.8044626576063,35.724337917443,0 -78.8044635331713,35.7243415242323,0 -78.8044635262041,35.7243444085274,0 -78.8044635227206,35.724345850675,0 -78.8044643930603,35.7243516206856,0 -78.8044643913185,35.7243523417594,0 -78.8044643843514,35.7243552260546,0 -78.8044643773842,35.7243581103497,0 -78.8044643739007,35.7243595524973,0 -78.8044652477242,35.7243638803603,0 -78.8044652424989,35.7243660435816,0 -78.8044652390153,35.7243674857292,0 -78.8044661093554,35.7243732557398,0 -78.8044660954212,35.72437902433,0 -78.8044660832288,35.7243840718465,0 -78.8044669535692,35.724389841857,0 -78.8044669500857,35.7243912840045,0 -78.8044669413768,35.7243948893734,0 -78.8044669274427,35.7244006579636,0 -78.8044669135086,35.7244064265538,0 -78.8044669013163,35.7244114740703,0 -78.8044668908657,35.7244158005129,0 -78.8044668804151,35.7244201269555,0 -78.8044668699645,35.7244244533981,0 -78.8044668682227,35.7244251744719,0 -78.8044668542886,35.724430943062,0 -78.8044668490633,35.7244331062833,0 -78.8044668403545,35.7244367116522,0 -78.8044668281621,35.7244417591685,0 -78.8044668177116,35.7244460856111,0 -78.804466807261,35.7244504120537,0 -78.8044667985521,35.7244540174225,0 -78.8044667881015,35.7244583438651,0 -78.8044667741674,35.7244641124552,0 -78.804466761975,35.7244691599715,0 -78.804465867249,35.7244734849938,0 -78.8044658602819,35.7244763692888,0 -78.8044658533148,35.7244792535838,0 -78.8044658480895,35.7244814168051,0 -78.8044658446059,35.7244828589526,0 -78.8044649463961,35.7244886261224,0 -78.8044649324619,35.7244943947124,0 -78.8044649237529,35.7244980000811,0 -78.8044649202694,35.7244994422287,0 -78.8044640220593,35.7245052093983,0 -78.8044640185758,35.7245066515458,0 -78.8044640133504,35.7245088147671,0 -78.8044640098668,35.7245102569146,0 -78.8044631116565,35.7245160240843,0 -78.804463108173,35.7245174662318,0 -78.8044631012058,35.7245203505268,0 -78.8044622082208,35.7245239544752,0 -78.804462206479,35.7245246755489,0 -78.8044622047372,35.7245253966226,0 -78.8044621977699,35.7245282809176,0 -78.804461303043,35.7245326059398,0 -78.8044604065742,35.7245376520356,0 -78.8044604030905,35.7245390941831,0 -78.8044603961232,35.7245419784781,0 -78.8044603926395,35.7245434206256,0 -78.8044594979124,35.7245477456477,0 -78.8044586049269,35.724551349596,0 -78.8044586014432,35.7245527917435,0 -78.8044585944759,35.7245556760385,0 -78.8044576997484,35.7245600010605,0 -78.8044568032791,35.7245650471563,0 -78.8044567997953,35.7245664893038,0 -78.8044567928279,35.7245693735987,0 -78.8044558981002,35.7245736986208,0 -78.8044550051143,35.7245773025691,0 -78.8044541103865,35.7245816275911,0 -78.8044532139166,35.7245866736868,0 -78.8044532104329,35.7245881158343,0 -78.8044532034653,35.7245910001292,0 -78.8044523087372,35.7245953251512,0 -78.8044514122671,35.7246003712469,0 -78.804450514055,35.7246061384163,0 -78.8044496245523,35.7246083002171,0 -78.8044487228561,35.7246155095339,0 -78.8044460421539,35.7246270424521,0 -78.804445149167,35.7246306464003,0 -78.80444425618,35.7246342503485,0 -78.8044433614509,35.7246385753703,0 -78.8044415807025,35.7246436200454,0 -78.8044406824892,35.7246493872147,0 -78.8044397895018,35.7246529911627,0 -78.8044388947723,35.7246573161845,0 -78.8044380035267,35.7246601990589,0 -78.8044371122811,35.7246630819333,0 -78.8044371087971,35.7246645240807,0 -78.8044362227775,35.7246652437339,0 -78.8044362158093,35.7246681280287,0 -78.8044344368019,35.7246724516299,0 -78.8044335438139,35.724676055578,0 -78.8044326490838,35.7246803805997,0 -78.8044317560957,35.7246839845477,0 -78.8044299736035,35.7246897502962,0 -78.8044281928531,35.724694794971,0 -78.8044281893689,35.7246962371184,0 -78.8044255191139,35.7247034435937,0 -78.8044255138875,35.7247056068149,0 -78.8044237331365,35.7247106514896,0 -78.8044219541274,35.7247149750905,0 -78.8044210611384,35.7247185790384,0 -78.804419282129,35.7247229026394,0 -78.8044183891399,35.7247265065872,0 -78.8044166066457,35.7247322723355,0 -78.804414829378,35.7247358748626,0 -78.8044139346463,35.7247401998841,0 -78.8044121538938,35.7247452445586,0 -78.8044103731411,35.7247502892331,0 -78.8044077063673,35.7247560535604,0 -78.8044068133773,35.7247596575082,0 -78.8044050343662,35.7247639811088,0 -78.8044032570973,35.7247675836358,0 -78.8044023623646,35.7247719086571,0 -78.8044005850954,35.724775511184,0 -78.8043943533263,35.7247928070069,0 -78.8043712348629,35.7248454084417,0 -78.8043472373179,35.7248958452291,0 -78.8043419089801,35.7249052106595,0 -78.8040957226287,35.725417500066,0 -78.8040930540655,35.7254239854589,0 -78.8040912767682,35.7254275879805,0 -78.8040895012159,35.7254304694286,0 -78.8040886134397,35.7254319101526,0 -78.8040868361421,35.7254355126742,0 -78.8040850588443,35.7254391151957,0 -78.8040832798011,35.7254434387908,0 -78.804081502503,35.7254470413123,0 -78.8040797217142,35.7254520859808,0 -78.8040779444157,35.7254556885022,0 -78.8040761653718,35.7254600120971,0 -78.804074388073,35.7254636146185,0 -78.8040726090287,35.7254679382133,0 -78.8040699439526,35.7254729814585,0 -78.8040681631625,35.7254780261268,0 -78.8040654980858,35.7254830693719,0 -78.804063720786,35.725486671893,0 -78.8040619417407,35.7254909954877,0 -78.8040601644405,35.7254945980088,0 -78.8040592696814,35.7254989230267,0 -78.8040566046035,35.7255039662715,0 -78.8040548238119,35.7255090109396,0 -78.8040521587333,35.7255140541843,0 -78.8040503796868,35.7255183777788,0 -78.8040486023855,35.7255219802997,0 -78.8040468215931,35.7255270249676,0 -78.8040450390548,35.725532790709,0 -78.8040423739749,35.7255378339535,0 -78.8040405931817,35.7255428786213,0 -78.8040388123882,35.7255479232891,0 -78.8040361455618,35.7255536876069,0 -78.8040343647678,35.7255587322746,0 -78.804032587465,35.7255623347952,0 -78.8040308084163,35.7255666583893,0 -78.8040290276217,35.7255717030569,0 -78.8040272503184,35.7255753055775,0 -78.8040263555566,35.725579630595,0 -78.8040245747615,35.7255846752625,0 -78.8040227957119,35.7255889988565,0 -78.8040210184079,35.7255926013769,0 -78.8040192376122,35.7255976460443,0 -78.804017458562,35.7256019696382,0 -78.8040165655452,35.7256055735821,0 -78.8040147864947,35.7256098971759,0 -78.8040138934778,35.7256135011198,0 -78.8040112266474,35.725619265437,0 -78.8040103336301,35.7256228693808,0 -78.804008554579,35.7256271929745,0 -78.8040076615615,35.7256307969184,0 -78.80400588251,35.725635120512,0 -78.8040041017124,35.7256401651791,0 -78.8040023209146,35.7256452098462,0 -78.8040014261507,35.7256495348635,0 -78.8039996488444,35.7256531373835,0 -78.8039978663001,35.725658903124,0 -78.8039960855014,35.725663947791,0 -78.8039943047025,35.7256689924579,0 -78.803993409938,35.7256733174751,0 -78.8039916326308,35.725676919995,0 -78.8039898500854,35.7256826857353,0 -78.8039880692857,35.7256877304021,0 -78.8039871745206,35.7256920554192,0 -78.8039862815015,35.7256956593628,0 -78.8039845024474,35.7256999829561,0 -78.8039836094282,35.7257035868996,0 -78.8039818303738,35.7257079104928,0 -78.8039809373542,35.7257115144364,0 -78.8039800425885,35.7257158394534,0 -78.8039782635337,35.7257201630465,0 -78.8039782600414,35.7257216051935,0 -78.8039773740062,35.7257223248431,0 -78.8039773670216,35.725725209137,0 -78.8039755862202,35.7257302538035,0 -78.8039738036724,35.7257360195435,0 -78.8039720228706,35.72574106421,0 -78.803971128104,35.7257453892269,0 -78.8039702350836,35.7257489931703,0 -78.8039684560275,35.7257533167633,0 -78.8039675630069,35.7257569207067,0 -78.80396666824,35.7257612457235,0 -78.803965773473,35.7257655707404,0 -78.80396399267,35.7257706154067,0 -78.8039630979027,35.7257749404235,0 -78.8039622048816,35.7257785443668,0 -78.8039604223318,35.7257843101065,0 -78.8039595258179,35.7257893561968,0 -78.8039577467603,35.7257936797895,0 -78.8039568537388,35.7257972837328,0 -78.8039559589708,35.7258016087495,0 -78.8039550642028,35.7258059337662,0 -78.8039532833982,35.7258109784323,0 -78.8039523868836,35.7258160245224,0 -78.8039514921152,35.7258203495391,0 -78.8039505973467,35.7258246745557,0 -78.8039497043245,35.7258282784989,0 -78.8039488095558,35.7258326035155,0 -78.8039470304967,35.725836927108,0 -78.8039461374742,35.7258405310512,0 -78.8039452392123,35.7258462982146,0 -78.8039443426968,35.7258513443046,0 -78.8039434514205,35.7258542271743,0 -78.8039425601441,35.7258571100439,0 -78.8039416636282,35.7258621561339,0 -78.8039407653658,35.7258679232973,0 -78.803938984559,35.7258729679631,0 -78.8039380897892,35.7258772929796,0 -78.8039371967659,35.7258808969226,0 -78.8039363037425,35.7258845008656,0 -78.8039362985029,35.7258866640859,0 -78.8039354019864,35.7258917101758,0 -78.8039345037232,35.7258974773391,0 -78.8039336089529,35.7259018023555,0 -78.8039327159291,35.7259054062985,0 -78.8039318176655,35.7259111734617,0 -78.8039309246415,35.7259147774047,0 -78.8039300298709,35.7259191024211,0 -78.8039291351002,35.7259234274374,0 -78.8039282420759,35.7259270313803,0 -78.803927347305,35.7259313563966,0 -78.803926452534,35.725935681413,0 -78.8039264490408,35.7259371235598,0 -78.8039264438009,35.7259392867801,0 -78.8039255490298,35.7259436117964,0 -78.8039246542586,35.7259479368127,0 -78.8039237612339,35.7259515407555,0 -78.8039228629691,35.7259573079186,0 -78.8039219664509,35.7259623540083,0 -78.803921068186,35.7259681211713,0 -78.8039201734142,35.7259724461876,0 -78.8039201681742,35.7259746094078,0 -78.8039201646809,35.7259760515546,0 -78.8039192664156,35.7259818187177,0 -78.8039183698969,35.7259868648073,0 -78.8039174716315,35.7259926319703,0 -78.8039165733658,35.7259983991332,0 -78.8039156803402,35.726002003076,0 -78.8039147820744,35.7260077702389,0 -78.8038428103074,35.7265145708376,0 -78.8036437298404,35.727290127705,0 -78.8036365714282,35.7273247278039,0 -78.8034020182813,35.7274115994438,0 -78.8032394836445,35.7277019304442,0 -78.8032385993339,35.7277019290149,0 -78.8032377115176,35.7277033697318,0 -78.803005850142,35.7277736602069,0 -78.8025665671978,35.7276828141226,0 -78.8021700877151,35.7278083587713,0 -78.8020039859101,35.728108777359,0 -78.8020022172799,35.7281087744826,0 -78.8020013294372,35.7281102151902,0 -78.8017589758839,35.7281307319928,0 -78.8015023527287,35.7278397202982,0 -78.8012253544019,35.7272040004623,0 -78.8009466622431,35.726899251024,0 -78.800496398719,35.726602151711,0 -78.8003118753715,35.7261237756673,0 -78.8001045952833,35.7259092758408,0 -78.7998659044502,35.7258814827807,0 -78.8003206084947,35.7243759006957,0 -78.8003830233562,35.7241668908237,0 -78.8010974636103,35.7238291541645,0 -78.8018641277954,35.7238289622277,0 -78.8020988791446,35.7232957472489,0 -78.8022233629708,35.7230147295688,0 -78.8022544864344,35.722943393514,0 -78.8022847238242,35.7228727770875,0 -78.8023941088955,35.7226184145237,0 -78.8024216809594,35.7225528412691,0 -78.8025153151764,35.7225926524388,0 -78.8026884322801,35.7226736937781,0 -78.802797063991,35.722727950576,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.8043186563829,35.7239158562286,0 -78.804319535423,35.7239180208716,0 -78.8043195336799,35.7239187419455,0 -78.8043186563829,35.7239158562286,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</MultiGeometry>
</Placemark>
<Placemark id="kml_11">
<name>Amberly Village Square</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SB-010</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Amberly Village Square</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>453 lots</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SB-010</SimpleData>
<SimpleData name="ProjectName">Amberly Village Square</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">453 lots</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.9129336724087,35.8333644951993,0 -78.9129336708555,35.8333659372977,0 -78.9129291029414,35.8334964440381,0 -78.9129156803045,35.8336269444474,0 -78.9128925182064,35.8337567168409,0 -78.9128613883256,35.8338850414299,0 -78.9128214059283,35.8340111965263,0 -78.9127725709764,35.8341351821216,0 -78.9124351552685,35.8341803663491,0 -78.9111545671097,35.8343510495832,0 -78.9106203404094,35.8346066316436,0 -78.9099269649901,35.8346450579799,0 -78.9079188331905,35.8337422457359,0 -78.9062772583423,35.8336631213675,0 -78.9051858225451,35.833363762774,0 -78.9042327516051,35.8336225957077,0 -78.9042508487643,35.833295253318,0 -78.9043231540086,35.832055104114,0 -78.9043287884437,35.8317832726213,0 -78.904329723388,35.8317414524428,0 -78.9043792834359,35.8295170505643,0 -78.9002291623966,35.8296197189599,0 -78.9012415652133,35.827876321053,0 -78.9036167669127,35.8281695268981,0 -78.903988664403,35.827403342964,0 -78.9029891919971,35.8272799729169,0 -78.9020543472218,35.8271645781784,0 -78.9016152546641,35.8271101457181,0 -78.9016844946975,35.8269631070982,0 -78.9017741529071,35.8267713796966,0 -78.9018549427502,35.8265911819008,0 -78.9019153201094,35.8264506254522,0 -78.9019543971653,35.8263518728271,0 -78.9019924584906,35.8263605560543,0 -78.902035830424,35.8263706856407,0 -78.9021402969906,35.82637870112,0 -78.9022198915125,35.8264537543545,0 -78.9022047787892,35.8265042158378,0 -78.9023374291644,35.8266355535634,0 -78.9027030188492,35.8267007405574,0 -78.9028633307684,35.8266547211178,0 -78.9029943622134,35.8266605938758,0 -78.9030253043128,35.8266995552754,0 -78.9031510079243,35.8267184025525,0 -78.9032457546891,35.8267105462279,0 -78.9032731846793,35.8267249890265,0 -78.9034857337449,35.8266797312604,0 -78.9035892767647,35.8267201920813,0 -78.9035945624801,35.826742548857,0 -78.9035980834259,35.8267598568765,0 -78.9036068978333,35.8267930322136,0 -78.903664421071,35.8268161513344,0 -78.9037441221771,35.8268032353708,0 -78.9038451996847,35.8266836206039,0 -78.9039124905384,35.8266829526147,0 -78.9040134392304,35.8266714953246,0 -78.9040471039073,35.8266549376453,0 -78.9040630504185,35.8266470186306,0 -78.9041064603972,35.8266254212439,0 -78.9041551861351,35.8266009438155,0 -78.9042145434002,35.8265707063101,0 -78.904256979949,35.8266233764078,0 -78.9044465429066,35.8265485357976,0 -78.9044675775191,35.8259810847015,0 -78.9059673811916,35.826018303493,0 -78.9062526515302,35.8258671023802,0 -78.9067926936249,35.8259050112072,0 -78.907408302225,35.8264469901079,0 -78.9077022433581,35.826455144597,0 -78.9086028184993,35.8263397338811,0 -78.9086453780866,35.8270694698321,0 -78.9086611401161,35.8272245076778,0 -78.9081651494764,35.827370508428,0 -78.9082003723363,35.8275407030537,0 -78.9081586813432,35.8276084504641,0 -78.9081754548957,35.827651726173,0 -78.9081639143197,35.8276783963733,0 -78.9081921948933,35.8277245649522,0 -78.908085755145,35.8278924896608,0 -78.9080786661422,35.8278975316733,0 -78.9080724395889,35.8279227637676,0 -78.9080245528893,35.8279883432976,0 -78.9080139115723,35.8280027562903,0 -78.9080015010739,35.8280157258445,0 -78.9079864351638,35.828027972342,0 -78.9079704863021,35.8280380550176,0 -78.907952768259,35.828046694253,0 -78.9079341672659,35.8280531696656,0 -78.9079137970928,35.8280582016366,0 -78.9078934302033,35.8280603494024,0 -78.9079065963545,35.8281613065024,0 -78.9078073045229,35.8282715522603,0 -78.9077656588924,35.828298920696,0 -78.9077612145536,35.828314059405,0 -78.9077549993877,35.8283291967737,0 -78.9077461288036,35.8283436110814,0 -78.907735489036,35.8283565819472,0 -78.9077230792616,35.8283688304211,0 -78.9077089003032,35.8283796354522,0 -78.9076938367509,35.8283897187608,0 -78.9076770048382,35.8283976375751,0 -78.9076592891558,35.8284041136156,0 -78.9076362428648,35.8284264487369,0 -78.9075839721272,35.828453809058,0 -78.9075316840346,35.8284963114143,0 -78.9075281093851,35.8285251507423,0 -78.9075714040316,35.8286044991854,0 -78.9075341019325,35.8287046969788,0 -78.9075305487184,35.8287147889966,0 -78.9074959960049,35.8287335101054,0 -78.9074933249017,35.8287464869953,0 -78.9074577926518,35.8288474071545,0 -78.9074391757488,35.8288675824451,0 -78.9075169936034,35.8289541676163,0 -78.9076250889464,35.8288893549982,0 -78.9076800227948,35.828856228273,0 -78.9081363268409,35.8293598664855,0 -78.9081881688734,35.8297103361997,0 -78.9082119870074,35.8297882276101,0 -78.908347347243,35.8298856712965,0 -78.9082964916767,35.8302259689353,0 -78.9081564997916,35.8303080633057,0 -78.9081156870328,35.8303808586537,0 -78.9081014495764,35.8304428582659,0 -78.908014306009,35.8307687073526,0 -78.908006299309,35.8308018696303,0 -78.9080009481025,35.8308357549615,0 -78.9079964831527,35.8308689199107,0 -78.9079946737014,35.8309028079139,0 -78.9079787831848,35.8316389882832,0 -78.9079769482637,35.8316952288144,0 -78.9079733416188,35.8317521890571,0 -78.9079679640671,35.8318091479617,0 -78.9079608156049,35.831866105528,0 -78.9079277845301,35.8321025850276,0 -78.908216444198,35.832101360605,0 -78.9084918204139,35.8321015676286,0 -78.9086972514598,35.8320966743126,0 -78.9088947467128,35.8320622116658,0 -78.9090506254938,35.8320277176569,0 -78.9092198183242,35.831964391359,0 -78.9093128490852,35.8319125449925,0 -78.9094120835431,35.8318556558133,0 -78.9094785400347,35.8318131632202,0 -78.9095698156871,35.8317468943483,0 -78.9096548986844,35.831675573466,0 -78.9097329043837,35.8315984788806,0 -78.9097896430959,35.8315357895119,0 -78.9102604386671,35.830975159868,0 -78.9102569185127,35.8309556889167,0 -78.9097253269655,35.8304548874049,0 -78.9097758370578,35.8304188722747,0 -78.9100009143173,35.8302604075399,0 -78.9100780072223,35.8302063856414,0 -78.9101823689878,35.8303138991112,0 -78.9103415752628,35.8304690421704,0 -78.9105087574758,35.8306184224651,0 -78.9106812577236,35.8307634801165,0 -78.9107847634214,35.8308457556579,0 -78.9107918405785,35.8308515292404,0 -78.9107997984034,35.8308616297691,0 -78.910801566102,35.8308645152641,0 -78.9108926973308,35.8309273132956,0 -78.9112616469245,35.8311821131985,0 -78.9114341900144,35.8312903962217,0 -78.9116359430516,35.8314080738265,0 -78.9116748790631,35.8314297335512,0 -78.9116819586982,35.8314333439317,0 -78.9118111505478,35.8315098687863,0 -78.9119350244527,35.8315914370116,0 -78.9120535796356,35.831678769673,0 -78.912165045987,35.8317711444598,0 -78.9122703089552,35.8318685620284,0 -78.9123693685372,35.8319710223942,0 -78.9124356946974,35.8320475013647,0 -78.9124427681728,35.8320568800965,0 -78.912445419067,35.8320619293511,0 -78.9124489483869,35.8320734686871,0 -78.9124507091427,35.8320828436027,0 -78.912509072622,35.8321535484108,0 -78.9126116224543,35.832304321426,0 -78.9126178159721,35.8323086521659,0 -78.9126284320967,35.8323173123753,0 -78.9126319700261,35.8323209201611,0 -78.9126390435482,35.8323302988806,0 -78.9126894187849,35.8324190241211,0 -78.9127495007117,35.8325387614342,0 -78.9128016105635,35.8326613772103,0 -78.9128448636254,35.8327861497768,0 -78.9128801460998,35.8329123587263,0 -78.9129065717102,35.8330407244822,0 -78.9129241419698,35.8331698049516,0 -78.9129328576132,35.8332988790888,0 -78.9129336724087,35.8333644951993,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>-78.9078914850208,35.8320989523552,0 -78.9079277845301,35.8321025850276,0 -78.9078994442491,35.83210761097,0 -78.9078914850208,35.8320989523552,0 </coordinates>
</LinearRing>
</innerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>-78.9107819933038,35.8309488638351,0 -78.9107890847927,35.8309416585213,0 -78.9107917435039,35.8309394973158,0 -78.9107997228193,35.8309301295,0 -78.9108059328416,35.8309193182883,0 -78.9108103727758,35.8309077847308,0 -78.9108112717406,35.8308955275321,0 -78.9108103990282,35.8308839900874,0 -78.9108068668119,35.8308753348984,0 -78.910823675867,35.830888326103,0 -78.910842254219,35.8309027607,0 -78.9107819933038,35.8309488638351,0 </coordinates>
</LinearRing>
</innerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>-78.9105120821206,35.830814550622,0 -78.9104669709993,35.8307726965741,0 -78.9105068548918,35.8307373943904,0 -78.9105546255241,35.8307763661738,0 -78.9105120821206,35.830814550622,0 </coordinates>
</LinearRing>
</innerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_12">
<name>Renaissance @ Regency Estates, The</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SB-013</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Renaissance @ Regency Estates, The</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>single family lots</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SB-013</SimpleData>
<SimpleData name="ProjectName">Renaissance @ Regency Estates, The</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">single family lots</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.8024492125056,35.7225038527129,0 -78.8024216809594,35.7225528412691,0 -78.8018641277954,35.7238289622277,0 -78.8010974636103,35.7238291541645,0 -78.8003830233562,35.7241668908237,0 -78.7998676748145,35.7258807646147,0 -78.7995335093542,35.7258412766901,0 -78.7994217939672,35.7259600702708,0 -78.7990883713012,35.7259775473773,0 -78.7987953445268,35.7261082993179,0 -78.7978463574944,35.7261629711455,0 -78.7975651106025,35.7261790885565,0 -78.7974203082,35.7250301729735,0 -78.7959470336879,35.7243506214955,0 -78.7955299578329,35.7238805007163,0 -78.7956043183429,35.7238481771329,0 -78.795644154111,35.7238309381665,0 -78.7956822249659,35.7238122540713,0 -78.7957211800711,35.7237935714479,0 -78.7957592527101,35.7237741662545,0 -78.7957964428823,35.7237540384921,0 -78.795833633036,35.7237339107182,0 -78.7958708249896,35.723713061859,0 -78.7959071344752,35.723691490432,0 -78.7959425614927,35.723669196438,0 -78.7959779884907,35.7236469024335,0 -78.7960125330202,35.723623885863,0 -78.7960470793468,35.7236001482088,0 -78.7960807413877,35.7235764090633,0 -78.796114405225,35.7235519488345,0 -78.7961471847769,35.7235274871155,0 -78.7961790836756,35.7235015817593,0 -78.7962109825538,35.7234756763945,0 -78.7962419971475,35.7234497695411,0 -78.7962730135361,35.7234231416057,0 -78.7963031474552,35.7233957911086,0 -78.7963323970908,35.7233684391245,0 -78.7963607642576,35.7233403645801,0 -78.7963891332184,35.7233115689549,0 -78.7964166178968,35.7232827718441,0 -78.7964441025556,35.7232539747268,0 -78.7964698204845,35.7232244535724,0 -78.7964955402074,35.7231942113383,0 -78.7965212599111,35.7231639690985,0 -78.7965452110743,35.7231337238973,0 -78.7965691640317,35.7231027576171,0 -78.7965922345226,35.7230710687805,0 -78.7966144207359,35.7230393784619,0 -78.7966366069318,35.7230076881389,0 -78.7966570264037,35.7229752737835,0 -78.7966774458593,35.7229428594244,0 -78.7966978671095,35.7229097239874,0 -78.7967165198273,35.7228765855936,0 -78.7967342882723,35.7228434457201,0 -78.7967520585132,35.7228095847696,0 -78.7967689444825,35.72277572234,0 -78.7971698220159,35.7219471522204,0 -78.7971715977381,35.7219442708701,0 -78.7971724892125,35.7219413880465,0 -78.7971742631278,35.7219392277705,0 -78.797176037043,35.7219370674943,0 -78.7971769285172,35.7219341846707,0 -78.7971787024322,35.7219320243946,0 -78.7971795939063,35.7219291415709,0 -78.7971813678211,35.7219269812947,0 -78.7971831435424,35.7219240999443,0 -78.7971840332096,35.7219219381948,0 -78.7971858089307,35.7219190568444,0 -78.7971866985978,35.7219168950949,0 -78.7971884743187,35.7219140137443,0 -78.7971893639857,35.7219118519948,0 -78.7971911397064,35.7219089706443,0 -78.7971920293732,35.7219068088947,0 -78.7971938050937,35.7219039275441,0 -78.7971955790076,35.7219017672677,0 -78.7971964704807,35.7218988844439,0 -78.7971982443944,35.7218967241674,0 -78.7971991358674,35.7218938413436,0 -78.7972009097809,35.7218916810671,0 -78.7972018012537,35.7218887982433,0 -78.797203575167,35.7218866379668,0 -78.7972044666397,35.7218837551429,0 -78.7972062405529,35.7218815948663,0 -78.7972071320253,35.7218787120424,0 -78.7972089059383,35.7218765517658,0 -78.7972097974107,35.7218736689419,0 -78.7972115713235,35.7218715086652,0 -78.7972124627957,35.7218686258413,0 -78.7972133524615,35.7218664640916,0 -78.7972151281804,35.7218635827406,0 -78.797216017846,35.7218614209909,0 -78.7972177935647,35.7218585396399,0 -78.7972186832302,35.7218563778901,0 -78.7972204589487,35.7218534965391,0 -78.7972213486141,35.7218513347893,0 -78.7972231243324,35.7218484534382,0 -78.7972240139977,35.7218462916884,0 -78.7972249054692,35.7218434088643,0 -78.7972266793809,35.7218412485874,0 -78.7972275708522,35.7218383657633,0 -78.797230236235,35.7218333226623,0 -78.7972329016173,35.7218282795612,0 -78.7972346755285,35.7218261192841,0 -78.797237333686,35.7218239604799,0 -78.797239107597,35.7218218002028,0 -78.7972408815079,35.7218196399256,0 -78.797243539665,35.7218174811213,0 -78.7972453135756,35.7218153208441,0 -78.7972479717325,35.7218131620396,0 -78.7972506280832,35.7218117243093,0 -78.7972524019935,35.721809564032,0 -78.797255058344,35.7218081263016,0 -78.7972585989406,35.7218066900438,0 -78.7972612570968,35.721804531239,0 -78.797263913447,35.7218030935084,0 -78.7972665679912,35.721802376852,0 -78.7972701085873,35.7218009405939,0 -78.7972727649372,35.7217995028631,0 -78.7972763037273,35.7217987876791,0 -78.7972789600771,35.7217973499482,0 -78.797282498867,35.7217966347639,0 -78.797286037657,35.7217959195796,0 -78.7972886922008,35.7217952029227,0 -78.7972922291849,35.7217952088125,0 -78.7972957679747,35.7217944936278,0 -78.7972993049589,35.7217944995174,0 -78.7973019595025,35.7217937828602,0 -78.7973054964866,35.7217937887496,0 -78.7973090334708,35.7217937946388,0 -78.7973125686494,35.7217945216022,0 -78.7973161056336,35.7217945274913,0 -78.7973187583717,35.721794531908,0 -78.7973222935505,35.7217952588711,0 -78.7973258287294,35.7217959858341,0 -78.7973293639083,35.721796712797,0 -78.7973320148412,35.7217974382877,0 -78.7973355500203,35.7217981652504,0 -78.7973381991481,35.7217996118153,0 -78.7973435010144,35.7218010627961,0 -78.7977754722564,35.7219719553809,0 -78.7977816547873,35.72197484996,0 -78.7977843057301,35.7219755754408,0 -78.7977878391198,35.7219770234646,0 -78.7977904882615,35.7219784700195,0 -78.7977940234526,35.7219791969688,0 -78.7977966725946,35.7219806435236,0 -78.7977993217366,35.7219820900782,0 -78.7978028569279,35.7219828170274,0 -78.7978055060701,35.7219842635819,0 -78.7978090412616,35.7219849905309,0 -78.797811690404,35.7219864370853,0 -78.7978152237946,35.7219878851083,0 -78.7978178747382,35.7219886105883,0 -78.797821408129,35.7219900586111,0 -78.7978240590727,35.721990784091,0 -78.7978275924637,35.7219922321136,0 -78.7978302434075,35.7219929575934,0 -78.7978328925506,35.7219944041474,0 -78.797836425942,35.7219958521697,0 -78.797839076886,35.7219965776493,0 -78.7978426102775,35.7219980256715,0 -78.7978452612217,35.721998751151,0 -78.7978487946134,35.722000199173,0 -78.7978514455577,35.7220009246523,0 -78.7978549789497,35.7220023726741,0 -78.7978567456457,35.722003096685,0 -78.797857629894,35.7220030981533,0 -78.7978611632862,35.7220045461749,0 -78.7978638142308,35.722005271654,0 -78.7978673476232,35.7220067196754,0 -78.7978699985678,35.7220074451544,0 -78.7978735319604,35.7220088931756,0 -78.7978761829051,35.7220096186544,0 -78.7978797162979,35.7220110666755,0 -78.7978823672428,35.7220117921541,0 -78.7978859006358,35.7220132401751,0 -78.7978885515809,35.7220139656536,0 -78.7978920849741,35.7220154136743,0 -78.7978947359192,35.7220161391527,0 -78.7978982693126,35.7220175871733,0 -78.7979009202579,35.7220183126515,0 -78.7979044536515,35.7220197606719,0 -78.7979079888454,35.7220204876179,0 -78.7979106379908,35.7220219341702,0 -78.7979141731848,35.7220226611161,0 -78.7979168241304,35.722023386594,0 -78.7979203575245,35.7220248346138,0 -78.7979230084702,35.7220255600916,0 -78.7979265418646,35.7220270081114,0 -78.7979291928104,35.722027733589,0 -78.7979327262049,35.7220291816085,0 -78.7979353771509,35.722029907086,0 -78.7979389123455,35.7220306340312,0 -78.7979415614917,35.7220320805827,0 -78.7979450966865,35.7220328075277,0 -78.7979486318813,35.7220335344726,0 -78.7979512810278,35.7220349810239,0 -78.7979548162228,35.7220357079686,0 -78.7979574653695,35.7220371545198,0 -78.7979610005646,35.7220378814644,0 -78.7979636515111,35.7220386069412,0 -78.7979671849067,35.7220400549598,0 -78.7979698358533,35.7220407804365,0 -78.7979733710487,35.7220415073807,0 -78.7979769044447,35.7220429553989,0 -78.7979795553915,35.7220436808755,0 -78.7979830905871,35.7220444078193,0 -78.7979857397345,35.7220458543699,0 -78.7979892749303,35.7220465813136,0 -78.7979919258773,35.7220473067899,0 -78.7979954592739,35.7220487548076,0 -78.7979989944698,35.722049481751,0 -78.7980016454171,35.722050207227,0 -78.7980051806131,35.7220509341703,0 -78.7980078297612,35.7220523807204,0 -78.7980113649575,35.7220531076634,0 -78.7980149001538,35.7220538346064,0 -78.7980175493021,35.7220552811563,0 -78.7980210844986,35.7220560080991,0 -78.7980237354462,35.7220567335746,0 -78.7980272706428,35.7220574605172,0 -78.7980308040404,35.7220589085339,0 -78.7980334549882,35.7220596340092,0 -78.798036990185,35.7220603609515,0 -78.7980396411329,35.7220610864267,0 -78.7980431745309,35.7220625344431,0 -78.7980467097279,35.7220632613851,0 -78.798049360676,35.7220639868601,0 -78.7980528958731,35.7220647138019,0 -78.7980555468213,35.7220654392768,0 -78.7980590802198,35.7220668872927,0 -78.7980626154171,35.7220676142342,0 -78.7980652663655,35.7220683397089,0 -78.7980688015629,35.7220690666503,0 -78.7980714525114,35.7220697921248,0 -78.7980749859103,35.7220712401402,0 -78.798078521108,35.7220719670813,0 -78.7980811720567,35.7220726925556,0 -78.7980847072545,35.7220734194965,0 -78.7980882424523,35.7220741464373,0 -78.7980908934012,35.7220748719114,0 -78.7980944285991,35.722075598852,0 -78.7980979619987,35.7220770468668,0 -78.7981006129477,35.7220777723406,0 -78.7981041481459,35.722078499281,0 -78.798106799095,35.7220792247547,0 -78.7981103342933,35.7220799516949,0 -78.7981138694917,35.722080678635,0 -78.798116520441,35.7220814041085,0 -78.7981200556395,35.7220821310484,0 -78.7981235890398,35.7220835790624,0 -78.7981262399892,35.7220843045357,0 -78.7981297751879,35.7220850314753,0 -78.7981333103867,35.7220857584148,0 -78.7981359613363,35.7220864838879,0 -78.7981394965352,35.7220872108272,0 -78.7981430317342,35.7220879377664,0 -78.7981456826839,35.7220886632393,0 -78.798149217883,35.7220893901784,0 -78.7981527530821,35.7220901171173,0 -78.798155404032,35.72209084259,0 -78.7981589392313,35.7220915695288,0 -78.7981624744306,35.7220922964674,0 -78.7981651253807,35.7220930219399,0 -78.7981686605801,35.7220937488784,0 -78.7981721957796,35.7220944758167,0 -78.7981748467299,35.722095201289,0 -78.7981783819295,35.7220959282272,0 -78.7981819171292,35.7220966551653,0 -78.7981845680796,35.7220973806373,0 -78.7981881032794,35.7220981075752,0 -78.7981916384793,35.722098834513,0 -78.7981942894298,35.7220995599849,0 -78.7981978246298,35.7221002869225,0 -78.7982013598298,35.72210101386,0 -78.7982040107805,35.7221017393316,0 -78.7982075459807,35.722102466269,0 -78.7982110811809,35.7221031932062,0 -78.7982137321318,35.7221039186776,0 -78.7982172673321,35.7221046456147,0 -78.7982208025326,35.7221053725516,0 -78.7982234534836,35.7221060980228,0 -78.7982269886841,35.7221068249596,0 -78.7982305238847,35.7221075518963,0 -78.7982340590854,35.7221082788328,0 -78.7982367100366,35.7221090043038,0 -78.7982402452374,35.7221097312401,0 -78.7982437822354,35.7221097371022,0 -78.7982464331868,35.7221104625729,0 -78.7982499683877,35.7221111895091,0 -78.7982535035887,35.7221119164451,0 -78.7982561545402,35.7221126419155,0 -78.7982596897414,35.7221133688514,0 -78.7982632249425,35.7221140957871,0 -78.7982667601438,35.7221148227227,0 -78.7982694128924,35.7221148271187,0 -78.7982729480938,35.7221155540542,0 -78.7982764832952,35.7221162809895,0 -78.798279134247,35.7221170064595,0 -78.7982826694485,35.7221177333946,0 -78.7982862046501,35.7221184603297,0 -78.7982897398518,35.7221191872646,0 -78.7982923926006,35.7221191916601,0 -78.7982959278023,35.7221199185949,0 -78.7982994630041,35.7221206455296,0 -78.7983029982059,35.7221213724641,0 -78.7983056491582,35.7221220979335,0 -78.7983091861568,35.7221221037937,0 -78.7983127213588,35.722122830728,0 -78.7983153723112,35.7221235561972,0 -78.7983189075133,35.7221242831313,0 -78.7983224427155,35.7221250100653,0 -78.7983259797142,35.722125015925,0 -78.7983286306668,35.7221257413939,0 -78.7983321658691,35.7221264683276,0 -78.7983357010715,35.7221271952613,0 -78.7983392380703,35.7221272011206,0 -78.7983418890231,35.7221279265892,0 -78.7983454242256,35.7221286535225,0 -78.7983489594282,35.7221293804558,0 -78.7983524964271,35.7221293863147,0 -78.7983551473801,35.722130111783,0 -78.7983586825829,35.7221308387159,0 -78.7983622195818,35.7221308445746,0 -78.7983648705349,35.7221315700427,0 -78.7983684057378,35.7221322969754,0 -78.7983719409408,35.7221330239079,0 -78.7983754779398,35.7221330297662,0 -78.7983781288931,35.722133755234,0 -78.7983816640963,35.7221344821663,0 -78.7983852010953,35.7221344880243,0 -78.7983887362986,35.7221352149564,0 -78.7983913872521,35.7221359404239,0 -78.7983949242512,35.7221359462816,0 -78.7983984594546,35.7221366732134,0 -78.798401994658,35.7221374001451,0 -78.7984046474075,35.7221374045381,0 -78.798408182611,35.7221381314696,0 -78.7984117196102,35.7221381373268,0 -78.7984152548139,35.7221388642581,0 -78.7984187900176,35.7221395911893,0 -78.798421442767,35.722139595582,0 -78.7984249779708,35.7221403225131,0 -78.7984285131746,35.722141049444,0 -78.798432050174,35.7221410553006,0 -78.7984347011281,35.7221417807672,0 -78.7984382381275,35.7221417866236,0 -78.7984417733315,35.7221425135541,0 -78.798445310331,35.7221425194104,0 -78.7984479612852,35.7221432448767,0 -78.7984514964894,35.7221439718069,0 -78.7984550334889,35.7221439776629,0 -78.7984585686932,35.7221447045929,0 -78.7984612214428,35.7221447089848,0 -78.7984647566472,35.7221454359146,0 -78.7984682936467,35.7221454417702,0 -78.7984718288512,35.7221461686998,0 -78.7984753658508,35.7221461745552,0 -78.7984780168054,35.7221469000208,0 -78.7984815538051,35.722146905876,0 -78.7984850890097,35.7221476328053,0 -78.7984886242144,35.7221483597345,0 -78.7984912769642,35.7221483641256,0 -78.798494812169,35.7221490910546,0 -78.7984983491687,35.7221490969093,0 -78.7985018861684,35.7221491027639,0 -78.7985054213733,35.7221498296926,0 -78.7985080741232,35.7221498340834,0 -78.7985116093282,35.7221505610119,0 -78.798515146328,35.7221505668661,0 -78.7985186815331,35.7221512937944,0 -78.7985213342829,35.7221512981849,0 -78.7985248694881,35.722152025113,0 -78.798528406488,35.7221520309668,0 -78.7985319416933,35.7221527578947,0 -78.7985354786932,35.7221527637484,0 -78.7985381314431,35.7221527681385,0 -78.7985416666485,35.7221534950661,0 -78.7985452036484,35.7221535009195,0 -78.7985487388539,35.7221542278469,0 -78.7985522758539,35.7221542337,0 -78.7985549268094,35.722154959164,0 -78.7985584638094,35.722154965017,0 -78.7985620008094,35.7221549708698,0 -78.7985655360151,35.7221556977967,0 -78.7985681887652,35.7221557021862,0 -78.7985717257652,35.7221557080388,0 -78.798575260971,35.7221564349654,0 -78.7985787979711,35.7221564408178,0 -78.798582333177,35.7221571677442,0 -78.7985849859271,35.7221571721333,0 -78.7985885229271,35.7221571779854,0 -78.7985920581332,35.7221579049116,0 -78.7985955951333,35.7221579107635,0 -78.7985991321334,35.7221579166152,0 -78.7986017830896,35.7221586420782,0 -78.7986053200897,35.7221586479298,0 -78.7986088570899,35.7221586537813,0 -78.79861239409,35.7221586596326,0 -78.7986159292964,35.7221593865581,0 -78.7986185820465,35.7221593909465,0 -78.7986221190467,35.7221593967976,0 -78.7986256542531,35.7221601237228,0 -78.7986291912534,35.7221601295737,0 -78.7986327282536,35.7221601354244,0 -78.7986353810037,35.7221601398125,0 -78.7986389162104,35.7221608667373,0 -78.7986424532106,35.7221608725878,0 -78.7986477605045,35.7221601602892,0 -78.7986521781678,35.7221616097504,0 -78.7986557151681,35.7221616156005,0 -78.7986592521684,35.7221616214505,0 -78.7986627891687,35.7221616273004,0 -78.7986663243756,35.7221623542244,0 -78.7986725141261,35.7221623644613,0 -78.7986760511264,35.7221623703109,0 -78.7986795881268,35.7221623761603,0 -78.7986831233339,35.7221631030838,0 -78.7986866603342,35.722163108933,0 -78.7986893130845,35.7221631133199,0 -78.7986928500848,35.7221631191689,0 -78.7986963870852,35.7221631250179,0 -78.7986999222925,35.7221638519409,0 -78.7987034592929,35.7221638577897,0 -78.7987061120432,35.7221638621761,0 -78.7987096490435,35.7221638680247,0 -78.7987131860439,35.7221638738731,0 -78.7987167230443,35.7221638797215,0 -78.7987202600447,35.7221638855697,0 -78.7987229110021,35.72216461103,0 -78.7987264480026,35.7221646168781,0 -78.798729985003,35.7221646227261,0 -78.7987335220034,35.7221646285739,0 -78.7987370590038,35.7221646344217,0 -78.7987397117542,35.7221646388074,0 -78.7987432487546,35.722164644655,0 -78.798746785755,35.7221646505025,0 -78.7987503227555,35.7221646563499,0 -78.7987538597559,35.7221646621971,0 -78.7987565107136,35.7221653876567,0 -78.7987600477141,35.7221653935038,0 -78.7987635847146,35.7221653993508,0 -78.798767121715,35.7221654051977,0 -78.7987706587155,35.7221654110445,0 -78.7987741957159,35.7221654168912,0 -78.7987768484663,35.7221654212761,0 -78.7987803854667,35.7221654271226,0 -78.7987839224672,35.722165432969,0 -78.7987874594677,35.7221654388153,0 -78.7987909964681,35.7221654446615,0 -78.7987936492185,35.7221654490461,0 -78.798797186219,35.7221654548921,0 -78.7988007232194,35.722165460738,0 -78.7988042602199,35.7221654665838,0 -78.7988077972204,35.7221654724295,0 -78.7988104499707,35.7221654768137,0 -78.7988139869712,35.7221654826592,0 -78.7988175239717,35.7221654885046,0 -78.7988210609721,35.72216549435,0 -78.7988245979726,35.7221655001952,0 -78.798827250723,35.722165504579,0 -78.7988307877234,35.7221655104241,0 -78.7988343247239,35.722165516269,0 -78.7988378617244,35.7221655221138,0 -78.7988413987248,35.7221655279586,0 -78.7988449357253,35.7221655338032,0 -78.7988475902674,35.7221648171124,0 -78.7988511272679,35.7221648229568,0 -78.7988546642683,35.7221648288012,0 -78.7988582012688,35.7221648346454,0 -78.7988617382692,35.7221648404895,0 -78.7988643910195,35.7221648448726,0 -78.79886792802,35.7221648507165,0 -78.7988714650204,35.7221648565604,0 -78.7988750020209,35.7221648624041,0 -78.7988785390213,35.7221648682478,0 -78.7988811935631,35.7221641515563,0 -78.7988847305635,35.7221641573997,0 -78.798888267564,35.7221641632431,0 -78.7988918045644,35.7221641690864,0 -78.7988953415648,35.7221641749295,0 -78.7988979943151,35.7221641793118,0 -78.7989015313155,35.7221641851548,0 -78.7989050701072,35.7221634699235,0 -78.7989086071076,35.7221634757663,0 -78.798912144108,35.7221634816089,0 -78.7989156811084,35.7221634874515,0 -78.7989183338587,35.7221634918334,0 -78.7989218726502,35.7221627766016,0 -78.7989254096505,35.7221627824439,0 -78.7989289466509,35.722162788286,0 -78.7989324836512,35.7221627941281,0 -78.7989351364015,35.7221627985096,0 -78.7989386751928,35.7221620832773,0 -78.7989422121932,35.7221620891191,0 -78.7989457491935,35.7221620949608,0 -78.7989492861938,35.7221621008024,0 -78.7989519407349,35.7221613841093,0 -78.7989554777352,35.7221613899507,0 -78.7989590147355,35.7221613957921,0 -78.7989625517358,35.7221614016333,0 -78.7989660905268,35.7221606864002,0 -78.7989687432771,35.7221606907809,0 -78.7989722802773,35.7221606966218,0 -78.7989758172776,35.7221607024627,0 -78.8000901415553,35.722094035156,0 -78.8001653116512,35.7220905531901,0 -78.8002413642105,35.7220877937029,0 -78.8003165307367,35.722085753792,0 -78.8003925779524,35.7220851574331,0 -78.8004677391403,35.7220852806515,0 -78.8005428967751,35.722086845972,0 -78.8006189368861,35.7220891337686,0 -78.8006940892015,35.7220928622185,0 -78.8007692397491,35.7220973116962,0 -78.800844386757,35.722103203276,0 -78.8009195320026,35.7221098158836,0 -78.8009946737151,35.7221178705933,0 -78.8010698136707,35.7221266463308,0 -78.80114406585,35.7221368627259,0 -78.8012183162775,35.72214780015,0 -78.801292563185,35.7221601796772,0 -78.8013659240956,35.7221732787904,0 -78.8014401657431,35.7221878214501,0 -78.801512637148,35.7222030822552,0 -78.8015859910636,35.7222190655326,0 -78.8016584572238,35.7222364894733,0 -78.8017309216491,35.7222546344451,0 -78.8018024983247,35.7222742200824,0 -78.8018731890185,35.7222945253126,0 -78.8019447604711,35.7223162740886,0 -78.8020145634582,35.7223380199462,0 -78.8020843611939,35.7223619289862,0 -78.8021541589708,35.7223858379859,0 -78.802223067251,35.7224119087315,0 -78.8022910913224,35.7224379780017,0 -78.8023591119166,35.7224654893821,0 -78.8024262465434,35.7224937203633,0 -78.8024492125056,35.7225038527129,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_13">
<name>Copperleaf Subdivision</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SB-016-B</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Copperleaf Subdivision</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>addition of five single-family lots to existing subdivision</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SB-016-B</SimpleData>
<SimpleData name="ProjectName">Copperleaf Subdivision</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">addition of five single-family lots to existing subdivision</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.9131992669963,35.7954739970603,0 -78.9132261086978,35.7943787273774,0 -78.9132261117923,35.7943758431426,0 -78.9137031389353,35.7943855556988,0 -78.9138739480462,35.7943892818499,0 -78.9146315250807,35.7944071204046,0 -78.9152492704046,35.794420530713,0 -78.9152684743413,35.7955201591892,0 -78.9131992669963,35.7954739970603,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_14">
<name>Camden Townhomes at Cary Park</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SP-037</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Camden Townhomes at Cary Park</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>307 townhome units</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SP-037</SimpleData>
<SimpleData name="ProjectName">Camden Townhomes at Cary Park</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">307 townhome units</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.8946343163047,35.8260912339579,0 -78.8950208751188,35.8263655671102,0 -78.89526285967,35.8261552281948,0 -78.8952788144151,35.8261415419211,0 -78.8955751923706,35.826317732782,0 -78.8956681909536,35.8262925756093,0 -78.8956770634661,35.8262781621705,0 -78.8958172440976,35.8260540349975,0 -78.8958651544138,35.8259769234057,0 -78.8958660398007,35.8259769241621,0 -78.8958660407294,35.8259762031112,0 -78.8960848582614,35.8258776057645,0 -78.8962459540583,35.8259123534745,0 -78.8964407648797,35.8258923296893,0 -78.8966994661847,35.825760596735,0 -78.8968745837671,35.8259085606182,0 -78.8969490646577,35.8258235395048,0 -78.8969782869639,35.8258199589475,0 -78.8970393877239,35.8258128000554,0 -78.8974688625951,35.825763409493,0 -78.8975672261587,35.825695713327,0 -78.8975747111801,35.8253784568264,0 -78.8981074238869,35.825606034609,0 -78.8982754832016,35.8264397107074,0 -78.8982860289798,35.8265024509934,0 -78.8982895360784,35.8265298538787,0 -78.8982886506855,35.8265298531399,0 -78.8982886461496,35.8265334583939,0 -78.8982895260997,35.8265377854374,0 -78.8982895197496,35.8265428327929,0 -78.8982903996998,35.8265471598364,0 -78.8982903942569,35.8265514861411,0 -78.8982912733,35.8265565342353,0 -78.8982912660429,35.8265623026416,0 -78.8982921459934,35.826566629685,0 -78.8982921414577,35.8265702349389,0 -78.8982930195941,35.8265760040839,0 -78.8982930123371,35.8265817724901,0 -78.8982930059872,35.8265868198456,0 -78.8982938841238,35.8265925889905,0 -78.898293877774,35.8265976363459,0 -78.898293870517,35.8266034047521,0 -78.8982947486539,35.826609173897,0 -78.8982947423041,35.8266142212524,0 -78.8982947368614,35.826618547557,0 -78.8982947314187,35.8266228738616,0 -78.8982947250689,35.826627921217,0 -78.898294717812,35.8266336896231,0 -78.8982947114622,35.8266387369784,0 -78.8982947042053,35.8266445053845,0 -78.8982946969484,35.8266502737906,0 -78.8982946924128,35.8266538790444,0 -78.8982946869701,35.8266582053489,0 -78.8982946797132,35.826663973755,0 -78.8982946733634,35.8266690211103,0 -78.8982946679208,35.8266733474148,0 -78.8982946624781,35.8266776737193,0 -78.8982946561283,35.8266827210746,0 -78.8982937634767,35.8266884887419,0 -78.8982937562197,35.8266942571479,0 -78.8982937516841,35.8266978624016,0 -78.8982937462413,35.8267021887061,0 -78.8982928535894,35.8267079563733,0 -78.8982928472395,35.8267130037285,0 -78.8982928399825,35.8267187721345,0 -78.8982919491446,35.8267230977002,0 -78.8982919446089,35.8267267029539,0 -78.8982919373518,35.8267324713598,0 -78.8982910465137,35.8267367969255,0 -78.898291041978,35.8267404021792,0 -78.8982901493255,35.8267461698463,0 -78.8982901420682,35.8267519382522,0 -78.8982892503227,35.8267569848685,0 -78.8982883576699,35.8267627525356,0 -78.8982883513197,35.8267677998908,0 -78.8982874586667,35.8267735675578,0 -78.8982865669207,35.8267786141741,0 -78.8982856742675,35.8267843818411,0 -78.8982847816141,35.8267901495081,0 -78.8982847752637,35.8267951968632,0 -78.8982838826101,35.8268009645302,0 -78.8982829908637,35.8268060111464,0 -78.8982820982098,35.8268117788133,0 -78.8982812064632,35.8268168254295,0 -78.8982803156236,35.826821150995,0 -78.8982794247839,35.8268254765605,0 -78.8982785330369,35.8268305231766,0 -78.8982776421971,35.8268348487421,0 -78.8982776367534,35.8268391750463,0 -78.8982758596098,35.8268442209236,0 -78.898274966955,35.8268499885904,0 -78.8982740752075,35.8268550352065,0 -78.8982731843671,35.8268593607718,0 -78.898272294434,35.8268629652865,0 -78.8982714035934,35.8268672908518,0 -78.8982705127527,35.8268716164171,0 -78.8982696210047,35.8268766630331,0 -78.8982687301638,35.8268809885984,0 -78.8982678402302,35.826884593113,0 -78.8982669493892,35.8268889186783,0 -78.8982660585481,35.8268932442435,0 -78.8982642814025,35.8268982901205,0 -78.8982633887463,35.8269040577871,0 -78.8982616116003,35.8269091036641,0 -78.8982607207587,35.8269134292293,0 -78.8982598308244,35.8269170337438,0 -78.8982589399826,35.8269213593089,0 -78.8982571646508,35.8269249630844,0 -78.8982562719939,35.8269307307509,0 -78.8982544948469,35.8269357766277,0 -78.8982536040046,35.8269401021928,0 -78.8982518286721,35.8269437059681,0 -78.8982509360146,35.8269494736345,0 -78.8982491588668,35.8269545195112,0 -78.8982473826264,35.8269588443372,0 -78.898246492691,35.8269624488515,0 -78.8982447146351,35.8269682157788,0 -78.8982429374865,35.8269732616553,0 -78.8982411594301,35.8269790285825,0 -78.8982393822811,35.826984074459,0 -78.8982376051318,35.8269891203354,0 -78.898236714288,35.8269934459003,0 -78.8982349389537,35.8269970496753,0 -78.8982331608962,35.8270028166024,0 -78.8982313837462,35.8270078624787,0 -78.8982296065959,35.827012908355,0 -78.8982278294454,35.8270179542312,0 -78.8982260532024,35.8270222790568,0 -78.898224277867,35.8270258828316,0 -78.8982233870221,35.8270302083964,0 -78.8982216116863,35.8270338121712,0 -78.8982198336271,35.8270395790979,0 -78.8982171710768,35.8270446242347,0 -78.8982162811391,35.8270482287487,0 -78.8982145048949,35.827052553574,0 -78.8982118423438,35.8270575987107,0 -78.8982100651912,35.8270626445866,0 -78.8982074026396,35.8270676897231,0 -78.8982056245786,35.8270734566496,0 -78.8982029620263,35.8270785017859,0 -78.8982011848727,35.8270835476617,0 -78.8981985223198,35.827088592798,0 -78.8981967451656,35.8270936386736,0 -78.8981949689193,35.8270979634986,0 -78.8981931935809,35.8271015672729,0 -78.8981914182422,35.8271051710472,0 -78.8981887565961,35.8271094951326,0 -78.8981869794409,35.8271145410081,0 -78.8981852041017,35.8271181447822,0 -78.8981834287623,35.8271217485564,0 -78.8981807671152,35.8271260726415,0 -78.8981789917755,35.8271296764156,0 -78.8981763292197,35.8271347215513,0 -78.8981745520632,35.8271397674266,0 -78.8981718913232,35.8271433704609,0 -78.8981701150744,35.8271476952855,0 -78.8981683397338,35.8271512990593,0 -78.8981665643929,35.8271549028332,0 -78.8981639036521,35.8271585058673,0 -78.8981621274026,35.8271628306917,0 -78.8981603520612,35.8271664344655,0 -78.8981576913197,35.8271700374995,0 -78.8981550287612,35.8271750826346,0 -78.8981523662025,35.8271801277698,0 -78.8981497036433,35.8271851729048,0 -78.8981470410839,35.8271902180398,0 -78.8981443785241,35.8271952631747,0 -78.8981408305636,35.8272003075697,0 -78.8981381689116,35.8272046316538,0 -78.8981355063508,35.8272096767885,0 -78.8981328456068,35.8272132798219,0 -78.8981310693544,35.8272176046458,0 -78.8981284086099,35.8272212076791,0 -78.8981266332658,35.8272248114522,0 -78.8981239725209,35.8272284144854,0 -78.8981213117757,35.8272320175185,0 -78.8981186492129,35.8272370626528,0 -78.8981159884673,35.8272406656858,0 -78.8981142131221,35.8272442694588,0 -78.898111552376,35.8272478724917,0 -78.8981088916296,35.8272514755245,0 -78.898107116284,35.8272550792973,0 -78.8981044555372,35.82725868233,0 -78.8981009075715,35.8272637267238,0 -78.8980982459153,35.8272680508069,0 -78.8980955851677,35.8272716538394,0 -78.8980929244198,35.8272752568719,0 -78.8980902636717,35.8272788599042,0 -78.8980876029234,35.8272824629366,0 -78.8980849403569,35.82728750807,0 -78.8980813923887,35.8272925524631,0 -78.8980778453291,35.8272968758055,0 -78.8980742973601,35.8273019201984,0 -78.8980707502997,35.8273062435406,0 -78.8980680895496,35.8273098465724,0 -78.8980654287993,35.8273134496042,0 -78.8980618808287,35.8273184939967,0 -78.8980592200778,35.8273220970284,0 -78.898056560236,35.8273249790093,0 -78.8980538994846,35.8273285820409,0 -78.898051238733,35.8273321850723,0 -78.8980485779812,35.8273357881037,0 -78.8980459172292,35.8273393911351,0 -78.8980423701657,35.8273437144764,0 -78.8980388221923,35.8273487588681,0 -78.898035275128,35.8273530822092,0 -78.8980326143748,35.8273566852402,0 -78.8980290691288,35.8273595664799,0 -78.898025521154,35.8273646108713,0 -78.8980228603999,35.8273682139021,0 -78.8980202005553,35.8273710958822,0 -78.8980166525794,35.8273761402733,0 -78.8980122201104,35.8273804628729,0 -78.8980086730433,35.8273847862132,0 -78.8980060122878,35.8273883892435,0 -78.8980024670395,35.8273912704825,0 -78.8979989190616,35.827396314873,0 -78.8979944865905,35.8274006374719,0 -78.8979909395216,35.8274049608116,0 -78.8979873933621,35.8274085631006,0 -78.8979847335148,35.82741144508,0 -78.8979820727574,35.8274150481098,0 -78.8979785275071,35.827417929348,0 -78.8979758667492,35.8274215323777,0 -78.8979723214983,35.8274244136157,0 -78.8979696607399,35.8274280166453,0 -78.8979661145785,35.8274316189337,0 -78.8979634547297,35.8274345009125,0 -78.8979599085677,35.8274381032007,0 -78.8979563614953,35.8274424265393,0 -78.8979528162428,35.8274453077767,0 -78.8979483837666,35.8274496303739,0 -78.8976114959256,35.8277925682784,0 -78.8976079497323,35.8277961705559,0 -78.8976035172184,35.82780049314,0 -78.8975990847041,35.827804815724,0 -78.8975964239166,35.8278084187449,0 -78.8975928786352,35.8278112999715,0 -78.8975893315267,35.8278156232989,0 -78.8975857853313,35.8278192255757,0 -78.8975831254562,35.8278221075459,0 -78.8975786929396,35.8278264301291,0 -78.8975751449162,35.8278314745065,0 -78.8975707123986,35.8278357970894,0 -78.8975662798806,35.8278401196721,0 -78.8975636200041,35.8278430016418,0 -78.8975609592138,35.8278466046619,0 -78.8975565266946,35.8278509272443,0 -78.8975538659037,35.8278545302642,0 -78.8975512051125,35.8278581332841,0 -78.8975476598274,35.8278610145093,0 -78.8975449990357,35.8278646175291,0 -78.8975423382438,35.8278682205488,0 -78.8975387929579,35.8278711017737,0 -78.8975352458439,35.8278754250995,0 -78.8975325850512,35.8278790281189,0 -78.8975299242583,35.8278826311383,0 -78.8975254917355,35.8278869537195,0 -78.8975219437061,35.8278919980953,0 -78.8975192838263,35.827894880064,0 -78.8975166230323,35.8278984830831,0 -78.8975130759159,35.8279028064081,0 -78.8975095297133,35.8279064086827,0 -78.8975068689185,35.8279100117015,0 -78.8975042081234,35.8279136147203,0 -78.897501547328,35.8279172177391,0 -78.89749800021,35.8279215410637,0 -78.8974944530917,35.8279258643882,0 -78.8974909050586,35.827930908763,0 -78.8974873579395,35.8279352320872,0 -78.8974838099056,35.8279402764618,0 -78.8974802627856,35.8279445997859,0 -78.8974767147509,35.8279496441602,0 -78.8974731676301,35.8279539674841,0 -78.8974696195945,35.8279590118582,0 -78.8974660715585,35.8279640562323,0 -78.8974634116743,35.8279669381997,0 -78.8974607508754,35.8279705412175,0 -78.8974589754851,35.82797414498,0 -78.8974563146857,35.8279777479977,0 -78.897452766648,35.8279827923713,0 -78.8974501058481,35.8279863953888,0 -78.897447445048,35.8279899984063,0 -78.8974456696566,35.8279936021686,0 -78.897443008856,35.8279972051859,0 -78.8974403480552,35.8280008082033,0 -78.8974376872542,35.8280044112205,0 -78.8974350246233,35.8280094563385,0 -78.8974314774977,35.828013779661,0 -78.8974279294569,35.8280188240339,0 -78.8974252668249,35.8280238691516,0 -78.8974217196981,35.8280281924739,0 -78.8974199433898,35.8280325172861,0 -78.8974172825868,35.8280361203029,0 -78.8974146217836,35.8280397233196,0 -78.8974128463896,35.8280433270814,0 -78.897410185586,35.828046930098,0 -78.8974084101917,35.8280505338597,0 -78.8974048621478,35.8280555782318,0 -78.8974030867531,35.8280591819934,0 -78.8974004259484,35.8280627850097,0 -78.8973977633133,35.8280678301268,0 -78.8973951006778,35.8280728752439,0 -78.8973924398724,35.82807647826,0 -78.8973906644767,35.8280800820214,0 -78.8973871164304,35.828085126393,0 -78.8973844537937,35.8280901715097,0 -78.8973826783973,35.828093775271,0 -78.8973800175906,35.8280973782869,0 -78.8973773549531,35.8281024234035,0 -78.8973746923152,35.82810746852,0 -78.897372029677,35.8281125136364,0 -78.8973702542795,35.8281161173975,0 -78.8973675925562,35.8281204414635,0 -78.8973658171584,35.8281240452245,0 -78.8973640417604,35.8281276489854,0 -78.8973613791209,35.8281326941016,0 -78.897358716481,35.8281377392177,0 -78.8973560538408,35.8281427843338,0 -78.897354278442,35.8281463880946,0 -78.8973525021274,35.8281507129057,0 -78.8973498413175,35.8281543159209,0 -78.8973480659182,35.8281579196816,0 -78.8973454032767,35.8281629647974,0 -78.8973436260457,35.8281680106587,0 -78.8973409634036,35.8281730557744,0 -78.8973382998454,35.8281788219404,0 -78.8973356372026,35.8281838670559,0 -78.8973338599706,35.8281889129171,0 -78.8973311973271,35.8281939580326,0 -78.8973294219261,35.8281975617929,0 -78.8973276456091,35.8282018866036,0 -78.8973249829649,35.8282069317189,0 -78.8973232057317,35.8282119775799,0 -78.8973214303299,35.8282155813402,0 -78.8973196540121,35.8282199061507,0 -78.8973178786099,35.8282235099109,0 -78.8973161022918,35.8282278347214,0 -78.8973143250575,35.8282328805822,0 -78.8973116624114,35.8282379256972,0 -78.8973098870085,35.8282415294572,0 -78.8973089961013,35.8282458550134,0 -78.8973063334545,35.8282509001282,0 -78.8973045562191,35.8282559459889,0 -78.8973027798995,35.8282602707991,0 -78.8973010044958,35.828263874559,0 -78.8973001135878,35.8282682001152,0 -78.8972983381837,35.828271803875,0 -78.8972965609474,35.8282768497355,0 -78.8972947827948,35.8282826166463,0 -78.8972930073902,35.8282862204061,0 -78.8972912310694,35.8282905452161,0 -78.8972894538322,35.8282955910765,0 -78.8972876784271,35.8282991948361,0 -78.897286787518,35.8283035203921,0 -78.8972850102803,35.8283085662524,0 -78.8972832321262,35.828314333163,0 -78.8972814567204,35.8283179369225,0 -78.8972805658108,35.8283222624784,0 -78.8972787885722,35.8283273083386,0 -78.8972770113335,35.8283323541987,0 -78.8972752331783,35.8283381211091,0 -78.8972734559391,35.8283431669692,0 -78.8972725650288,35.828347492525,0 -78.8972707896218,35.8283510962844,0 -78.8972690114657,35.8283568631946,0 -78.8972681196388,35.8283619098008,0 -78.8972663423986,35.8283669556607,0 -78.8972645642419,35.8283727225709,0 -78.8972627870013,35.8283777684307,0 -78.8972618942573,35.8283835360871,0 -78.8972601170163,35.8283885819468,0 -78.8972583388586,35.8283943488569,0 -78.8972574488634,35.8283979533622,0 -78.8972565579516,35.8284022789179,0 -78.8972556679561,35.8284058834232,0 -78.8972547770442,35.8284102089788,0 -78.897253001635,35.8284138127378,0 -78.8972521107228,35.8284181382934,0 -78.8972512179776,35.8284239059496,0 -78.8972494407351,35.8284289518092,0 -78.8972485479896,35.8284347194653,0 -78.8972467707466,35.8284397653248,0 -78.8972458789173,35.8284448119306,0 -78.8972449880044,35.8284491374861,0 -78.8972440970914,35.8284534630416,0 -78.8972432052618,35.8284585096474,0 -78.8972423143486,35.8284628352028,0 -78.8972414234353,35.8284671607583,0 -78.8972405316054,35.828472207364,0 -78.8972396406919,35.8284765329194,0 -78.8972387506949,35.8284801374245,0 -78.8972378597812,35.8284844629799,0 -78.8972369688674,35.8284887885353,0 -78.897236077037,35.828493835141,0 -78.8972351842899,35.8284996027969,0 -78.8972342924592,35.8285046494025,0 -78.8972333997118,35.8285104170584,0 -78.8972325078809,35.828515463664,0 -78.8972316169665,35.8285197892193,0 -78.897230726052,35.8285241147746,0 -78.8972307214689,35.8285277200261,0 -78.8972298305543,35.8285320455813,0 -78.8972289396396,35.8285363711366,0 -78.8972289350564,35.828539976388,0 -78.8972280441415,35.8285443019432,0 -78.8972271532266,35.8285486274984,0 -78.8972271468099,35.8285536748504,0 -78.8972262558948,35.8285580004056,0 -78.8972253649796,35.8285623259608,0 -78.8972253585629,35.8285673733128,0 -78.8972244676476,35.8285716988679,0 -78.8972244621475,35.8285760251696,0 -78.8972235721487,35.8285796296744,0 -78.8972235666485,35.8285839559761,0 -78.8972226757329,35.8285882815312,0 -78.8972226711494,35.8285918867826,0 -78.8972217802337,35.8285962123377,0 -78.8972217747335,35.8286005386393,0 -78.8972208829008,35.8286055852447,0 -78.8972208755671,35.8286113536468,0 -78.8972199828176,35.8286171213024,0 -78.8972199764006,35.8286221686543,0 -78.8972199690668,35.8286279370564,0 -78.8972190781505,35.8286322626114,0 -78.8972190717334,35.8286373099633,0 -78.8972145566433,35.8287065270547,0 -78.8972145493091,35.8287122954567,0 -78.8972136574748,35.8287173420618,0 -78.8972118793066,35.8287231089705,0 -78.897210102055,35.828728154829,0 -78.8972074393861,35.8287331999408,0 -78.8972047767168,35.8287382450525,0 -78.8972021140473,35.8287432901642,0 -78.897198566877,35.8287476134788,0 -78.8971959060406,35.8287512164899,0 -78.8971923597867,35.8287548187541,0 -78.8971888144494,35.828757699968,0 -78.8971852691118,35.8287605811818,0 -78.8971808374396,35.8287641826989,0 -78.8971755203495,35.8287677834689,0 -78.8971702032589,35.8287713842388,0 -78.8971657734198,35.8287735436548,0 -78.8971613444977,35.8287749820205,0 -78.8971551429057,35.8287778609925,0 -78.8971489422306,35.8287800189139,0 -78.8971427424727,35.8287814557848,0 -78.8971365427145,35.8287828926553,0 -78.8971312292912,35.8287836092225,0 -78.8971259158679,35.8287843257895,0 -78.8971179461915,35.8287850401144,0 -78.8951389536149,35.8288482483865,0 -78.8951309839147,35.8288489625815,0 -78.895123900568,35.8288489564876,0 -78.8951177026397,35.828848951155,0 -78.8951106183575,35.8288496661105,0 -78.8951053058475,35.8288496615392,0 -78.8950999933375,35.8288496569677,0 -78.8950937954092,35.8288496516339,0 -78.8950867111267,35.828850366588,0 -78.8950805131983,35.8288503612536,0 -78.8950752006883,35.8288503566809,0 -78.8950698881782,35.8288503521081,0 -78.8950636902498,35.8288503467728,0 -78.8950583777397,35.8288503421994,0 -78.8950530642936,35.828851058676,0 -78.8950468663651,35.8288510533399,0 -78.895041553855,35.8288510487658,0 -78.8950362413449,35.8288510441915,0 -78.8950309288348,35.8288510396169,0 -78.8950265017431,35.8288510358046,0 -78.8950194183963,35.8288510297046,0 -78.895012334113,35.8288517446544,0 -78.8950061361845,35.8288517393161,0 -78.8949990528377,35.8288517332149,0 -78.8949928549092,35.828851727876,0 -78.894987542399,35.8288517232996,0 -78.8949822298889,35.8288517187229,0 -78.8949760319604,35.8288517133832,0 -78.8949689486135,35.8288517072802,0 -78.8949636361034,35.8288517027028,0 -78.8949592090116,35.828851698888,0 -78.8949521247278,35.8288524138343,0 -78.8949450413808,35.8288524077299,0 -78.8949388434523,35.8288524023883,0 -78.8949317601054,35.8288523962832,0 -78.8949246767585,35.8288523901776,0 -78.8949184788299,35.828852384835,0 -78.894911395483,35.8288523787287,0 -78.8949051975544,35.8288523733853,0 -78.8948998850443,35.8288523688051,0 -78.8948945725341,35.8288523642246,0 -78.8948874891872,35.8288523581169,0 -78.8948812912586,35.8288523527723,0 -78.8948742079117,35.8288523466639,0 -78.8948680099832,35.8288523413186,0 -78.8948609266362,35.8288523352094,0 -78.8948538442272,35.8288516080496,0 -78.8948476462987,35.8288516027033,0 -78.8948405629518,35.8288515965929,0 -78.8948343650234,35.8288515912459,0 -78.8948272816765,35.8288515851347,0 -78.8948219691664,35.8288515805511,0 -78.8948166566562,35.8288515759672,0 -78.8948104587278,35.828851570619,0 -78.8948033753809,35.8288515645064,0 -78.8947971774524,35.8288515591576,0 -78.894790095044,35.8288508319941,0 -78.8947847825339,35.8288508274088,0 -78.8947803554422,35.8288508235876,0 -78.8947750429321,35.8288508190019,0 -78.8947697304221,35.8288508144159,0 -78.8947635324936,35.8288508090654,0 -78.8947564491469,35.8288508029501,0 -78.8947511375755,35.8288500773131,0 -78.8947458250655,35.8288500727261,0 -78.8947396271372,35.8288500673744,0 -78.8947325437905,35.8288500612577,0 -78.8947263458621,35.8288500559053,0 -78.8947192634544,35.8288493287376,0 -78.8947121801078,35.8288493226197,0 -78.8947077530161,35.8288493187959,0 -78.8947024405062,35.828849314207,0 -78.8946971289354,35.8288485885677,0 -78.8946927018438,35.8288485847433,0 -78.8946873893339,35.8288485801537,0 -78.894682076824,35.828848575564,0 -78.8946758798351,35.8288478491588,0 -78.8946687964886,35.8288478430384,0 -78.8946617131422,35.8288478369176,0 -78.8946572860506,35.8288478330919,0 -78.8946519744803,35.8288471074506,0 -78.8946448911339,35.8288471013288,0 -78.8946386932058,35.8288470959719,0 -78.8946316107992,35.8288463687992,0 -78.8946262982894,35.828846364207,0 -78.8946218711979,35.82884636038,0 -78.8946147887915,35.8288456332063,0 -78.8946077054452,35.8288456270823,0 -78.8946015075172,35.8288456217235,0 -78.894594425111,35.8288448945486,0 -78.8945882271831,35.8288448891892,0 -78.8945811447771,35.8288441620135,0 -78.8945740614309,35.8288441558876,0 -78.8945678644434,35.8288434294769,0 -78.8945607810973,35.8288434233502,0 -78.8945545831695,35.8288434179891,0 -78.8945475007639,35.8288426908114,0 -78.8945421882544,35.8288426862156,0 -78.8945377621038,35.8288419613353,0 -78.8945324495943,35.8288419567391,0 -78.8945271370848,35.8288419521425,0 -78.8945218255161,35.8288412264956,0 -78.8945173984249,35.8288412226648,0 -78.8945103160199,35.828840495485,0 -78.8945041180923,35.8288404901213,0 -78.8944970356875,35.8288397629407,0 -78.8944899523417,35.8288397568099,0 -78.8944837553553,35.828839030395,0 -78.894478442846,35.8288390257963,0 -78.8944731312779,35.8288383001473,0 -78.8944687041869,35.8288382963147,0 -78.894463392619,35.8288375706653,0 -78.8944563092734,35.8288375645325,0 -78.8944501122874,35.8288368381158,0 -78.8944430289419,35.8288368319823,0 -78.8944368319561,35.828836105565,0 -78.8944297495523,35.8288353783805,0 -78.8944244370433,35.8288353737795,0 -78.8944200108941,35.828834648895,0 -78.8944146983851,35.8288346442936,0 -78.8944093868179,35.8288339186418,0 -78.8944031888908,35.8288339132729,0 -78.8943978773237,35.8288331876205,0 -78.8943925648148,35.8288331830182,0 -78.8943872532479,35.8288324573654,0 -78.8943828261572,35.8288324535297,0 -78.8943757437542,35.8288317263421,0 -78.8943695467694,35.8288309999213,0 -78.8943642342607,35.8288309953177,0 -78.8943589226942,35.8288302696637,0 -78.8943527257096,35.828829543242,0 -78.8943456423648,35.8288295371029,0 -78.8943385599623,35.8288288099131,0 -78.8943323629781,35.8288280834904,0 -78.8943270504695,35.8288280788852,0 -78.8943226243216,35.8288273539971,0 -78.8943155419196,35.828826626806,0 -78.8943084595177,35.8288258996145,0 -78.8943040324273,35.828825895776,0 -78.8942987208617,35.8288251701193,0 -78.8942934083533,35.8288251655126,0 -78.8942889822059,35.8288244406233,0 -78.8942818998044,35.8288237134303,0 -78.8942757028211,35.8288229870047,0 -78.8942686194768,35.8288229808611,0 -78.8942633079117,35.8288222552029,0 -78.8942588817647,35.8288215303125,0 -78.8942517993637,35.8288208031177,0 -78.8942464868556,35.8288207985089,0 -78.8942420607088,35.8288200736179,0 -78.8942349783081,35.8288193464221,0 -78.8942287813256,35.8288186199942,0 -78.8942216989252,35.8288178927976,0 -78.8942146165248,35.8288171656006,0 -78.894208418599,35.8288171602219,0 -78.8942013361989,35.8288164330241,0 -78.8941969100528,35.8288157081315,0 -78.8941915984888,35.8288149824702,0 -78.8941862869249,35.8288142568086,0 -78.8941818598352,35.8288142529656,0 -78.8941747774355,35.8288135257663,0 -78.894167695036,35.8288127985666,0 -78.8941614980546,35.8288120721353,0 -78.8941544156553,35.8288113449348,0 -78.8941499895099,35.8288106200405,0 -78.8941446779466,35.8288098943771,0 -78.8941393654393,35.8288098897637,0 -78.8941349392941,35.8288091648688,0 -78.8941278568953,35.8288084376668,0 -78.8941225453324,35.8288077120024,0 -78.8941181191875,35.828806987107,0 -78.894111036789,35.8288062599039,0 -78.8941048398086,35.8288055334697,0 -78.8940977574104,35.8288048062659,0 -78.8940915604302,35.828804079831,0 -78.8940844780322,35.8288033526265,0 -78.8940791664701,35.8288026269603,0 -78.8940747403258,35.8288019020632,0 -78.8940676579282,35.8288011748577,0 -78.8940614609485,35.8288004484212,0 -78.8940543785512,35.8287997212149,0 -78.8940481815717,35.8287989947778,0 -78.8940410991746,35.8287982675707,0 -78.8940349031406,35.8287968200828,0 -78.8940278207438,35.8287960928749,0 -78.8940216237648,35.8287953664364,0 -78.8940145413683,35.8287946392279,0 -78.8940074589719,35.8287939120188,0 -78.8940012619933,35.8287931855793,0 -78.8939959504326,35.8287924599094,0 -78.8939915242896,35.8287917350093,0 -78.8939844428392,35.8287902867488,0 -78.8939791303332,35.8287902821284,0 -78.8939747041904,35.8287895572277,0 -78.8939693926302,35.8287888315567,0 -78.8939649664876,35.8287881066556,0 -78.893957885038,35.8287866583935,0 -78.8939516880605,35.8287859319515,0 -78.8939446056654,35.8287852047388,0 -78.893938408688,35.8287844782961,0 -78.8939330971284,35.8287837526235,0 -78.8939277855689,35.8287830269507,0 -78.893921589538,35.8287815794569,0 -78.8939145071436,35.8287808522425,0 -78.8939083101668,35.8287801257983,0 -78.893901228719,35.8287786775329,0 -78.8938950317425,35.828777951088,0 -78.8938897201837,35.8287772254135,0 -78.893884408625,35.8287764997388,0 -78.8938799824839,35.8287757748346,0 -78.8938746709254,35.8287750491595,0 -78.8938702447844,35.828774324255,0 -78.8938649332261,35.8287735985794,0 -78.8938578508329,35.8287728713617,0 -78.8938534246922,35.8287721464566,0 -78.8938481140809,35.8287706997301,0 -78.8938419171056,35.8287699732824,0 -78.8938366055478,35.8287692476057,0 -78.8938304085726,35.8287685211574,0 -78.8942826824023,35.8268711073188,0 -78.8942374492435,35.8262538479378,0 -78.8942296128057,35.8261528939062,0 -78.8943439966397,35.8260239248536,0 -78.8945732809423,35.8260479180827,0 -78.8946343163047,35.8260912339579,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_15">
<name>Hyundai Subaru of Cary Showroom Addition</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SP-054-E</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Hyundai Subaru of Cary Showroom Addition</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>4,196sf building addition</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SP-054-E</SimpleData>
<SimpleData name="ProjectName">Hyundai Subaru of Cary Showroom Addition</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">4,196sf building addition</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.8075801336728,35.7383065017024,0 -78.808046142441,35.7379697748944,0 -78.8086971851145,35.7379253719008,0 -78.8090673755267,35.7377132362896,0 -78.8094475353618,35.7373980016248,0 -78.8095374370376,35.7375293776765,0 -78.8095629799723,35.7375741241892,0 -78.8095867524006,35.7376195890007,0 -78.8096193147754,35.7376881419034,0 -78.8096404306157,35.7377350446957,0 -78.8096588932177,35.737781943336,0 -78.8096764714196,35.7378288405904,0 -78.8096992985288,35.7379002625429,0 -78.8097133356983,35.7379485964026,0 -78.8097247196148,35.7379969261136,0 -78.8097352191211,35.7380452544408,0 -78.8097439480961,35.7380943010731,0 -78.8097509082321,35.7381433449403,0 -78.8097595796004,35.7382169079752,0 -78.8097629766283,35.7382767623732,0 -78.8097646353148,35.7383236347335,0 -78.8097795737485,35.7387411595207,0 -78.8096893346164,35.7387525556827,0 -78.8095858221982,35.7387668153143,0 -78.8094823063487,35.738782516999,0 -78.8093796714945,35.7387996621214,0 -78.8092779159314,35.7388189717543,0 -78.8091752741871,35.7388390009866,0 -78.8090735117216,35.7388611947308,0 -78.8089726302294,35.7388848319186,0 -78.8089673202277,35.7388862657342,0 -78.8087540355701,35.7389436167789,0 -78.8087071282075,35.738957243485,0 -78.8086186217444,35.7389837841133,0 -78.8084566474454,35.7390354466885,0 -78.8083681339853,35.7390648714162,0 -78.808309713461,35.7390849695073,0 -78.8081946377788,35.7391266105326,0 -78.8081804731373,35.7391323568043,0 -78.8081618828969,35.7391395382481,0 -78.8079016208969,35.7392393570914,0 -78.807851163488,35.7392580253784,0 -78.8072350199913,35.7394986110003,0 -78.8070942480009,35.7395596792727,0 -78.8070207724015,35.7395876846949,0 -78.806970316292,35.7396056315445,0 -78.8069198653209,35.7396214151618,0 -78.8068685316096,35.739636476285,0 -78.8068163186015,35.7396493727721,0 -78.8067632245785,35.7396608256925,0 -78.8067101339847,35.7396708364489,0 -78.8066570451004,35.7396801261117,0 -78.8066331565628,35.7396836935426,0 -78.8066329399176,35.7390340062724,0 -78.8066461447261,35.7383194435775,0 -78.8075801336728,35.7383065017024,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_16">
<name>Renaissance @ Regency Townhomes, The</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SP-057</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Renaissance @ Regency Townhomes, The</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>multi-family attached townhomes</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SP-057</SimpleData>
<SimpleData name="ProjectName">Renaissance @ Regency Townhomes, The</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">multi-family attached townhomes</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.8103590532573,35.726210506682,0 -78.8099292945963,35.7262062310884,0 -78.8095601277331,35.7260066371487,0 -78.8095353488865,35.7260145302218,0 -78.8095096891364,35.7260209797593,0 -78.8094831467868,35.726026706834,0 -78.8093592864018,35.7260517506012,0 -78.8092354191427,35.726079678536,0 -78.8091124309903,35.7261097709515,0 -78.8089894393435,35.7261413053894,0 -78.8088682093785,35.7261757267731,0 -78.8087478601976,35.7262115915719,0 -78.8086283883861,35.726250341935,0 -78.8085097973438,35.7262905357181,0 -78.8083920853591,35.7263328939973,0 -78.808276138428,35.7263766970941,0 -78.8081601845357,35.7264233843734,0 -78.8080468799818,35.7264715178712,0 -78.8079335701603,35.7265218144829,0 -78.8078229096695,35.7265735573228,0 -78.8077122421855,35.7266281843546,0 -78.8076042257372,35.7266835365508,0 -78.8074970865821,35.7267417743416,0 -78.8073917124431,35.7268014569818,0 -78.8073359276866,35.7268323749791,0 -78.8072783777179,35.7268618480042,0 -78.8072208311418,35.7268898788554,0 -78.8071615193571,35.7269164647311,0 -78.8071013266678,35.7269416070301,0 -78.8070402530761,35.7269653057511,0 -78.806979184607,35.7269868412216,0 -78.806916350939,35.7270069317098,0 -78.8068136977747,35.7270377751236,0 -78.8067101653939,35.727066453827,0 -78.8066066381079,35.7270929692224,0 -78.8065022298972,35.7271180409777,0 -78.806396942491,35.7271409480174,0 -78.8062916584764,35.7271624128195,0 -78.8061854935539,35.7271824339762,0 -78.8060784494561,35.7272002904121,0 -78.8059714104962,35.7272159835344,0 -78.8058634923775,35.7272295119328,0 -78.805755575953,35.7272423191623,0 -78.805700735153,35.7272480002566,0 -78.8056432396965,35.7272543981642,0 -78.8055848547294,35.7272629578518,0 -78.8055282331649,35.7272736835561,0 -78.8054716098525,35.7272851303072,0 -78.8051822838128,35.7273502855656,0 -78.8051415813954,35.7273603154875,0 -78.8051008754956,35.7273717875421,0 -78.8050610486818,35.7273854242183,0 -78.8050229869957,35.7274005058602,0 -78.8049849235582,35.7274163085632,0 -78.8049486287213,35.7274321140879,0 -78.8049114565138,35.7274450338922,0 -78.8048734034628,35.7274565101216,0 -78.8048344730471,35.7274651006291,0 -78.8047946617928,35.7274722475599,0 -78.8047539731802,35.7274765087672,0 -78.8047141723509,35.7274793292332,0 -78.8046734941705,35.727479263975,0 -78.8046328212112,35.727477035484,0 -78.8045921534763,35.7274726437601,0 -78.8045523735361,35.7274668112961,0 -78.8045134848753,35.7274580959467,0 -78.8044754857561,35.7274472187859,0 -78.8044374918735,35.7274341783939,0 -78.8044012718455,35.7274189776122,0 -78.8043668239315,35.7274023375156,0 -78.8043332655679,35.7273835356111,0 -78.8042220033076,35.7273170177533,0 -78.8041902118814,35.7272989397261,0 -78.8041566483679,35.7272823009917,0 -78.8041230813785,35.7272671043943,0 -78.8040877422997,35.7272533470876,0 -78.8040515154362,35.7272410304936,0 -78.8040197013824,35.7272323263722,0 -78.8039818019658,35.7271803478875,0 -78.8039685461223,35.7271767211636,0 -78.8041331568799,35.7260268697575,0 -78.8041340568751,35.7260203815196,0 -78.8041349533807,35.7260153354285,0 -78.804135851631,35.7260095682639,0 -78.8041367481364,35.7260045221727,0 -78.8041367620943,35.7259987535854,0 -78.8041376585995,35.7259937074943,0 -78.8041385533599,35.7259893824765,0 -78.8041394481201,35.7259850574587,0 -78.804140344625,35.7259800113674,0 -78.8041412428745,35.7259742442028,0 -78.8041421376345,35.7259699191849,0 -78.8041430306496,35.7259663152405,0 -78.8041439288988,35.7259605480758,0 -78.8041448219138,35.7259569441313,0 -78.8041448323818,35.7259526176908,0 -78.8041466149221,35.7259468519487,0 -78.8041466236454,35.7259432465816,0 -78.8041475184047,35.7259389215636,0 -78.8041484149086,35.7259338754723,0 -78.8041493096677,35.7259295504543,0 -78.8041502044268,35.7259252254364,0 -78.8041519852215,35.7259201807676,0 -78.8041519956892,35.725915854327,0 -78.8041528887033,35.7259122503824,0 -78.8041546712422,35.7259064846401,0 -78.8041555677453,35.7259014385486,0 -78.8041564659928,35.7258956713837,0 -78.8041582467865,35.7258906267148,0 -78.8041591450337,35.7258848595498,0 -78.8041600415363,35.7258798134583,0 -78.8041609362942,35.7258754884402,0 -78.804161831052,35.725871163422,0 -78.8041636083559,35.7258675608999,0 -78.8041645031135,35.7258632358817,0 -78.804165397871,35.7258589108636,0 -78.8041662908839,35.7258553069188,0 -78.8041671856412,35.7258509819007,0 -78.804168078654,35.7258473779559,0 -78.8041698611904,35.7258416122133,0 -78.8041707542029,35.7258380082685,0 -78.8041716489598,35.7258336832502,0 -78.8041725437166,35.725829358232,0 -78.8041734367289,35.7258257542872,0 -78.8041743314855,35.7258214292689,0 -78.8041761087877,35.7258178267465,0 -78.8041770070328,35.7258120595813,0 -78.8041787878234,35.7258070149119,0 -78.8041796860683,35.7258012477466,0 -78.8041814668585,35.7257962030772,0 -78.8041832493928,35.7257904373342,0 -78.8041841424041,35.7257868333893,0 -78.8041850371598,35.7257825083709,0 -78.8041868179492,35.7257774637014,0 -78.8041877127046,35.7257731386829,0 -78.8041894900051,35.7257695361603,0 -78.8041903847603,35.7257652111418,0 -78.804191277771,35.7257616071968,0 -78.8041930568154,35.7257572836006,0 -78.8041939515702,35.7257529585821,0 -78.8041948445807,35.725749354637,0 -78.8041966236246,35.7257450310407,0 -78.8041984044126,35.7257399863709,0 -78.8042001852003,35.7257349417012,0 -78.8042010834428,35.7257291745356,0 -78.80420286423,35.7257241298658,0 -78.804204643273,35.7257198062693,0 -78.8042055362827,35.7257162023242,0 -78.8042073188135,35.7257104365808,0 -78.8042090996,35.7257053919108,0 -78.8042108803863,35.7257003472408,0 -78.8042126629164,35.7256945814972,0 -78.8042144437022,35.7256895368271,0 -78.8042162244878,35.725684492157,0 -78.8042180035291,35.7256801685604,0 -78.8042188965377,35.725676564615,0 -78.8042206755788,35.7256722410183,0 -78.8042224528757,35.7256686384951,0 -78.8042242354043,35.7256628727513,0 -78.8042260161887,35.725657828081,0 -78.8042269091967,35.7256542241356,0 -78.8042286882368,35.7256499005387,0 -78.8042304690206,35.7256448558683,0 -78.8042322480603,35.7256405322714,0 -78.804234025356,35.725636929748,0 -78.8042358061392,35.7256318850775,0 -78.8042375851784,35.7256275614804,0 -78.8042384781856,35.7256239575349,0 -78.8042411449999,35.7256181932128,0 -78.8042429257823,35.7256131485422,0 -78.8042447065644,35.7256081038715,0 -78.8042464873463,35.7256030592009,0 -78.8042491541595,35.7255972948785,0 -78.8042509349409,35.7255922502077,0 -78.8042536000096,35.7255872069588,0 -78.8042553807906,35.7255821622879,0 -78.8042571598276,35.7255778386906,0 -78.8042589371208,35.7255742361667,0 -78.804260717901,35.7255691914957,0 -78.8042624969375,35.7255648678982,0 -78.8042642742302,35.7255612653743,0 -78.8042660550098,35.7255562207032,0 -78.8042678340457,35.7255518971056,0 -78.8042696113379,35.7255482945816,0 -78.804272276404,35.7255432513321,0 -78.8042740589263,35.7255374855874,0 -78.8042767239918,35.7255324423379,0 -78.8042785047701,35.7255273976666,0 -78.804281169835,35.725522354417,0 -78.8042829471259,35.7255187518927,0 -78.80428472616,35.7255144282948,0 -78.8042873912242,35.725509385045,0 -78.8042891720012,35.7255043403735,0 -78.8042918370647,35.7254992971236,0 -78.8042945021279,35.7254942538736,0 -78.8042962829042,35.725489209202,0 -78.8042998357398,35.7254827252264,0 -78.8045762414784,35.7249063081292,0 -78.8045789065043,35.7249012648721,0 -78.8045806872499,35.7248962201954,0 -78.8045824662544,35.7248918965924,0 -78.8045842435181,35.7248882940629,0 -78.8045869085429,35.7248832508056,0 -78.8045895735674,35.7248782075482,0 -78.8045904682913,35.7248738825256,0 -78.8045922455542,35.724870279996,0 -78.8045949105779,35.7248652367385,0 -78.8045966930623,35.7248594709878,0 -78.8045993580854,35.7248544277302,0 -78.8046011388286,35.7248493830531,0 -78.8046038038511,35.7248443397953,0 -78.8046046985739,35.7248400147726,0 -78.8046064758354,35.7248364122428,0 -78.8046091408572,35.7248313689849,0 -78.8046109233398,35.7248256032339,0 -78.8046127006007,35.724822000704,0 -78.8046135935823,35.7248183967549,0 -78.8046162603434,35.7248126324231,0 -78.8046171533247,35.7248090284739,0 -78.8046189323254,35.7248047048702,0 -78.8046207130663,35.7247996601928,0 -78.8046224920666,35.724795336589,0 -78.8046233850475,35.7247917326397,0 -78.8046251657878,35.7247866879622,0 -78.8046269482683,35.724780922211,0 -78.8046287290082,35.7247758775334,0 -78.8046305097479,35.7247708328558,0 -78.8046322922276,35.7247650671045,0 -78.8046340729669,35.7247600224268,0 -78.8046358554461,35.7247542566754,0 -78.8046376361849,35.7247492119976,0 -78.8046394169234,35.7247441673198,0 -78.8046403116432,35.7247398422967,0 -78.8046412046226,35.7247362383472,0 -78.8046429871008,35.7247304725957,0 -78.8046447678386,35.7247254279178,0 -78.8046465503163,35.7247196621661,0 -78.8046474467756,35.7247146160692,0 -78.8046492292529,35.7247088503175,0 -78.8046501222316,35.7247052463679,0 -78.8046510169503,35.7247009213447,0 -78.8046519099289,35.7246973173951,0 -78.8046528046474,35.7246929923718,0 -78.8046545836437,35.7246886687674,0 -78.8046554766219,35.7246850648177,0 -78.8046563748203,35.724679297647,0 -78.8046581555562,35.7246742529688,0 -78.8046590502741,35.7246699279454,0 -78.804659943252,35.7246663239957,0 -78.8046608379698,35.7246619989723,0 -78.8046617326875,35.7246576739489,0 -78.8046626291451,35.7246526278517,0 -78.8046635273426,35.7246468606808,0 -78.80466442032,35.7246432567311,0 -78.8046653150373,35.7246389317076,0 -78.8046662114945,35.7246338856104,0 -78.8046671062116,35.7246295605869,0 -78.8046680009286,35.7246252355634,0 -78.8046688973855,35.7246201894662,0 -78.8046697955822,35.7246144222951,0 -78.8046706885589,35.7246108183453,0 -78.8046715832755,35.7246064933217,0 -78.8046724779921,35.7246021682982,0 -78.8046724866917,35.7245985629295,0 -78.804673384888,35.7245927957585,0 -78.8046742830841,35.7245870285874,0 -78.8046751760603,35.7245834246375,0 -78.8046751864998,35.7245790981951,0 -78.8046760812158,35.7245747731714,0 -78.8046769741918,35.7245711692215,0 -78.8046769846312,35.7245668427791,0 -78.804677879347,35.7245625177554,0 -78.8046787758026,35.724557471658,0 -78.8046787862418,35.7245531452155,0 -78.8046796809574,35.7245488201918,0 -78.8046796896567,35.7245452148231,0 -78.8046805843721,35.7245408897994,0 -78.8046805948113,35.7245365633569,0 -78.8046814877867,35.7245329594069,0 -78.8046814982258,35.7245286329644,0 -78.804681508665,35.7245243065219,0 -78.8046824051199,35.7245192604244,0 -78.804682415559,35.7245149339819,0 -78.8046833102739,35.7245106089581,0 -78.8046833207129,35.7245062825156,0 -78.8046833294121,35.7245026771468,0 -78.8046842276065,35.7244969099755,0 -78.8046842380455,35.7244925835329,0 -78.8046842467446,35.7244889781642,0 -78.8046851449388,35.7244832109928,0 -78.8046851553777,35.7244788845503,0 -78.8046851640768,35.7244752791815,0 -78.8046851779954,35.7244695105913,0 -78.8046860761893,35.72446374342,0 -78.804686088368,35.7244586959036,0 -78.8046861022865,35.7244529273135,0 -78.8046861144652,35.7244478797971,0 -78.8046861283837,35.724442111207,0 -78.8046861423022,35.7244363426168,0 -78.8046861544809,35.7244312951004,0 -78.8046861683994,35.7244255265102,0 -78.8046861788382,35.7244212000676,0 -78.8046861875373,35.7244175946987,0 -78.8046861979762,35.7244132682561,0 -78.804686208415,35.7244089418134,0 -78.8046862205937,35.724403894297,0 -78.8046862345122,35.7243981257068,0 -78.8046853606765,35.7243937978454,0 -78.8046853693756,35.7243901924765,0 -78.8046853832941,35.7243844238862,0 -78.804685393733,35.7243800974436,0 -78.8046854024321,35.7243764920747,0 -78.8046845320763,35.7243707220656,0 -78.8046845459949,35.7243649534754,0 -78.8046845581737,35.7243599059589,0 -78.8046836878182,35.7243541359498,0 -78.8046837017368,35.7243483673595,0 -78.8046828261619,35.7243447605718,0 -78.804682836601,35.7243404341291,0 -78.8046819662458,35.72433466412,0 -78.8046819784247,35.7243296166035,0 -78.80468110459,35.724325288742,0 -78.8046811132892,35.724321683373,0 -78.8046802394546,35.7243173555115,0 -78.8046802498938,35.7243130290687,0 -78.8046793777992,35.7243079801333,0 -78.8046785074446,35.7243022101242,0 -78.8046785178839,35.7242978836814,0 -78.8046776423098,35.7242942768936,0 -78.8046776562288,35.7242885083032,0 -78.8046767858746,35.724282738294,0 -78.8046759137805,35.7242776893585,0 -78.8046750434265,35.7242719193493,0 -78.8046741713327,35.7242668704139,0 -78.804673297499,35.7242625425522,0 -78.8046733079385,35.7242582161093,0 -78.804672435845,35.7242531671739,0 -78.8046706812185,35.7242473957457,0 -78.8046698091252,35.7242423468102,0 -78.8046698195649,35.7242380203673,0 -78.8046689457318,35.7242336925056,0 -78.8046680736388,35.7242286435701,0 -78.8046663190132,35.7242228721418,0 -78.8046654469204,35.7242178232062,0 -78.8046645765677,35.7242120531968,0 -78.8046637044752,35.7242070042612,0 -78.8046619498503,35.7242012328329,0 -78.8046610777581,35.7241961838972,0 -78.804660207406,35.7241904138877,0 -78.8046593318339,35.7241868070997,0 -78.8046584580019,35.7241824792378,0 -78.8046566998978,35.724178149957,0 -78.804655824326,35.724174543169,0 -78.8046549539745,35.7241687731594,0 -78.8046540784028,35.7241651663713,0 -78.8046532045714,35.7241608385094,0 -78.8046514482081,35.7241557881546,0 -78.8046496935853,35.724150016726,0 -78.8046488214943,35.7241449677902,0 -78.8046470668719,35.7241391963615,0 -78.8046453139898,35.724132703859,0 -78.8046427116403,35.7241117884606,0 -78.8046454027384,35.7240959290931,0 -78.80465163092,35.7240800754014,0 -78.804662276974,35.7240656709514,0 -78.8046755706169,35.7240534339785,0 -78.804691510109,35.7240440855556,0 -78.8047100971905,35.7240369046077,0 -78.8052012144572,35.7238934761313,0 -78.805319467052,35.7243609229476,0 -78.8054863436403,35.7244657457993,0 -78.8054827655436,35.7248507949333,0 -78.8063958883352,35.7249935815017,0 -78.8068391472003,35.7248962192274,0 -78.8067857689207,35.7246603425204,0 -78.8070670327594,35.7246341087676,0 -78.8073773105005,35.7243065102916,0 -78.807705495933,35.7242565537706,0 -78.8082905489574,35.7236524932213,0 -78.8085586948791,35.7235627806124,0 -78.8087799449886,35.7231110132246,0 -78.8086157009541,35.7230141308299,0 -78.8087033603417,35.7225902754108,0 -78.808952963586,35.7224875533856,0 -78.8087960841684,35.7222680996859,0 -78.8090715098346,35.7220889838012,0 -78.8090678095665,35.7221582013911,0 -78.8090593903955,35.7223536000494,0 -78.8090333538455,35.7228950879639,0 -78.8090157312528,35.7232433404152,0 -78.8094401583784,35.7232519373775,0 -78.8099043757032,35.723261316077,0 -78.810235076276,35.7232676006435,0 -78.810633860047,35.7232761534674,0 -78.8110184990681,35.7232832408741,0 -78.8114500007166,35.7232918418105,0 -78.8119548929146,35.7233019967588,0 -78.8120831059936,35.7233043579714,0 -78.8125455553992,35.7233137238692,0 -78.8103889879832,35.7243790195356,0 -78.8103590532573,35.726210506682,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_17">
<name>Renaissance Cottages at Regency</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SP-057-F</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Renaissance Cottages at Regency</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>addition of 23 townhomes units</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">
<SimpleData name="ID">05-SP-057-F</SimpleData>
<SimpleData name="ProjectName">Renaissance Cottages at Regency</SimpleData>
<SimpleData name="Type">Site/Sub Plan</SimpleData>
<SimpleData name="Comments">addition of 23 townhomes units</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>-78.8103590532573,35.726210506682,0 -78.8099292945963,35.7262062310884,0 -78.8095601277331,35.7260066371487,0 -78.8095353488865,35.7260145302218,0 -78.8095096891364,35.7260209797593,0 -78.8094831467868,35.726026706834,0 -78.8093592864018,35.7260517506012,0 -78.8092354191427,35.726079678536,0 -78.8091124309903,35.7261097709515,0 -78.8089894393435,35.7261413053894,0 -78.8088682093785,35.7261757267731,0 -78.8087478601976,35.7262115915719,0 -78.8086283883861,35.726250341935,0 -78.8085097973438,35.7262905357181,0 -78.8083920853591,35.7263328939973,0 -78.808276138428,35.7263766970941,0 -78.8081601845357,35.7264233843734,0 -78.8080468799818,35.7264715178712,0 -78.8079335701603,35.7265218144829,0 -78.8078229096695,35.7265735573228,0 -78.8077122421855,35.7266281843546,0 -78.8076042257372,35.7266835365508,0 -78.8074970865821,35.7267417743416,0 -78.8073917124431,35.7268014569818,0 -78.8073359276866,35.7268323749791,0 -78.8072783777179,35.7268618480042,0 -78.8072208311418,35.7268898788554,0 -78.8071615193571,35.7269164647311,0 -78.8071013266678,35.7269416070301,0 -78.8070402530761,35.7269653057511,0 -78.806979184607,35.7269868412216,0 -78.806916350939,35.7270069317098,0 -78.8068136977747,35.7270377751236,0 -78.8067101653939,35.727066453827,0 -78.8066066381079,35.7270929692224,0 -78.8065022298972,35.7271180409777,0 -78.806396942491,35.7271409480174,0 -78.8062916584764,35.7271624128195,0 -78.8061854935539,35.7271824339762,0 -78.8060784494561,35.7272002904121,0 -78.8059714104962,35.7272159835344,0 -78.8058634923775,35.7272295119328,0 -78.805755575953,35.7272423191623,0 -78.805700735153,35.7272480002566,0 -78.8056432396965,35.7272543981642,0 -78.8055848547294,35.7272629578518,0 -78.8055282331649,35.7272736835561,0 -78.8054716098525,35.7272851303072,0 -78.8051822838128,35.7273502855656,0 -78.8051415813954,35.7273603154875,0 -78.8051008754956,35.7273717875421,0 -78.8050610486818,35.7273854242183,0 -78.8050229869957,35.7274005058602,0 -78.8049849235582,35.7274163085632,0 -78.8049486287213,35.7274321140879,0 -78.8049114565138,35.7274450338922,0 -78.8048734034628,35.7274565101216,0 -78.8048344730471,35.7274651006291,0 -78.8047946617928,35.7274722475599,0 -78.8047539731802,35.7274765087672,0 -78.8047141723509,35.7274793292332,0 -78.8046734941705,35.727479263975,0 -78.8046328212112,35.727477035484,0 -78.8045921534763,35.7274726437601,0 -78.8045523735361,35.7274668112961,0 -78.8045134848753,35.7274580959467,0 -78.8044754857561,35.7274472187859,0 -78.8044374918735,35.7274341783939,0 -78.8044012718455,35.7274189776122,0 -78.8043668239315,35.7274023375156,0 -78.8043332655679,35.7273835356111,0 -78.8042220033076,35.7273170177533,0 -78.8041902118814,35.7272989397261,0 -78.8041566483679,35.7272823009917,0 -78.8041230813785,35.7272671043943,0 -78.8040877422997,35.7272533470876,0 -78.8040515154362,35.7272410304936,0 -78.8040197013824,35.7272323263722,0 -78.8039818019658,35.7271803478875,0 -78.8039685461223,35.7271767211636,0 -78.8041331568799,35.7260268697575,0 -78.8041340568751,35.7260203815196,0 -78.8041349533807,35.7260153354285,0 -78.804135851631,35.7260095682639,0 -78.8041367481364,35.7260045221727,0 -78.8041367620943,35.7259987535854,0 -78.8041376585995,35.7259937074943,0 -78.8041385533599,35.7259893824765,0 -78.8041394481201,35.7259850574587,0 -78.804140344625,35.7259800113674,0 -78.8041412428745,35.7259742442028,0 -78.8041421376345,35.7259699191849,0 -78.8041430306496,35.7259663152405,0 -78.8041439288988,35.7259605480758,0 -78.8041448219138,35.7259569441313,0 -78.8041448323818,35.7259526176908,0 -78.8041466149221,35.7259468519487,0 -78.8041466236454,35.7259432465816,0 -78.8041475184047,35.7259389215636,0 -78.8041484149086,35.7259338754723,0 -78.8041493096677,35.7259295504543,0 -78.8041502044268,35.7259252254364,0 -78.8041519852215,35.7259201807676,0 -78.8041519956892,35.725915854327,0 -78.8041528887033,35.7259122503824,0 -78.8041546712422,35.7259064846401,0 -78.8041555677453,35.7259014385486,0 -78.8041564659928,35.7258956713837,0 -78.8041582467865,35.7258906267148,0 -78.8041591450337,35.7258848595498,0 -78.8041600415363,35.7258798134583,0 -78.8041609362942,35.7258754884402,0 -78.804161831052,35.725871163422,0 -78.8041636083559,35.7258675608999,0 -78.8041645031135,35.7258632358817,0 -78.804165397871,35.7258589108636,0 -78.8041662908839,35.7258553069188,0 -78.8041671856412,35.7258509819007,0 -78.804168078654,35.7258473779559,0 -78.8041698611904,35.7258416122133,0 -78.8041707542029,35.7258380082685,0 -78.8041716489598,35.7258336832502,0 -78.8041725437166,35.725829358232,0 -78.8041734367289,35.7258257542872,0 -78.8041743314855,35.7258214292689,0 -78.8041761087877,35.7258178267465,0 -78.8041770070328,35.7258120595813,0 -78.8041787878234,35.7258070149119,0 -78.8041796860683,35.7258012477466,0 -78.8041814668585,35.7257962030772,0 -78.8041832493928,35.7257904373342,0 -78.8041841424041,35.7257868333893,0 -78.8041850371598,35.7257825083709,0 -78.8041868179492,35.7257774637014,0 -78.8041877127046,35.7257731386829,0 -78.8041894900051,35.7257695361603,0 -78.8041903847603,35.7257652111418,0 -78.804191277771,35.7257616071968,0 -78.8041930568154,35.7257572836006,0 -78.8041939515702,35.7257529585821,0 -78.8041948445807,35.725749354637,0 -78.8041966236246,35.7257450310407,0 -78.8041984044126,35.7257399863709,0 -78.8042001852003,35.7257349417012,0 -78.8042010834428,35.7257291745356,0 -78.80420286423,35.7257241298658,0 -78.804204643273,35.7257198062693,0 -78.8042055362827,35.7257162023242,0 -78.8042073188135,35.7257104365808,0 -78.8042090996,35.7257053919108,0 -78.8042108803863,35.7257003472408,0 -78.8042126629164,35.7256945814972,0 -78.8042144437022,35.7256895368271,0 -78.8042162244878,35.725684492157,0 -78.8042180035291,35.7256801685604,0 -78.8042188965377,35.725676564615,0 -78.8042206755788,35.7256722410183,0 -78.8042224528757,35.7256686384951,0 -78.8042242354043,35.7256628727513,0 -78.8042260161887,35.725657828081,0 -78.8042269091967,35.7256542241356,0 -78.8042286882368,35.7256499005387,0 -78.8042304690206,35.7256448558683,0 -78.8042322480603,35.7256405322714,0 -78.804234025356,35.725636929748,0 -78.8042358061392,35.7256318850775,0 -78.8042375851784,35.7256275614804,0 -78.8042384781856,35.7256239575349,0 -78.8042411449999,35.7256181932128,0 -78.8042429257823,35.7256131485422,0 -78.8042447065644,35.7256081038715,0 -78.8042464873463,35.7256030592009,0 -78.8042491541595,35.7255972948785,0 -78.8042509349409,35.7255922502077,0 -78.8042536000096,35.7255872069588,0 -78.8042553807906,35.7255821622879,0 -78.8042571598276,35.7255778386906,0 -78.8042589371208,35.7255742361667,0 -78.804260717901,35.7255691914957,0 -78.8042624969375,35.7255648678982,0 -78.8042642742302,35.7255612653743,0 -78.8042660550098,35.7255562207032,0 -78.8042678340457,35.7255518971056,0 -78.8042696113379,35.7255482945816,0 -78.804272276404,35.7255432513321,0 -78.8042740589263,35.7255374855874,0 -78.8042767239918,35.7255324423379,0 -78.8042785047701,35.7255273976666,0 -78.804281169835,35.725522354417,0 -78.8042829471259,35.7255187518927,0 -78.80428472616,35.7255144282948,0 -78.8042873912242,35.725509385045,0 -78.8042891720012,35.7255043403735,0 -78.8042918370647,35.7254992971236,0 -78.8042945021279,35.7254942538736,0 -78.8042962829042,35.725489209202,0 -78.8042998357398,35.7254827252264,0 -78.8045762414784,35.7249063081292,0 -78.8045789065043,35.7249012648721,0 -78.8045806872499,35.7248962201954,0 -78.8045824662544,35.7248918965924,0 -78.8045842435181,35.7248882940629,0 -78.8045869085429,35.7248832508056,0 -78.8045895735674,35.7248782075482,0 -78.8045904682913,35.7248738825256,0 -78.8045922455542,35.724870279996,0 -78.8045949105779,35.7248652367385,0 -78.8045966930623,35.7248594709878,0 -78.8045993580854,35.7248544277302,0 -78.8046011388286,35.7248493830531,0 -78.8046038038511,35.7248443397953,0 -78.8046046985739,35.7248400147726,0 -78.8046064758354,35.7248364122428,0 -78.8046091408572,35.7248313689849,0 -78.8046109233398,35.7248256032339,0 -78.8046127006007,35.724822000704,0 -78.8046135935823,35.7248183967549,0 -78.8046162603434,35.7248126324231,0 -78.8046171533247,35.7248090284739,0 -78.8046189323254,35.7248047048702,0 -78.8046207130663,35.7247996601928,0 -78.8046224920666,35.724795336589,0 -78.8046233850475,35.7247917326397,0 -78.8046251657878,35.7247866879622,0 -78.8046269482683,35.724780922211,0 -78.8046287290082,35.7247758775334,0 -78.8046305097479,35.7247708328558,0 -78.8046322922276,35.7247650671045,0 -78.8046340729669,35.7247600224268,0 -78.8046358554461,35.7247542566754,0 -78.8046376361849,35.7247492119976,0 -78.8046394169234,35.7247441673198,0 -78.8046403116432,35.7247398422967,0 -78.8046412046226,35.7247362383472,0 -78.8046429871008,35.7247304725957,0 -78.8046447678386,35.7247254279178,0 -78.8046465503163,35.7247196621661,0 -78.8046474467756,35.7247146160692,0 -78.8046492292529,35.7247088503175,0 -78.8046501222316,35.7247052463679,0 -78.8046510169503,35.7247009213447,0 -78.8046519099289,35.7246973173951,0 -78.8046528046474,35.7246929923718,0 -78.8046545836437,35.7246886687674,0 -78.8046554766219,35.7246850648177,0 -78.8046563748203,35.724679297647,0 -78.8046581555562,35.7246742529688,0 -78.8046590502741,35.7246699279454,0 -78.804659943252,35.7246663239957,0 -78.8046608379698,35.7246619989723,0 -78.8046617326875,35.7246576739489,0 -78.8046626291451,35.7246526278517,0 -78.8046635273426,35.7246468606808,0 -78.80466442032,35.7246432567311,0 -78.8046653150373,35.7246389317076,0 -78.8046662114945,35.7246338856104,0 -78.8046671062116,35.7246295605869,0 -78.8046680009286,35.7246252355634,0 -78.8046688973855,35.7246201894662,0 -78.8046697955822,35.7246144222951,0 -78.8046706885589,35.7246108183453,0 -78.8046715832755,35.7246064933217,0 -78.8046724779921,35.7246021682982,0 -78.8046724866917,35.7245985629295,0 -78.804673384888,35.7245927957585,0 -78.8046742830841,35.7245870285874,0 -78.8046751760603,35.7245834246375,0 -78.8046751864998,35.7245790981951,0 -78.8046760812158,35.7245747731714,0 -78.8046769741918,35.7245711692215,0 -78.8046769846312,35.7245668427791,0 -78.804677879347,35.7245625177554,0 -78.8046787758026,35.724557471658,0 -78.8046787862418,35.7245531452155,0 -78.8046796809574,35.7245488201918,0 -78.8046796896567,35.7245452148231,0 -78.8046805843721,35.7245408897994,0 -78.8046805948113,35.7245365633569,0 -78.8046814877867,35.7245329594069,0 -78.8046814982258,35.7245286329644,0 -78.804681508665,35.7245243065219,0 -78.8046824051199,35.7245192604244,0 -78.804682415559,35.7245149339819,0 -78.8046833102739,35.7245106089581,0 -78.8046833207129,35.7245062825156,0 -78.8046833294121,35.7245026771468,0 -78.8046842276065,35.7244969099755,0 -78.8046842380455,35.7244925835329,0 -78.8046842467446,35.7244889781642,0 -78.8046851449388,35.7244832109928,0 -78.8046851553777,35.7244788845503,0 -78.8046851640768,35.7244752791815,0 -78.8046851779954,35.7244695105913,0 -78.8046860761893,35.72446374342,0 -78.804686088368,35.7244586959036,0 -78.8046861022865,35.7244529273135,0 -78.8046861144652,35.7244478797971,0 -78.8046861283837,35.724442111207,0 -78.8046861423022,35.7244363426168,0 -78.8046861544809,35.7244312951004,0 -78.8046861683994,35.7244255265102,0 -78.8046861788382,35.7244212000676,0 -78.8046861875373,35.7244175946987,0 -78.8046861979762,35.7244132682561,0 -78.804686208415,35.7244089418134,0 -78.8046862205937,35.724403894297,0 -78.8046862345122,35.7243981257068,0 -78.8046853606765,35.7243937978454,0 -78.8046853693756,35.7243901924765,0 -78.8046853832941,35.7243844238862,0 -78.804685393733,35.7243800974436,0 -78.8046854024321,35.7243764920747,0 -78.8046845320763,35.7243707220656,0 -78.8046845459949,35.7243649534754,0 -78.8046845581737,35.7243599059589,0 -78.8046836878182,35.7243541359498,0 -78.8046837017368,35.7243483673595,0 -78.8046828261619,35.7243447605718,0 -78.804682836601,35.7243404341291,0 -78.8046819662458,35.72433466412,0 -78.8046819784247,35.7243296166035,0 -78.80468110459,35.724325288742,0 -78.8046811132892,35.724321683373,0 -78.8046802394546,35.7243173555115,0 -78.8046802498938,35.7243130290687,0 -78.8046793777992,35.7243079801333,0 -78.8046785074446,35.7243022101242,0 -78.8046785178839,35.7242978836814,0 -78.8046776423098,35.7242942768936,0 -78.8046776562288,35.7242885083032,0 -78.8046767858746,35.724282738294,0 -78.8046759137805,35.7242776893585,0 -78.8046750434265,35.7242719193493,0 -78.8046741713327,35.7242668704139,0 -78.804673297499,35.7242625425522,0 -78.8046733079385,35.7242582161093,0 -78.804672435845,35.7242531671739,0 -78.8046706812185,35.7242473957457,0 -78.8046698091252,35.7242423468102,0 -78.8046698195649,35.7242380203673,0 -78.8046689457318,35.7242336925056,0 -78.8046680736388,35.7242286435701,0 -78.8046663190132,35.7242228721418,0 -78.8046654469204,35.7242178232062,0 -78.8046645765677,35.7242120531968,0 -78.8046637044752,35.7242070042612,0 -78.8046619498503,35.7242012328329,0 -78.8046610777581,35.7241961838972,0 -78.804660207406,35.7241904138877,0 -78.8046593318339,35.7241868070997,0 -78.8046584580019,35.7241824792378,0 -78.8046566998978,35.724178149957,0 -78.804655824326,35.724174543169,0 -78.8046549539745,35.7241687731594,0 -78.8046540784028,35.7241651663713,0 -78.8046532045714,35.7241608385094,0 -78.8046514482081,35.7241557881546,0 -78.8046496935853,35.724150016726,0 -78.8046488214943,35.7241449677902,0 -78.8046470668719,35.7241391963615,0 -78.8046453139898,35.724132703859,0 -78.8046427116403,35.7241117884606,0 -78.8046454027384,35.7240959290931,0 -78.80465163092,35.7240800754014,0 -78.804662276974,35.7240656709514,0 -78.8046755706169,35.7240534339785,0 -78.804691510109,35.7240440855556,0 -78.8047100971905,35.7240369046077,0 -78.8052012144572,35.7238934761313,0 -78.805319467052,35.7243609229476,0 -78.8054863436403,35.7244657457993,0 -78.8054827655436,35.7248507949333,0 -78.8063958883352,35.7249935815017,0 -78.8068391472003,35.7248962192274,0 -78.8067857689207,35.7246603425204,0 -78.8070670327594,35.7246341087676,0 -78.8073773105005,35.7243065102916,0 -78.807705495933,35.7242565537706,0 -78.8082905489574,35.7236524932213,0 -78.8085586948791,35.7235627806124,0 -78.8087799449886,35.7231110132246,0 -78.8086157009541,35.7230141308299,0 -78.8087033603417,35.7225902754108,0 -78.808952963586,35.7224875533856,0 -78.8087960841684,35.7222680996859,0 -78.8090715098346,35.7220889838012,0 -78.8090678095665,35.7221582013911,0 -78.8090593903955,35.7223536000494,0 -78.8090333538455,35.7228950879639,0 -78.8090157312528,35.7232433404152,0 -78.8094401583784,35.7232519373775,0 -78.8099043757032,35.723261316077,0 -78.810235076276,35.7232676006435,0 -78.810633860047,35.7232761534674,0 -78.8110184990681,35.7232832408741,0 -78.8114500007166,35.7232918418105,0 -78.8119548929146,35.7233019967588,0 -78.8120831059936,35.7233043579714,0 -78.8125455553992,35.7233137238692,0 -78.8103889879832,35.7243790195356,0 -78.8103590532573,35.726210506682,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark id="kml_18">
<name>Glenaire Health Care Expansion</name>
<visibility>1</visibility>
<snippet> </snippet>
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ID</th>
<td>05-SP-060-A</td>
</tr><tr bgcolor="">
<th>ProjectName</th>
<td>Glenaire Health Care Expansion</td>
</tr><tr bgcolor="#E3E3F3">
<th>Type</th>
<td>Site/Sub Plan</td>
</tr><tr bgcolor="">
<th>Comments</th>
<td>6,009sf building expansion</td>
</tr><tr bgcolor="#E3E3F3">
<th>Link</th>
<td></td>
</tr></table></center>]]></description>
<Style>
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ff7e54ff</color>
<width>1.0</width>
<gx:labelVisibility>1</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>667e54ff</color>
</PolyStyle>
</Style>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_CaryDevelopment">