const areaFloorMap = { CQBZ: 'NorthTOP', CQBZ_BGC: 'NorthTOP', CQBZ_BGC_DM: 'NorthTOP', CQBZ_DM_003: 'NorthTOP', CQBZ_DM_004: 'NorthTOP', CQBZ_DM_015: 'NorthTOP', CQBZ_DM_016: 'NorthTOP', CQBZ_DM_018: 'NorthTOP', CQBZ_DM_019: 'NorthTOP', CQBZ_BGC_B1: 'NorthB1', CQBZ_BGC_B1_001: 'NorthB1', CQBZ_BGC_B1_003: 'NorthB1', CQBZ_BGC_B1_004: 'NorthB1', CQBZ_BGC_B1_005: 'NorthB1', CQBZ_BGC_B2: 'NorthB2', CQBZ_BGC_B2_001: 'NorthB2', CQBZ_BGC_B2_002: 'NorthB2', CQBZ_BGC_B2_003: 'NorthB2', CQBZ_BGC_B2_004: 'NorthB2', CQBZ_BGC_B2_005: 'NorthB2', CQBZ_BGC_B2_006: 'NorthB2', CQBZ_BGC_B2_007: 'NorthB2', CQBZ_BGC_B2_008: 'NorthB2', CQBZ_BGC_B2_009: 'NorthB2', CQBZ_BGC_B2_010: 'NorthB2', CQBZ_BGC_B2_011: 'NorthB2', CQBZ_BGC_B3: 'NorthB3', CQBZ_BGC_B3_004: 'NorthB3', CQBZ_NGC: 'SouthTOP', CQBZ_NGC_DM: 'SouthTOP', CQBZ_DM_007: 'SouthTOP', CQBZ_DM_014: 'SouthTOP', CQBZ_DM_017: 'SouthTOP', CQBZ_NGC_B1: 'SouthB1', CQBZ_NGC_B1_002: 'SouthB1', CQBZ_NGC_B1_003: 'SouthB1', CQBZ_NGC_B1_004: 'SouthB1', CQBZ_NGC_B1_005: 'SouthB1', CQBZ_NGC_B1_006: 'SouthB1', CQBZ_NGC_B1_007: 'SouthB1', CQBZ_NGC_B1_008: 'SouthB1', CQBZ_NGC_B1_009: 'SouthB1', CQBZ_NGC_B2: 'SouthB2', CQBZ_NGC_B2_001: 'SouthB2', CQBZ_NGC_B2_002: 'SouthB2', CQBZ_NGC_B2_003: 'SouthB2', CQBZ_BGC_B3_005: 'NorthB3', CQBZ_DM_013: 'NorthTOP', CQBZ_GJ: 'NorthTOP', CQBZ_DM_001: 'NorthTOP', CQBZ_DM_011: 'SouthTOP', CQBZ_GD: 'NorthB3', CQBZ_BGC_B3_001: 'NorthB3', CQBZ_BGC_B3_002: 'NorthB3', CQBZ_BGC_B3_003: 'NorthB3', CQBZ_BGC_B3_006: 'NorthB3', CQBZ_NGC_B1_001: 'SouthB1', CQBZ_TL: 'NorthTOP', CQBZ_DM_002: 'NorthTOP', CQBZ_BGC_B1_002: 'NorthB1', CQBZ_CTQC: 'SouthTOP', CQBZ_DM_012: 'SouthTOP', CQBZ_DM_008: 'NorthTOP', CQBZ_PTXQ: 'SouthTOP', CQBZ_DM_005: 'SouthTOP', CQBZ_DM_006: 'SouthTOP', CQBZ_DM_009: 'SouthTOP', CQBZ_DM_010: 'SouthTOP', } const floorHeightMap = { SouthTOP: 256.13, SouthB1: 245.83, SouthB2: 245.83, NorthTOP: 265.14, NorthB1: 256.17, NorthB2: 251.39, NorthB3: 245.99, } export { floorHeightMap, areaFloorMap }