Module: AIPP::LF::Helpers::UsageLimitation
- Included in:
- AIP::Aerodromes, AIP::Helipads
- Defined in:
- lib/aipp/regions/LF/helpers/usage_limitation.rb
Constant Summary collapse
- LIMITATION_TYPES =
Map limitation type descriptions to AIXM limitation, realm and remarks
{ 'OFF' => nil, # skip decommissioned aerodromes/helistations 'CAP' => { limitation: :permitted, realm: :civilian }, 'ADM' => { limitation: :permitted, realm: :other, remarks: "Goverment ACFT only / Réservé aux ACFT de l'État" }, 'MIL' => { limitation: :permitted, realm: :military }, 'PRV' => { limitation: :reservation_required, realm: :civilian }, 'RST' => { limitation: :reservation_required, realm: :civilian }, 'TPD' => { limitation: :reservation_required, realm: :civilian } }.freeze