Retrieves official airport boundaries from the LIO Open Data REST service
(LIO_Open05/0).
Arguments
- simplify
Logical. If
TRUE, requests generalized geometry from the service (maxAllowableOffset = 1e-04, i.e. 0.0001 degrees, since the service returns EPSG:4326 – roughly 11 m on the ground). Defaults toFALSE: confirmed live that the simplified request returns corrupted geometry for this layer (GEOMETRYCOLLECTIONinstead of polygons, for all 403 features) rather than valid generalized boundaries – the same class of distortion documented forretrieve_phu(), caught here by live-testing rather than assumed from feature count. Do not flip this default without re-testing live.- refresh
Logical. If
TRUE, bypasses any cached copy and re-fetches from the live API. Defaults toFALSE.- max_age
Numeric or
NULL. Maximum acceptable cache age in days; older entries are re-fetched. Defaults toNULL.