data.ts 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. import {
  2. getEmergencyExpertDetails,
  3. getEmergencyShelterTypeDetails,
  4. getGasolinestationDetails,
  5. getHospitalDetails,
  6. getMiningcompanyDetails,
  7. getWarehouseDetails,
  8. getChemicalcompanyDetails,
  9. getSchoolDetails,
  10. getWaterloggedRoadsDetails,
  11. getShipRealtilmePositionDetails,
  12. getUAVDetails,
  13. getRainbowDetails,
  14. getTouristAttractionDetails,
  15. getConstructionSitesDetails,
  16. getYardSitesDetails,
  17. getStationInfoDetails,
  18. getMajorHazardSourceDetails,
  19. getBuildingProjectDetails,
  20. getChemicalWarehouseDetails,
  21. getMiningOperationsDetails,
  22. getEmergencyTransportResourcesDetails,
  23. getEmergencyDisasterInfoOfficerDetails,
  24. getMidmapDzzhDetails,
  25. getVehicleDetails,
  26. getMDPUnitDetails,
  27. getWaterList,
  28. getVideoDrowning,
  29. getVideoForestFire,
  30. getVideoDisasterPrevention,
  31. getVideoTraffic,
  32. getPointInfoTransportationVideo,
  33. getVehicleInfo,
  34. getChildWelfareInstitutionsInfo,
  35. getElderlyCareInstitutionsInfo,
  36. getVideoInfo,
  37. getPointInfoLargeMediumReservoirs,
  38. getPointInfoSmall1Reservoirs,
  39. getPointInfoSmall2Reservoirs,
  40. getPointInfoRoofMountainPond,
  41. getPointInfoHighDamMountainPond,
  42. getPointInfoDowngradedReservoirPond,
  43. getPointInfoLargeRiverDikes,
  44. getPointInfoLargeCoastalDikes,
  45. getPointInfoLargeSluices,
  46. getPointInfoMediumSluices,
  47. getPointInfoFloodControlHydropowerStation,
  48. getPointInfoRainPitsNestVillages,
  49. getPointInfoDisasterProneVillages
  50. } from '@/api/globalMap/spatialAnalysis';
  51. import { getRescueTeamsInfo } from '@/api/globalMap/rescueTeam';
  52. export const methodList = {
  53. 'video': getVideoInfo,
  54. '1': getEmergencyExpertDetails,
  55. '2': getWarehouseDetails,
  56. '3': getEmergencyShelterTypeDetails,
  57. '4': getWaterloggedRoadsDetails,
  58. '5': getSchoolDetails,
  59. '6': getHospitalDetails,
  60. '7': getGasolinestationDetails,
  61. '8': getMiningcompanyDetails,
  62. // '9': getChemicalcompanyDetails,
  63. '10': getShipRealtilmePositionDetails,
  64. '11': getChemicalcompanyDetails,
  65. '12': getChemicalcompanyDetails,
  66. '13': getChemicalcompanyDetails,
  67. '14': getChemicalcompanyDetails,
  68. '15': getUAVDetails,
  69. '16': getRainbowDetails,
  70. '17': getMidmapDzzhDetails,
  71. '18': getMiningOperationsDetails,
  72. '20': getMDPUnitDetails,
  73. '21': getBuildingProjectDetails,
  74. '22': getChemicalWarehouseDetails,
  75. '23': getMajorHazardSourceDetails,
  76. '24': getStationInfoDetails,
  77. '25': getYardSitesDetails,
  78. '26': getTouristAttractionDetails,
  79. '27': getConstructionSitesDetails,
  80. '28': getEmergencyTransportResourcesDetails,
  81. '29': getEmergencyDisasterInfoOfficerDetails,
  82. // '30': getVehicleDetails,
  83. '31': getWaterList,
  84. '32': getVideoDrowning,
  85. '33': getVideoForestFire,
  86. '34': getVideoDisasterPrevention,
  87. '35': getVideoTraffic,
  88. '41': getRescueTeamsInfo,
  89. '42': getPointInfoTransportationVideo,
  90. '43': getVehicleInfo,
  91. '44': getChildWelfareInstitutionsInfo,
  92. '45': getElderlyCareInstitutionsInfo,
  93. '46': getPointInfoLargeMediumReservoirs,
  94. '47': getPointInfoSmall1Reservoirs,
  95. '48': getPointInfoSmall2Reservoirs,
  96. '49': getPointInfoRoofMountainPond,
  97. '50': getPointInfoHighDamMountainPond,
  98. '51': getPointInfoDowngradedReservoirPond,
  99. '52': getPointInfoLargeRiverDikes,
  100. '53': getPointInfoLargeCoastalDikes,
  101. '54': getPointInfoLargeSluices,
  102. '55': getPointInfoMediumSluices,
  103. '56': getPointInfoFloodControlHydropowerStation,
  104. '57': getPointInfoRainPitsNestVillages,
  105. '58': getPointInfoDisasterProneVillages
  106. };
  107. export const titleList = {
  108. 'video': '视频',
  109. '1': '专家信息',
  110. '2': '物资与装备仓库信息',
  111. '3': '避难所信息',
  112. '4': '易涝点信息',
  113. '5': '学校信息',
  114. '6': '医院信息',
  115. '7': '加油站信息',
  116. '8': '非煤矿山企业信息',
  117. '9': '危化企业信息',
  118. '10': '船舶动态信息',
  119. '11': '危险化学品经营企业信息',
  120. '12': '危险化学品生产企业信息',
  121. '13': '危险化学品使用企业(使用许可)信息',
  122. '14': '化工企业(不发使用许可)信息',
  123. '15': '无人机信息',
  124. '16': '雨窝点',
  125. '17': '地质灾害隐患点',
  126. '18': '矿山施工',
  127. '19': '工矿商贸',
  128. '20': '气象灾害防御重点单位',
  129. '21': '建筑工程',
  130. '22': '储罐信息',
  131. '23': '重大危险源',
  132. '24': '客运站',
  133. '25': '堆场',
  134. '26': '旅游场所',
  135. '27': '在建工地',
  136. '28': '运输资源',
  137. '29': '灾害信息员',
  138. '30': '路网视频',
  139. '31': '江湖河库',
  140. '32': '防溺水',
  141. '33': '森防视频',
  142. '34': '防灾救援',
  143. '35': '交通视频',
  144. '41': '救援队伍',
  145. '42': '交通局视频',
  146. '43': '重点车辆',
  147. '44': '儿童福利机构',
  148. '45': '养老机构',
  149. '46': '大中型水库',
  150. '47': '小(1)型水库',
  151. '48': '小(2)型水库',
  152. '49': '屋顶山塘',
  153. '50': '高坝山塘',
  154. '51': '水库降等山塘',
  155. '52': '万亩以上江堤',
  156. '53': '万亩以上海堤',
  157. '54': '大型水闸',
  158. '55': '中型水闸',
  159. '56': '防汛任务电站',
  160. '57': '雨窝点重点村',
  161. '58': '重点易灾村',
  162. '62': '河道监测',
  163. '63': '水库监测'
  164. };