-
Notifications
You must be signed in to change notification settings - Fork 0
/
standard.js
486 lines (433 loc) · 107 KB
/
standard.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
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
// Initialize Leaflet map centered over Houston, TX
var map = L.map('map', {
zoomControl: false,
scrollWheelZoom: false,
closePopupOnClick: false,
doubleClickZoom: false,
dragging: false,
boxZoom: false,
keyboard: false
}).setView([28.058186402080953, -93.68194006067763], 6);
// Add a tile layer (e.g., OpenStreetMap)
L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', {
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="https://carto.com/attributions">CARTO</a>',
maxZoom: 19,
crossOrigin: true
}).addTo(map);
// // Define the URL of the image to overlay
// var imageUrl = 'images/logo.png';
// // Define the image dimensions in pixels
// var imageWidth = 175;
// var imageHeight = 89;
// // Define the offset in pixels
// var offsetX = 20;
// var offsetY = 20;
// // Convert the image dimensions and offset to geographical bounds
// var southWest = map.containerPointToLatLng([offsetX, map.getSize().y - imageHeight - offsetY]);
// var northEast = map.containerPointToLatLng([imageWidth + offsetX, map.getSize().y - offsetY]);
// // Create the image bounds
// var imageBounds = [southWest, northEast];
// // Add the image overlay to the map
// L.imageOverlay(imageUrl, imageBounds).addTo(map);
// Define various colors used on map
var color1 = '#264653';
var color2 = '#287271';
var color3 = '#2A9D8F';
var color4 = '#8AB17D';
var color5 = '#C6A75A';
var color6 = '#F4A261';
var color7 = '#E76F51';
var colorDefault = 'gray';
// Define your GeoJSON data directly as a JavaScript object
var geojsonData = {
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "artcc": "zfw", "strata": "neighbor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -100.0, 35.333333333300004 ], [ -100.0, 35.829166666700075 ], [ -99.383611111099981, 35.833333333300118 ], [ -99.227777777799929, 35.81666666670003 ], [ -98.799999999999898, 35.81666666670003 ], [ -98.5, 35.81666666670003 ], [ -98.466666666700007, 35.81666666670003 ], [ -98.148333333300002, 35.8625 ], [ -98.016666666699905, 35.883333333299959 ], [ -97.883333333299959, 35.925 ], [ -97.583333333299947, 35.491666666700098 ], [ -97.188055555599931, 35.466388888900099 ], [ -97.083333333299947, 35.458333333300061 ], [ -96.839166666699896, 35.527777777799997 ], [ -96.404166666700007, 35.65 ], [ -96.233333333299981, 35.75 ], [ -96.05, 35.870833333300084 ], [ -95.983333333299868, 35.883333333299959 ], [ -95.841666666700007, 35.941666666700087 ], [ -95.6125, 36.016666666700075 ], [ -95.366666666699928, 35.870833333300084 ], [ -94.999999999999886, 35.654166666700121 ], [ -94.999999999999886, 35.383333333300072 ], [ -94.999999999999886, 35.066666666699973 ], [ -94.925, 34.933333333300084 ], [ -94.816666666699973, 34.755555555599983 ], [ -94.783333333299993, 34.691666666700144 ], [ -94.533333333299879, 34.533333333300106 ], [ -94.0, 34.266666666700075 ], [ -93.658333333299936, 34.088888888899987 ], [ -93.541666666699939, 34.03333333330005 ], [ -93.158333333299993, 33.95 ], [ -92.991666666699984, 33.825000000000102 ], [ -92.916666666699882, 33.766666666700019 ], [ -92.533333333299993, 33.483333333300095 ], [ -91.9, 33.004166666700087 ], [ -91.783333333299993, 32.616666666700041 ], [ -91.68888888890001, 32.28333333330005 ], [ -92.033333333299993, 32.28333333330005 ], [ -92.258333333300016, 32.28333333330005 ], [ -92.522222222200014, 32.108333333300095 ], [ -92.683333333299913, 31.995833333300084 ], [ -93.320833333300016, 31.558333333299913 ], [ -93.391666666699848, 31.566666666700144 ], [ -93.566666666699973, 31.566666666700144 ], [ -93.616666666699928, 31.566666666700144 ], [ -93.843333333299881, 31.57 ], [ -94.199999999999875, 31.572222222200082 ], [ -94.547222222199991, 31.561111111100047 ], [ -94.608333333299868, 31.545833333300038 ], [ -94.778266666699949, 31.537855555600117 ], [ -94.875, 31.533333333299993 ], [ -95.291666666699939, 31.5 ], [ -95.62916666670003, 31.487500000000125 ], [ -95.983333333299868, 31.466666666700064 ], [ -96.266666666699962, 31.358333333300038 ], [ -96.5125, 31.266666666700132 ], [ -96.683333333299913, 31.204166666700019 ], [ -97.0, 31.204166666700019 ], [ -97.125, 31.2 ], [ -97.2, 31.2 ], [ -97.512499999999875, 31.2125 ], [ -97.583333333299947, 31.266666666700132 ], [ -97.7125, 31.375000000000114 ], [ -97.794444444400028, 31.390277777799952 ], [ -98.558333333299913, 31.3875 ], [ -99.466666666700007, 31.383333333300016 ], [ -99.833333333299947, 31.25 ], [ -100.1, 31.147222222200014 ], [ -100.35, 31.196666666700139 ], [ -101.166666666699939, 31.300000000000125 ], [ -101.40277777779994, 31.328888888900053 ], [ -102.21666666669995, 31.425 ], [ -103.116666666699984, 31.583333333300061 ], [ -103.33333333329989, 31.65 ], [ -103.529166666700007, 31.808333333300084 ], [ -103.799999999999898, 32.03333333330005 ], [ -103.933333333299913, 32.466666666700007 ], [ -103.84027777779994, 32.84583333330005 ], [ -103.799999999999898, 33.0 ], [ -103.799999999999898, 33.050000000000125 ], [ -103.799999999999898, 33.383333333300129 ], [ -103.691666666699916, 33.402777777799997 ], [ -103.4875, 33.637500000000102 ], [ -103.408333333299993, 33.719444444400096 ], [ -103.366666666699984, 33.775 ], [ -102.8, 34.316666666700144 ], [ -102.6625, 34.388888888899999 ], [ -102.325, 34.55 ], [ -102.0, 34.6 ], [ -101.0, 34.491666666700098 ], [ -100.75, 34.46666666669995 ], [ -100.31666666670003, 34.866666666700098 ], [ -100.141666666700019, 35.129166666700144 ], [ -100.06111111109999, 35.25 ], [ -100.0, 35.333333333300004 ] ] ] } },
{ "type": "Feature", "properties": { "artcc": "zab", "strata": "neighbor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -101.0, 34.491666666700098 ], [ -102.0, 34.6 ], [ -102.325, 34.55 ], [ -102.6625, 34.388888888899999 ], [ -102.8, 34.316666666700144 ], [ -103.366666666699984, 33.775 ], [ -103.408333333299993, 33.719444444400096 ], [ -103.4875, 33.637500000000102 ], [ -103.691666666699916, 33.402777777799997 ], [ -103.799999999999898, 33.383333333300129 ], [ -103.799999999999898, 33.050000000000125 ], [ -103.799999999999898, 33.0 ], [ -103.84027777779994, 32.84583333330005 ], [ -103.933333333299913, 32.466666666700007 ], [ -103.799999999999898, 32.03333333330005 ], [ -103.529166666700007, 31.808333333300084 ], [ -103.33333333329989, 31.65 ], [ -103.116666666699984, 31.583333333300061 ], [ -102.21666666669995, 31.425 ], [ -102.15, 31.28333333330005 ], [ -102.558333333299913, 29.766666666700075 ], [ -102.675, 29.725 ], [ -102.84027777779994, 29.361111111100058 ], [ -102.866666666699984, 29.216666666700121 ], [ -103.15, 28.950000000000102 ], [ -103.299999999999898, 28.950000000000102 ], [ -103.316666666699973, 28.950000000000102 ], [ -104.516666666700019, 29.433333333300084 ], [ -105.0, 30.633333333300129 ], [ -105.8, 31.000000000000114 ], [ -106.45, 31.533333333299993 ], [ -108.2, 31.533333333299993 ], [ -108.2, 31.333333333300118 ], [ -108.5, 31.333333333300118 ], [ -110.75, 31.333333333300118 ], [ -111.083333333299947, 31.333333333300118 ], [ -111.999999999999886, 31.633333333300129 ], [ -113.508333333299959, 32.1 ], [ -113.512769444400021, 32.116227777800134 ], [ -113.68472222219998, 32.7375 ], [ -114.0, 32.68333333329997 ], [ -114.0, 33.083333333300118 ], [ -114.0, 33.116666666700098 ], [ -114.0, 33.4 ], [ -114.0, 33.466666666700007 ], [ -114.0, 33.61 ], [ -114.0, 33.7 ], [ -114.0, 33.8 ], [ -114.0, 33.944444444400062 ], [ -114.0, 34.016666666700132 ], [ -114.0, 34.166666666699939 ], [ -114.000833333299965, 34.383333333300129 ], [ -114.0, 34.4 ], [ -114.0, 34.49722222219998 ], [ -114.0, 34.591666666700064 ], [ -114.0, 34.616666666699984 ], [ -114.0, 34.666666666700053 ], [ -113.7, 34.866666666700098 ], [ -113.616666666699984, 34.916666666699996 ], [ -112.927777777799975, 35.255555555600097 ], [ -112.666666666699939, 35.383333333300072 ], [ -112.153055555599963, 35.396666666700128 ], [ -111.999999999999886, 35.4 ], [ -111.841666666700007, 35.766666666700132 ], [ -110.233333333299868, 35.7 ], [ -109.31666666670003, 35.85 ], [ -108.216666666700007, 36.033333333299993 ], [ -107.466666666700007, 36.200000000000102 ], [ -106.35, 36.626944444400124 ], [ -106.083333333299947, 36.716666666700064 ], [ -105.341666666699894, 36.716666666700064 ], [ -105.0, 36.716666666700064 ], [ -104.0, 37.045277777800095 ], [ -103.619444444400017, 37.1625 ], [ -102.55, 37.5 ], [ -102.18333333329997, 37.041666666699996 ], [ -101.75, 36.500000000000114 ], [ -101.472222222200003, 36.397222222200014 ], [ -100.0, 35.829166666700075 ], [ -100.0, 35.333333333300004 ], [ -100.06111111109999, 35.25 ], [ -100.141666666700019, 35.129166666700144 ], [ -100.31666666670003, 34.866666666700098 ], [ -100.75, 34.46666666669995 ], [ -101.0, 34.491666666700098 ] ] ] } },
{ "type": "Feature", "properties": { "artcc": "zme", "strata": "neighbor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -95.6125, 36.016666666700075 ], [ -95.487499999999898, 36.133333333300129 ], [ -95.4, 36.204166666700075 ], [ -95.195833333300016, 36.287500000000136 ], [ -95.016666666699962, 36.340277777799997 ], [ -94.71, 36.425833333300034 ], [ -94.68333333329997, 36.43333333329997 ], [ -94.408333333299993, 36.491666666700041 ], [ -93.786944444399921, 36.618333333300029 ], [ -93.75, 36.625 ], [ -93.533333333299993, 36.666666666699996 ], [ -93.25, 36.725 ], [ -93.1375, 36.744166666700096 ], [ -92.865833333299918, 36.790000000000134 ], [ -92.643888888899937, 36.826666666699964 ], [ -92.51488055560003, 36.847877777800079 ], [ -90.882777777800015, 37.103333333299986 ], [ -90.56666666670003, 37.15 ], [ -90.416944444399974, 37.184166666699923 ], [ -90.381944444399892, 37.192222222200087 ], [ -90.33555555559991, 37.203055555600088 ], [ -90.034444444399981, 37.270833333300061 ], [ -90.091666666700007, 37.508333333300129 ], [ -89.45833333329989, 37.604166666700053 ], [ -89.183333333299913, 37.458333333300061 ], [ -89.049999999999898, 37.483333333299981 ], [ -88.833333333300004, 37.53333333330005 ], [ -88.31666666670003, 37.725 ], [ -87.793055555599892, 37.470000000000141 ], [ -87.633333333299959, 37.391666666700075 ], [ -87.397222222199957, 37.275 ], [ -86.916666666699996, 37.288888888900033 ], [ -86.483333333299981, 37.3 ], [ -86.15, 37.3 ], [ -86.0, 37.194444444399949 ], [ -85.963611111100022, 37.166666666700053 ], [ -85.583333333299947, 36.9 ], [ -85.4, 36.18333333329997 ], [ -85.320833333300016, 35.825 ], [ -85.283333333299936, 35.65 ], [ -85.258333333300016, 35.537500000000136 ], [ -85.233333333299868, 35.416666666700053 ], [ -85.334444444399992, 35.188333333300022 ], [ -85.416588888899923, 35.002161111100065 ], [ -85.483333333299981, 34.85 ], [ -85.930555555599994, 34.811111111099933 ], [ -86.075, 34.636111111100035 ], [ -86.175, 34.3875 ], [ -86.450230555599944, 34.234022222199997 ], [ -86.6, 34.15 ], [ -86.713333333299886, 34.1 ], [ -87.033333333299936, 34.1 ], [ -87.25, 34.1 ], [ -87.55, 34.016666666700132 ], [ -87.56666666670003, 33.890277777800009 ], [ -87.633333333299959, 33.316666666699973 ], [ -87.986111111100001, 33.043055555600006 ], [ -87.85, 32.697222222200082 ], [ -87.945833333300016, 32.62777777780002 ], [ -87.991666666699984, 32.591666666700064 ], [ -88.111111111099888, 32.508333333300016 ], [ -88.347222222199889, 32.330555555599972 ], [ -88.344444444399926, 32.272222222200014 ], [ -88.347222222199889, 32.069444444400006 ], [ -88.325, 31.516666666700075 ], [ -88.9, 31.547222222200105 ], [ -89.008333333299959, 31.55 ], [ -89.166666666699996, 31.575 ], [ -89.43333333329997, 31.591666666700121 ], [ -89.583333333299947, 31.608333333299981 ], [ -89.85, 31.630555555599983 ], [ -89.933333333299913, 31.633333333300129 ], [ -90.033333333299993, 31.636111111100092 ], [ -90.345833333299936, 31.65 ], [ -90.658333333299936, 31.729166666700053 ], [ -90.799999999999898, 31.766666666700075 ], [ -90.908333333299993, 31.8 ], [ -91.308333333299913, 31.9125 ], [ -91.55, 32.15 ], [ -91.68888888890001, 32.28333333330005 ], [ -91.783333333299993, 32.616666666700041 ], [ -91.9, 33.004166666700087 ], [ -92.533333333299993, 33.483333333300095 ], [ -92.681111111099995, 33.593888888900096 ], [ -92.916666666699882, 33.766666666700019 ], [ -92.991666666699984, 33.825000000000102 ], [ -93.158333333299993, 33.95 ], [ -93.541666666699939, 34.03333333330005 ], [ -93.658333333299936, 34.088888888899987 ], [ -94.0, 34.266666666700075 ], [ -94.533333333299879, 34.533333333300106 ], [ -94.783333333299993, 34.691666666700144 ], [ -94.816666666699973, 34.755555555599983 ], [ -94.925, 34.933333333300084 ], [ -94.999999999999886, 35.066666666699973 ], [ -94.999999999999886, 35.383333333300072 ], [ -94.999999999999886, 35.654166666700121 ], [ -95.366666666699928, 35.870833333300084 ], [ -95.6125, 36.016666666700075 ] ] ] } },
{ "type": "Feature", "properties": { "artcc": "zma", "strata": "neighbor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.85666666669988, 30.06555555560027 ], [ -77.499999999999886, 30.029444444400156 ], [ -77.21666666669995, 30.000000000000114 ], [ -77.033333333299879, 30.000000000000114 ], [ -76.999999999999886, 30.000000000000114 ], [ -76.918055555600006, 29.766666666700246 ], [ -76.907222222199891, 29.733333333300266 ], [ -76.876069444399889, 29.641833333300212 ], [ -76.848822222199885, 29.561613888900297 ], [ -76.573611111099922, 28.746683333300155 ], [ -76.543747222199897, 28.668500000000279 ], [ -76.382222222199914, 28.18833333330047 ], [ -76.382222222199857, 28.188333333300534 ], [ -76.264444444399999, 27.833333333300459 ], [ -75.708888888899708, 27.835000000000377 ], [ -75.182777777799913, 27.834722222200355 ], [ -74.833333333299777, 27.833333333300459 ], [ -74.615277777799747, 27.463055555600533 ], [ -74.033333333299936, 26.466666666700348 ], [ -74.096944444399981, 26.432222222200153 ], [ -76.0, 25.3833333333003 ], [ -76.000000000000114, 25.383333333300225 ], [ -76.0, 25.383333333300129 ], [ -76.0, 24.864444444400306 ], [ -74.835555555599797, 24.137500000000216 ], [ -74.545277777799981, 23.924722222200216 ], [ -75.004166666699803, 23.230277777800154 ], [ -75.176944444399794, 22.963888888900158 ], [ -75.553333333299861, 22.370555555600276 ], [ -75.58916666670001, 22.313611111100215 ], [ -76.0, 22.606666666700448 ], [ -77.425833333299863, 23.609166666700332 ], [ -77.749999999999645, 23.833333333300558 ], [ -77.749999999999829, 23.833333333300345 ], [ -77.999999999999716, 24.000000000000455 ], [ -78.166666666699825, 24.000000000000455 ], [ -78.58333333329972, 24.000000000000796 ], [ -78.583333333299834, 24.04916666670016 ], [ -78.58333333329972, 24.000000000000455 ], [ -78.983333333366488, 23.999999999800252 ], [ -79.165277777799872, 24.000000000000455 ], [ -79.833055555599515, 24.000555555600386 ], [ -79.833055555599969, 24.000555555600215 ], [ -80.968333333299938, 24.000000000000284 ], [ -81.057777777799856, 24.000000000000284 ], [ -81.141388888899996, 24.000000000000284 ], [ -81.316666666699746, 24.000000000000455 ], [ -81.31055555559999, 24.038888888900146 ], [ -81.316666666699916, 24.000000000000284 ], [ -81.499999999999886, 24.000000000000284 ], [ -82.400555555600022, 23.998611111100217 ], [ -82.567222222199746, 23.998611111100217 ], [ -82.980555555600006, 24.000000000000284 ], [ -83.1472222221999, 24.000000000000284 ], [ -83.499999999999886, 24.000000000000284 ], [ -84.340277777799713, 24.000000000000284 ], [ -84.669444444399858, 24.000000000000284 ], [ -84.999722222200035, 24.000000000000284 ], [ -84.999722222200035, 25.033611111100072 ], [ -85.091666666700007, 26.200000000000102 ], [ -85.413888888899919, 26.602777777800043 ], [ -86.0, 27.0 ], [ -85.25, 27.500000000000114 ], [ -84.944444444399949, 28.04305555560012 ], [ -84.61611111109994, 28.062500000000114 ], [ -84.5, 28.16666666670011 ], [ -84.01, 28.548055555600001 ], [ -83.516666666700019, 28.4 ], [ -83.20833333329989, 28.15833333330005 ], [ -82.94166666670003, 27.950000000000102 ], [ -82.6575, 27.950000000000102 ], [ -82.383333333300016, 27.950000000000102 ], [ -82.206944444399937, 28.03 ], [ -81.911944444399978, 28.1625 ], [ -81.862222222199989, 28.185000000000116 ], [ -81.5, 28.34638888889998 ], [ -81.409722222199889, 28.386388888900058 ], [ -80.968055555600017, 28.470833333300106 ], [ -81.0, 28.56666666670003 ], [ -80.986111111099945, 28.727777777800043 ], [ -80.848055555600013, 28.821944444400003 ], [ -80.794166666699994, 28.85861111110006 ], [ -80.733333333299868, 28.9 ], [ -80.540833333299872, 28.939166666699975 ], [ -80.201666666700021, 29.007777777800129 ], [ -80.11555555559994, 29.025 ], [ -79.900833333299943, 29.822222222200082 ], [ -79.286666666699944, 30.200277777800068 ], [ -78.669166666699937, 30.144166666700016 ], [ -78.570277777800015, 30.134722222200139 ], [ -77.924444444399967, 30.072222222200025 ], [ -77.924444444399853, 30.072222222200196 ], [ -77.85666666669988, 30.06555555560027 ] ], [ [ -79.8075, 24.010000000000446 ], [ -79.816563888899793, 24.046122222200154 ], [ -79.8075, 24.010000000000428 ], [ -79.8075, 24.010000000000446 ] ] ] } },
{ "type": "Feature", "properties": { "artcc": "ztl", "strata": "neighbor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -87.3, 31.416666666699996 ], [ -87.4, 31.280555555600074 ], [ -87.55, 31.358333333300038 ], [ -87.81666666670003, 31.520833333300118 ], [ -88.325, 31.516666666700075 ], [ -88.347222222199889, 32.069444444400006 ], [ -88.344444444399926, 32.272222222200014 ], [ -88.347222222199889, 32.330555555599972 ], [ -88.111111111099888, 32.508333333300016 ], [ -87.991666666699984, 32.591666666700064 ], [ -87.945833333300016, 32.62777777780002 ], [ -87.85, 32.697222222200082 ], [ -87.986111111100001, 33.043055555600006 ], [ -87.808333333299913, 33.183333333300084 ], [ -87.725, 33.241666666699984 ], [ -87.674166666699932, 33.286111111100126 ], [ -87.633333333299959, 33.316666666699973 ], [ -87.616666666699984, 33.445833333300072 ], [ -87.613888888899851, 33.5125 ], [ -87.59166666669995, 33.670833333300095 ], [ -87.56666666670003, 33.890277777800009 ], [ -87.55, 34.016666666700132 ], [ -87.25, 34.1 ], [ -87.033333333299936, 34.1 ], [ -86.7133333333, 34.1 ], [ -86.6, 34.15 ], [ -86.450230555599944, 34.234022222199997 ], [ -86.175, 34.3875 ], [ -86.075, 34.636111111100035 ], [ -85.930555555599994, 34.811111111099933 ], [ -85.483333333299981, 34.85 ], [ -85.416588888899923, 35.002161111100065 ], [ -85.334444444399992, 35.188333333300022 ], [ -85.233333333299868, 35.416666666700053 ], [ -85.258333333300016, 35.537500000000136 ], [ -85.283333333299936, 35.65 ], [ -85.320833333300016, 35.825 ], [ -85.4, 36.18333333329997 ], [ -84.583333333299947, 36.395833333300118 ], [ -84.111111111099945, 36.5125 ], [ -83.55833333329997, 36.65 ], [ -83.319444444400006, 36.711111111100138 ], [ -83.12916666670003, 36.761111111100035 ], [ -83.111944444400024, 36.764722222200135 ], [ -82.975, 36.794444444400028 ], [ -82.758333333299959, 36.843055555600017 ], [ -82.255555555599926, 36.959722222200014 ], [ -81.933333333299913, 37.033333333299993 ], [ -81.1625, 37.211111111100024 ], [ -80.9, 37.270833333300061 ], [ -80.745833333299856, 37.304166666700041 ], [ -80.633333333300016, 37.331944444400108 ], [ -80.581111111099915, 37.25555555560004 ], [ -80.50194444440001, 37.118333333300143 ], [ -80.323611111099979, 36.80833333329997 ], [ -80.259444444399946, 36.68472222219998 ], [ -80.25, 36.666666666699996 ], [ -80.119444444399903, 36.443611111099983 ], [ -79.979444444399974, 36.204722222200019 ], [ -79.949999999999875, 36.154166666700064 ], [ -79.866666666699928, 36.133333333300129 ], [ -79.74444444439996, 36.088888888899987 ], [ -79.756388888899949, 35.95 ], [ -79.760027777800019, 35.913011111100047 ], [ -79.783333333299879, 35.65 ], [ -79.783333333299879, 35.628611111100099 ], [ -79.804166666699984, 35.383333333300072 ], [ -79.994166666699982, 35.116666666700041 ], [ -80.0, 35.108333333300038 ], [ -80.1472222221999, 34.85555555560012 ], [ -80.468888888899983, 34.7475 ], [ -80.517777777800006, 34.7277777778001 ], [ -80.578333333299781, 34.703333333300066 ], [ -80.724166666699773, 34.644166666700016 ], [ -80.851666666699941, 34.592222222200121 ], [ -81.241666666699984, 34.432222222199982 ], [ -81.33333333329989, 34.394444444400108 ], [ -81.574444444400001, 34.293611111100006 ], [ -81.804444444399962, 33.985277777799979 ], [ -81.85, 33.888888888900112 ], [ -81.85, 33.68333333329997 ], [ -81.85, 33.555555555600108 ], [ -81.846666666700003, 33.51694444440011 ], [ -81.841388888899871, 32.9002777778 ], [ -81.843611111100017, 32.891666666700075 ], [ -81.899999999999864, 32.677777777800088 ], [ -81.933333333299913, 32.562500000000114 ], [ -82.06666666670003, 32.433333333300027 ], [ -82.199999999999875, 32.291666666700053 ], [ -82.322222222199969, 32.333333333300061 ], [ -82.645833333299947, 32.447222222200139 ], [ -83.1, 32.277777777800111 ], [ -83.495833333299913, 32.125 ], [ -83.55833333329997, 32.116666666699928 ], [ -83.8, 32.091666666700007 ], [ -83.908333333299936, 32.075000000000102 ], [ -84.238888888899965, 32.013333333300125 ], [ -84.579166666699962, 31.952777777800009 ], [ -84.694444444400006, 31.923611111100001 ], [ -85.075, 31.85 ], [ -85.238888888899965, 31.827777777800122 ], [ -85.494444444399903, 31.777777777800054 ], [ -85.583333333299947, 31.7625 ], [ -85.891666666699905, 31.706944444400051 ], [ -85.924999999999898, 31.708333333300118 ], [ -86.508333333300016, 31.579166666700019 ], [ -86.74583333329997, 31.529166666700007 ], [ -86.95, 31.491666666699984 ], [ -87.3, 31.416666666699996 ] ] ] } },
{ "type": "Feature", "properties": { "artcc": "zjx", "strata": "neighbor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -86.74583333329997, 31.529166666700007 ], [ -86.508333333300016, 31.579166666700019 ], [ -85.924999999999898, 31.708333333300118 ], [ -85.891666666699905, 31.706944444400051 ], [ -85.583333333299947, 31.7625 ], [ -85.494444444399903, 31.777777777800054 ], [ -85.238888888899965, 31.827777777800122 ], [ -85.075, 31.85 ], [ -84.694444444400006, 31.923611111100001 ], [ -84.579166666699962, 31.952777777800009 ], [ -84.238888888899965, 32.013333333300125 ], [ -83.908333333299936, 32.075000000000102 ], [ -83.8, 32.091666666700007 ], [ -83.55833333329997, 32.116666666699928 ], [ -83.495833333299913, 32.125 ], [ -83.1, 32.277777777800111 ], [ -82.645833333299947, 32.447222222200139 ], [ -82.322222222199969, 32.333333333300061 ], [ -82.18333333329997, 32.433333333300027 ], [ -82.06666666670003, 32.433333333300027 ], [ -81.933333333299913, 32.562500000000114 ], [ -81.899999999999864, 32.677777777800088 ], [ -81.843611111100017, 32.891666666700075 ], [ -81.841388888899871, 32.9002777778 ], [ -81.846666666700003, 33.51694444440011 ], [ -81.85, 33.555555555600108 ], [ -81.85, 33.68333333329997 ], [ -81.85, 33.888888888900112 ], [ -81.804444444399962, 33.985277777799979 ], [ -81.574444444400001, 34.293611111100006 ], [ -81.33333333329989, 34.394444444400108 ], [ -81.241666666699984, 34.432222222199982 ], [ -80.851666666699941, 34.592222222200121 ], [ -80.724166666699773, 34.644166666700016 ], [ -80.578333333299781, 34.703333333300066 ], [ -80.517777777800006, 34.7277777778001 ], [ -80.468888888899983, 34.7475 ], [ -80.1472222221999, 34.85555555560012 ], [ -79.916666666699882, 34.85 ], [ -79.728055555599951, 34.713333333300056 ], [ -79.261388888899944, 34.586111111100138 ], [ -79.188611111099874, 34.566111111099985 ], [ -79.188611111099888, 34.566111111099957 ], [ -78.75, 34.444444444400006 ], [ -78.685, 34.396944444399992 ], [ -78.358333333299981, 34.157222222200062 ], [ -78.119166666699982, 33.980277777799984 ], [ -77.932777777799913, 33.841666666700007 ], [ -77.750833333299909, 33.705555555599972 ], [ -77.511666666699909, 33.525555555600022 ], [ -77.198333333300013, 33.288611111100067 ], [ -76.779444444399871, 32.967777777800109 ], [ -77.0, 32.26222222220008 ], [ -77.0, 32.000000000000114 ], [ -77.0, 31.66666666670011 ], [ -77.0, 31.583333333300061 ], [ -77.0, 31.35555555560012 ], [ -77.0, 30.0 ], [ -77.033333333299993, 30.0 ], [ -77.21666666669995, 30.0 ], [ -77.5, 30.029444444399985 ], [ -77.856666666699994, 30.065555555600099 ], [ -77.924444444399967, 30.072222222200025 ], [ -78.570277777800015, 30.134722222200139 ], [ -78.669166666699937, 30.144166666700016 ], [ -79.286666666699944, 30.200277777800068 ], [ -79.900833333299943, 29.822222222200082 ], [ -80.11555555559994, 29.025 ], [ -80.733333333299868, 28.9 ], [ -80.794166666699994, 28.85861111110006 ], [ -80.848055555600013, 28.821944444400003 ], [ -80.986111111099945, 28.727777777800043 ], [ -81.0, 28.56666666670003 ], [ -80.968055555600017, 28.470833333300106 ], [ -81.409722222199889, 28.386388888900058 ], [ -81.5, 28.34638888889998 ], [ -81.862222222199989, 28.185000000000116 ], [ -81.911944444399978, 28.1625 ], [ -82.206944444399937, 28.03 ], [ -82.383333333300016, 27.950000000000102 ], [ -82.6575, 27.950000000000102 ], [ -82.94166666670003, 27.950000000000102 ], [ -83.20833333329989, 28.15833333330005 ], [ -83.516666666700019, 28.4 ], [ -84.01, 28.548055555600001 ], [ -84.61611111109994, 28.062500000000114 ], [ -84.944444444399949, 28.04305555560012 ], [ -85.25, 27.500000000000114 ], [ -86.0, 27.0 ], [ -86.817222222199973, 27.241388888900076 ], [ -87.683333333299856, 27.500000000000114 ], [ -87.847836111099866, 27.833333333300118 ], [ -88.0, 28.141666666700132 ], [ -88.011111111100035, 29.0 ], [ -88.013888888899885, 29.575 ], [ -88.016666666700019, 29.6 ], [ -88.025, 29.966666666700007 ], [ -88.025, 30.154444444400042 ], [ -88.025, 30.220833333300106 ], [ -87.916666666699996, 30.516666666700132 ], [ -87.916666666699996, 30.633333333300129 ], [ -87.808333333299913, 30.683333333300027 ], [ -87.716666666700007, 30.691666666700087 ], [ -87.691666666699973, 30.791666666699996 ], [ -87.683333333299856, 30.845833333300106 ], [ -87.658333333299993, 30.958333333300118 ], [ -87.588888888899987, 31.05 ], [ -87.4, 31.280555555600074 ], [ -87.3, 31.416666666699996 ], [ -86.95, 31.491666666699984 ], [ -86.74583333329997, 31.529166666700007 ] ] ] } },
{ "type": "Feature", "properties": { "artcc": "mty", "strata": "neighbor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -108.2, 31.533333333299993 ], [ -106.45, 31.533333333299993 ], [ -105.8, 31.000000000000114 ], [ -105.0, 30.633333333300129 ], [ -104.516666666700019, 29.433333333300084 ], [ -103.316666666699973, 28.950000000000102 ], [ -103.15, 28.950000000000102 ], [ -102.866666666699984, 29.216666666700121 ], [ -102.84027777779994, 29.361111111100058 ], [ -100.648333333300002, 29.0 ], [ -100.333333333299947, 28.433333333299913 ], [ -100.191666666699973, 28.18333333329997 ], [ -99.95, 27.983333333300095 ], [ -99.833333333299947, 27.775 ], [ -99.525, 27.491666666700041 ], [ -99.45, 27.066666666699973 ], [ -99.19166666670003, 26.65 ], [ -99.18333333329997, 26.533333333300106 ], [ -99.133333333300016, 26.46666666669995 ], [ -99.06666666670003, 26.4 ], [ -98.69166666670003, 26.25 ], [ -98.5875, 26.238888888900021 ], [ -98.424999999999898, 26.183333333300027 ], [ -98.21666666669995, 26.06666666670003 ], [ -97.95833333329989, 26.05833333329997 ], [ -97.75, 26.0 ], [ -97.358333333300038, 25.816666666700087 ], [ -96.113888888899851, 25.750000000000114 ], [ -95.982777777799868, 25.999166666700091 ], [ -95.916666666699996, 26.0 ], [ -93.008333333299959, 24.5 ], [ -99.158559516023288, 14.47428364126899 ], [ -107.749468606932382, 14.783309148136222 ], [ -116.000449640287513, 18.862445838783707 ], [ -112.817486919555009, 28.318626348921057 ], [ -108.2, 31.333333333300118 ], [ -108.2, 31.533333333299993 ] ] ] } },
{ "type": "Feature", "properties": { "artcc": "mid", "strata": "neighbor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -93.008333333299959, 24.5 ], [ -99.158559516023288, 14.47428364126899 ], [ -84.52620176585981, 11.198613268476304 ], [ -86.0, 24.000000000000114 ], [ -88.0, 24.5 ], [ -93.008333333299959, 24.5 ] ] ] } },
{ "type": "Feature", "properties": { "artcc": "hav", "strata": "neighbor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -86.0, 24.000000000000114 ], [ -77.999999999999716, 24.000000000000455 ], [ -75.58916666670001, 22.313611111100215 ], [ -67.097163178547859, 11.754859180837336 ], [ -78.345691628515169, 10.456952051994953 ], [ -84.52620176585981, 11.198613268476304 ], [ -86.0, 24.000000000000114 ] ] ] } },
{ "type": "Feature", "properties": { "name": "24", "category": "NEW", "direction": "E", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -88.025, 30.154444444400042 ], [ -88.163888888899976, 30.2 ], [ -88.425, 30.148611111100081 ], [ -88.5, 30.165555555600008 ], [ -88.525, 30.169444444399971 ], [ -88.694444444400006, 30.183611111099992 ], [ -88.85, 30.100277777799931 ], [ -89.033333333299993, 30.0 ], [ -89.305, 30.0 ], [ -89.499722222200035, 29.922222222199991 ], [ -90.0, 29.758333333300072 ], [ -90.095833333299993, 29.733333333300095 ], [ -90.483333333299981, 29.65 ], [ -90.5, 29.316666666700087 ], [ -90.5, 29.166666666700053 ], [ -90.5, 28.833333333300061 ], [ -90.5, 28.5 ], [ -90.5, 28.266666666700019 ], [ -90.166666666699996, 28.266666666700019 ], [ -89.883333333299959, 28.266666666700019 ], [ -89.83333333329989, 28.266666666700019 ], [ -89.5, 28.266666666700019 ], [ -89.166666666699996, 28.266666666700019 ], [ -89.0, 28.266666666700019 ], [ -88.833333333300004, 28.248333333300025 ], [ -88.58333333329989, 28.208333333300118 ], [ -88.5, 28.198333333300127 ], [ -88.0, 28.141666666700132 ], [ -88.011111111100035, 29.0 ], [ -88.013888888899885, 29.575 ], [ -88.016666666700019, 29.6 ], [ -88.025, 29.966666666700007 ], [ -88.025, 30.084722222200071 ], [ -88.025, 30.154444444400042 ] ] ] } },
{ "type": "Feature", "properties": { "name": "26", "category": "LFK", "direction": "N", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -94.758888888900003, 30.540555555600065 ], [ -94.883333333300016, 30.394444444399994 ], [ -94.83333333329989, 30.225000000000136 ], [ -94.804166666699928, 30.079166666699962 ], [ -94.796388888899969, 30.052500000000123 ], [ -94.28055555559996, 30.105277777799927 ], [ -93.947222222199969, 30.130833333299961 ], [ -93.69166666670003, 30.18333333329997 ], [ -93.3, 30.31666666670003 ], [ -92.5258333333, 30.599722222200114 ], [ -92.541666666699939, 30.791666666699996 ], [ -92.58333333329989, 31.083333333300004 ], [ -93.566666666699973, 31.566666666700144 ], [ -94.0425, 31.350277777800045 ], [ -94.571666666700025, 30.757222222200028 ], [ -94.758888888900003, 30.540555555600065 ] ] ] } },
{ "type": "Feature", "properties": { "name": "42", "category": "LFK", "direction": "N", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -91.533333333299936, 32.433333333300027 ], [ -91.68888888890001, 32.28333333330005 ], [ -91.8, 32.15 ], [ -92.522222222200014, 32.108333333300095 ], [ -92.862499999999898, 32.191666666700144 ], [ -93.311666666700035, 31.794444444400142 ], [ -93.566666666699973, 31.566666666700144 ], [ -92.58333333329989, 31.083333333300004 ], [ -92.541666666699939, 30.791666666699996 ], [ -92.5258333333, 30.599722222200114 ], [ -92.181666666699982, 30.416666666699996 ], [ -91.866666666699928, 30.508333333300072 ], [ -91.313611111099874, 30.281666666700119 ], [ -91.048333333299979, 30.230277777799984 ], [ -90.71722222219995, 30.239722222200044 ], [ -90.916666666699996, 30.716666666700007 ], [ -90.95, 30.833333333300004 ], [ -90.983333333299981, 30.916666666700053 ], [ -90.975, 31.166666666700053 ], [ -90.95, 31.383333333300016 ], [ -90.658333333299936, 31.729166666700053 ], [ -90.799999999999898, 31.766666666700075 ], [ -90.908333333299993, 31.8 ], [ -91.308333333299913, 31.9125 ], [ -91.533333333299936, 32.433333333300027 ] ] ] } },
{ "type": "Feature", "properties": { "name": "46", "category": "LFK", "direction": "N", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -96.266666666699962, 31.358333333300038 ], [ -96.169722222199937, 31.196111111100038 ], [ -96.033333333299936, 30.966666666700121 ], [ -95.858333333299981, 30.683333333300027 ], [ -95.68333333329997, 30.433333333300084 ], [ -96.016666666700019, 30.133333333300072 ], [ -95.716666666700007, 29.65555555559996 ], [ -95.485555555600001, 29.56444444440001 ], [ -95.25, 29.466666666700064 ], [ -95.133333333299902, 29.41777777780004 ], [ -95.111944444399967, 29.485 ], [ -94.796388888899969, 30.052500000000123 ], [ -94.804166666699928, 30.079166666699962 ], [ -94.83333333329989, 30.225000000000136 ], [ -94.883333333300016, 30.394444444399994 ], [ -94.758888888900003, 30.540555555600065 ], [ -94.571666666700025, 30.757222222200028 ], [ -94.0425, 31.350277777800045 ], [ -94.7975, 31.275277777800056 ], [ -94.945833333299959, 31.284444444400037 ], [ -96.266666666699962, 31.358333333300038 ] ] ] } },
{ "type": "Feature", "properties": { "name": "59", "category": "CRP", "direction": "S", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -97.984166666699878, 29.011944444400115 ], [ -98.063333333299909, 29.015277777800009 ], [ -98.433333333299913, 29.016666666700075 ], [ -99.05833333329997, 29.022222222200128 ], [ -99.2, 28.883333333300129 ], [ -99.75, 28.9 ], [ -99.816666666699973, 28.8 ], [ -99.916666666699996, 28.683333333300084 ], [ -100.06666666670003, 28.56666666670003 ], [ -100.333333333299947, 28.433333333299913 ], [ -100.191666666699973, 28.18333333329997 ], [ -99.95, 27.983333333300095 ], [ -99.833333333299947, 27.775 ], [ -99.76749999999987, 27.713888888900101 ], [ -99.625833333299909, 27.583333333299947 ], [ -99.611111111100001, 27.570833333300072 ], [ -99.525, 27.491666666700041 ], [ -99.477777777799986, 27.227777777799986 ], [ -99.45, 27.066666666699973 ], [ -99.19166666670003, 26.65 ], [ -99.18333333329997, 26.533333333300106 ], [ -99.133333333300016, 26.46666666669995 ], [ -99.06666666670003, 26.4 ], [ -98.69166666670003, 26.25 ], [ -98.5875, 26.238888888900021 ], [ -98.424999999999898, 26.183333333300027 ], [ -98.21666666669995, 26.06666666670003 ], [ -97.95833333329989, 26.05833333329997 ], [ -97.75, 26.0 ], [ -97.358333333300038, 25.816666666700087 ], [ -96.113888888899851, 25.750000000000114 ], [ -95.982777777799868, 25.999166666700091 ], [ -95.94694444439989, 26.079166666700075 ], [ -95.597222222199946, 26.833333333300118 ], [ -95.581111111099972, 26.863611111100113 ], [ -95.5, 27.633333333300016 ], [ -96.947222222199912, 27.738888888900078 ], [ -97.43333333329997, 28.338888888900101 ], [ -97.984166666699878, 29.011944444400115 ] ] ] } },
{ "type": "Feature", "properties": { "name": "63", "category": "NEW", "direction": "E", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -89.499722222200035, 29.922222222199991 ], [ -89.305, 30.0 ], [ -89.033333333299993, 30.0 ], [ -88.85, 30.100277777799931 ], [ -88.694444444400006, 30.183611111099992 ], [ -88.525, 30.169444444399971 ], [ -88.5, 30.165555555600008 ], [ -88.425, 30.148611111100081 ], [ -88.163888888899976, 30.2 ], [ -88.025, 30.154444444400042 ], [ -88.025, 30.220833333300106 ], [ -87.916666666699996, 30.516666666700132 ], [ -87.916666666699996, 30.633333333300129 ], [ -87.808333333299913, 30.683333333300027 ], [ -87.716666666700007, 30.691666666700087 ], [ -87.691666666699973, 30.791666666699996 ], [ -87.683333333299856, 30.845833333300106 ], [ -87.658333333299993, 30.958333333300118 ], [ -87.588888888899987, 31.05 ], [ -87.4, 31.280555555600074 ], [ -87.55, 31.358333333300038 ], [ -87.81666666670003, 31.520833333300118 ], [ -88.325, 31.516666666700075 ], [ -88.9, 31.547222222200105 ], [ -89.008333333299959, 31.55 ], [ -89.262222222199966, 31.185277777800081 ], [ -89.374444444400012, 30.9475 ], [ -89.714722222199896, 30.223055555600013 ], [ -89.499722222200035, 29.922222222199991 ] ] ] } },
{ "type": "Feature", "properties": { "name": "65", "category": "NEW", "direction": "E", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -90.095833333299993, 29.733333333300095 ], [ -90.0, 29.758333333300072 ], [ -89.499722222200035, 29.922222222199991 ], [ -89.714722222199896, 30.223055555600013 ], [ -89.374444444400012, 30.9475 ], [ -89.262222222199966, 31.185277777800081 ], [ -89.008333333299959, 31.55 ], [ -89.166666666699996, 31.575 ], [ -89.43333333329997, 31.591666666700121 ], [ -89.583333333299947, 31.608333333299981 ], [ -89.85, 31.630555555599983 ], [ -89.933333333299913, 31.633333333300129 ], [ -90.033333333299993, 31.636111111100092 ], [ -90.345833333299936, 31.65 ], [ -90.658333333299936, 31.729166666700053 ], [ -90.95, 31.383333333300016 ], [ -90.975, 31.166666666700053 ], [ -90.983333333299981, 30.916666666700053 ], [ -90.95, 30.833333333300004 ], [ -90.916666666699996, 30.716666666700007 ], [ -90.71722222219995, 30.239722222200044 ], [ -90.629166666699973, 30.008333333300016 ], [ -90.483333333299981, 29.65 ], [ -90.095833333299993, 29.733333333300095 ] ] ] } },
{ "type": "Feature", "properties": { "name": "68", "category": "LCH", "direction": "S", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -94.008333333300016, 28.266666666700019 ], [ -93.633333333300016, 28.266666666700019 ], [ -93.466666666700007, 28.266666666700019 ], [ -93.140555555599974, 28.266666666700019 ], [ -92.861111111100001, 28.5 ], [ -92.4775, 28.5 ], [ -92.36944444439996, 28.5 ], [ -92.3725, 28.740833333300031 ], [ -92.382222222199971, 29.513888888899999 ], [ -92.3825, 29.538611111100067 ], [ -92.383333333300016, 29.6 ], [ -92.383333333300016, 30.015555555600031 ], [ -92.383333333300016, 30.18333333329997 ], [ -92.181666666699982, 30.416666666699996 ], [ -92.5258333333, 30.599722222200114 ], [ -93.3, 30.31666666670003 ], [ -93.69166666670003, 30.18333333329997 ], [ -93.947222222199969, 30.130833333299961 ], [ -94.28055555559996, 30.105277777799927 ], [ -94.796388888899969, 30.052500000000123 ], [ -95.111944444399967, 29.485 ], [ -95.133333333299902, 29.41777777780004 ], [ -95.279166666699894, 28.961111111100081 ], [ -95.2875, 28.909722222199946 ], [ -95.356944444400028, 28.5 ], [ -95.405555555600017, 28.205555555599972 ], [ -94.008333333300016, 28.266666666700019 ] ] ] } },
{ "type": "Feature", "properties": { "name": "70", "category": "LCH", "direction": "S", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -90.5, 28.5 ], [ -90.5, 28.833333333300061 ], [ -90.5, 29.166666666700053 ], [ -90.5, 29.316666666700087 ], [ -90.483333333299981, 29.65 ], [ -90.629166666699973, 30.008333333300016 ], [ -90.71722222219995, 30.239722222200044 ], [ -90.916666666699996, 30.716666666700007 ], [ -90.95, 30.833333333300004 ], [ -90.983333333299981, 30.916666666700053 ], [ -91.353333333299986, 30.601944444399976 ], [ -91.866666666699928, 30.508333333300072 ], [ -92.181666666699982, 30.416666666699996 ], [ -92.383333333300016, 30.18333333329997 ], [ -92.383333333300016, 30.015555555600031 ], [ -92.383333333300016, 29.6 ], [ -92.3825, 29.538611111100067 ], [ -92.382222222199971, 29.513888888899999 ], [ -92.3725, 28.740833333300031 ], [ -92.36944444439996, 28.5 ], [ -92.248333333300025, 28.5 ], [ -92.15, 28.266666666700019 ], [ -91.666666666699939, 28.266666666700019 ], [ -91.4, 28.266666666700019 ], [ -90.833333333299947, 28.266666666700019 ], [ -90.733333333299925, 28.266666666700019 ], [ -90.5, 28.266666666700019 ], [ -90.5, 28.5 ] ] ] } },
{ "type": "Feature", "properties": { "name": "72", "category": "OCN", "direction": "E", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.999722222200035, 25.033611111100072 ], [ -85.091666666700007, 26.200000000000102 ], [ -85.413888888899919, 26.602777777800043 ], [ -86.0, 27.0 ], [ -86.817222222199973, 27.241388888900076 ], [ -87.683333333299856, 27.500000000000114 ], [ -87.847836111099866, 27.833333333300118 ], [ -88.0, 28.141666666700132 ], [ -88.5, 28.198333333300127 ], [ -88.58333333329989, 28.208333333300118 ], [ -88.833333333300004, 28.248333333300025 ], [ -89.0, 28.266666666700019 ], [ -89.166666666699996, 28.266666666700019 ], [ -89.5, 28.266666666700019 ], [ -89.83333333329989, 28.266666666700019 ], [ -89.883333333299959, 28.266666666700019 ], [ -89.583333333299947, 26.916666666699996 ], [ -89.570833333299959, 26.833333333300118 ], [ -89.5, 26.350000000000136 ], [ -89.291666666699882, 24.966666666700064 ], [ -89.233333333299868, 24.5 ], [ -88.0, 24.5 ], [ -86.0, 24.000000000000114 ], [ -84.999722222200035, 24.000000000000114 ], [ -84.999722222200035, 25.033611111100072 ] ] ] } },
{ "type": "Feature", "properties": { "name": "74", "category": "RSG", "direction": "W", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -97.866666666699984, 29.8 ], [ -98.00416666670003, 29.866666666700041 ], [ -98.0375, 30.483333333299981 ], [ -97.583333333299947, 31.266666666700132 ], [ -97.7125, 31.375000000000114 ], [ -97.794444444400028, 31.390277777799952 ], [ -98.558333333299913, 31.3875 ], [ -99.466666666700007, 31.383333333300016 ], [ -99.833333333299947, 31.25 ], [ -100.1, 31.147222222200014 ], [ -99.916666666699996, 31.033333333300106 ], [ -99.383333333300016, 30.625000000000114 ], [ -99.316666666699973, 30.35 ], [ -98.777777777799997, 30.041666666699996 ], [ -98.71666666669995, 30.0 ], [ -98.791666666699939, 29.666666666699996 ], [ -99.608333333299925, 29.816666666700144 ], [ -99.616666666699984, 29.466666666700064 ], [ -99.483333333299981, 29.18333333329997 ], [ -99.35, 29.0 ], [ -99.2, 28.883333333300129 ], [ -99.05833333329997, 29.022222222200128 ], [ -98.433333333299913, 29.016666666700075 ], [ -98.063333333299909, 29.015277777800009 ], [ -97.984166666699991, 29.011944444400115 ], [ -97.93333333329997, 29.394444444400051 ], [ -97.866666666699984, 29.8 ] ] ] } },
{ "type": "Feature", "properties": { "name": "78", "category": "AUS", "direction": "W", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -97.583333333299947, 31.266666666700132 ], [ -98.0375, 30.483333333299981 ], [ -98.00416666670003, 29.866666666700041 ], [ -97.866666666699984, 29.8 ], [ -97.804166666699871, 29.802777777800031 ], [ -97.147777777800002, 29.764166666700021 ], [ -97.039444444399919, 29.757222222200028 ], [ -96.176944444399965, 29.66111111110007 ], [ -96.099444444399978, 29.652222222200123 ], [ -95.716666666700007, 29.65555555559996 ], [ -96.016666666700019, 30.133333333300072 ], [ -96.55, 30.233333333299981 ], [ -97.116666666699871, 30.346666666700003 ], [ -97.116666666699871, 31.000000000000114 ], [ -97.0, 31.204166666700019 ], [ -97.125, 31.2 ], [ -97.2, 31.2 ], [ -97.5125, 31.2125 ], [ -97.583333333299947, 31.266666666700132 ] ] ] } },
{ "type": "Feature", "properties": { "name": "79", "category": "OCN", "direction": "E", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -92.248333333300025, 28.5 ], [ -92.36944444439996, 28.5 ], [ -92.4775, 28.5 ], [ -92.861111111100001, 28.5 ], [ -93.140555555599974, 28.266666666700019 ], [ -93.466666666700007, 28.266666666700019 ], [ -93.633333333300016, 28.266666666700019 ], [ -94.008333333300016, 28.266666666700019 ], [ -95.405555555600017, 28.205555555599972 ], [ -95.45, 28.0 ], [ -95.5, 27.633333333300016 ], [ -95.581111111099972, 26.863611111100113 ], [ -95.597222222199946, 26.833333333300118 ], [ -95.94694444439989, 26.079166666700075 ], [ -95.982777777799868, 25.999166666700091 ], [ -95.916666666699996, 26.0 ], [ -94.699999999999875, 25.383333333300129 ], [ -93.008333333299959, 24.5 ], [ -92.5, 24.5 ], [ -92.008333333299902, 24.5 ], [ -90.833333333299947, 24.5 ], [ -89.233333333299868, 24.5 ], [ -89.291666666699882, 24.966666666700064 ], [ -89.5, 26.350000000000136 ], [ -89.570833333299959, 26.833333333300118 ], [ -89.583333333299947, 26.916666666699996 ], [ -89.883333333299959, 28.266666666700019 ], [ -90.166666666699996, 28.266666666700019 ], [ -90.5, 28.266666666700019 ], [ -90.733333333299925, 28.266666666700019 ], [ -90.833333333299947, 28.266666666700019 ], [ -91.4, 28.266666666700019 ], [ -91.666666666699939, 28.266666666700019 ], [ -92.15, 28.266666666700019 ], [ -92.248333333300025, 28.5 ] ] ] } },
{ "type": "Feature", "properties": { "name": "82", "category": "AUS", "direction": "W", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -97.0, 31.204166666700019 ], [ -97.116666666699871, 31.000000000000114 ], [ -97.116666666699871, 30.346666666700003 ], [ -96.55, 30.233333333299981 ], [ -96.016666666700019, 30.133333333300072 ], [ -95.68333333329997, 30.433333333300084 ], [ -95.858333333299981, 30.683333333300027 ], [ -96.033333333299936, 30.966666666700121 ], [ -96.169722222199937, 31.196111111100038 ], [ -96.266666666699962, 31.358333333300038 ], [ -96.5125, 31.266666666700132 ], [ -96.683333333299913, 31.204166666700019 ], [ -97.0, 31.204166666700019 ] ] ] } },
{ "type": "Feature", "properties": { "name": "95", "category": "CRP", "direction": "S", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -95.716666666700007, 29.65555555559996 ], [ -96.099444444399978, 29.652222222200123 ], [ -96.176944444399965, 29.66111111110007 ], [ -97.039444444399919, 29.757222222200028 ], [ -97.147777777800002, 29.764166666700021 ], [ -97.804166666699871, 29.802777777800031 ], [ -97.866666666699984, 29.8 ], [ -97.93333333329997, 29.394444444400051 ], [ -97.984166666699991, 29.011944444400115 ], [ -97.43333333329997, 28.338888888900101 ], [ -96.947222222199912, 27.738888888900078 ], [ -95.5, 27.633333333300016 ], [ -95.45, 28.0 ], [ -95.405555555600017, 28.205555555599972 ], [ -95.356944444400028, 28.5 ], [ -95.2875, 28.909722222199946 ], [ -95.279166666699894, 28.961111111100081 ], [ -95.133333333299902, 29.41777777780004 ], [ -95.25, 29.466666666700064 ], [ -95.485555555600001, 29.56444444440001 ], [ -95.716666666700007, 29.65555555559996 ] ] ] } },
{ "type": "Feature", "properties": { "name": "97", "category": "RSG", "direction": "W", "strata": "high" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -98.71666666669995, 30.0 ], [ -98.777777777799997, 30.041666666699996 ], [ -99.316666666699973, 30.35 ], [ -99.383333333300016, 30.625000000000114 ], [ -99.916666666699996, 31.033333333300106 ], [ -100.1, 31.147222222200014 ], [ -100.35, 31.196666666700139 ], [ -101.166666666699939, 31.300000000000125 ], [ -101.40277777779994, 31.328888888900053 ], [ -102.21666666669995, 31.425 ], [ -102.15, 31.28333333330005 ], [ -102.558333333299913, 29.766666666700075 ], [ -102.675, 29.725 ], [ -102.84027777779994, 29.361111111100058 ], [ -100.648333333300002, 29.0 ], [ -100.333333333299947, 28.433333333299913 ], [ -100.06666666670003, 28.56666666670003 ], [ -99.916666666699996, 28.683333333300084 ], [ -99.816666666699973, 28.8 ], [ -99.75, 28.9 ], [ -99.2, 28.883333333300129 ], [ -99.35, 29.0 ], [ -99.483333333299981, 29.18333333329997 ], [ -99.616666666699984, 29.466666666700064 ], [ -99.608333333299925, 29.816666666700144 ], [ -98.791666666699939, 29.666666666699996 ], [ -98.71666666669995, 30.0 ] ] ] } },
{ "type": "Feature", "properties": { "name": "28", "category": "OCN", "direction": "E", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -93.466666666700007, 29.54166666670011 ], [ -93.5, 29.54166666670011 ], [ -93.766666666699962, 29.54166666670011 ], [ -93.83333333329989, 29.52 ], [ -94.15, 29.441666666700144 ], [ -94.166666666699996, 29.426666666699987 ], [ -94.454166666700019, 29.346944444400037 ], [ -94.499722222200035, 29.260277777800127 ], [ -94.83333333329989, 29.113055555600113 ], [ -95.165833333299986, 28.965 ], [ -95.2875, 28.909722222199946 ], [ -95.5, 28.814166666700089 ], [ -95.499444444399956, 28.565833333300077 ], [ -95.5, 28.5 ], [ -95.5, 28.218611111100131 ], [ -95.5, 28.16666666670011 ], [ -95.5, 27.833333333300118 ], [ -95.5, 27.633333333300016 ], [ -95.581111111099972, 26.863611111100113 ], [ -95.597222222199946, 26.833333333300118 ], [ -95.94694444439989, 26.079166666700075 ], [ -95.982777777799868, 25.999166666700091 ], [ -95.916666666699996, 26.0 ], [ -94.699999999999875, 25.383333333300129 ], [ -93.008333333299959, 24.5 ], [ -92.5, 24.5 ], [ -92.5, 26.833333333300118 ], [ -92.5, 27.833333333300118 ], [ -92.5, 28.16666666670011 ], [ -92.5, 28.5 ], [ -92.5, 28.833333333300061 ], [ -92.5, 29.166666666700053 ], [ -92.5, 29.514722222200135 ], [ -92.566666666699973, 29.516666666700132 ], [ -92.833333333300004, 29.523333333300059 ], [ -93.166666666699996, 29.53333333330005 ], [ -93.31666666670003, 29.53333333330005 ], [ -93.466666666700007, 29.54166666670011 ] ] ] } },
{ "type": "Feature", "properties": { "name": "53", "category": "OCN", "direction": "E", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -91.62222222219998, 29.5 ], [ -91.86888888889996, 29.504444444400121 ], [ -92.166666666699939, 29.508333333300072 ], [ -92.5, 29.514722222200135 ], [ -92.5, 29.166666666700053 ], [ -92.5, 28.833333333300061 ], [ -92.5, 28.5 ], [ -92.5, 28.16666666670011 ], [ -92.5, 27.833333333300118 ], [ -92.5, 26.833333333300118 ], [ -92.5, 24.5 ], [ -92.008333333299902, 24.5 ], [ -90.833333333299947, 24.5 ], [ -90.833333333299947, 26.833333333300118 ], [ -90.833333333299947, 27.833333333300118 ], [ -90.833333333299947, 28.16666666670011 ], [ -90.833333333299947, 28.266666666700019 ], [ -90.833333333299947, 28.5 ], [ -90.833333333299947, 28.833333333300061 ], [ -90.833333333299947, 29.166666666700053 ], [ -90.833333333299947, 29.316666666700087 ], [ -91.166666666699882, 29.316666666700087 ], [ -91.483333333300038, 29.316666666700087 ], [ -91.62222222219998, 29.5 ] ] ] } },
{ "type": "Feature", "properties": { "name": "30", "category": "OCN", "direction": "E", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -88.025, 30.154444444400042 ], [ -88.163888888899976, 30.2 ], [ -88.425, 30.148611111100081 ], [ -88.5, 30.165555555600008 ], [ -88.525, 30.169444444399971 ], [ -88.694444444400006, 30.183611111099992 ], [ -88.85, 30.100277777799931 ], [ -89.033333333299993, 30.0 ], [ -89.15, 29.9375 ], [ -89.201666666700021, 29.883611111099981 ], [ -89.499722222200035, 29.922222222199991 ], [ -89.5, 29.808333333299913 ], [ -89.83333333329989, 29.491944444400076 ], [ -90.015277777800009, 29.318333333300018 ], [ -90.167222222199996, 29.317222222199973 ], [ -90.5, 29.316666666700087 ], [ -90.521944444399992, 29.316666666700087 ], [ -90.542777777799927, 29.316666666700087 ], [ -90.70833333329989, 29.316666666700087 ], [ -90.833333333299947, 29.316666666700087 ], [ -90.833333333299947, 29.166666666700053 ], [ -90.833333333299947, 28.833333333300061 ], [ -90.833333333299947, 28.5 ], [ -90.833333333299947, 28.266666666700019 ], [ -90.833333333299947, 28.16666666670011 ], [ -90.833333333299947, 27.833333333300118 ], [ -90.833333333299947, 26.833333333300118 ], [ -90.833333333299947, 24.5 ], [ -89.233333333299868, 24.5 ], [ -88.0, 25.176111111100056 ], [ -88.0, 26.862777777799977 ], [ -88.0, 27.833333333300118 ], [ -87.847836111099866, 27.833333333300118 ], [ -88.0, 28.141666666700132 ], [ -88.011111111100035, 29.0 ], [ -88.013888888899885, 29.575 ], [ -88.016666666700019, 29.6 ], [ -88.025, 29.966666666700007 ], [ -88.025, 30.084722222200071 ], [ -88.025, 30.154444444400042 ] ] ] } },
{ "type": "Feature", "properties": { "name": "72", "category": "OCN", "direction": "E", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.999722222200035, 25.033611111100072 ], [ -85.091666666700007, 26.200000000000102 ], [ -85.413888888899919, 26.602777777800043 ], [ -86.0, 27.0 ], [ -86.817222222199973, 27.241388888900076 ], [ -87.683333333299856, 27.500000000000114 ], [ -87.847836111099866, 27.833333333300118 ], [ -88.0, 28.141666666700132 ], [ -88.5, 28.198333333300127 ], [ -88.58333333329989, 28.208333333300118 ], [ -88.833333333300004, 28.248333333300025 ], [ -89.0, 28.266666666700019 ], [ -89.166666666699996, 28.266666666700019 ], [ -89.5, 28.266666666700019 ], [ -89.83333333329989, 28.266666666700019 ], [ -89.883333333299959, 28.266666666700019 ], [ -89.583333333299947, 26.916666666699996 ], [ -89.570833333299959, 26.833333333300118 ], [ -89.5, 26.350000000000136 ], [ -89.291666666699882, 24.966666666700064 ], [ -89.233333333299868, 24.5 ], [ -88.0, 24.5 ], [ -86.0, 24.000000000000114 ], [ -84.999722222200035, 24.000000000000114 ], [ -84.999722222200035, 25.033611111100072 ] ] ] } },
{ "type": "Feature", "properties": { "name": "49", "category": "LFK", "direction": "N", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -94.875, 31.808333333300084 ], [ -94.608333333299868, 31.808333333300084 ], [ -94.608333333299868, 31.545833333300038 ], [ -94.547222222199991, 31.561111111100047 ], [ -94.199999999999875, 31.572222222200082 ], [ -93.843333333299881, 31.57 ], [ -94.0425, 31.350277777800045 ], [ -94.571666666700025, 30.757222222200028 ], [ -94.758888888899889, 30.540555555600065 ], [ -94.883333333300016, 30.394444444399994 ], [ -94.964166666699896, 30.010277777800013 ], [ -95.048055555599944, 29.9875 ], [ -95.074999999999875, 29.783333333299993 ], [ -95.3075, 29.793611111100006 ], [ -95.37083333329997, 29.796666666700048 ], [ -95.43, 29.936111111099933 ], [ -95.81444444440001, 30.10944444440014 ], [ -95.661666666699887, 30.325555555600033 ], [ -95.68333333329997, 30.433333333300084 ], [ -95.734166666699878, 30.508333333300072 ], [ -95.752222222199862, 30.533611111100072 ], [ -95.814166666699975, 30.621111111099935 ], [ -95.858333333299981, 30.683333333300027 ], [ -96.033333333299936, 30.966666666700121 ], [ -96.169722222199937, 31.196111111100038 ], [ -96.266666666699962, 31.358333333300038 ], [ -95.983333333299868, 31.466666666700064 ], [ -95.62916666670003, 31.487500000000125 ], [ -95.291666666699939, 31.5 ], [ -94.875, 31.533333333299993 ], [ -94.875, 31.808333333300084 ] ] ] } },
{ "type": "Feature", "properties": { "name": "24", "category": "NEW", "direction": "E", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -88.025, 30.154444444400042 ], [ -88.163888888899976, 30.2 ], [ -88.425, 30.148611111100081 ], [ -88.5, 30.165555555600008 ], [ -88.525, 30.169444444399971 ], [ -88.694444444400006, 30.183611111099992 ], [ -88.85, 30.100277777799931 ], [ -89.033333333299993, 30.0 ], [ -89.305, 30.0 ], [ -89.499722222200035, 29.922222222199991 ], [ -90.0, 29.758333333300072 ], [ -90.095833333299993, 29.733333333300095 ], [ -90.483333333299981, 29.65 ], [ -90.5, 29.316666666700087 ], [ -90.5, 29.166666666700053 ], [ -90.5, 28.833333333300061 ], [ -90.5, 28.5 ], [ -90.5, 28.266666666700019 ], [ -90.166666666699996, 28.266666666700019 ], [ -89.883333333299959, 28.266666666700019 ], [ -89.83333333329989, 28.266666666700019 ], [ -89.5, 28.266666666700019 ], [ -89.166666666699996, 28.266666666700019 ], [ -89.0, 28.266666666700019 ], [ -88.833333333300004, 28.248333333300025 ], [ -88.58333333329989, 28.208333333300118 ], [ -88.5, 28.198333333300127 ], [ -88.0, 28.141666666700132 ], [ -88.011111111100035, 29.0 ], [ -88.013888888899885, 29.575 ], [ -88.016666666700019, 29.6 ], [ -88.025, 29.966666666700007 ], [ -88.025, 30.084722222200071 ], [ -88.025, 30.154444444400042 ] ] ] } },
{ "type": "Feature", "properties": { "name": "25", "category": "NEW", "direction": "E", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -88.9, 31.547222222200105 ], [ -89.008333333299959, 31.55 ], [ -89.166666666699996, 31.575 ], [ -88.975, 31.358333333300038 ], [ -88.741666666699928, 31.075000000000102 ], [ -88.683333333299913, 31.000000000000114 ], [ -88.983333333299925, 30.65 ], [ -89.616666666699928, 30.35 ], [ -89.733333333299868, 30.1 ], [ -90.229166666699939, 29.983333333300038 ], [ -90.204166666699905, 29.94166666670003 ], [ -90.095833333299993, 29.733333333300095 ], [ -90.0, 29.758333333300072 ], [ -89.499722222200035, 29.922222222199991 ], [ -89.305, 30.0 ], [ -89.033333333299993, 30.0 ], [ -88.85, 30.100277777799931 ], [ -88.694444444400006, 30.183611111099992 ], [ -88.525, 30.169444444399971 ], [ -88.5, 30.165555555600008 ], [ -88.425, 30.148611111100081 ], [ -88.163888888899976, 30.2 ], [ -88.025, 30.154444444400042 ], [ -88.025, 30.220833333300106 ], [ -87.916666666699996, 30.516666666700132 ], [ -87.916666666699996, 30.633333333300129 ], [ -87.808333333299913, 30.683333333300027 ], [ -87.716666666700007, 30.691666666700087 ], [ -87.691666666699973, 30.791666666699996 ], [ -87.683333333299856, 30.845833333300106 ], [ -87.658333333299993, 30.958333333300118 ], [ -87.588888888899987, 31.05 ], [ -87.4, 31.280555555600074 ], [ -87.55, 31.358333333300038 ], [ -87.81666666670003, 31.520833333300118 ], [ -88.325, 31.516666666700075 ], [ -88.9, 31.547222222200105 ] ] ] } },
{ "type": "Feature", "properties": { "name": "27", "category": "NEW", "direction": "E", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -89.166666666699996, 31.95 ], [ -89.416666666699939, 31.95 ], [ -89.85, 31.630555555599983 ], [ -89.933333333299913, 31.633333333300129 ], [ -90.033333333299993, 31.636111111100092 ], [ -90.345833333299936, 31.65 ], [ -90.658333333299936, 31.729166666700053 ], [ -90.799999999999898, 31.766666666700075 ], [ -91.166666666699882, 31.383333333300016 ], [ -91.166666666699882, 31.158333333299993 ], [ -91.166666666699882, 30.868888888900074 ], [ -90.615277777799918, 30.436388888900069 ], [ -90.233333333299925, 30.133333333300072 ], [ -90.266666666700019, 30.058333333300084 ], [ -90.229166666699939, 29.983333333300038 ], [ -89.733333333299868, 30.1 ], [ -89.616666666699928, 30.35 ], [ -88.983333333299925, 30.65 ], [ -88.683333333299913, 31.000000000000114 ], [ -88.741666666699928, 31.075000000000102 ], [ -88.975, 31.358333333300038 ], [ -88.9, 31.547222222200105 ], [ -89.166666666699996, 31.95 ] ] ] } },
{ "type": "Feature", "properties": { "name": "34", "category": "NEW", "direction": "E", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -92.15, 28.266666666700019 ], [ -91.666666666699939, 28.266666666700019 ], [ -91.4, 28.266666666700019 ], [ -90.833333333299947, 28.266666666700019 ], [ -90.733333333299925, 28.266666666700019 ], [ -90.5, 28.266666666700019 ], [ -90.5, 28.5 ], [ -90.5, 28.833333333300061 ], [ -90.5, 29.166666666700053 ], [ -90.5, 29.316666666700087 ], [ -90.483333333299981, 29.65 ], [ -90.095833333299993, 29.733333333300095 ], [ -90.204166666699905, 29.94166666670003 ], [ -90.229166666699939, 29.983333333300038 ], [ -90.266666666700019, 30.058333333300084 ], [ -90.233333333299925, 30.133333333300072 ], [ -90.615277777799918, 30.436388888900069 ], [ -91.166666666699882, 30.868888888900074 ], [ -91.808333333299913, 30.608333333300038 ], [ -92.033333333299993, 30.516666666700132 ], [ -92.516666666700019, 30.31666666670003 ], [ -92.383333333300016, 30.18333333329997 ], [ -92.383333333300016, 30.015555555600031 ], [ -92.383333333300016, 29.6 ], [ -92.3825, 29.538611111100067 ], [ -92.382222222199971, 29.513888888899999 ], [ -92.3725, 28.740833333300031 ], [ -92.366666666699928, 28.266666666700019 ], [ -92.15, 28.266666666700019 ] ] ] } },
{ "type": "Feature", "properties": { "name": "36", "category": "LCH", "direction": "S", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -92.383333333300016, 30.015555555600031 ], [ -92.383333333300016, 30.18333333329997 ], [ -92.516666666700019, 30.31666666670003 ], [ -93.088888888899987, 30.31666666670003 ], [ -93.3, 30.31666666670003 ], [ -93.69166666670003, 30.18333333329997 ], [ -93.947222222199969, 30.130833333299961 ], [ -94.28055555559996, 30.105277777799927 ], [ -94.796388888899969, 30.052500000000123 ], [ -94.869444444399903, 30.045277777800095 ], [ -94.964166666699896, 30.010277777800013 ], [ -95.048055555599944, 29.9875 ], [ -95.074999999999875, 29.783333333299993 ], [ -95.08, 29.608333333300038 ], [ -95.083333333300004, 29.575 ], [ -95.111944444399967, 29.485 ], [ -94.576944444399885, 29.64944444439999 ], [ -94.466388888899871, 29.664722222199998 ], [ -94.338333333299886, 29.647777777800059 ], [ -94.03805555560001, 29.606666666700107 ], [ -93.5, 29.616666666700098 ], [ -92.559999999999889, 29.603333333300043 ], [ -92.383333333300016, 29.6 ], [ -92.383333333300016, 30.015555555600031 ] ] ] } },
{ "type": "Feature", "properties": { "name": "38", "category": "LFK", "direction": "N", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -94.869444444399903, 30.045277777800095 ], [ -94.796388888899969, 30.052500000000123 ], [ -94.28055555559996, 30.105277777799927 ], [ -93.947222222199969, 30.130833333299961 ], [ -93.69166666670003, 30.18333333329997 ], [ -93.3, 30.31666666670003 ], [ -93.363055555599999, 30.5 ], [ -93.383333333299959, 30.55833333329997 ], [ -93.483333333299925, 30.958333333300118 ], [ -93.524999999999864, 31.116666666699984 ], [ -93.524999999999864, 31.295833333300095 ], [ -93.594027777799965, 31.5 ], [ -93.616666666699928, 31.566666666700144 ], [ -93.843333333299881, 31.57 ], [ -94.0425, 31.350277777800045 ], [ -94.571666666700025, 30.757222222200028 ], [ -94.758888888899889, 30.540555555600065 ], [ -94.883333333300016, 30.394444444399994 ], [ -94.964166666699896, 30.010277777800013 ], [ -94.869444444399903, 30.045277777800095 ] ] ] } },
{ "type": "Feature", "properties": { "name": "40", "category": "LFK", "direction": "N", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -90.799999999999898, 31.766666666700075 ], [ -90.908333333299993, 31.8 ], [ -91.308333333299913, 31.9125 ], [ -91.55, 32.15 ], [ -91.68888888890001, 32.28333333330005 ], [ -92.033333333299993, 32.28333333330005 ], [ -92.258333333300016, 32.28333333330005 ], [ -92.522222222200014, 32.108333333300095 ], [ -92.683333333299913, 31.995833333300084 ], [ -93.320833333300016, 31.558333333299913 ], [ -93.391666666699848, 31.566666666700144 ], [ -93.566666666699973, 31.566666666700144 ], [ -93.616666666699928, 31.566666666700144 ], [ -93.594027777799965, 31.5 ], [ -93.524999999999864, 31.295833333300095 ], [ -93.524999999999864, 31.116666666699984 ], [ -93.483333333299925, 30.958333333300118 ], [ -93.383333333299959, 30.55833333329997 ], [ -93.363055555599999, 30.5 ], [ -93.3, 30.31666666670003 ], [ -93.088888888899987, 30.31666666670003 ], [ -92.516666666700019, 30.31666666670003 ], [ -92.033333333299993, 30.516666666700132 ], [ -91.808333333299913, 30.608333333300038 ], [ -91.25, 30.583333333300061 ], [ -91.166666666699882, 30.8 ], [ -91.166666666699882, 30.868888888900074 ], [ -91.166666666699882, 31.158333333299993 ], [ -91.166666666699882, 31.383333333300016 ], [ -90.799999999999898, 31.766666666700075 ] ] ] } },
{ "type": "Feature", "properties": { "name": "43", "category": "LCH", "direction": "S", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -94.338333333299886, 29.647777777800059 ], [ -94.466388888899871, 29.664722222199998 ], [ -94.576944444399885, 29.64944444439999 ], [ -95.111944444399967, 29.485 ], [ -95.279166666699894, 28.961111111100081 ], [ -95.2875, 28.909722222199946 ], [ -95.356944444400028, 28.5 ], [ -95.405555555600017, 28.205555555599972 ], [ -94.008333333300016, 28.266666666700019 ], [ -93.633333333300016, 28.266666666700019 ], [ -93.466666666700007, 28.266666666700019 ], [ -93.140555555599974, 28.266666666700019 ], [ -92.683333333299913, 28.266666666700019 ], [ -92.366666666699928, 28.266666666700019 ], [ -92.369537199782542, 28.5 ], [ -92.36944444439996, 28.5 ], [ -92.3725, 28.740833333300031 ], [ -92.382222222199971, 29.513888888899999 ], [ -92.3825, 29.538611111100067 ], [ -92.383333333300016, 29.6 ], [ -92.559999999999889, 29.603333333300043 ], [ -93.5, 29.616666666700098 ], [ -94.03805555560001, 29.606666666700107 ], [ -94.338333333299886, 29.647777777800059 ] ] ] } },
{ "type": "Feature", "properties": { "name": "50", "category": "RSG", "direction": "W", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -98.288888888900033, 29.550000000000125 ], [ -98.166666666699996, 29.747222222200037 ], [ -97.866666666699984, 29.8 ], [ -97.994444444399903, 29.854166666699996 ], [ -97.973888888899978, 29.923611111100058 ], [ -97.949166666699966, 29.951944444400056 ], [ -97.84638888889998, 30.05 ], [ -97.765277777799952, 30.1675 ], [ -97.700833333299954, 30.336944444400046 ], [ -97.664722222199998, 30.423333333300093 ], [ -97.616666666699928, 30.713888888900044 ], [ -97.6725, 30.8 ], [ -97.708333333300004, 30.866666666700041 ], [ -97.583333333299947, 31.266666666700132 ], [ -97.7125, 31.375000000000114 ], [ -97.794444444400028, 31.390277777799952 ], [ -98.558333333299913, 31.3875 ], [ -99.466666666700007, 31.383333333300016 ], [ -99.833333333299947, 31.25 ], [ -100.1, 31.147222222200014 ], [ -99.916666666699996, 31.033333333300106 ], [ -99.383333333300016, 30.625000000000114 ], [ -99.316666666699973, 30.35 ], [ -98.777777777799997, 30.041666666699996 ], [ -98.71666666669995, 30.0 ], [ -98.540277777799929, 29.795833333300038 ], [ -98.565555555599929, 29.640277777800122 ], [ -98.633888888900003, 29.449166666700023 ], [ -98.575, 29.427777777800031 ], [ -98.416666666699939, 29.386111111099979 ], [ -98.27361111109991, 29.35 ], [ -98.288888888900033, 29.550000000000125 ] ] ] } },
{ "type": "Feature", "properties": { "name": "56", "category": "CRP", "direction": "S", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -97.083333333299947, 29.366666666699984 ], [ -97.06861111110004, 29.515277777800065 ], [ -97.066666666699973, 29.53333333330005 ], [ -97.043888888899971, 29.738055555600056 ], [ -97.039444444399919, 29.757222222200028 ], [ -97.147777777800002, 29.764166666700021 ], [ -97.804166666699871, 29.802777777800031 ], [ -97.866666666699984, 29.8 ], [ -98.166666666699996, 29.747222222200037 ], [ -98.288888888900033, 29.550000000000125 ], [ -98.27361111109991, 29.35 ], [ -98.416666666699939, 29.386111111099979 ], [ -98.575, 29.427777777800031 ], [ -98.633888888900003, 29.449166666700023 ], [ -98.829166666699962, 29.260000000000105 ], [ -98.933333333299913, 29.15 ], [ -99.2, 28.883333333300129 ], [ -99.05, 28.65 ], [ -98.83333333329989, 28.383333333300072 ], [ -98.551388888899965, 28.03472222220006 ], [ -98.433333333299913, 27.866666666700098 ], [ -98.433333333299913, 27.608333333300095 ], [ -97.733333333300038, 27.758333333300072 ], [ -97.633333333300016, 27.841666666700121 ], [ -97.544722222199937, 27.930555555600108 ], [ -97.544166666699937, 28.173888888900137 ], [ -97.599722222199887, 28.266666666700019 ], [ -97.912222222199887, 28.771388888900049 ], [ -97.666666666699996, 28.90833333330005 ], [ -97.498333333299968, 29.078611111100088 ], [ -97.3, 28.958333333300118 ], [ -97.166111111100008, 28.878611111100042 ], [ -97.128055555599985, 28.929722222200098 ], [ -97.0825, 29.000833333300136 ], [ -97.05166666669993, 29.055833333299972 ], [ -97.024444444399933, 29.111944444400081 ], [ -96.990555555599883, 29.196111111100095 ], [ -97.1225, 29.229444444400031 ], [ -97.083333333299947, 29.366666666699984 ] ] ] } },
{ "type": "Feature", "properties": { "name": "58", "category": "CRP", "direction": "S", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -95.982777777799868, 25.999166666700091 ], [ -95.94694444439989, 26.079166666700075 ], [ -95.597222222199946, 26.833333333300118 ], [ -95.581111111099972, 26.863611111100113 ], [ -95.5, 27.633333333300016 ], [ -95.45, 28.0 ], [ -95.405555555600017, 28.205555555599972 ], [ -95.5, 28.218611111100131 ], [ -95.861666666699932, 28.256944444400119 ], [ -95.914166666699998, 28.374722222199978 ], [ -96.064444444399953, 28.71 ], [ -96.360833333299979, 28.975 ], [ -96.491944444400019, 29.091388888900042 ], [ -96.990555555599883, 29.196111111100095 ], [ -97.1225, 29.229444444400031 ], [ -97.354722222199939, 29.296111111100004 ], [ -97.498333333299968, 29.078611111100088 ], [ -97.666666666699996, 28.90833333330005 ], [ -97.912222222199887, 28.771388888900049 ], [ -97.599722222199887, 28.266666666700019 ], [ -97.544166666699937, 28.173888888900137 ], [ -97.544722222199937, 27.930555555600108 ], [ -97.633333333300016, 27.841666666700121 ], [ -97.733333333300038, 27.758333333300072 ], [ -98.433333333299913, 27.608333333300095 ], [ -98.413888888899976, 27.272222222200128 ], [ -98.433333333299913, 27.125000000000114 ], [ -98.4, 27.041666666700053 ], [ -99.133333333300016, 26.46666666669995 ], [ -99.06666666670003, 26.4 ], [ -98.69166666670003, 26.25 ], [ -98.5875, 26.238888888900021 ], [ -98.424999999999898, 26.183333333300027 ], [ -98.21666666669995, 26.06666666670003 ], [ -97.95833333329989, 26.05833333329997 ], [ -97.75, 26.0 ], [ -97.358333333300038, 25.816666666700087 ], [ -96.113888888899851, 25.750000000000114 ], [ -95.982777777799868, 25.999166666700091 ] ] ] } },
{ "type": "Feature", "properties": { "name": "83", "category": "AUS", "direction": "W", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -95.661666666699887, 30.325555555600033 ], [ -95.68333333329997, 30.433333333300084 ], [ -95.734166666699878, 30.508333333300072 ], [ -95.752222222199862, 30.533611111100072 ], [ -95.814166666699975, 30.621111111099935 ], [ -95.858333333299981, 30.683333333300027 ], [ -96.033333333299936, 30.966666666700121 ], [ -96.169722222199937, 31.196111111100038 ], [ -96.266666666699962, 31.358333333300038 ], [ -96.5125, 31.266666666700132 ], [ -96.683333333299913, 31.204166666700019 ], [ -97.0, 31.204166666700019 ], [ -97.041666666699939, 30.875 ], [ -97.1, 30.8 ], [ -97.111944444400024, 30.653611111100133 ], [ -97.125277777799965, 30.491666666699984 ], [ -96.908055555599958, 30.436666666699978 ], [ -96.821666666700025, 30.337222222200126 ], [ -96.815, 30.248611111100047 ], [ -96.716666666700007, 30.233333333299981 ], [ -96.395, 30.18555555559999 ], [ -96.264999999999873, 30.046944444400026 ], [ -96.246111111099935, 30.164722222200055 ], [ -95.875, 30.116666666699984 ], [ -95.81444444440001, 30.10944444440014 ], [ -95.661666666699887, 30.325555555600033 ] ] ] } },
{ "type": "Feature", "properties": { "name": "80", "category": "AUS", "direction": "W", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -95.356666666699994, 29.648611111100024 ], [ -95.37083333329997, 29.796666666700048 ], [ -95.43, 29.936111111099933 ], [ -95.81444444440001, 30.10944444440014 ], [ -95.875, 30.116666666699984 ], [ -96.246111111099935, 30.164722222200055 ], [ -96.395, 30.18555555559999 ], [ -96.716666666700007, 30.233333333299981 ], [ -96.815, 30.248611111100047 ], [ -96.821666666700025, 30.337222222200126 ], [ -96.908055555599958, 30.436666666699978 ], [ -97.125277777799965, 30.491666666699984 ], [ -97.2825, 30.428055555600054 ], [ -97.388333333299954, 30.385277777800013 ], [ -97.480277777799927, 30.124722222199978 ], [ -97.233333333299981, 30.05 ], [ -97.041666666699939, 29.993055555599994 ], [ -97.039444444399919, 29.757222222200028 ], [ -96.820833333299959, 29.733611111100004 ], [ -96.179444444399962, 29.672500000000127 ], [ -96.046666666699878, 29.659444444399924 ], [ -95.548611111099945, 29.500833333300022 ], [ -95.356666666699994, 29.648611111100024 ] ] ] } },
{ "type": "Feature", "properties": { "name": "87", "category": "CRP", "direction": "S", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -95.083333333300004, 29.575 ], [ -95.08, 29.608333333300038 ], [ -95.074999999999875, 29.783333333299993 ], [ -95.3075, 29.793611111100006 ], [ -95.37083333329997, 29.796666666700048 ], [ -95.356666666699994, 29.648611111100024 ], [ -95.548611111099945, 29.500833333300022 ], [ -96.046666666699878, 29.659444444399924 ], [ -96.179444444399962, 29.672500000000127 ], [ -96.820833333299959, 29.733611111100004 ], [ -97.039444444399919, 29.757222222200028 ], [ -97.043888888899971, 29.738055555600056 ], [ -97.066666666699973, 29.53333333330005 ], [ -97.06861111110004, 29.515277777800065 ], [ -97.083333333299947, 29.366666666699984 ], [ -97.1225, 29.229444444400031 ], [ -96.990555555599883, 29.196111111100095 ], [ -97.024444444399933, 29.111944444400081 ], [ -97.05166666669993, 29.055833333299972 ], [ -97.0825, 29.000833333300136 ], [ -97.128055555599985, 28.929722222200098 ], [ -97.166111111100008, 28.878611111100042 ], [ -96.853611111100008, 28.688888888899953 ], [ -96.651111111099965, 28.583333333300118 ], [ -96.381388888900005, 28.431944444400074 ], [ -96.116666666699984, 28.283333333300106 ], [ -95.5, 28.218611111100131 ], [ -95.405555555600017, 28.205555555599972 ], [ -95.356944444400028, 28.5 ], [ -95.2875, 28.909722222199946 ], [ -95.279166666699894, 28.961111111100081 ], [ -95.111944444399967, 29.485 ], [ -95.083333333300004, 29.575 ] ] ] } },
{ "type": "Feature", "properties": { "name": "93", "category": "CRP", "direction": "S", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -98.4, 27.041666666700053 ], [ -98.433333333299913, 27.125000000000114 ], [ -98.413888888899976, 27.272222222200128 ], [ -98.433333333299913, 27.608333333300095 ], [ -98.433333333299913, 27.866666666700098 ], [ -98.551388888899965, 28.03472222220006 ], [ -98.83333333329989, 28.383333333300072 ], [ -99.05, 28.65 ], [ -99.2, 28.883333333300129 ], [ -99.75, 28.9 ], [ -99.816666666699973, 28.8 ], [ -99.916666666699996, 28.683333333300084 ], [ -100.06666666670003, 28.56666666670003 ], [ -100.333333333299947, 28.433333333299913 ], [ -100.191666666699973, 28.18333333329997 ], [ -99.95, 27.983333333300095 ], [ -99.833333333299947, 27.775 ], [ -99.76749999999987, 27.713888888900101 ], [ -99.625833333299909, 27.583333333299947 ], [ -99.611111111100001, 27.570833333300072 ], [ -99.525, 27.491666666700041 ], [ -99.477777777799986, 27.227777777799986 ], [ -99.45, 27.066666666699973 ], [ -99.19166666670003, 26.65 ], [ -99.18333333329997, 26.533333333300106 ], [ -99.133333333300016, 26.46666666669995 ], [ -98.4, 27.041666666700053 ] ] ] } },
{ "type": "Feature", "properties": { "name": "96", "category": "AUS", "direction": "W", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -97.512499999999875, 31.2125 ], [ -97.583333333299947, 31.266666666700132 ], [ -97.708333333300004, 30.866666666700041 ], [ -97.6725, 30.8 ], [ -97.616666666699928, 30.713888888900044 ], [ -97.664722222199998, 30.423333333300093 ], [ -97.700833333299954, 30.336944444400046 ], [ -97.765277777799952, 30.1675 ], [ -97.84638888889998, 30.05 ], [ -97.949166666699966, 29.951944444400056 ], [ -97.973888888899978, 29.923611111100058 ], [ -97.994444444399903, 29.854166666699996 ], [ -97.866666666699984, 29.8 ], [ -97.804166666699871, 29.802777777800031 ], [ -97.147777777800002, 29.764166666700021 ], [ -97.039444444399919, 29.757222222200028 ], [ -97.041666666699939, 29.993055555599994 ], [ -97.233333333299981, 30.05 ], [ -97.30833333329997, 30.173333333299979 ], [ -97.2825, 30.428055555600054 ], [ -97.125277777799965, 30.491666666699984 ], [ -97.111944444400024, 30.653611111100133 ], [ -97.1, 30.8 ], [ -97.041666666699939, 30.875 ], [ -97.0, 31.204166666700019 ], [ -97.125, 31.2 ], [ -97.2, 31.2 ], [ -97.512499999999875, 31.2125 ] ] ] } },
{ "type": "Feature", "properties": { "name": "98", "category": "RSG", "direction": "W", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -98.71666666669995, 30.0 ], [ -98.777777777799997, 30.041666666699996 ], [ -99.316666666699973, 30.35 ], [ -99.383333333300016, 30.625000000000114 ], [ -99.916666666699996, 31.033333333300106 ], [ -100.1, 31.147222222200014 ], [ -100.35, 31.196666666700139 ], [ -101.166666666699939, 31.300000000000125 ], [ -101.40277777779994, 31.328888888900053 ], [ -102.21666666669995, 31.425 ], [ -102.15, 31.28333333330005 ], [ -102.558333333299913, 29.766666666700075 ], [ -102.675, 29.725 ], [ -102.84027777779994, 29.361111111100058 ], [ -100.648333333300002, 29.0 ], [ -100.333333333299947, 28.433333333299913 ], [ -100.06666666670003, 28.56666666670003 ], [ -99.916666666699996, 28.683333333300084 ], [ -99.816666666699973, 28.8 ], [ -99.75, 28.9 ], [ -99.2, 28.883333333300129 ], [ -99.35, 29.0 ], [ -99.483333333299981, 29.18333333329997 ], [ -99.616666666699984, 29.466666666700064 ], [ -99.608333333299925, 29.816666666700144 ], [ -98.791666666699939, 29.666666666699996 ], [ -98.71666666669995, 30.0 ] ] ] } },
{ "type": "Feature", "properties": { "name": "85", "category": "RSG", "direction": "W", "strata": "low" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -98.933333333299913, 29.15 ], [ -98.829166666699962, 29.260000000000105 ], [ -98.633888888900003, 29.449166666700023 ], [ -98.565555555599929, 29.640277777800122 ], [ -98.540277777799929, 29.795833333300038 ], [ -98.71666666669995, 30.0 ], [ -98.777777777799997, 30.041666666699996 ], [ -99.316666666699973, 30.35 ], [ -99.6, 29.875 ], [ -99.608333333299925, 29.816666666700144 ], [ -99.743333333299972, 29.76166666670008 ], [ -99.678611111099997, 29.596666666700116 ], [ -99.649166666700012, 29.426666666699987 ], [ -99.835, 29.411944444400092 ], [ -99.84, 29.27 ], [ -99.874722222200035, 29.122222222200094 ], [ -99.938333333299965, 28.977777777799986 ], [ -99.75, 28.9 ], [ -99.2, 28.883333333300129 ], [ -98.933333333299913, 29.15 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "AUS" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -96.816666666699859, 30.15 ], [ -96.816666666699859, 30.162777777800102 ], [ -96.815, 30.248611111100047 ], [ -96.821666666700025, 30.337222222200126 ], [ -96.847222222199946, 30.366666666700098 ], [ -96.908055555599958, 30.436666666699978 ], [ -97.111944444400024, 30.653611111100133 ], [ -97.1, 30.8 ], [ -97.636666666699966, 30.8 ], [ -97.6725, 30.8 ], [ -98.083333333299947, 30.8 ], [ -98.160833333299934, 30.496111111100049 ], [ -98.25, 30.116666666699984 ], [ -98.077777777799952, 29.893055555600029 ], [ -97.994444444399903, 29.854166666699996 ], [ -97.866666666699984, 29.8 ], [ -97.804166666699871, 29.802777777800031 ], [ -97.791666666699882, 29.766666666700075 ], [ -97.794444444400028, 29.716666666700007 ], [ -97.80833333329997, 29.59166666669995 ], [ -97.825555555599976, 29.530277777800052 ], [ -97.06861111110004, 29.515277777800065 ], [ -96.931666666699925, 29.51027777780007 ], [ -96.820833333299959, 29.733611111100004 ], [ -96.816666666699859, 30.15 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "BTR" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -91.166666666699882, 31.158333333299993 ], [ -91.608333333300038, 31.197222222200025 ], [ -91.949999999999875, 30.8 ], [ -91.808333333299913, 30.608333333300038 ], [ -91.5, 30.191666666699973 ], [ -91.5, 30.033333333300106 ], [ -91.43333333329997, 30.033333333300106 ], [ -91.05833333329997, 30.021388888899992 ], [ -90.833333333299947, 30.0 ], [ -90.866666666699871, 30.154166666700007 ], [ -90.883333333300016, 30.216666666700121 ], [ -90.77638888889993, 30.377777777800134 ], [ -90.732222222199994, 30.431111111100051 ], [ -90.608055555600004, 30.603333333300043 ], [ -90.675, 30.75 ], [ -90.71666666669995, 30.825 ], [ -90.883333333300016, 31.15 ], [ -90.925, 31.15 ], [ -91.166666666699882, 31.158333333299993 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "CRP" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -96.766666666699962, 27.466666666700121 ], [ -96.830555555599972, 27.768611111099915 ], [ -96.75, 27.866666666700098 ], [ -96.591666666700007, 28.0 ], [ -96.528055555599963, 28.051388888900135 ], [ -96.908333333299936, 28.238888888900135 ], [ -97.191666666699859, 28.283333333300106 ], [ -97.599722222199887, 28.266666666700019 ], [ -97.741666666699928, 28.2625 ], [ -97.904444444399928, 28.178888888900076 ], [ -98.0, 28.133333333300129 ], [ -97.966666666700007, 28.033333333299993 ], [ -97.938333333299909, 28.0 ], [ -97.733333333300038, 27.758333333300072 ], [ -97.6, 27.6 ], [ -97.633333333300016, 27.466666666700121 ], [ -97.742222222199928, 27.08 ], [ -97.771666666700014, 26.969444444399983 ], [ -97.150277777799886, 26.93611111109999 ], [ -97.159722222199946, 27.020833333300118 ], [ -97.145833333300004, 27.15833333330005 ], [ -97.1125, 27.280555555600017 ], [ -97.088888888899987, 27.34583333330005 ], [ -96.93333333329997, 27.25 ], [ -96.766666666699962, 27.466666666700121 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "DLF" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -100.286111111100013, 30.540277777799986 ], [ -100.445833333300016, 30.581388888900108 ], [ -100.585, 30.603333333300043 ], [ -100.731111111099949, 30.613333333300034 ], [ -100.872777777800025, 30.610833333300093 ], [ -101.013333333299954, 30.596111111100015 ], [ -101.156111111100017, 30.568333333300131 ], [ -101.290277777799929, 30.529722222200121 ], [ -101.325277777800011, 30.6075 ], [ -101.438888888899953, 30.564444444400124 ], [ -101.552777777799918, 30.511388888900058 ], [ -101.656388888899983, 30.452777777800122 ], [ -101.7125, 30.520833333300118 ], [ -101.808611111099935, 30.456666666700073 ], [ -101.899166666700012, 30.386111111099979 ], [ -101.983055555599947, 30.310277777800025 ], [ -102.055555555599994, 30.2375 ], [ -101.822222222200025, 30.07888888890011 ], [ -101.94083333330002, 29.917222222199996 ], [ -102.011111111099979, 29.790555555600008 ], [ -101.790277777799986, 29.778888888900099 ], [ -101.616666666699928, 29.770833333300118 ], [ -101.516666666700019, 29.758333333300072 ], [ -100.8, 29.166666666700053 ], [ -100.648333333300002, 29.0 ], [ -100.333333333299947, 28.433333333299913 ], [ -100.06666666670003, 28.56666666670003 ], [ -99.916666666699996, 28.683333333300084 ], [ -99.816666666699973, 28.8 ], [ -99.75, 28.9 ], [ -99.702777777799895, 29.0275 ], [ -99.665277777799986, 29.129722222200144 ], [ -99.64333333329995, 29.247777777800081 ], [ -99.649166666700012, 29.426666666699987 ], [ -99.678611111099997, 29.596666666700116 ], [ -99.743333333299972, 29.76166666670008 ], [ -99.833888888899992, 29.906666666700119 ], [ -99.958055555599969, 30.044444444400085 ], [ -100.154722222200007, 30.185277777800138 ], [ -100.204166666699962, 30.213333333300056 ], [ -100.048611111099945, 30.444166666700028 ], [ -100.088055555600022, 30.4633333333 ], [ -100.286111111100013, 30.540277777799986 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "GPT" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -88.525, 30.169444444399971 ], [ -88.658333333299993, 30.391666666700075 ], [ -88.623888888899899, 30.6125 ], [ -88.7, 30.685277777800025 ], [ -88.866666666699984, 31.008333333299959 ], [ -89.133333333300016, 30.908611111100072 ], [ -89.486111111099945, 30.905555555600074 ], [ -89.677777777799975, 30.903055555600019 ], [ -89.796388888899912, 30.644444444399937 ], [ -89.877777777799963, 30.4675 ], [ -89.616666666699928, 30.383333333300016 ], [ -89.616666666699928, 30.35 ], [ -89.501944444399896, 30.003055555599985 ], [ -89.499722222200035, 29.922222222199991 ], [ -89.201666666700021, 29.883611111099981 ], [ -89.15, 29.9375 ], [ -89.033333333299993, 30.0 ], [ -88.85, 30.100277777799931 ], [ -88.694444444400006, 30.183611111099992 ], [ -88.525, 30.169444444399971 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "HOU" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -95.814166666699975, 30.621111111099935 ], [ -95.858333333299981, 30.683333333300027 ], [ -96.033333333299936, 30.966666666700121 ], [ -96.169722222199937, 31.196111111100038 ], [ -96.266666666699962, 31.358333333300038 ], [ -96.5125, 31.266666666700132 ], [ -96.683333333299913, 31.204166666700019 ], [ -97.0, 31.204166666700019 ], [ -97.041666666699939, 30.875 ], [ -97.1, 30.8 ], [ -97.111944444400024, 30.653611111100133 ], [ -96.908055555599958, 30.436666666699978 ], [ -96.847222222199946, 30.366666666700098 ], [ -96.821666666700025, 30.337222222200126 ], [ -96.815, 30.248611111100047 ], [ -96.816666666699859, 30.162777777800102 ], [ -96.816666666699859, 30.15 ], [ -96.820833333299959, 29.733611111100004 ], [ -96.931666666699925, 29.51027777780007 ], [ -96.933888888899958, 29.449722222200137 ], [ -96.68888888890001, 29.432222222200096 ], [ -96.093055555600017, 29.435277777800081 ], [ -96.012222222199966, 29.283055555600072 ], [ -96.0, 29.257777777800072 ], [ -95.516666666699962, 28.806111111100108 ], [ -95.5, 28.814166666700089 ], [ -95.2875, 28.909722222199946 ], [ -95.165833333299986, 28.965 ], [ -94.83333333329989, 29.113055555600113 ], [ -94.499722222200035, 29.260277777800127 ], [ -94.454166666700019, 29.346944444400037 ], [ -94.166666666699996, 29.426666666699987 ], [ -94.15, 29.441666666700144 ], [ -93.83333333329989, 29.52 ], [ -93.766666666699962, 29.54166666670011 ], [ -93.5, 29.54166666670011 ], [ -93.466666666700007, 29.54166666670011 ], [ -93.5, 29.616666666700098 ], [ -93.616666666699928, 29.9 ], [ -93.666666666699996, 30.083333333300004 ], [ -93.69166666670003, 30.18333333329997 ], [ -93.716666666699894, 30.275 ], [ -93.783333333299936, 30.55833333329997 ], [ -94.105555555600006, 30.56666666670003 ], [ -94.49527777779997, 30.541944444400087 ], [ -94.758888888899889, 30.540555555600065 ], [ -95.197222222199912, 30.639722222200021 ], [ -95.316666666699973, 30.66666666670011 ], [ -95.50138888890001, 30.62027777779997 ], [ -95.528611111099906, 30.6075 ], [ -95.814166666699975, 30.621111111099935 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "LCH" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -92.561666666699921, 29.570833333300016 ], [ -92.500277777799965, 30.400277777799943 ], [ -92.641666666699905, 30.55833333329997 ], [ -93.383333333299959, 30.55833333329997 ], [ -93.625, 30.55833333329997 ], [ -93.783333333299936, 30.55833333329997 ], [ -93.716666666699894, 30.275 ], [ -93.69166666670003, 30.18333333329997 ], [ -93.666666666699996, 30.083333333300004 ], [ -93.616666666699928, 29.9 ], [ -93.5, 29.616666666700098 ], [ -93.466666666700007, 29.54166666670011 ], [ -93.31666666670003, 29.53333333330005 ], [ -93.166666666699996, 29.53333333330005 ], [ -92.833333333300004, 29.523333333300059 ], [ -92.566666666699973, 29.516666666700132 ], [ -92.561666666699921, 29.570833333300016 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "LFT" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -92.641666666700019, 30.55833333329997 ], [ -92.500277777799965, 30.400277777799943 ], [ -92.561666666699921, 29.570833333300016 ], [ -92.566666666699973, 29.516666666700132 ], [ -92.5, 29.514722222200135 ], [ -92.166666666699939, 29.508333333300072 ], [ -91.86888888889996, 29.504444444400121 ], [ -91.62222222219998, 29.5 ], [ -91.62222222219998, 29.761111111099979 ], [ -91.525, 29.775 ], [ -91.43333333329997, 29.9 ], [ -91.43333333329997, 30.033333333300106 ], [ -91.5, 30.033333333300106 ], [ -91.5, 30.191666666699973 ], [ -91.808333333299913, 30.608333333300038 ], [ -91.95, 30.8 ], [ -92.25, 30.8 ], [ -92.641666666700019, 30.55833333329997 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "MOB" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -87.797777777799922, 30.249444444400012 ], [ -87.716666666700007, 30.691666666700087 ], [ -87.691666666699973, 30.791666666699996 ], [ -87.683333333299856, 30.845833333300106 ], [ -87.658333333299993, 30.958333333300118 ], [ -87.588888888899987, 31.05 ], [ -88.2, 31.258333333300129 ], [ -88.30833333329997, 31.241666666700041 ], [ -88.525, 31.158333333299993 ], [ -88.741666666699928, 31.075000000000102 ], [ -88.866666666699984, 31.008333333299959 ], [ -88.7, 30.685277777800025 ], [ -88.623888888899899, 30.6125 ], [ -88.658333333299993, 30.391666666700075 ], [ -88.525, 30.169444444399971 ], [ -88.5, 30.165555555600008 ], [ -88.425, 30.148611111100081 ], [ -88.163888888899976, 30.2 ], [ -88.025, 30.154444444400042 ], [ -87.99861111109999, 30.177777777800031 ], [ -87.972222222199946, 30.181944444400074 ], [ -87.930555555599938, 30.18333333329997 ], [ -87.855555555600006, 30.180555555599994 ], [ -87.811111111099876, 30.180555555599994 ], [ -87.797777777799922, 30.249444444400012 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "MSY" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -90.299999999999898, 30.866666666700041 ], [ -90.641666666700019, 30.866666666700041 ], [ -90.71666666669995, 30.825 ], [ -90.675, 30.75 ], [ -90.608055555600004, 30.603333333300043 ], [ -90.732222222199994, 30.431111111100051 ], [ -90.77638888889993, 30.377777777800134 ], [ -90.883333333300016, 30.216666666700121 ], [ -91.05833333329997, 30.216666666700121 ], [ -91.05833333329997, 30.021388888899992 ], [ -91.43333333329997, 30.033333333300106 ], [ -91.43333333329997, 29.9 ], [ -91.525, 29.775 ], [ -91.62222222219998, 29.761111111099979 ], [ -91.62222222219998, 29.5 ], [ -91.483333333300038, 29.316666666700087 ], [ -91.166666666699882, 29.316666666700087 ], [ -90.833333333299947, 29.316666666700087 ], [ -90.70833333329989, 29.316666666700087 ], [ -90.542777777799927, 29.316666666700087 ], [ -90.521944444399992, 29.316666666700087 ], [ -90.5225, 29.260555555600035 ], [ -90.5, 29.260555555600035 ], [ -90.412222222199944, 29.260000000000105 ], [ -90.410555555600013, 29.296111111100004 ], [ -90.167222222199996, 29.296111111100004 ], [ -90.167222222199996, 29.317222222199973 ], [ -90.015277777800009, 29.318333333300018 ], [ -89.83333333329989, 29.491944444400076 ], [ -89.5, 29.808333333299913 ], [ -89.499722222200035, 29.922222222199991 ], [ -89.501944444399896, 30.003055555599985 ], [ -89.616666666699928, 30.35 ], [ -89.616666666699928, 30.383333333300016 ], [ -89.877777777799963, 30.4675 ], [ -89.796388888899912, 30.644444444399937 ], [ -89.979166666699882, 30.633333333300129 ], [ -90.297222222199935, 30.616666666700041 ], [ -90.299999999999898, 30.866666666700041 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "NQI" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -98.433333333299913, 27.866666666700098 ], [ -98.433333333299913, 27.608333333300095 ], [ -98.413888888899976, 27.272222222200128 ], [ -98.433333333299913, 27.125000000000114 ], [ -98.4, 27.041666666700053 ], [ -98.3, 26.802777777800088 ], [ -97.81111111109999, 26.822222222200139 ], [ -97.771666666700014, 26.969444444399983 ], [ -97.742222222199928, 27.08 ], [ -97.633333333300016, 27.466666666700121 ], [ -97.6, 27.6 ], [ -97.733333333300038, 27.758333333300072 ], [ -97.938333333299909, 28.0 ], [ -97.966666666700007, 28.033333333299993 ], [ -98.1475, 28.121944444400071 ], [ -98.219444444399983, 28.21666666669995 ], [ -98.354166666699996, 28.21666666669995 ], [ -98.551388888899965, 28.03472222220006 ], [ -98.433333333299913, 27.866666666700098 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "POE" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -92.522222222200014, 32.108333333300095 ], [ -92.862499999999898, 32.191666666700144 ], [ -93.795833333299981, 31.8 ], [ -93.843333333299881, 31.57 ], [ -93.933333333299856, 31.116666666699984 ], [ -93.625, 30.55833333329997 ], [ -93.383333333299959, 30.55833333329997 ], [ -92.641666666699905, 30.55833333329997 ], [ -92.25, 30.8 ], [ -91.949999999999875, 30.8 ], [ -91.608333333300038, 31.197222222200025 ], [ -91.916666666699996, 31.983333333300038 ], [ -92.25, 31.95 ], [ -92.522222222200014, 32.108333333300095 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "SAT" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -97.653716666700006, 28.94255 ], [ -97.576963888899968, 29.011108333300115 ], [ -97.51, 29.087222222200012 ], [ -97.688474999999869, 29.192108333300041 ], [ -97.686111111099933, 29.194444444400119 ], [ -97.877019132031819, 29.30240622175927 ], [ -97.887451013801865, 29.308508848870986 ], [ -97.825555555599976, 29.530277777800052 ], [ -97.80833333329997, 29.59166666669995 ], [ -97.794444444400028, 29.716666666700007 ], [ -97.791666666699882, 29.766666666700075 ], [ -97.804166666699871, 29.802777777800031 ], [ -97.883333333299959, 29.91666666670011 ], [ -97.949166666699966, 29.951944444400056 ], [ -98.25, 30.116666666699984 ], [ -98.56666666670003, 30.116666666699984 ], [ -98.675, 30.116666666699984 ], [ -98.777777777799997, 30.041666666699996 ], [ -99.016666666699962, 29.866666666700041 ], [ -99.133333333300016, 29.755555555600097 ], [ -99.166666666699882, 29.7 ], [ -98.933333333299913, 29.15 ], [ -98.9, 29.066666666700144 ], [ -98.772222222200014, 28.983333333300095 ], [ -98.666666666699882, 28.91666666670011 ], [ -98.3575, 28.920833333299981 ], [ -98.199999999999875, 28.921111111100004 ], [ -98.196911111100007, 28.921808333299964 ], [ -98.154188888900023, 28.782497222199993 ], [ -98.141944444399996, 28.742500000000121 ], [ -98.034883333299888, 28.761341666700048 ], [ -97.931097222199924, 28.791261111099914 ], [ -97.925991666699929, 28.793355555600101 ], [ -97.832055555599993, 28.831841666700029 ], [ -97.739152777799859, 28.882511111100143 ], [ -97.653716666700006, 28.94255 ] ] ] } },
{ "type": "Feature", "properties": { "strata": "tracon", "sector": "VLY" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -97.1502777778, 26.93611111109999 ], [ -97.771666666700014, 26.969444444399983 ], [ -97.81111111109999, 26.822222222200139 ], [ -98.3, 26.802777777800088 ], [ -98.5, 26.458333333300118 ], [ -98.5875, 26.238888888900021 ], [ -98.425, 26.183333333300027 ], [ -98.21666666669995, 26.06666666670003 ], [ -97.95833333329989, 26.05833333329997 ], [ -97.75, 26.0 ], [ -97.358333333300038, 25.816666666700087 ], [ -97.291666666699996, 25.95 ], [ -97.1, 26.0 ], [ -97.0, 25.991666666699984 ], [ -96.927777777799975, 25.991666666699984 ], [ -96.927777777799975, 26.000277777800079 ], [ -96.925, 26.05833333329997 ], [ -96.945833333300016, 26.166666666699939 ], [ -96.972222222199946, 26.333333333300061 ], [ -97.041666666699939, 26.583333333300004 ], [ -97.12916666670003, 26.833333333300118 ], [ -97.1502777778, 26.93611111109999 ] ] ] } }
]
}
// Define style for ZHU enroute sectors
var zhuPolygonStyle = {
fillColor: '#555',
fillOpacity: 1,
color: 'black', // Border color
weight: 1 // Border weight
};
// Define style for ZHU tracons
var traconPolygonStyle = {
fillColor: '#555',
fillOpacity: 0,
dashArray: '0 8 0',
color: '#fff', // Border color
weight: 1 // Border weight
};
// Define style for neighbor ARTCCs
var neighborPolygonStyle = {
fillColor: 'gray',
fillOpacity: 0,
color: 'gray', // Border color
weight: 1.5 // Border weight
};
// Function to filter features based on the strata property
function filterStrata(feature, strataValue) {
return feature.properties.strata === strataValue;
}
// Create GeoJSON layers
var lowStrataLayer = L.geoJSON(geojsonData, {
filter: function(feature) {
return filterStrata(feature, 'low');
},
style: function(feature) {
return zhuPolygonStyle; // Style for low strata
}
});
var highStrataLayer = L.geoJSON(geojsonData, {
filter: function(feature) {
return filterStrata(feature, 'high');
},
style: function(feature) {
return zhuPolygonStyle; // Style for high strata
}
});
var traconStrataLayer = L.geoJSON(geojsonData, {
filter: function(feature) {
return filterStrata(feature, 'tracon');
},
style: function(feature) {
return traconPolygonStyle; // Style for TRACON strata
}
});
var neighborStrataLayer = L.geoJSON(geojsonData, {
filter: function(feature) {
return filterStrata(feature, 'neighbor');
},
style: function(feature) {
return neighborPolygonStyle; // Style for neighbor strata
}
});
// Create an object to hold the layers
var overlayMaps = {
"Low Strata": lowStrataLayer,
"High Strata": highStrataLayer,
"TRACON Strata": traconStrataLayer,
"Neighbor Strata": neighborStrataLayer
};
// Initial state: neighborStrata and lowStrata
neighborStrataLayer.addTo(map);
lowStrataLayer.addTo(map);
// Initial variable state: low layer is visible, high layer is not
var isLowStrataVisible = true;
// Initial variable state: TRACON layer is not visible
var isTraconStrataVisible = false;
// Function to toggle between low and high strata layers
function toggleStrata() {
if (isLowStrataVisible) {
map.removeLayer(lowStrataLayer);
map.removeLayer(traconStrataLayer);
isTraconStrataVisible = false;
map.addLayer(highStrataLayer);
document.getElementById("toggleStrata").innerText = "Show Low Strata";
document.getElementById("toggleTracon").innerText = "Show TRACONs";
} else {
map.removeLayer(highStrataLayer);
map.removeLayer(traconStrataLayer);
isTraconStrataVisible = false;
map.addLayer(lowStrataLayer);
document.getElementById("toggleStrata").innerText = "Show High Strata";
document.getElementById("toggleTracon").innerText = "Show TRACONs";
}
isLowStrataVisible = !isLowStrataVisible;
}
// Add event listeners to the Toggle Strata button
document.getElementById('toggleStrata').addEventListener('click', toggleStrata);
// Function to toggle TRACON layer
function toggleTracon() {
if (isTraconStrataVisible) {
map.removeLayer(traconStrataLayer);
document.getElementById("toggleTracon").innerText = "Show TRACONs";
} else {
map.addLayer(traconStrataLayer);
document.getElementById("toggleTracon").innerText = "Hide TRACONs";
}
isTraconStrataVisible = !isTraconStrataVisible;
}
// Add event listeners to the Toggle TRACON button
document.getElementById('toggleTracon').addEventListener('click', toggleTracon);
// Define tooltips and markers separately
var tooltips = {
AUSS: L.tooltip({ direction: "center", className: "color2", interactive: false }).setContent("83"),
CRPS: L.tooltip({ direction: "center", className: "color7", interactive: false }).setContent("87"),
LCHS: L.tooltip({ direction: "center", className: "color6", interactive: false }).setContent("43"),
LFKS: L.tooltip({ direction: "center", className: "color3", interactive: false }).setContent("38"),
NEWS: L.tooltip({ direction: "center", className: "color4", interactive: false }).setContent("27"),
OCNS: L.tooltip({ direction: "center", className: "color5", interactive: false }).setContent("53"),
RSGS: L.tooltip({ direction: "center", className: "color1", interactive: false }).setContent("50"),
WEST: L.tooltip({ direction: "center", className: "color1", interactive: false }).setContent("50"),
NORTH: L.tooltip({ direction: "center", className: "color3", interactive: false }).setContent("38"),
SOUTH: L.tooltip({ direction: "center", className: "color7", interactive: false }).setContent("87"),
EAST: L.tooltip({ direction: "center", className: "color5", interactive: false }).setContent("43"),
WSPLIT: L.tooltip({ direction: "center", className: "color1", interactive: false }).setContent("50"),
ESPLIT: L.tooltip({ direction: "center", className: "color5", interactive: false }).setContent("81")
};
// Create markers and bind tooltips
var markers = {
AUSS: L.marker([30.555, -96.472], { interactive: false }),
CRPS: L.marker([28.782, -96.491], { interactive: false }),
LCHS: L.marker([28.935, -93.794], { interactive: false }),
LFKS: L.marker([31.182, -92.864], { interactive: false }),
NEWS: L.marker([29.184, -88.889], { interactive: false }),
OCNS: L.marker([26.289, -90.800], { interactive: false }),
RSGS: L.marker([30.696, -99.248], { interactive: false }),
WEST: L.marker([30.696, -99.248], { interactive: false }),
NORTH: L.marker([31.182, -92.864], { interactive: false }),
SOUTH: L.marker([28.638, -96.187], { interactive: false }),
EAST: L.marker([28.212, -89.634], { interactive: false }),
WSPLIT: L.marker([30.696, -99.248], { interactive: false }),
ESPLIT: L.marker([28.812, -91.634], { interactive: false })
};
// Add markers to the map and bind tooltips
Object.keys(markers).forEach(function(key) {
var marker = markers[key];
marker.addTo(map);
markers[key].setOpacity(0);
tooltips[key].setLatLng(marker.getLatLng()).addTo(map);
tooltips[key].setOpacity(0); // Set tooltip opacity to zero
});
// Function to show/hide markers based on button click
function showMarkers(markerKeys) {
// Hide all markers and tooltips
Object.keys(markers).forEach(function(key) {
markers[key].setOpacity(0);
tooltips[key].setOpacity(0);
});
// Show selected markers and tooltips
markerKeys.forEach(function(key) {
markers[key].setOpacity(0);
tooltips[key].setOpacity(1);
});
}
function resetMarkers() {
map.eachLayer(function(layer) {
// Check if the layer is a marker
if (layer instanceof L.Marker) {
// Set the marker's opacity to zero
layer.setOpacity(0);
// If the marker has a tooltip, set its opacity to zero
if (layer.getTooltip()) {
layer.getTooltip().setOpacity(0);
}
}
// Check if the layer is a tooltip
if (layer instanceof L.Tooltip) {
// Set the tooltip's opacity to zero
layer.setOpacity(0);
}
});
}
// Function to set style based on specialty
function styleBySpecialty(feature) {
var category = feature.properties.category;
if (category === "AUS") {
return { fillColor: color2, fillOpacity: 1 };
} else if (category === "CRP") {
return { fillColor: color7, fillOpacity: 1 };
} else if (category === "LCH") {
return { fillColor: color6, fillOpacity: 1 };
} else if (category === "LFK") {
return { fillColor: color3, fillOpacity: 1 };
} else if (category === "NEW") {
return { fillColor: color4, fillOpacity: 1 };
} else if (category === "OCN") {
return { fillColor: color5, fillOpacity: 1 };
} else if (category === "RSG") {
return { fillColor: color1, fillOpacity: 1 };
} else {
return { fillColor: colorDefault, fillOpacity: 1 };
}
}
// Event handler for "Split by Specialty" button
document.getElementById('splitBySpecialty').addEventListener('click', function() {
lowStrataLayer.setStyle(styleBySpecialty);
highStrataLayer.setStyle(styleBySpecialty);
var markersToShow = ['AUSS', 'LFKS', 'CRPS', 'LCHS', 'NEWS', 'OCNS', 'RSGS'];
showMarkers(markersToShow);
});
// Function to set style based on direction
function styleByDirection(feature) {
var direction = feature.properties.direction;
if (direction === "N") {
return { fillColor: color3, fillOpacity: 1 };
} else if (direction === "S") {
return { fillColor: color7, fillOpacity: 1 };
} else if (direction === "E") {
return { fillColor: color5, fillOpacity: 1 };
} else if (direction === "W") {
return { fillColor: color1, fillOpacity: 1 };
} else {
return { fillColor: colorDefault, fillOpacity: 1 };
}
}
// Event handler for "Split by N/S/E/W" button
document.getElementById('splitByDirection').addEventListener('click', function() {
lowStrataLayer.setStyle(styleByDirection);
highStrataLayer.setStyle(styleByDirection);
var markersToShow = ['NORTH', 'SOUTH', 'EAST', 'WEST'];
showMarkers(markersToShow);
});
// Function to set style based on east/west split
function styleByEW(feature) {
var category = feature.properties.category;
if (category === "AUS") {
return { fillColor: color1, fillOpacity: 1 };
} else if (category === "CRP") {
return { fillColor: color1, fillOpacity: 1 };
} else if (category === "LCH") {
return { fillColor: color5, fillOpacity: 1 };
} else if (category === "LFK") {
return { fillColor: color5, fillOpacity: 1 };
} else if (category === "NEW") {
return { fillColor: color5, fillOpacity: 1 };
} else if (category === "OCN") {
return { fillColor: color5, fillOpacity: 1 };
} else if (category === "RSG") {
return { fillColor: color1, fillOpacity: 1 };
} else {
return { fillColor: colorDefault, fillOpacity: 1 };
}
}
// Event handler for "Split by E/W" button
document.getElementById('splitByEW').addEventListener('click', function() {
lowStrataLayer.setStyle(styleByEW);
highStrataLayer.setStyle(styleByEW);
var markersToShow = ['ESPLIT', 'WSPLIT'];
showMarkers(markersToShow);
});
function resetMap() {
map.eachLayer(function(layer) {
if (layer instanceof L.GeoJSON) {
map.removeLayer(layer);
}
});
resetMarkers();
neighborStrataLayer.setStyle(neighborPolygonStyle).addTo(map);
lowStrataLayer.setStyle(zhuPolygonStyle).addTo(map);
highStrataLayer.setStyle(zhuPolygonStyle);
isLowStrataVisible = true;
}
// Event listener for the reset button
document.getElementById('resetMap').addEventListener('click', resetMap);
// Event listener for the export map button
document.getElementById('exportMap').addEventListener('click', function() {
const mapElement = document.getElementById('map'); // The ID of your map container
// Set the width and height to match the visible map area
mapElement.style.width = mapElement.clientWidth + 'px';
mapElement.style.height = mapElement.clientHeight + 'px';
mapElement.style.padding = '0'; // Ensure no padding
mapElement.style.margin = '0'; // Ensure no margin
domtoimage.toPng(mapElement, {
width: mapElement.clientWidth,
height: mapElement.clientHeight,
style: {
margin: 0, // Remove any external margin
padding: 0 // Remove any external padding
}
})
.then(function (dataUrl) {
// The dataUrl is your image in Base64 format
const imageData = dataUrl.split(',')[1]; // Remove data URL prefix
// Imgur API Client ID
const clientId = '480ac6d8748a9fd'; // Replace with your Imgur Client ID
// Prepare the data for Imgur
const formData = new FormData();
formData.append('image', imageData);
// Upload the image to Imgur
fetch('https://api.imgur.com/3/image', {
method: 'POST',
headers: {
Authorization: 'Client-ID ' + clientId,
},
body: formData
})
.then(response => response.json())
.then(data => {
if (data.success) {
const imgurUrl = data.data.link;
alert('Image uploaded successfully! URL has been copied to your clipboard: ' + imgurUrl);
// Copy the URL to the clipboard
navigator.clipboard.writeText(imgurUrl).then(function() {
console.log('Image URL copied to clipboard successfully!');
}, function(err) {
console.error('Could not copy text to clipboard: ', err);
});
} else {
alert('Image upload failed: ' + data.data.error);
}
})
.catch(error => {
console.error('Error uploading image:', error);
});
})
.catch(function (error) {
console.error('Error capturing image:', error);
});
});