-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcentroids.js
149 lines (149 loc) · 23.8 KB
/
centroids.js
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
var centroids = {"type": "FeatureCollection","features":
[{ "type": "Feature", "properties": { "name": "Lewis Ranch 2013" }, "geometry": { "type": "Point", "coordinates": [ -120.22254511566175, 35.361812597006463 ] } },
{ "type": "Feature", "properties": { "name": "2012 Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.47719227232085, 35.385249367272635 ] } },
{ "type": "Feature", "properties": { "name": "2013 Parkhill Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.59223598821103, 35.391042491042533 ] } },
{ "type": "Feature", "properties": { "name": "Weed Removal" }, "geometry": { "type": "Point", "coordinates": [ -120.59382910298172, 35.449679390703487 ] } },
{ "type": "Feature", "properties": { "name": "Taft VMP - South Unit" }, "geometry": { "type": "Point", "coordinates": [ -120.60203167349316, 35.444366686843296 ] } },
{ "type": "Feature", "properties": { "name": "Taft VMP - North Unit" }, "geometry": { "type": "Point", "coordinates": [ -120.60378568740775, 35.452769475428774 ] } },
{ "type": "Feature", "properties": { "name": "Taft VMP - Middle Unit" }, "geometry": { "type": "Point", "coordinates": [ -120.60209690059233, 35.449607625937503 ] } },
{ "type": "Feature", "properties": { "name": "Taft Training Burn" }, "geometry": { "type": "Point", "coordinates": [ -120.60244278848441, 35.449507259376496 ] } },
{ "type": "Feature", "properties": { "name": "2011 Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.49637571770052, 35.383754743719081 ] } },
{ "type": "Feature", "properties": { "name": "Behlman Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.50586854451501, 35.424285856050567 ] } },
{ "type": "Feature", "properties": { "name": "Seven Oaks Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.52529226092315, 35.385375240156414 ] } },
{ "type": "Feature", "properties": { "name": "Velten land clearing" }, "geometry": { "type": "Point", "coordinates": [ -120.41144264128218, 35.125695628724628 ] } },
{ "type": "Feature", "properties": { "name": "Hemreck" }, "geometry": { "type": "Point", "coordinates": [ -120.43730571112459, 35.161335006859645 ] } },
{ "type": "Feature", "properties": { "name": "Ranchita Estates Training Site" }, "geometry": { "type": "Point", "coordinates": [ -120.40555851760755, 35.215158605926504 ] } },
{ "type": "Feature", "properties": { "name": "Ranchita Estates Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.39433232958049, 35.210328990784596 ] } },
{ "type": "Feature", "properties": { "name": "2011 Ranchita Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.4053288739552, 35.208902743139227 ] } },
{ "type": "Feature", "properties": { "name": "Alamo_Burn" }, "geometry": { "type": "Point", "coordinates": [ -120.3167024128482, 35.039514580251222 ] } },
{ "type": "Feature", "properties": { "name": "2012_Nipomo_Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.46879105459314, 35.046027138239133 ] } },
{ "type": "Feature", "properties": { "name": "Suey Creek Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.38162781440677, 35.025595883504558 ] } },
{ "type": "Feature", "properties": { "name": "2011 Nipomo Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.52169286327, 35.044255030362677 ] } },
{ "type": "Feature", "properties": { "name": "Bonnheim - Fall 2012" }, "geometry": { "type": "Point", "coordinates": [ -120.90862487476819, 35.678383402271997 ] } },
{ "type": "Feature", "properties": { "name": "Bonnheim - Spring 2012" }, "geometry": { "type": "Point", "coordinates": [ -120.91371233129252, 35.677735762051832 ] } },
{ "type": "Feature", "properties": { "name": "Bonnheim Dozer Chained Area" }, "geometry": { "type": "Point", "coordinates": [ -120.9107821006472, 35.677624648457609 ] } },
{ "type": "Feature", "properties": { "name": "Treatment 5" }, "geometry": { "type": "Point", "coordinates": [ -120.98191902135272, 35.748902506077954 ] } },
{ "type": "Feature", "properties": { "name": "Treatment 2" }, "geometry": { "type": "Point", "coordinates": [ -120.98512026774604, 35.753060225810295 ] } },
{ "type": "Feature", "properties": { "name": "Treatment 1" }, "geometry": { "type": "Point", "coordinates": [ -120.98884970996065, 35.751233217915605 ] } },
{ "type": "Feature", "properties": { "name": "Treatment 7" }, "geometry": { "type": "Point", "coordinates": [ -120.99804939085219, 35.747493068099025 ] } },
{ "type": "Feature", "properties": { "name": "Treatment 4" }, "geometry": { "type": "Point", "coordinates": [ -120.99198150285699, 35.749500055659929 ] } },
{ "type": "Feature", "properties": { "name": "Treatment 3" }, "geometry": { "type": "Point", "coordinates": [ -120.98695762135083, 35.749400946351251 ] } },
{ "type": "Feature", "properties": { "name": "Treatment 6" }, "geometry": { "type": "Point", "coordinates": [ -120.98815597643022, 35.756728180564522 ] } },
{ "type": "Feature", "properties": { "name": "Treatment 9" }, "geometry": { "type": "Point", "coordinates": [ -120.97977001098522, 35.750698723264577 ] } },
{ "type": "Feature", "properties": { "name": "Treatment 8" }, "geometry": { "type": "Point", "coordinates": [ -120.99260670375388, 35.754396777156103 ] } },
{ "type": "Feature", "properties": { "name": "North Ranch (North Unit)" }, "geometry": { "type": "Point", "coordinates": [ -120.88145665864297, 35.24215075871227 ] } },
{ "type": "Feature", "properties": { "name": "North Ranch (Spooner Peak Unit)" }, "geometry": { "type": "Point", "coordinates": [ -120.85560984497629, 35.224973997259063 ] } },
{ "type": "Feature", "properties": { "name": "North Ranch (South Unit)" }, "geometry": { "type": "Point", "coordinates": [ -120.85581439246623, 35.232606649991347 ] } },
{ "type": "Feature", "properties": { "name": "Coon Creek Mastication" }, "geometry": { "type": "Point", "coordinates": [ -120.86706074438536, 35.24384144283993 ] } },
{ "type": "Feature", "properties": { "name": "Light House Fuel Break" }, "geometry": { "type": "Point", "coordinates": [ -120.75877885807635, 35.166682668857163 ] } },
{ "type": "Feature", "properties": { "name": "Davis Peak Demo" }, "geometry": { "type": "Point", "coordinates": [ -120.77856510792608, 35.232691968742316 ] } },
{ "type": "Feature", "properties": { "name": "Ruda Road Clearance" }, "geometry": { "type": "Point", "coordinates": [ -120.77509059198577, 35.237749854364644 ] } },
{ "type": "Feature", "properties": { "name": "Wild Cherry Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.77038030846245, 35.216254816960173 ] } },
{ "type": "Feature", "properties": { "name": "Coon Creek" }, "geometry": { "type": "Point", "coordinates": [ -120.87636768134035, 35.247227681101748 ] } },
{ "type": "Feature", "properties": { "name": "Davis Peak Demo" }, "geometry": { "type": "Point", "coordinates": [ -120.77878445513177, 35.233011608330386 ] } },
{ "type": "Feature", "properties": { "name": "Lighthouse" }, "geometry": { "type": "Point", "coordinates": [ -120.76801658775514, 35.172355053280171 ] } },
{ "type": "Feature", "properties": { "name": "See Cyn #2 Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.74944653207797, 35.226864257511437 ] } },
{ "type": "Feature", "properties": { "name": "Medusahead Burn (west)" }, "geometry": { "type": "Point", "coordinates": [ -120.60474800317725, 35.249834923170482 ] } },
{ "type": "Feature", "properties": { "name": "Davis Peak Demo" }, "geometry": { "type": "Point", "coordinates": [ -120.77674730262068, 35.232994029920519 ] } },
{ "type": "Feature", "properties": { "name": "2012_Treatment" }, "geometry": { "type": "Point", "coordinates": [ -120.68200806024156, 35.210802389891462 ] } },
{ "type": "Feature", "properties": { "name": "2013_Treatment" }, "geometry": { "type": "Point", "coordinates": [ -120.684740433264, 35.210082070569115 ] } },
{ "type": "Feature", "properties": { "name": "2014_Treatment" }, "geometry": { "type": "Point", "coordinates": [ -120.67781277467002, 35.210216740198739 ] } },
{ "type": "Feature", "properties": { "name": "2012 Squire Cyn Roadside Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.68384624069407, 35.192593557589078 ] } },
{ "type": "Feature", "properties": { "name": "Baron Canyon Treatment" }, "geometry": { "type": "Point", "coordinates": [ -120.67740135747135, 35.209993254216002 ] } },
{ "type": "Feature", "properties": { "name": "Ontario Ridge Clearance" }, "geometry": { "type": "Point", "coordinates": [ -120.71350780311161, 35.179689370832016 ] } },
{ "type": "Feature", "properties": { "name": "Cave Landing" }, "geometry": { "type": "Point", "coordinates": [ -120.72062519424189, 35.176642215947723 ] } },
{ "type": "Feature", "properties": { "name": "North Pismo Heights" }, "geometry": { "type": "Point", "coordinates": [ -120.63792797144575, 35.151607779369314 ] } },
{ "type": "Feature", "properties": { "name": "Pismo Highlands" }, "geometry": { "type": "Point", "coordinates": [ -120.6304579618709, 35.141928963249427 ] } },
{ "type": "Feature", "properties": { "name": "Fuel_Break" }, "geometry": { "type": "Point", "coordinates": [ -120.59484506893099, 35.134553323517387 ] } },
{ "type": "Feature", "properties": { "name": "Medusahead Burn (east)" }, "geometry": { "type": "Point", "coordinates": [ -120.58391033396687, 35.248295864961626 ] } },
{ "type": "Feature", "properties": { "name": "Lagoon Fuel Reduction" }, "geometry": { "type": "Point", "coordinates": [ -120.62848745193641, 35.133882910644139 ] } },
{ "type": "Feature", "properties": { "name": "Chumash Park Treatment" }, "geometry": { "type": "Point", "coordinates": [ -120.61868117198702, 35.139776104146875 ] } },
{ "type": "Feature", "properties": { "name": "South Fuel Break" }, "geometry": { "type": "Point", "coordinates": [ -120.63603253725152, 35.151278091833362 ] } },
{ "type": "Feature", "properties": { "name": "North Heights Fuel Reduction" }, "geometry": { "type": "Point", "coordinates": [ -120.63880399756543, 35.1523832162815 ] } },
{ "type": "Feature", "properties": { "name": "Longview Fuel Break" }, "geometry": { "type": "Point", "coordinates": [ -120.63526576866671, 35.154606530060079 ] } },
{ "type": "Feature", "properties": { "name": "Coastal Ridge Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.6465950089264, 35.156712809728816 ] } },
{ "type": "Feature", "properties": { "name": "Pismo VMP" }, "geometry": { "type": "Point", "coordinates": [ -120.65795444218705, 35.169732324338945 ] } },
{ "type": "Feature", "properties": { "name": "Long_Canyon - Pismo_VMP" }, "geometry": { "type": "Point", "coordinates": [ -120.65400671755584, 35.164823678747261 ] } },
{ "type": "Feature", "properties": { "name": "Dip Creek Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.86864036990129, 35.704085191942333 ] } },
{ "type": "Feature", "properties": { "name": "Nacimiento Shores DR and Bee Rock Rd" }, "geometry": { "type": "Point", "coordinates": [ -120.9504735198224, 35.761948533320691 ] } },
{ "type": "Feature", "properties": { "name": "South Shore Drive and Gage Irving Road" }, "geometry": { "type": "Point", "coordinates": [ -121.01283818112702, 35.735226058049953 ] } },
{ "type": "Feature", "properties": { "name": "Town Creek Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -121.02138092862697, 35.667026230354075 ] } },
{ "type": "Feature", "properties": { "name": "Gateway Drive" }, "geometry": { "type": "Point", "coordinates": [ -120.90492229924456, 35.715936055471147 ] } },
{ "type": "Feature", "properties": { "name": "Oak Shores drive" }, "geometry": { "type": "Point", "coordinates": [ -120.99282743294241, 35.768810695251624 ] } },
{ "type": "Feature", "properties": { "name": "Molinari" }, "geometry": { "type": "Point", "coordinates": [ -121.1264946331946, 35.603267623406659 ] } },
{ "type": "Feature", "properties": { "name": "Bridge Street Shaded Fuel Break" }, "geometry": { "type": "Point", "coordinates": [ -121.09341130684595, 35.571875737024925 ] } },
{ "type": "Feature", "properties": { "name": "Unit 1" }, "geometry": { "type": "Point", "coordinates": [ -120.96620436622597, 35.460658446109484 ] } },
{ "type": "Feature", "properties": { "name": "Unit 2" }, "geometry": { "type": "Point", "coordinates": [ -120.96147067491952, 35.457241460054554 ] } },
{ "type": "Feature", "properties": { "name": "Unit 3" }, "geometry": { "type": "Point", "coordinates": [ -120.93951084005636, 35.448793228460424 ] } },
{ "type": "Feature", "properties": { "name": "Old Creek Road Evacuation Clearance" }, "geometry": { "type": "Point", "coordinates": [ -120.85049687006675, 35.503956396558088 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rita Creek Road Evacuation Clearance" }, "geometry": { "type": "Point", "coordinates": [ -120.79271390248698, 35.50834283978611 ] } },
{ "type": "Feature", "properties": { "name": "Hwy 46 W. Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.90183195497325, 35.540502946377721 ] } },
{ "type": "Feature", "properties": { "name": "Fitzhugh Training Site" }, "geometry": { "type": "Point", "coordinates": [ -120.89688441443241, 35.530870860036714 ] } },
{ "type": "Feature", "properties": { "name": "Estero Bluffs 2013 Treatment" }, "geometry": { "type": "Point", "coordinates": [ -120.94825839445245, 35.450668510102759 ] } },
{ "type": "Feature", "properties": { "name": "Harmony Headlands Treatment 2013" }, "geometry": { "type": "Point", "coordinates": [ -121.0029960276581, 35.478668968625861 ] } },
{ "type": "Feature", "properties": { "name": "Eagle_Ranch_VMP" }, "geometry": { "type": "Point", "coordinates": [ -120.68717793905812, 35.425452189319792 ] } },
{ "type": "Feature", "properties": { "name": "Toro Creek training site" }, "geometry": { "type": "Point", "coordinates": [ -120.79948210606669, 35.461309068455932 ] } },
{ "type": "Feature", "properties": { "name": "West Atascadero Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.75609778126976, 35.472978586301103 ] } },
{ "type": "Feature", "properties": { "name": "Vierra Training Site" }, "geometry": { "type": "Point", "coordinates": [ -120.73480869487273, 35.484820658922509 ] } },
{ "type": "Feature", "properties": { "name": "San Marcos Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.72904123628415, 35.478624076762749 ] } },
{ "type": "Feature", "properties": { "name": "2013 Atascadero Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.70935140917339, 35.478546455654168 ] } },
{ "type": "Feature", "properties": { "name": "Lopez Lake" }, "geometry": { "type": "Point", "coordinates": [ -120.46038986742451, 35.209829834751744 ] } },
{ "type": "Feature", "properties": { "name": "Lopez Lake-Cougar Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.45575462241574, 35.193634595420264 ] } },
{ "type": "Feature", "properties": { "name": "RAT Trail 2" }, "geometry": { "type": "Point", "coordinates": [ -120.62713817797237, 35.340382704660193 ] } },
{ "type": "Feature", "properties": { "name": "Las Vantanas" }, "geometry": { "type": "Point", "coordinates": [ -120.51620629750745, 35.162720001277926 ] } },
{ "type": "Feature", "properties": { "name": "Canyon Crest" }, "geometry": { "type": "Point", "coordinates": [ -120.55947851332651, 35.13654044401337 ] } },
{ "type": "Feature", "properties": { "name": "RAT Trail 3" }, "geometry": { "type": "Point", "coordinates": [ -120.63288945655458, 35.154947330504164 ] } },
{ "type": "Feature", "properties": { "name": "San Luis Bay Estates" }, "geometry": { "type": "Point", "coordinates": [ -120.73129194049089, 35.19072137390701 ] } },
{ "type": "Feature", "properties": { "name": "WUI Hale Creek ROW" }, "geometry": { "type": "Point", "coordinates": [ -120.67529483653084, 35.40183945152004 ] } },
{ "type": "Feature", "properties": { "name": "WUI Atascadero Creek ROW" }, "geometry": { "type": "Point", "coordinates": [ -120.67364167798235, 35.423847445797414 ] } },
{ "type": "Feature", "properties": { "name": "RAT Trail 1" }, "geometry": { "type": "Point", "coordinates": [ -120.6924699863269, 35.453968628263333 ] } },
{ "type": "Feature", "properties": { "name": "Klau Mine" }, "geometry": { "type": "Point", "coordinates": [ -120.89840580824966, 35.602573311927308 ] } },
{ "type": "Feature", "properties": { "name": "Cabrillo Estates" }, "geometry": { "type": "Point", "coordinates": [ -120.85355090763599, 35.302148830504272 ] } },
{ "type": "Feature", "properties": { "name": "Cabrillo Estates Water Tank" }, "geometry": { "type": "Point", "coordinates": [ -120.86142524325381, 35.301107533674433 ] } },
{ "type": "Feature", "properties": { "name": "Los Osos Fuel Reduction" }, "geometry": { "type": "Point", "coordinates": [ -120.83470538208235, 35.305376027186348 ] } },
{ "type": "Feature", "properties": { "name": "Monarch Grove" }, "geometry": { "type": "Point", "coordinates": [ -120.85935293175685, 35.311346769433406 ] } },
{ "type": "Feature", "properties": { "name": "Los Osos Fuel Reduction 3" }, "geometry": { "type": "Point", "coordinates": [ -120.82010791175283, 35.303989123269041 ] } },
{ "type": "Feature", "properties": { "name": "Los Osos Fuel Reduction 4" }, "geometry": { "type": "Point", "coordinates": [ -120.85103007020122, 35.315136458787599 ] } },
{ "type": "Feature", "properties": { "name": "Los Osos Fuel Reduction 5" }, "geometry": { "type": "Point", "coordinates": [ -120.81550110094607, 35.312803542485277 ] } },
{ "type": "Feature", "properties": { "name": "Los Osos Fuel Reduction 6" }, "geometry": { "type": "Point", "coordinates": [ -120.85684543182059, 35.316965647693578 ] } },
{ "type": "Feature", "properties": { "name": "Los Osos Fuel Reduction 7" }, "geometry": { "type": "Point", "coordinates": [ -120.83986881010428, 35.315617592521676 ] } },
{ "type": "Feature", "properties": { "name": "Los Osos Fuel Reduction 8" }, "geometry": { "type": "Point", "coordinates": [ -120.82031109296878, 35.330498166663176 ] } },
{ "type": "Feature", "properties": { "name": "Los Osos Fuel Reduction 9" }, "geometry": { "type": "Point", "coordinates": [ -120.82807405702903, 35.33232138442596 ] } },
{ "type": "Feature", "properties": { "name": "Pismo Beach Defensible Space Mulit" }, "geometry": { "type": "Point", "coordinates": [ -120.63043623635234, 35.142218942878095 ] } },
{ "type": "Feature", "properties": { "name": "2014 Parkhill Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.4794710850104, 35.395275721419921 ] } },
{ "type": "Feature", "properties": { "name": "2014 Nipomo Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.47370548888915, 35.047530169763661 ] } },
{ "type": "Feature", "properties": { "name": "Seven Oaks Mastication Study Area" }, "geometry": { "type": "Point", "coordinates": [ -120.52668919006956, 35.392970308364895 ] } },
{ "type": "Feature", "properties": { "name": "Hacienda Heights Water Tanks" }, "geometry": { "type": "Point", "coordinates": [ -120.65956644807895, 35.629439834765108 ] } },
{ "type": "Feature", "properties": { "name": "FRA - Cuesta Peak Communication Site" }, "geometry": { "type": "Point", "coordinates": [ -120.65603930934471, 35.36036744362201 ] } },
{ "type": "Feature", "properties": { "name": "FRA - Tassajara Creek Communication SIte" }, "geometry": { "type": "Point", "coordinates": [ -120.7079106541958, 35.394051326339792 ] } },
{ "type": "Feature", "properties": { "name": "2014 Oak Shores Chipping - 2" }, "geometry": { "type": "Point", "coordinates": [ -120.9884679638629, 35.751175994721152 ] } },
{ "type": "Feature", "properties": { "name": "2014 Oak Shores Chipping -1" }, "geometry": { "type": "Point", "coordinates": [ -120.98736820721246, 35.75024618459954 ] } },
{ "type": "Feature", "properties": { "name": "Seven Oaks Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.52529226092315, 35.385375240156414 ] } },
{ "type": "Feature", "properties": { "name": "FRA - Santa Margarita Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.45575426622395, 35.330280535114966 ] } },
{ "type": "Feature", "properties": { "name": "Little Quail Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.47791642354176, 35.378313733136167 ] } },
{ "type": "Feature", "properties": { "name": "FRA - Calf Canyon Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.53587496110684, 35.421693724657999 ] } },
{ "type": "Feature", "properties": { "name": "Behlman Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.50142634803265, 35.416576356501281 ] } },
{ "type": "Feature", "properties": { "name": "Rocky Canyon Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.57678103157059, 35.450635639434779 ] } },
{ "type": "Feature", "properties": { "name": "Hwy 58" }, "geometry": { "type": "Point", "coordinates": [ -120.54210315336491, 35.426304843764022 ] } },
{ "type": "Feature", "properties": { "name": "FRA - Seven Oaks Salinas Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.54012281861007, 35.391086551804598 ] } },
{ "type": "Feature", "properties": { "name": "Seven Oaks Lane" }, "geometry": { "type": "Point", "coordinates": [ -120.52929972241868, 35.383912979909937 ] } },
{ "type": "Feature", "properties": { "name": "Seven Oaks Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.52336592042172, 35.377669057888951 ] } },
{ "type": "Feature", "properties": { "name": "Behlman Horseshoe" }, "geometry": { "type": "Point", "coordinates": [ -120.49080082370747, 35.415599932640248 ] } },
{ "type": "Feature", "properties": { "name": "Webster Road" }, "geometry": { "type": "Point", "coordinates": [ -120.54532263173461, 35.434160219531385 ] } },
{ "type": "Feature", "properties": { "name": "Calf Canyon Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.54150891519656, 35.420146709026341 ] } },
{ "type": "Feature", "properties": { "name": "FRA - Behlman Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.50232231787616, 35.422260924886309 ] } },
{ "type": "Feature", "properties": { "name": "Seven Oaks Salinas Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.52539396296365, 35.392596442776352 ] } },
{ "type": "Feature", "properties": { "name": "FRA - Little Quail Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.49535726114676, 35.385403172472849 ] } },
{ "type": "Feature", "properties": { "name": "Santa Margarita Truck Trail" }, "geometry": { "type": "Point", "coordinates": [ -120.48888997148431, 35.332601118641612 ] } },
{ "type": "Feature", "properties": { "name": "Hwy 58 Oster Fuelbreak" }, "geometry": { "type": "Point", "coordinates": [ -120.56660438989968, 35.414310043222763 ] } },
{ "type": "Feature", "properties": { "name": "2011 Squire Canyon Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.68199379467596, 35.194252770681778 ] } },
{ "type": "Feature", "properties": { "name": "Little Quail Mastication - 2" }, "geometry": { "type": "Point", "coordinates": [ -120.46548126344858, 35.372551085226227 ] } },
{ "type": "Feature", "properties": { "name": "Little Quail Matication - 1" }, "geometry": { "type": "Point", "coordinates": [ -120.49238889294885, 35.386919694371713 ] } },
{ "type": "Feature", "properties": { "name": "Hwy 58 Mastication" }, "geometry": { "type": "Point", "coordinates": [ -120.56486322424136, 35.415054553427389 ] } },
{ "type": "Feature", "properties": { "name": "Webster Road and Hwy 58 Mastication" }, "geometry": { "type": "Point", "coordinates": [ -120.54917201529396, 35.425134997082928 ] } },
{ "type": "Feature", "properties": { "name": "West Cuesta Ridge" }, "geometry": { "type": "Point", "coordinates": [ -120.66963657217264, 35.366336839951032 ] } },
{ "type": "Feature", "properties": { "name": "2014 Shandon Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.37455249774547, 35.654181967649002 ] } },
{ "type": "Feature", "properties": { "name": "Lewis Ranch 2014" }, "geometry": { "type": "Point", "coordinates": [ -120.21286383341571, 35.369671659370333 ] } },
{ "type": "Feature", "properties": { "name": "2014 Moro Toro Chipping" }, "geometry": { "type": "Point", "coordinates": [ -120.74000131661404, 35.45855301832038 ] } }
]
}