v1
latestOpenAPI 3.0.22026-07-132450182.6 KBAirspace
Retrieve all requested types of airspace located within given GeoJSON Polygon.
Retrieve selected types of airspace located within given area. Request body parameters are:
- poly: GeoJSON Polygon defining the area. Max allowed area is 1000 km^2.
- asptypes: list of one or more airspace types you wish to retrieve. Allowed values are 'CAS', 'SUA', 'MAA', and 'MTR'.
Successful requests return a list of GeoJSON FeatureCollections, one for each Airspace type indicated in the request. Within each feature collection, there will be a separate Feature for each Airspace instance found. All Features will include a property indicating the airspace_type. Additional properties for each airspace_type are as follows:
- CAS (Controlled Airspace)
- name
- cas_class: B, C, D, or E2
- floor: integer value in ft MSL
- ceiling: integer value in ft MSL
- lannc: true/false indicating whether or not authorization for this airspace may be obtained via LAANC
- SUA (Special Use Airspace)
- name
- sua_type: AA = Alert Area, MOA = Military Operations Area, NSA = National Security Area, PA = Prohibited Area, RA = Restricted Area, WA = Warning Area
- floor: lower limit of the airspace
- floor_uom: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)
- floor_ref: reference level used for the numeric floor value: AGL, MSL, or STD (standard atmosphere, used for flight level values)
- ceiling: upper limit of the airspace
- ceiling_uom: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)
- ceiling_ref: reference level used for the numeric ceiling value: AGL, MSL, or STD (standard atmosphere, used for flight level values)
- schedule: default activation days/times (other times by NOTAM)
- MAA (Miscellaneous Activity Area)
- name
- maa_type: one of the following - ULTRALIGHT, PARACHUTE JUMP AREA, AEROBATIC PRACTICE, GLIDER, HANG GLIDER, SPACE LAUNCH ACTIVITY
- use_times: textual description of days/times when activity in the area should be expected
- MTR (Military Training Route)
- name
- use_times: textual description of days/times when MTR is active/hot
- terrain_following: boolean value indicating whether terrain following activity occurs on the route
- max_extent_nm: maximum distance that aircraft can deviate from route centerline
post/us/v1/airspace/polygon-query
Headers
x-api-keystring
Request body
Example request
{
"poly": {
"type": "Polygon",
"coordinates": [
[
[
-86.337,
41.716
],
[
-86.323,
41.718
],
[
-86.327,
41.727
],
[
-86.337,
41.722
],
[
-86.337,
41.716
]
]
]
},
"asptypes": [
"CAS"
]
}Response
A list of GeoJSON FeatureCollections, one for each Airspace type requested.
Example response
{
"found": [
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-86.213003,
41.67939
],
[
-86.213828,
41.677706
],
[
-86.214701,
41.676035
],
[
-86.215622,
41.674379
],
[
-86.216591,
41.672738
],
[
-86.217606,
41.671113
],
[
-86.218668,
41.669505
],
[
-86.219775,
41.667914
],
[
-86.220928,
41.666342
],
[
-86.222126,
41.664788
],
[
-86.223368,
41.663254
],
[
-86.224654,
41.661741
],
[
-86.225982,
41.660248
],
[
-86.227354,
41.658778
],
[
-86.228767,
41.65733
],
[
-86.230221,
41.655905
],
[
-86.231716,
41.654504
],
[
-86.233251,
41.653127
],
[
-86.234825,
41.651775
],
[
-86.236437,
41.650449
],
[
-86.238087,
41.64915
],
[
-86.239773,
41.647877
],
[
-86.241496,
41.646632
],
[
-86.243254,
41.645415
],
[
-86.245047,
41.644227
],
[
-86.246873,
41.643068
],
[
-86.248732,
41.641938
],
[
-86.250623,
41.640839
],
[
-86.252545,
41.639771
],
[
-86.254497,
41.638733
],
[
-86.256478,
41.637728
],
[
-86.258488,
41.636755
],
[
-86.260525,
41.635814
],
[
-86.262589,
41.634907
],
[
-86.264678,
41.634033
],
[
-86.266791,
41.633193
],
[
-86.268929,
41.632387
],
[
-86.271089,
41.631616
],
[
-86.27327,
41.63088
],
[
-86.275472,
41.63018
],
[
-86.277693,
41.629515
],
[
-86.279933,
41.628886
],
[
-86.282191,
41.628293
],
[
-86.284465,
41.627737
],
[
-86.286754,
41.627218
],
[
-86.289058,
41.626736
],
[
-86.291375,
41.626291
],
[
-86.293704,
41.625884
],
[
-86.296045,
41.625514
],
[
-86.298395,
41.625182
],
[
-86.300754,
41.624889
],
[
-86.303121,
41.624633
],
[
-86.305495,
41.624416
],
[
-86.307875,
41.624237
],
[
-86.310259,
41.624096
],
[
-86.312647,
41.623994
],
[
-86.315037,
41.62393
],
[
-86.317428,
41.623905
],
[
-86.31982,
41.623919
],
[
-86.32221,
41.623971
],
[
-86.324599,
41.624062
],
[
-86.326984,
41.624192
],
[
-86.329365,
41.624359
],
[
-86.331741,
41.624566
],
[
-86.33411,
41.62481
],
[
-86.336472,
41.625093
],
[
-86.338825,
41.625414
],
[
-86.341168,
41.625772
],
[
-86.343501,
41.626169
],
[
-86.345821,
41.626603
],
[
-86.348129,
41.627074
],
[
-86.350423,
41.627582
],
[
-86.352701,
41.628128
],
[
-86.354964,
41.62871
],
[
-86.357215,
41.629316
],
[
-86.335687,
41.653205
],
[
-86.334459,
41.654687
],
[
-86.33348,
41.656271
],
[
-86.332726,
41.657924
],
[
-86.332206,
41.659626
],
[
-86.331926,
41.66136
],
[
-86.331888,
41.663106
],
[
-86.332094,
41.664846
],
[
-86.332541,
41.66656
],
[
-86.333224,
41.66823
],
[
-86.334135,
41.669837
],
[
-86.335265,
41.671364
],
[
-86.336602,
41.672794
],
[
-86.33813,
41.674112
],
[
-86.339834,
41.675304
],
[
-86.341694,
41.676355
],
[
-86.34369,
41.677255
],
[
-86.345801,
41.677994
],
[
-86.348003,
41.678564
],
[
-86.350272,
41.678958
],
[
-86.352584,
41.679173
],
[
-86.354913,
41.679206
],
[
-86.357234,
41.679056
],
[
-86.359522,
41.678726
],
[
-86.361751,
41.678218
],
[
-86.363897,
41.677539
],
[
-86.365937,
41.676695
],
[
-86.367848,
41.675697
],
[
-86.36961,
41.674554
],
[
-86.371203,
41.67328
],
[
-86.37261,
41.671888
],
[
-86.394804,
41.647166
],
[
-86.396512,
41.648423
],
[
-86.398182,
41.649707
],
[
-86.399816,
41.651018
],
[
-86.401412,
41.652355
],
[
-86.402969,
41.653718
],
[
-86.404486,
41.655105
],
[
-86.405964,
41.656517
],
[
-86.407401,
41.657952
],
[
-86.408796,
41.659409
],
[
-86.410149,
41.66089
],
[
-86.411459,
41.662391
],
[
-86.412726,
41.663913
],
[
-86.413949,
41.665456
],
[
-86.415128,
41.667018
],
[
-86.416261,
41.668598
],
[
-86.417349,
41.670196
],
[
-86.41839,
41.671812
],
[
-86.419386,
41.673444
],
[
-86.420334,
41.675092
],
[
-86.421234,
41.676754
],
[
-86.422087,
41.678431
],
[
-86.422891,
41.680121
],
[
-86.423646,
41.681824
],
[
-86.424353,
41.683538
],
[
-86.42501,
41.685264
],
[
-86.425618,
41.687
],
[
-86.426175,
41.688745
],
[
-86.426683,
41.690499
],
[
-86.42714,
41.69226
],
[
-86.427546,
41.694029
],
[
-86.427901,
41.695803
],
[
-86.428205,
41.697583
],
[
-86.428458,
41.699368
],
[
-86.428659,
41.701156
],
[
-86.42881,
41.702947
],
[
-86.428908,
41.70474
],
[
-86.428955,
41.706534
],
[
-86.428951,
41.708328
],
[
-86.428895,
41.710122
],
[
-86.428787,
41.711915
],
[
-86.428628,
41.713705
],
[
-86.428418,
41.715493
],
[
-86.428156,
41.717276
],
[
-86.427843,
41.719055
],
[
-86.427479,
41.720829
],
[
-86.427063,
41.722596
],
[
-86.426598,
41.724356
],
[
-86.426081,
41.726109
],
[
-86.425515,
41.727852
],
[
-86.424898,
41.729586
],
[
-86.424232,
41.73131
],
[
-86.423516,
41.733022
],
[
-86.422751,
41.734723
],
[
-86.421937,
41.73641
],
[
-86.421075,
41.738085
],
[
-86.420165,
41.739744
],
[
-86.419207,
41.741389
],
[
-86.418202,
41.743018
],
[
-86.417151,
41.744631
],
[
-86.416053,
41.746226
],
[
-86.41491,
41.747803
],
[
-86.413722,
41.749361
],
[
-86.412489,
41.7509
],
[
-86.411212,
41.752418
],
[
-86.409891,
41.753915
],
[
-86.408528,
41.755391
],
[
-86.407122,
41.756845
],
[
-86.405675,
41.758275
],
[
-86.404187,
41.759682
],
[
-86.402659,
41.761064
],
[
-86.401092,
41.762421
],
[
-86.399485,
41.763753
],
[
-86.397841,
41.765059
],
[
-86.39616,
41.766337
],
[
-86.394442,
41.767589
],
[
-86.392688,
41.768812
],
[
-86.390899,
41.770006
],
[
-86.389077,
41.771172
],
[
-86.387221,
41.772308
],
[
-86.385333,
41.773413
],
[
-86.383414,
41.774488
],
[
-86.381464,
41.775532
],
[
-86.379484,
41.776544
],
[
-86.377476,
41.777524
],
[
-86.37544,
41.778471
],
[
-86.373377,
41.779385
],
[
-86.371288,
41.780265
],
[
-86.369174,
41.781112
],
[
-86.367036,
41.781924
],
[
-86.364876,
41.782702
],
[
-86.362693,
41.783445
],
[
-86.36049,
41.784152
],
[
-86.358266,
41.784823
],
[
-86.356024,
41.785459
],
[
-86.353764,
41.786058
],
[
-86.351487,
41.78662
],
[
-86.349195,
41.787146
],
[
-86.346888,
41.787634
],
[
-86.344567,
41.788085
],
[
-86.342234,
41.788499
],
[
-86.33989,
41.788875
],
[
-86.337535,
41.789213
],
[
-86.335171,
41.789512
],
[
-86.332799,
41.789774
],
[
-86.33042,
41.789997
],
[
-86.328035,
41.790182
],
[
-86.325645,
41.790328
],
[
-86.323252,
41.790436
],
[
-86.320856,
41.790505
],
[
-86.318458,
41.790535
],
[
-86.316061,
41.790527
],
[
-86.313664,
41.79048
],
[
-86.311269,
41.790394
],
[
-86.308877,
41.79027
],
[
-86.306489,
41.790107
],
[
-86.304107,
41.789906
],
[
-86.30173,
41.789666
],
[
-86.299362,
41.789388
],
[
-86.297002,
41.789071
],
[
-86.294651,
41.788717
],
[
-86.292311,
41.788325
],
[
-86.289984,
41.787895
],
[
-86.287669,
41.787428
],
[
-86.285368,
41.786923
],
[
-86.283082,
41.786382
],
[
-86.280812,
41.785804
],
[
-86.27856,
41.785189
],
[
-86.276326,
41.784538
],
[
-86.274111,
41.783851
],
[
-86.271916,
41.783128
],
[
-86.269743,
41.782371
],
[
-86.267592,
41.781578
],
[
-86.265465,
41.780751
],
[
-86.263362,
41.77989
],
[
-86.261284,
41.778994
],
[
-86.259232,
41.778066
],
[
-86.257208,
41.777105
],
[
-86.255212,
41.776111
],
[
-86.253245,
41.775085
],
[
-86.251308,
41.774028
],
[
-86.249402,
41.77294
],
[
-86.247528,
41.771821
],
[
-86.245687,
41.770673
],
[
-86.243879,
41.769495
],
[
-86.242105,
41.768287
],
[
-86.240367,
41.767052
],
[
-86.238664,
41.765789
],
[
-86.236999,
41.764499
],
[
-86.235371,
41.763182
],
[
-86.233781,
41.761839
],
[
-86.232231,
41.760471
],
[
-86.23072,
41.759078
],
[
-86.229249,
41.757661
],
[
-86.22782,
41.75622
],
[
-86.226433,
41.754757
],
[
-86.225088,
41.753272
],
[
-86.223786,
41.751765
],
[
-86.222528,
41.750238
],
[
-86.221314,
41.748691
],
[
-86.220145,
41.747125
],
[
-86.219022,
41.74554
],
[
-86.217944,
41.743937
],
[
-86.216913,
41.742317
],
[
-86.215928,
41.740682
],
[
-86.214991,
41.73903
],
[
-86.214102,
41.737364
],
[
-86.21326,
41.735684
],
[
-86.212468,
41.73399
],
[
-86.211724,
41.732285
],
[
-86.211029,
41.730567
],
[
-86.210384,
41.728839
],
[
-86.209789,
41.727101
],
[
-86.209244,
41.725354
],
[
-86.20875,
41.723598
],
[
-86.208306,
41.721835
],
[
-86.207912,
41.720064
],
[
-86.20757,
41.718288
],
[
-86.207279,
41.716507
],
[
-86.20704,
41.714722
],
[
-86.206851,
41.712933
],
[
-86.206714,
41.711142
],
[
-86.206629,
41.709348
],
[
-86.206595,
41.707554
],
[
-86.206613,
41.70576
],
[
-86.206682,
41.703966
],
[
-86.206803,
41.702174
],
[
-86.206976,
41.700384
],
[
-86.207199,
41.698597
],
[
-86.207474,
41.696815
],
[
-86.207801,
41.695037
],
[
-86.208178,
41.693265
],
[
-86.208606,
41.6915
],
[
-86.209083,
41.689741
],
[
-86.209612,
41.687991
],
[
-86.210191,
41.68625
],
[
-86.21082,
41.684518
],
[
-86.211499,
41.682797
],
[
-86.212226,
41.681088
],
[
-86.213003,
41.67939
]
]
]
},
"properties": {
"airspace_type": "CAS",
"name": "SOUTH BEND, MICHIANA REGIONAL AIRPORT CLASS C",
"cas_class": "C",
"floor": 0,
"ceiling": 4800,
"laanc": true
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-86.213003,
41.67939
],
[
-86.213828,
41.677706
],
[
-86.214701,
41.676035
],
[
-86.215622,
41.674379
],
[
-86.216591,
41.672738
],
[
-86.217606,
41.671113
],
[
-86.218668,
41.669505
],
[
-86.219775,
41.667914
],
[
-86.220928,
41.666342
],
[
-86.222126,
41.664788
],
[
-86.223368,
41.663254
],
[
-86.224654,
41.661741
],
[
-86.225982,
41.660248
],
[
-86.227354,
41.658778
],
[
-86.228767,
41.65733
],
[
-86.230221,
41.655905
],
[
-86.231716,
41.654504
],
[
-86.233251,
41.653127
],
[
-86.234825,
41.651775
],
[
-86.236437,
41.650449
],
[
-86.238087,
41.64915
],
[
-86.239773,
41.647877
],
[
-86.241496,
41.646632
],
[
-86.243254,
41.645415
],
[
-86.245047,
41.644227
],
[
-86.246873,
41.643068
],
[
-86.248732,
41.641938
],
[
-86.250623,
41.640839
],
[
-86.252545,
41.639771
],
[
-86.254497,
41.638733
],
[
-86.256478,
41.637728
],
[
-86.258488,
41.636755
],
[
-86.260525,
41.635814
],
[
-86.262589,
41.634907
],
[
-86.264678,
41.634033
],
[
-86.266791,
41.633193
],
[
-86.268929,
41.632387
],
[
-86.271089,
41.631616
],
[
-86.27327,
41.63088
],
[
-86.275472,
41.63018
],
[
-86.277693,
41.629515
],
[
-86.279933,
41.628886
],
[
-86.282191,
41.628293
],
[
-86.284465,
41.627737
],
[
-86.286754,
41.627218
],
[
-86.289058,
41.626736
],
[
-86.291375,
41.626291
],
[
-86.293704,
41.625884
],
[
-86.296045,
41.625514
],
[
-86.298395,
41.625182
],
[
-86.300754,
41.624889
],
[
-86.303121,
41.624633
],
[
-86.305495,
41.624416
],
[
-86.307875,
41.624237
],
[
-86.310259,
41.624096
],
[
-86.312647,
41.623994
],
[
-86.315037,
41.62393
],
[
-86.317428,
41.623905
],
[
-86.31982,
41.623919
],
[
-86.32221,
41.623971
],
[
-86.324599,
41.624062
],
[
-86.326984,
41.624192
],
[
-86.329365,
41.624359
],
[
-86.331741,
41.624566
],
[
-86.33411,
41.62481
],
[
-86.336472,
41.625093
],
[
-86.338825,
41.625414
],
[
-86.341168,
41.625772
],
[
-86.343501,
41.626169
],
[
-86.345821,
41.626603
],
[
-86.348129,
41.627074
],
[
-86.350423,
41.627582
],
[
-86.352701,
41.628128
],
[
-86.354964,
41.62871
],
[
-86.357215,
41.629316
],
[
-86.335687,
41.653205
],
[
-86.334459,
41.654687
],
[
-86.33348,
41.656271
],
[
-86.332726,
41.657924
],
[
-86.332206,
41.659626
],
[
-86.331926,
41.66136
],
[
-86.331888,
41.663106
],
[
-86.332094,
41.664846
],
[
-86.332541,
41.66656
],
[
-86.333224,
41.66823
],
[
-86.334135,
41.669837
],
[
-86.335265,
41.671364
],
[
-86.336602,
41.672794
],
[
-86.33813,
41.674112
],
[
-86.339834,
41.675304
],
[
-86.341694,
41.676355
],
[
-86.34369,
41.677255
],
[
-86.345801,
41.677994
],
[
-86.348003,
41.678564
],
[
-86.350272,
41.678958
],
[
-86.352584,
41.679173
],
[
-86.354913,
41.679206
],
[
-86.357234,
41.679056
],
[
-86.359522,
41.678726
],
[
-86.361751,
41.678218
],
[
-86.363897,
41.677539
],
[
-86.365937,
41.676695
],
[
-86.367848,
41.675697
],
[
-86.36961,
41.674554
],
[
-86.371203,
41.67328
],
[
-86.37261,
41.671888
],
[
-86.394804,
41.647166
],
[
-86.396512,
41.648423
],
[
-86.398182,
41.649707
],
[
-86.399816,
41.651018
],
[
-86.401412,
41.652355
],
[
-86.402969,
41.653718
],
[
-86.404486,
41.655105
],
[
-86.405964,
41.656517
],
[
-86.407401,
41.657952
],
[
-86.408796,
41.659409
],
[
-86.410149,
41.66089
],
[
-86.411459,
41.662391
],
[
-86.412726,
41.663913
],
[
-86.413949,
41.665456
],
[
-86.415128,
41.667018
],
[
-86.416261,
41.668598
],
[
-86.417349,
41.670196
],
[
-86.41839,
41.671812
],
[
-86.419386,
41.673444
],
[
-86.420334,
41.675092
],
[
-86.421234,
41.676754
],
[
-86.422087,
41.678431
],
[
-86.422891,
41.680121
],
[
-86.423646,
41.681824
],
[
-86.424353,
41.683538
],
[
-86.42501,
41.685264
],
[
-86.425618,
41.687
],
[
-86.426175,
41.688745
],
[
-86.426683,
41.690499
],
[
-86.42714,
41.69226
],
[
-86.427546,
41.694029
],
[
-86.427901,
41.695803
],
[
-86.428205,
41.697583
],
[
-86.428458,
41.699368
],
[
-86.428659,
41.701156
],
[
-86.42881,
41.702947
],
[
-86.428908,
41.70474
],
[
-86.428955,
41.706534
],
[
-86.428951,
41.708328
],
[
-86.428895,
41.710122
],
[
-86.428787,
41.711915
],
[
-86.428628,
41.713705
],
[
-86.428418,
41.715493
],
[
-86.428156,
41.717276
],
[
-86.427843,
41.719055
],
[
-86.427479,
41.720829
],
[
-86.427063,
41.722596
],
[
-86.426598,
41.724356
],
[
-86.426081,
41.726109
],
[
-86.425515,
41.727852
],
[
-86.424898,
41.729586
],
[
-86.424232,
41.73131
],
[
-86.423516,
41.733022
],
[
-86.422751,
41.734723
],
[
-86.421937,
41.73641
],
[
-86.421075,
41.738085
],
[
-86.420165,
41.739744
],
[
-86.419207,
41.741389
],
[
-86.418202,
41.743018
],
[
-86.417151,
41.744631
],
[
-86.416053,
41.746226
],
[
-86.41491,
41.747803
],
[
-86.413722,
41.749361
],
[
-86.412489,
41.7509
],
[
-86.411212,
41.752418
],
[
-86.409891,
41.753915
],
[
-86.408528,
41.755391
],
[
-86.407122,
41.756845
],
[
-86.405675,
41.758275
],
[
-86.404187,
41.759682
],
[
-86.402659,
41.761064
],
[
-86.401092,
41.762421
],
[
-86.399485,
41.763753
],
[
-86.397841,
41.765059
],
[
-86.39616,
41.766337
],
[
-86.394442,
41.767589
],
[
-86.392688,
41.768812
],
[
-86.390899,
41.770006
],
[
-86.389077,
41.771172
],
[
-86.387221,
41.772308
],
[
-86.385333,
41.773413
],
[
-86.383414,
41.774488
],
[
-86.381464,
41.775532
],
[
-86.379484,
41.776544
],
[
-86.377476,
41.777524
],
[
-86.37544,
41.778471
],
[
-86.373377,
41.779385
],
[
-86.371288,
41.780265
],
[
-86.369174,
41.781112
],
[
-86.367036,
41.781924
],
[
-86.364876,
41.782702
],
[
-86.362693,
41.783445
],
[
-86.36049,
41.784152
],
[
-86.358266,
41.784823
],
[
-86.356024,
41.785459
],
[
-86.353764,
41.786058
],
[
-86.351487,
41.78662
],
[
-86.349195,
41.787146
],
[
-86.346888,
41.787634
],
[
-86.344567,
41.788085
],
[
-86.342234,
41.788499
],
[
-86.33989,
41.788875
],
[
-86.337535,
41.789213
],
[
-86.335171,
41.789512
],
[
-86.332799,
41.789774
],
[
-86.33042,
41.789997
],
[
-86.328035,
41.790182
],
[
-86.325645,
41.790328
],
[
-86.323252,
41.790436
],
[
-86.320856,
41.790505
],
[
-86.318458,
41.790535
],
[
-86.316061,
41.790527
],
[
-86.313664,
41.79048
],
[
-86.311269,
41.790394
],
[
-86.308877,
41.79027
],
[
-86.306489,
41.790107
],
[
-86.304107,
41.789906
],
[
-86.30173,
41.789666
],
[
-86.299362,
41.789388
],
[
-86.297002,
41.789071
],
[
-86.294651,
41.788717
],
[
-86.292311,
41.788325
],
[
-86.289984,
41.787895
],
[
-86.287669,
41.787428
],
[
-86.285368,
41.786923
],
[
-86.283082,
41.786382
],
[
-86.280812,
41.785804
],
[
-86.27856,
41.785189
],
[
-86.276326,
41.784538
],
[
-86.274111,
41.783851
],
[
-86.271916,
41.783128
],
[
-86.269743,
41.782371
],
[
-86.267592,
41.781578
],
[
-86.265465,
41.780751
],
[
-86.263362,
41.77989
],
[
-86.261284,
41.778994
],
[
-86.259232,
41.778066
],
[
-86.257208,
41.777105
],
[
-86.255212,
41.776111
],
[
-86.253245,
41.775085
],
[
-86.251308,
41.774028
],
[
-86.249402,
41.77294
],
[
-86.247528,
41.771821
],
[
-86.245687,
41.770673
],
[
-86.243879,
41.769495
],
[
-86.242105,
41.768287
],
[
-86.240367,
41.767052
],
[
-86.238664,
41.765789
],
[
-86.236999,
41.764499
],
[
-86.235371,
41.763182
],
[
-86.233781,
41.761839
],
[
-86.232231,
41.760471
],
[
-86.23072,
41.759078
],
[
-86.229249,
41.757661
],
[
-86.22782,
41.75622
],
[
-86.226433,
41.754757
],
[
-86.225088,
41.753272
],
[
-86.223786,
41.751765
],
[
-86.222528,
41.750238
],
[
-86.221314,
41.748691
],
[
-86.220145,
41.747125
],
[
-86.219022,
41.74554
],
[
-86.217944,
41.743937
],
[
-86.216913,
41.742317
],
[
-86.215928,
41.740682
],
[
-86.214991,
41.73903
],
[
-86.214102,
41.737364
],
[
-86.21326,
41.735684
],
[
-86.212468,
41.73399
],
[
-86.211724,
41.732285
],
[
-86.211029,
41.730567
],
[
-86.210384,
41.728839
],
[
-86.209789,
41.727101
],
[
-86.209244,
41.725354
],
[
-86.20875,
41.723598
],
[
-86.208306,
41.721835
],
[
-86.207912,
41.720064
],
[
-86.20757,
41.718288
],
[
-86.207279,
41.716507
],
[
-86.20704,
41.714722
],
[
-86.206851,
41.712933
],
[
-86.206714,
41.711142
],
[
-86.206629,
41.709348
],
[
-86.206595,
41.707554
],
[
-86.206613,
41.70576
],
[
-86.206682,
41.703966
],
[
-86.206803,
41.702174
],
[
-86.206976,
41.700384
],
[
-86.207199,
41.698597
],
[
-86.207474,
41.696815
],
[
-86.207801,
41.695037
],
[
-86.208178,
41.693265
],
[
-86.208606,
41.6915
],
[
-86.209083,
41.689741
],
[
-86.209612,
41.687991
],
[
-86.210191,
41.68625
],
[
-86.21082,
41.684518
],
[
-86.211499,
41.682797
],
[
-86.212226,
41.681088
],
[
-86.213003,
41.67939
]
]
]
},
"properties": {
"airspace_type": "CAS",
"name": "SOUTH BEND, MICHIANA REGIONAL AIRPORT CLASS E2",
"cas_class": "E2",
"floor": 0,
"ceiling": 18000,
"laanc": true
}
}
]
}
]
}