UNPKG

c8y-openlayer

Version:

This module is designed to help integrate Openlayer with Cumulocity IoT

12 lines (10 loc) 200 B
/** * IGC altitude/z. One of 'barometric', 'gps', 'none'. * @enum {string} */ var _ol_format_IGCZ_ = { BAROMETRIC: 'barometric', GPS: 'gps', NONE: 'none' }; export default _ol_format_IGCZ_;