config.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. var loginConfig = {
  2. userName: "user_2024cj",
  3. password: "Cj@2024123",
  4. clientId: 1,
  5. serviceId: 0
  6. }
  7. var webConfig = {
  8. // authUrl: "http://10.235.245.174:8888/",
  9. authUrl: "http://121.43.55.7:10086/",
  10. }
  11. var systemConfig = {
  12. lonCorrectParams: 0,
  13. latCorrectParams: 0,
  14. }
  15. var scriptObj = {
  16. main: "/static/plugins/skyscenery/SkyScenery.js",
  17. CityManagementPlugins: [
  18. "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
  19. ],
  20. EmergencyPlugins: [
  21. "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
  22. ],
  23. OnemapDataPlugins: [
  24. "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
  25. ],
  26. PeopleLivelihoodPlugins: [
  27. "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
  28. ],
  29. RfqPlugins: [
  30. "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
  31. ],
  32. TourismPlugins: [
  33. "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
  34. ]
  35. }
  36. //地图全局变量声明
  37. var map2DViewer = {
  38. baseMapCollection: [],
  39. markers: {},
  40. polygons: {},
  41. polylines: {},
  42. circles: {},
  43. map: null,
  44. maps: [],
  45. layers: {},
  46. groups: {},
  47. };
  48. // 地块数据
  49. var dkModelColChName = {
  50. // c_centroid: "质⼼",
  51. // c_economic_zone_id: "经济⼩区code",
  52. c_plot_ratio: "容积率",
  53. c_economic_zone_name: "经济⼩区名称",
  54. c_land_area: "⼟地⾯积 (亩)",
  55. c_transfer_status: "出让情况",
  56. c_relocation_progress: "动迁进展",
  57. c_parcel_name: "地块名称",
  58. c_parcel_number: "地块编号",
  59. c_transfer_date: "出让时间",
  60. c_land_nature: "⼟地性质",
  61. c_land_status: "⼟地现状",
  62. // c_boundaries: "四⾄范围",
  63. c_building_area: "建筑⾯积 (m²)",
  64. c_height_limit: "限⾼ (m)",
  65. c_industry_direction: "产业⽅向",
  66. c_investment_lead_id: "关联招商线索code",
  67. c_spatial_info: "空间信息",
  68. parcel_images: "地块图⽚",
  69. updater: "摘要",
  70. }
  71. // 楼宇数据
  72. var lyModelColChName = {
  73. // c_plot_code: "归属地块code",
  74. c_building_introduction: "楼宇介绍",
  75. // c_park_code: "编码",
  76. c_sold_area: "已出售⾯积(m²)",
  77. c_property_name: "产权单位",
  78. // c_economic_zone_code: "经济⼩区code",
  79. c_rentable_area: "可出租⾯积(m²)",
  80. c_building_manager_phone: "楼⻓联系⽅式",
  81. // c_building_manager_code: "经济⼩区_楼⻓code",
  82. c_self_used_area: "⾃⽤⾯积 (m²)",
  83. c_administrative_area_name: "⾏政属地名称",
  84. c_sellable_area: "可出售⾯积(m²)",
  85. c_room_status: "房间状态",
  86. c_certified_area: "产证建筑⾯积(m²)",
  87. c_room_sale_type: "房间租售类型",
  88. c_floor_area: "占地⾯积 (m²)",
  89. c_zlqydm: "租赁企业统一信用代码",
  90. c_land_use: "⼟地⽤途",
  91. c_building_area: "建筑⾯积 (m²)",
  92. c_enterprise_count: "注册企业数量",
  93. c_resource_type: "资源类型",
  94. c_certificate_term: "权证期限",
  95. c_uncertified_area: "⽆证建筑⾯积(m²)",
  96. // c_updater: "更新⼈",
  97. // c_centroid: "质⼼",
  98. // c_administrative_area_code: "⾏政属地code",
  99. c_building_location: "楼栋位置",
  100. c_economic_zone_name: "经济⼩区名称",
  101. c_property_fee: "物业费",
  102. c_plot_name: "地块名称",
  103. c_underground_area: "地下⾯积 (m²)",
  104. c_zlqymc: "租赁企业名称",
  105. // c_parent_code: "⽗级编码",
  106. c_property_company: "物业公司",
  107. c_building_manager_name: "楼⻓名",
  108. c_certificate_nature: "权证性质",
  109. c_building_height: "楼⾼(m²)",
  110. c_floor_count: "层数",
  111. c_rent: "租⾦",
  112. c_resource_name: "资源名称",
  113. c_network_operator: "⽹络运营商",
  114. c_vacant_area: "闲置面积",
  115. c_address: "地址",
  116. c_rented_area: "已出租⾯积(m²)",
  117. c_industry_direction: "产业⽅向",
  118. c_spatial_info: "空间信息",
  119. c_buliding_images: "楼宇图片",
  120. model_room: "样板房间",
  121. build_time: "建成年份",
  122. // parent_cyy_code: "父产业园编码",
  123. // parent_ld_code: "父楼栋编码",
  124. // parent_lc_code: "父楼层编码",
  125. }