123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- var loginConfig = {
- userName: "user_2024cj",
- password: "Cj@2024123",
- clientId: 1,
- serviceId: 0
- }
- var webConfig = {
- // authUrl: "http://10.235.245.174:8888/",
- authUrl: "http://121.43.55.7:10086/",
- }
- var systemConfig = {
- lonCorrectParams: 0,
- latCorrectParams: 0,
- }
- var scriptObj = {
- main: "/static/plugins/skyscenery/SkyScenery.js",
- CityManagementPlugins: [
- "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
- ],
- EmergencyPlugins: [
- "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
- ],
- OnemapDataPlugins: [
- "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
- ],
- PeopleLivelihoodPlugins: [
- "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
- ],
- RfqPlugins: [
- "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
- ],
- TourismPlugins: [
- "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
- ]
- }
- //地图全局变量声明
- var map2DViewer = {
- baseMapCollection: [],
- markers: {},
- polygons: {},
- polylines: {},
- circles: {},
- map: null,
- maps: [],
- layers: {},
- groups: {},
- };
- // 地块数据
- var dkModelColChName = {
- // c_centroid: "质⼼",
- // c_economic_zone_id: "经济⼩区code",
- c_plot_ratio: "容积率",
- c_economic_zone_name: "经济⼩区名称",
- c_land_area: "⼟地⾯积 (亩)",
- c_transfer_status: "出让情况",
- c_relocation_progress: "动迁进展",
- c_parcel_name: "地块名称",
- c_parcel_number: "地块编号",
- c_transfer_date: "出让时间",
- c_land_nature: "⼟地性质",
- c_land_status: "⼟地现状",
- // c_boundaries: "四⾄范围",
- c_building_area: "建筑⾯积 (m²)",
- c_height_limit: "限⾼ (m)",
- c_industry_direction: "产业⽅向",
- c_investment_lead_id: "关联招商线索code",
- c_spatial_info: "空间信息",
- parcel_images: "地块图⽚",
- updater: "摘要",
- }
- // 楼宇数据
- var lyModelColChName = {
- // c_plot_code: "归属地块code",
- c_building_introduction: "楼宇介绍",
- // c_park_code: "编码",
- c_sold_area: "已出售⾯积(m²)",
- c_property_name: "产权单位",
- // c_economic_zone_code: "经济⼩区code",
- c_rentable_area: "可出租⾯积(m²)",
- c_building_manager_phone: "楼⻓联系⽅式",
- // c_building_manager_code: "经济⼩区_楼⻓code",
- c_self_used_area: "⾃⽤⾯积 (m²)",
- c_administrative_area_name: "⾏政属地名称",
- c_sellable_area: "可出售⾯积(m²)",
- c_room_status: "房间状态",
- c_certified_area: "产证建筑⾯积(m²)",
- c_room_sale_type: "房间租售类型",
- c_floor_area: "占地⾯积 (m²)",
- c_zlqydm: "租赁企业统一信用代码",
- c_land_use: "⼟地⽤途",
- c_building_area: "建筑⾯积 (m²)",
- c_enterprise_count: "注册企业数量",
- c_resource_type: "资源类型",
- c_certificate_term: "权证期限",
- c_uncertified_area: "⽆证建筑⾯积(m²)",
- // c_updater: "更新⼈",
- // c_centroid: "质⼼",
- // c_administrative_area_code: "⾏政属地code",
- c_building_location: "楼栋位置",
- c_economic_zone_name: "经济⼩区名称",
- c_property_fee: "物业费",
- c_plot_name: "地块名称",
- c_underground_area: "地下⾯积 (m²)",
- c_zlqymc: "租赁企业名称",
- // c_parent_code: "⽗级编码",
- c_property_company: "物业公司",
- c_building_manager_name: "楼⻓名",
- c_certificate_nature: "权证性质",
- c_building_height: "楼⾼(m²)",
- c_floor_count: "层数",
- c_rent: "租⾦",
- c_resource_name: "资源名称",
- c_network_operator: "⽹络运营商",
- c_vacant_area: "闲置面积",
- c_address: "地址",
- c_rented_area: "已出租⾯积(m²)",
- c_industry_direction: "产业⽅向",
- c_spatial_info: "空间信息",
- c_buliding_images: "楼宇图片",
- model_room: "样板房间",
- build_time: "建成年份",
- // parent_cyy_code: "父产业园编码",
- // parent_ld_code: "父楼栋编码",
- // parent_lc_code: "父楼层编码",
- }
|