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
| [
| {
| "type": [
| {
| "name": "国企持有项目土地",
| "id": "fs001",
| "entity": [],
| "checked": true,
| "mapServer": 0,
| "icon": "default.png",
| "type": "土地",
| "count": 0,
| "disable": false
| },
| {
| "name": "收储存量土地",
| "id": "fs002",
| "entity": [],
| "checked": true,
| "mapServer": 1,
| "icon": "default.png",
| "type": "土地",
| "count": 0,
| "disable": false
| },
| {
| "name": "棚户区存量土地",
| "id": "fs003",
| "entity": [],
| "checked": true,
| "mapServer": 2,
| "icon": "default.png",
| "type": "土地",
| "count": 0,
| "disable": false
| },
| {
| "name": "行政事业单位持有土地",
| "id": "fs004",
| "entity": [],
| "checked": true,
| "mapServer": 3,
| "icon": "default.png",
| "type": "土地",
| "count": 0,
| "disable": false
| },
| {
| "name": "示范镇存量土地",
| "id": "fs005",
| "entity": [],
| "checked": true,
| "mapServer": 4,
| "icon": "default.png",
| "type": "土地",
| "count": 0,
| "disable": false
| },
|
| {
| "name": "商业设施",
| "id": "fs0010",
| "entity": [],
| "checked": true,
| "mapServer": 9,
| "icon": "商业设施.png",
| "type": "房产",
| "count": 0,
| "disable": false
| },
| {
| "name": "商务楼宇",
| "id": "fs0011",
| "entity": [],
| "checked": true,
| "mapServer": 10,
| "icon": "default.png",
| "type": "房产",
| "count": 0,
| "disable": false
| },
|
| {
| "name": "保障性住房和还迁安置房",
| "id": "fs0012",
| "entity": [],
| "checked": true,
| "mapServer": 11,
| "icon": "default.png",
| "type": "房产",
| "count": 0,
| "disable": false
| },
| {
| "name": "工业厂房",
| "id": "fs0013",
| "entity": [],
| "checked": true,
| "mapServer": 12,
| "icon": "工业厂房.png",
| "type": "房产",
| "count": 0,
| "disable": false
| },
| {
| "name": "行政事业单位用房",
| "id": "fs0014",
| "entity": [],
| "checked": true,
| "mapServer": 13,
| "icon": "行政事业单位用房.png",
| "type": "房产",
| "count": 0,
| "disable": false
| },
| {
| "name": "小洋楼",
| "id": "fs0015",
| "entity": [],
| "checked": true,
| "mapServer": 14,
| "icon": "小洋楼.png",
| "type": "房产",
| "count": 0,
| "disable": false
| },
|
| {
| "name": "历史文化资源",
| "id": "fs0016",
| "entity": [],
| "checked": true,
| "mapServer": 15,
| "icon": "default.png",
| "type": "房产",
| "count": 0,
| "disable": false
| },
| {
| "name": "债权",
| "id": "fs006",
| "entity": [],
| "mapServer": 5,
| "checked": false,
| "icon": "default.png",
| "type": "无形类资产",
| "count": 0,
| "disable": true
| },
| {
| "name": "股权",
| "id": "fs007",
| "entity": [],
| "checked": false,
| "mapServer": 6,
| "icon": "default.png",
| "type": "无形类资产",
| "count": 0,
| "disable": true
| },
| {
| "name": "商业老字号",
| "id": "fs008",
| "entity": [],
| "checked": false,
| "mapServer": 7,
| "icon": "default.png",
| "type": "无形类资产",
| "count": 0,
| "disable": true
| },
| {
| "name": "工业老字号",
| "id": "fs009",
| "entity": [],
| "checked": false,
| "mapServer": 8,
| "icon": "default.png",
| "type": "无形类资产",
| "count": 0,
| "disable": true
| }
| ]
| }
| ]
|
|