lixuliang
2024-07-30 424829bc2904cf8445509ceeb666ced6883f5775
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
const keys = {
  // '0CAAD18E': {
  //   "list": [{
  //     name: "基本农田",
  //     icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/基本农田.png"),
  //   },
  //   {
  //     name: "工业用地",
  //     icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/工业用地.png"),
  //   },
  //   {
  //     name: "居住用地",
  //     icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/居住用地.png"),
  //   }]
  // },
  // '48EB9EB7': {
  //   "list": [ {
  //     name: "集体建设用地",
  //     icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/集体建设用地.png"),
  //   },
  //   {
  //     name: "公共管理与公共服务用地",
  //     icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/公共管理与公共服务用地.png"),
  //   }]
  // },
  '路灯杆': {
    "list": [{
      name: "路灯杆",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/路灯杆.png"),
      width: 50,
      height: 50,
    }]
  },
  '路名牌杆': {
    "list": [{
      name: "路名牌杆",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/路名牌杆.png"),
      width: 50,
      height: 50,
    }]
  },
  '交通信号灯杆': {
    "list": [{
      name: "交通信号灯杆",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/交通信号灯杆.png"),
      width: 50,
      height: 50,
    }]
  },
  '多功能综合杆体': {
    "list": [{
      name: "多功能综合杆体",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/多功能综合杆体.png"),
      width: 50,
      height: 50,
    }]
  },
  '监控杆': {
    "list": [{
      name: "监控杆",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/监控杆.png"),
      width: 50,
      height: 50,
    }]
  },
  '监控标志牌': {
    "list": [{
      name: "监控标志牌",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/监控标志牌.png"),
      width: 50,
      height: 50,
    }]
  },
  '其他杆体': {
    "list": [{
      name: "其他杆体",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/其他杆体.png"),
      width: 50,
      height: 50,
    }]
  },
  '交通标志牌': {
    "list": [{
      name: "交通标志牌",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/交通标志牌.png"),
      width: 50,
      height: 50,
    }]
  },
  '交通标志杆': {
    "list": [{
      name: "交通标志杆",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/交通标志杆.png"),
      width: 50,
      height: 50,
    }]
  },
  '雨水井': {
    "list": [{
      name: "雨水井",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/雨水井盖.png"),
      width: 50,
      height: 50,
    }]
  },
  '污水井': {
    "list": [{
      name: "污水井",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/污水井盖.png"),
      width: 50,
      height: 50,
    }]
  },
  '通信井': {
    "list": [{
      name: "通信井",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/通信井盖.png"),
      width: 50,
      height: 50,
    }]
  },
  '热力井': {
    "list": [{
      name: "热力井",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/热力井盖.png"),
      width: 50,
      height: 50,
    }]
  },
  '燃气井': {
    "list": [{
      name: "燃气井",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/燃气井盖.png"),
      width: 50,
      height: 50,
    }]
  },
 
  '路灯井': {
    "list": [{
      name: "路灯井",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/路灯井盖.png"),
      width: 50,
      height: 50,
    }]
  },
 
  '交通井': {
    "list": [{
      name: "交通井",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/交通井盖.png"),
      width: 50,
      height: 50,
    }]
  },
 
  '监控井': {
    "list": [{
      name: "监控井",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/监控井盖.png"),
      width: 50,
      height: 50,
    }]
  },
 
  '电力井': {
    "list": [{
      name: "电力井",
      icon: require("../../static/SmartEarthSDK/Workers/image/csyxj/切片/电力井盖.png"),
      width: 50,
      height: 50,
    }]
  },
 
  'BAB84B0D': {
    "list": [{
      name: "视频监控",
      icon: require("../../static/SmartEarthSDK/Workers/image/xzspj/spjk.png"),
      width: 50,
      height: 50,
    }]
  },
  'xingzhengquhuamian_tms': {
    "list": [{
      name: "荣华街道",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/荣华街道.png"),
    }, {
      name: "博兴街道",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/博兴街道.png"),
    }, {
      name: "旧宫地区",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/旧宫地区.png"),
    }, {
      name: "台湖镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/台湖镇.png"),
    }, {
      name: "瀛海地区",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/瀛海地区.png"),
    }, {
      name: "马驹桥镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/马驹桥镇.png"),
    }, {
      name: "青云店镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/青云店镇.png"),
    }, {
      name: "长子营镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/长子营镇.png"),
    }, {
      name: "采育镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/采育镇.png"),
    }]
  },
  'XingZhengQuHuaTu': {
    "list": [{
      name: "荣华街道",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/荣华街道.png"),
    }, {
      name: "博兴街道",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/博兴街道.png"),
    }, {
      name: "旧宫地区",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/旧宫地区.png"),
    }, {
      name: "台湖镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/台湖镇.png"),
    }, {
      name: "瀛海地区",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/瀛海地区.png"),
    }, {
      name: "马驹桥镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/马驹桥镇.png"),
    }, {
      name: "青云店镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/青云店镇.png"),
    }, {
      name: "长子营镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/长子营镇.png"),
    }, {
      name: "采育镇",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/xzqht/采育镇.png"),
    }]
  },
  'ZhuYaoGongNengQuGuiHuaShiYiTu': {
    "list": [{
      name: "综合配套服务区",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/qghsyt/综合配套服务区.png"),
    }, {
      name: "光机电一体化基地",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/qghsyt/光机电一体化基地.png"),
    }, {
      name: "高精尖产业核心地区",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/qghsyt/高精尖产业核心地区.png"),
    }, {
      name: "台湖高端总部基地",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/qghsyt/台湖高端总部基地.png"),
    }, {
      name: "金桥科技产业基地",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/qghsyt/金桥科技产业基地.png"),
    }, {
      name: "青云店产业园",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/qghsyt/青云店产业园.png"),
    }, {
      name: "长子营产业园",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/qghsyt/长子营产业园.png"),
    }, {
      name: "采育产业园",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/qghsyt/采育产业园.png"),
    }, {
      name: "预留地",
      icon: require("../../static/SmartEarthSDK/Workers/image/tuli/qghsyt/预留地.png"),
    }]
  },
  'chengshiguihua_dikuaibianhao_tms': {
    "list":
      [
        {
          name: "基本农田",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/基本农田.png"),
        },
        {
          name: "工业用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/工业用地.png"),
        },
        {
          name: "居住用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/居住用地.png"),
        },
        {
          name: "集体建设用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/集体建设用地.png"),
        },
        {
          name: "公共管理与公共服务用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/公共管理与公共服务用地.png"),
        },
        {
          name: "交通设施用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/交通设施用地.png"),
        },
        {
          name: "绿地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/绿地.png"),
        },
        {
          name: "水域",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/水域.png"),
        },
        {
          name: "物流仓储用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/物流仓储用地.png"),
        },
 
        {
          name: "商业服务业设施用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/商业服务业设施用地.png"),
        },
 
        {
          name: "战略留白用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/战略留白用地.png"),
        },
        {
          name: "教育",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/教育.png"),
        },
        {
          name: "科研",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/科研.png"),
        },
        {
          name: "商业服务业",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/商业服务业.png"),
        },
        {
          name: "社会福利",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/社会福利.png"),
        },
        {
          name: "市政",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/市政.png"),
        },
        {
          name: "体育",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/体育.png"),
        },
        {
          name: "停车场",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/停车场.png"),
        },
        {
          name: "文化娱乐",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/文化娱乐.png"),
        },
        {
          name: "行政办公",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/行政办公.png"),
        },
        {
          name: "医疗",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/医疗.png"),
        },
        {
          name: "多功能",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/多功能.png"),
        },
 
        {
          name: "待研究",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/待研究.png"),
        }
      ]
 
  },
  'chengshiguihua_xiangmumingcheng_tms': {
    "list":
      [
        {
          name: "基本农田",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/基本农田.png"),
        },
        {
          name: "工业用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/工业用地.png"),
        },
        {
          name: "居住用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/居住用地.png"),
        },
        {
          name: "集体建设用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/集体建设用地.png"),
        },
        {
          name: "公共管理与公共服务用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/公共管理与公共服务用地.png"),
        },
        {
          name: "交通设施用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/交通设施用地.png"),
        },
        {
          name: "绿地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/绿地.png"),
        },
        {
          name: "水域",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/水域.png"),
        },
        {
          name: "物流仓储用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/物流仓储用地.png"),
        },
 
        {
          name: "商业服务业设施用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/商业服务业设施用地.png"),
        },
 
        {
          name: "战略留白用地",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/战略留白用地.png"),
        },
        {
          name: "教育",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/教育.png"),
        },
        {
          name: "科研",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/科研.png"),
        },
        {
          name: "商业服务业",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/商业服务业.png"),
        },
        {
          name: "社会福利",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/社会福利.png"),
        },
        {
          name: "市政",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/市政.png"),
        },
        {
          name: "体育",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/体育.png"),
        },
        {
          name: "停车场",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/停车场.png"),
        },
        {
          name: "文化娱乐",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/文化娱乐.png"),
        },
        {
          name: "行政办公",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/行政办公.png"),
        },
        {
          name: "医疗",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level3/医疗.png"),
        },
        {
          name: "多功能",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/多功能.png"),
        },
 
        {
          name: "待研究",
          icon: require("../../static/SmartEarthSDK/Workers/image/tuli/Level1/待研究.png"),
        }
      ]
 
  }
 
}
 
export default keys