raintee-maputils 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,820 +0,0 @@
1
- export const predefineColorSet = {
2
- '默认单色预设': [{
3
- Property: '默认',
4
- Color: '#ffffff'
5
- }],
6
- '规划地类预设':
7
- [
8
- {
9
- "Property": "耕地",
10
- "Color": "RGB(245,248,220)"
11
- },
12
- {
13
- "Property": "旱地",
14
- "Color": "RGB(245,248,220)"
15
- },
16
- {
17
- "Property": "水田",
18
- "Color": "RGB(245,248,220)"
19
- },
20
- {
21
- "Property": "园地",
22
- "Color": "RGB(191,233,170)"
23
- },
24
- {
25
- "Property": "其他园地",
26
- "Color": "RGB(191,233,170)"
27
- },
28
- {
29
- "Property": "茶园",
30
- "Color": "RGB(191,233,170)"
31
- },
32
- {
33
- "Property": "果园",
34
- "Color": "RGB(191,233,170)"
35
- },
36
- {
37
- "Property": "林地",
38
- "Color": "RGB(104,177,103)"
39
- },
40
- {
41
- "Property": "乔木林地",
42
- "Color": "RGB(104,177,103)"
43
- },
44
- {
45
- "Property": "其他林地",
46
- "Color": "RGB(104,177,103)"
47
- },
48
- {
49
- "Property": "灌木林地",
50
- "Color": "RGB(104,177,103)"
51
- },
52
- {
53
- "Property": "竹林地",
54
- "Color": "RGB(104,177,103)"
55
- },
56
- {
57
- "Property": "草地",
58
- "Color": "RGB(205,245,122)"
59
- },
60
- {
61
- "Property": "其他草地",
62
- "Color": "RGB(205,245,122)"
63
- },
64
- {
65
- "Property": "湿地",
66
- "Color": "RGB(101,205,170)"
67
- },
68
- {
69
- "Property": "内陆滩涂",
70
- "Color": "RGB(101,205,170)"
71
- },
72
- {
73
- "Property": "农业设施建设用地",
74
- "Color": "RGB(216,215,159)"
75
- },
76
- {
77
- "Property": "乡村道路用地",
78
- "Color": "RGB(216,215,159)"
79
- },
80
- {
81
- "Property": "水产养殖设施建设用地",
82
- "Color": "RGB(216,215,159)"
83
- },
84
- {
85
- "Property": "种植设施建设用地",
86
- "Color": "RGB(216,215,159)"
87
- },
88
- {
89
- "Property": "畜禽养殖设施建设用地",
90
- "Color": "RGB(216,215,159)"
91
- },
92
- {
93
- "Property": "城镇住宅用地",
94
- "Color": "RGB(255,255,45)"
95
- },
96
- {
97
- "Property": "二类城镇住宅用地",
98
- "Color": "RGB(255,255,45)"
99
- },
100
- {
101
- "Property": "二类居住用地",
102
- "Color": "RGB(255,255,45)"
103
- },
104
- {
105
- "Property": "住宅用地",
106
- "Color": "RGB(255,255,45)"
107
- },
108
- {
109
- "Property": "住宅用地兼容商业服务业设施用地",
110
- "Color": "RGB(255,255,45)"
111
- },
112
- {
113
- "Property": "服务设施用地",
114
- "Color": "RGB(255,255,45)"
115
- },
116
- {
117
- "Property": "城镇居住用地",
118
- "Color": "RGB(255,255,45)"
119
- },
120
- {
121
- "Property": "农村宅基地",
122
- "Color": "RGB(255,211,128)"
123
- },
124
- {
125
- "Property": "农村居住用地",
126
- "Color": "RGB(255,211,128)"
127
- },
128
- {
129
- "Property": "机关团体用地",
130
- "Color": "RGB(255,0,255)"
131
- },
132
- {
133
- "Property": "文化用地",
134
- "Color": "RGB(255,127,0)"
135
- },
136
- {
137
- "Property": "文化活动用地",
138
- "Color": "RGB(255,127,0)"
139
- },
140
- {
141
- "Property": "文化设施用地",
142
- "Color": "RGB(255,127,0)"
143
- },
144
- {
145
- "Property": "图书与展览用地",
146
- "Color": "RGB(255,127,0)"
147
- },
148
- {
149
- "Property": "图书展览用地",
150
- "Color": "RGB(255,127,0)"
151
- },
152
- {
153
- "Property": "教育科研用地",
154
- "Color": "RGB(255,133,201)"
155
- },
156
- {
157
- "Property": "教育用地",
158
- "Color": "RGB(255,133,201)"
159
- },
160
- {
161
- "Property": "中等专业学校用地",
162
- "Color": "RGB(255,133,201)"
163
- },
164
- {
165
- "Property": "高等院校用地",
166
- "Color": "RGB(255,133,201)"
167
- },
168
- {
169
- "Property": "幼儿园用地",
170
- "Color": "RGB(255,133,201)"
171
- },
172
- {
173
- "Property": "中小学用地",
174
- "Color": "RGB(255,133,201)"
175
- },
176
- {
177
- "Property": "科研用地",
178
- "Color": "RGB(230,0,92)"
179
- },
180
- {
181
- "Property": "体育用地",
182
- "Color": "RGB(0,165,124)"
183
- },
184
- {
185
- "Property": "体育训练用地",
186
- "Color": "RGB(0,165,124)"
187
- },
188
- {
189
- "Property": "体育场馆用地",
190
- "Color": "RGB(0,165,124)"
191
- },
192
- {
193
- "Property": "医疗卫生用地",
194
- "Color": "RGB(255,127,126)"
195
- },
196
- {
197
- "Property": "基层医疗卫生用地",
198
- "Color": "RGB(255,127,126)"
199
- },
200
- {
201
- "Property": "卫生防疫用地",
202
- "Color": "RGB(255,127,126)"
203
- },
204
- {
205
- "Property": "基层医疗卫生设施用地",
206
- "Color": "RGB(255,127,126)"
207
- },
208
- {
209
- "Property": "医院用地",
210
- "Color": "RGB(255,127,126)"
211
- },
212
- {
213
- "Property": "社会福利用地",
214
- "Color": "RGB(255,159,127)"
215
- },
216
- {
217
- "Property": "其他社会福利设施用地",
218
- "Color": "RGB(255,159,127)"
219
- },
220
- {
221
- "Property": "老年人社会福利用地",
222
- "Color": "RGB(255,159,127)"
223
- },
224
- {
225
- "Property": "老年人社会福利设施用地",
226
- "Color": "RGB(255,159,127)"
227
- },
228
- {
229
- "Property": "儿童社会福利用地",
230
- "Color": "RGB(255,159,127)"
231
- },
232
- {
233
- "Property": "商业服务业用地",
234
- "Color": "RGB(255,0,0)"
235
- },
236
- {
237
- "Property": "加油加气站用地",
238
- "Color": "RGB(255,0,0)"
239
- },
240
- {
241
- "Property": "商业服务业设施用地",
242
- "Color": "RGB(255,0,0)"
243
- },
244
- {
245
- "Property": "商业设施用地",
246
- "Color": "RGB(255,0,0)"
247
- },
248
- {
249
- "Property": "商业服务业设施用地兼容住宅",
250
- "Color": "RGB(255,0,0)"
251
- },
252
- {
253
- "Property": "零售商业用地",
254
- "Color": "RGB(255,0,0)"
255
- },
256
- {
257
- "Property": "商业用地",
258
- "Color": "RGB(255,0,0)"
259
- },
260
- {
261
- "Property": "商务用地",
262
- "Color": "RGB(255,0,0)"
263
- },
264
- {
265
- "Property": "其他商务用地",
266
- "Color": "RGB(255,0,0)"
267
- },
268
- {
269
- "Property": "娱乐康体用地",
270
- "Color": "RGB(255,0,0)"
271
- },
272
- {
273
- "Property": "商务金融用地",
274
- "Color": "RGB(255,0,0)"
275
- },
276
- {
277
- "Property": "工业用地",
278
- "Color": "RGB(187,150,116)"
279
- },
280
- {
281
- "Property": "一类工业用地",
282
- "Color": "RGB(187,150,116)"
283
- },
284
- {
285
- "Property": "二类工业用地",
286
- "Color": "RGB(187,150,116)"
287
- },
288
- {
289
- "Property": "采矿用地",
290
- "Color": "RGB(158,108,84)"
291
- },
292
- {
293
- "Property": "盐田用地",
294
- "Color": "RGB(0,0,255)"
295
- },
296
- {
297
- "Property": "仓储用地",
298
- "Color": "RGB(135,97,211)"
299
- },
300
- {
301
- "Property": "物流仓储用地",
302
- "Color": "RGB(135,97,211)"
303
- },
304
- {
305
- "Property": "二类物流仓储用地",
306
- "Color": "RGB(135,97,211)"
307
- },
308
- {
309
- "Property": "一类物流仓储用地",
310
- "Color": "RGB(135,97,211)"
311
- },
312
- {
313
- "Property": "三类物流仓储用地",
314
- "Color": "RGB(135,97,211)"
315
- },
316
- {
317
- "Property": "储备库用地",
318
- "Color": "RGB(153,153,255)"
319
- },
320
- {
321
- "Property": "交通运输用地",
322
- "Color": "RGB(183,183,183)"
323
- },
324
- {
325
- "Property": "铁路用地",
326
- "Color": "RGB(183,183,183)"
327
- },
328
- {
329
- "Property": "城市轨道交通用地",
330
- "Color": "RGB(183,183,183)"
331
- },
332
- {
333
- "Property": "交通场站用地",
334
- "Color": "RGB(183,183,183)"
335
- },
336
- {
337
- "Property": "交通枢纽用地",
338
- "Color": "RGB(183,183,183)"
339
- },
340
- {
341
- "Property": "对外交通场站用地",
342
- "Color": "RGB(183,183,183)"
343
- },
344
- {
345
- "Property": "公共交通场站用地",
346
- "Color": "RGB(183,183,183)"
347
- },
348
- {
349
- "Property": "社会停车场用地",
350
- "Color": "RGB(183,183,183)"
351
- },
352
- {
353
- "Property": "公路用地",
354
- "Color": "RGB(173,173,173)"
355
- },
356
- {
357
- "Property": "城镇道路用地",
358
- "Color": "RGB(163,163,163)"
359
- },
360
- {
361
- "Property": "城市道路用地",
362
- "Color": "RGB(163,163,163)"
363
- },
364
- {
365
- "Property": "城镇村道路用地",
366
- "Color": "RGB(163,163,163)"
367
- },
368
- {
369
- "Property": "管道运输用地",
370
- "Color": "RGB(153,153,153)"
371
- },
372
- {
373
- "Property": "公用设施用地",
374
- "Color": "RGB(0,99,128)"
375
- },
376
- {
377
- "Property": "公共设施用地",
378
- "Color": "RGB(0,99,128)"
379
- },
380
- {
381
- "Property": "公共管理与公共服务设施用地",
382
- "Color": "RGB(0,99,128)"
383
- },
384
- {
385
- "Property": "公共管理与公共服务用地",
386
- "Color": "RGB(0,99,128)"
387
- },
388
- {
389
- "Property": "行政办公用地",
390
- "Color": "RGB(255,0,255)"
391
- },
392
- {
393
- "Property": "供水用地",
394
- "Color": "RGB(0,99,128)"
395
- },
396
- {
397
- "Property": "供电用地",
398
- "Color": "RGB(0,99,128)"
399
- },
400
- {
401
- "Property": "供燃气用地",
402
- "Color": "RGB(0,99,128)"
403
- },
404
- {
405
- "Property": "其他公用设施用地",
406
- "Color": "RGB(0,99,128)"
407
- },
408
- {
409
- "Property": "区域公用设施用地",
410
- "Color": "RGB(0,99,128)"
411
- },
412
- {
413
- "Property": "公共设施营业网点用地",
414
- "Color": "RGB(0,99,128)"
415
- },
416
- {
417
- "Property": "排水用地",
418
- "Color": "RGB(0,99,128)"
419
- },
420
- {
421
- "Property": "水工设施用地",
422
- "Color": "RGB(0,99,128)"
423
- },
424
- {
425
- "Property": "水工建筑用地",
426
- "Color": "RGB(0,99,128)"
427
- },
428
- {
429
- "Property": "通信用地",
430
- "Color": "RGB(0,99,128)"
431
- },
432
- {
433
- "Property": "消防用地",
434
- "Color": "RGB(0,99,128)"
435
- },
436
- {
437
- "Property": "环卫用地",
438
- "Color": "RGB(0,99,128)"
439
- },
440
- {
441
- "Property": "公园绿地",
442
- "Color": "RGB(0,255,0)"
443
- },
444
- {
445
- "Property": "绿地与广场用地",
446
- "Color": "RGB(0,255,0)"
447
- },
448
- {
449
- "Property": "环境设施用地",
450
- "Color": "RGB(0,255,0)"
451
- },
452
- {
453
- "Property": "生态用地",
454
- "Color": "RGB(0,255,0)"
455
- },
456
- {
457
- "Property": "绿地与开敞空间用地",
458
- "Color": "RGB(0,255,0)"
459
- },
460
- {
461
- "Property": "防护绿地",
462
- "Color": "RGB(20,141,74)"
463
- },
464
- {
465
- "Property": "广场用地",
466
- "Color": "RGB(172,255,207)"
467
- },
468
- {
469
- "Property": "特殊用地",
470
- "Color": "RGB(133,145,86)"
471
- },
472
- {
473
- "Property": "其他特殊用地",
474
- "Color": "RGB(133,145,86)"
475
- },
476
- {
477
- "Property": "宗教用地",
478
- "Color": "RGB(133,145,86)"
479
- },
480
- {
481
- "Property": "文物古迹用地",
482
- "Color": "RGB(133,145,86)"
483
- },
484
- {
485
- "Property": "殡葬用地",
486
- "Color": "RGB(133,145,86)"
487
- },
488
- {
489
- "Property": "留白用地",
490
- "Color": "RGB(255,255,255)"
491
- },
492
- {
493
- "Property": "陆地水域",
494
- "Color": "RGB(51,142,192)"
495
- },
496
- {
497
- "Property": "水域",
498
- "Color": "RGB(51,142,192)"
499
- },
500
- {
501
- "Property": "坑塘水面",
502
- "Color": "RGB(51,142,192)"
503
- },
504
- {
505
- "Property": "干渠",
506
- "Color": "RGB(51,142,192)"
507
- },
508
- {
509
- "Property": "水库水面",
510
- "Color": "RGB(51,142,192)"
511
- },
512
- {
513
- "Property": "沟渠",
514
- "Color": "RGB(51,142,192)"
515
- },
516
- {
517
- "Property": "河流水面",
518
- "Color": "RGB(51,142,192)"
519
- },
520
- {
521
- "Property": "其他土地",
522
- "Color": "RGB(238,238,238)"
523
- },
524
- {
525
- "Property": "裸土地",
526
- "Color": "RGB(238,238,238)"
527
- },
528
- {
529
- "Property": "裸岩石砾地",
530
- "Color": "RGB(238,238,238)"
531
- },
532
- {
533
- "Property": "军事用地",
534
- "Color": "RGB(238,238,238)"
535
- },
536
- {
537
- "Property": "生态保护区",
538
- "Color": "RGB(77,151,87)"
539
- },
540
- {
541
- "Property": "生态控制区",
542
- "Color": "RGB(130,197,174)"
543
- },
544
- {
545
- "Property": "农田保护区",
546
- "Color": "RGB(255,255,195)"
547
- },
548
- {
549
- "Property": "城镇发展区",
550
- "Color": "RGB(228,139,139)"
551
- },
552
- {
553
- "Property": "商业商务区",
554
- "Color": "RGB(199,66,57)"
555
- },
556
- {
557
- "Property": "工业发展区",
558
- "Color": "RGB(174,141,109)"
559
- },
560
- {
561
- "Property": "物流仓储区",
562
- "Color": "RGB(139,93,215)"
563
- },
564
- {
565
- "Property": "绿地休闲区",
566
- "Color": "RGB(13,123,62)"
567
- },
568
- {
569
- "Property": "交通枢纽区",
570
- "Color": "RGB(108,109,109)"
571
- },
572
- {
573
- "Property": "战略预留区",
574
- "Color": "RGB(255,255,255)"
575
- },
576
- {
577
- "Property": "城镇弹性发展区",
578
- "Color": "RGB(230,230,230)"
579
- },
580
- {
581
- "Property": "特别用途区",
582
- "Color": "RGB(141,204,110)"
583
- },
584
- {
585
- "Property": "乡村发展区",
586
- "Color": "RGB(244,177,192)"
587
- },
588
- {
589
- "Property": "村庄建设区",
590
- "Color": "RGB(244,177,192)"
591
- },
592
- {
593
- "Property": "一般农业区",
594
- "Color": "RGB(241,239,190)"
595
- },
596
- {
597
- "Property": "牧业发展区",
598
- "Color": "RGB(197,232,211)"
599
- },
600
- {
601
- "Property": "海洋发展区",
602
- "Color": "RGB(148,213,235)"
603
- },
604
- {
605
- "Property": "矿产能源发展区",
606
- "Color": "RGB(125,102,79)"
607
- }
608
- ],
609
- '地类名称预设': [
610
- {
611
- "Property": "农村宅基地",
612
- "Color": "RGB(236,137,138)"
613
- },
614
- {
615
- "Property": "村庄",
616
- "Color": "RGB(236,137,138)"
617
- },
618
- {
619
- "Property": "坑塘水面",
620
- "Color": "RGB(144,170,207)"
621
- },
622
- {
623
- "Property": "果园",
624
- "Color": "RGB(214,167,201)"
625
- },
626
- {
627
- "Property": "农村道路",
628
- "Color": "RGB(170,169,169)"
629
- },
630
- {
631
- "Property": "旱地",
632
- "Color": "RGB(255,251,177)"
633
- },
634
- {
635
- "Property": "水田",
636
- "Color": "RGB(248,208,114)"
637
- },
638
- {
639
- "Property": "沟渠",
640
- "Color": "RGB(160,205,240)"
641
- },
642
- {
643
- "Property": "乔木林地",
644
- "Color": "RGB(49,173,105)"
645
- },
646
- {
647
- "Property": "其他林地",
648
- "Color": "RGB(151,207,178)"
649
- },
650
- {
651
- "Property": "有林地",
652
- "Color": "RGB(151,207,178)"
653
- },
654
- {
655
- "Property": "养殖坑塘",
656
- "Color": "RGB(144,170,207)"
657
- },
658
- {
659
- "Property": "设施农用地",
660
- "Color": "RGB(220,180,130)"
661
- },
662
- {
663
- "Property": "公路用地",
664
- "Color": "RGB(210,216,201)"
665
- },
666
- {
667
- "Property": "城镇住宅用地",
668
- "Color": "RGB(229,103,102)"
669
- },
670
- {
671
- "Property": "城市",
672
- "Color": "RGB(229,103,102)"
673
- },
674
- {
675
- "Property": "建制镇",
676
- "Color": "RGB(229,103,102)"
677
- },
678
- {
679
- "Property": "灌木林地",
680
- "Color": "RGB(100,185,104)"
681
- },
682
- {
683
- "Property": "其他草地",
684
- "Color": "RGB(200,227,160)"
685
- },
686
- {
687
- "Property": "工业用地",
688
- "Color": "RGB(197,154,140)"
689
- },
690
- {
691
- "Property": "城镇村道路用地",
692
- "Color": "RGB(222,222,221)"
693
- },
694
- {
695
- "Property": "机场用地",
696
- "Color": "RGB(235,137,126)"
697
- },
698
- {
699
- "Property": "裸岩石砾地",
700
- "Color": "RGB(222,221,214)"
701
- },
702
- {
703
- "Property": "人工牧草地",
704
- "Color": "RGB(151,207,178)"
705
- },
706
- {
707
- "Property": "湖泊水面",
708
- "Color": "RGB(163,214,244)"
709
- },
710
- {
711
- "Property": "广场用地",
712
- "Color": "RGB(129,195,93)"
713
- },
714
- {
715
- "Property": "港口码头用地",
716
- "Color": "RGB(235,137,126)"
717
- },
718
- {
719
- "Property": "干渠",
720
- "Color": "RGB(160,205,240)"
721
- },
722
- {
723
- "Property": "管道运输用地",
724
- "Color": "RGB(235,137,126)"
725
- },
726
- {
727
- "Property": "茶园",
728
- "Color": "RGB(213,167,176)"
729
- },
730
- {
731
- "Property": "水浇地",
732
- "Color": "RGB(252,234,158)"
733
- },
734
- {
735
- "Property": "公园与绿地",
736
- "Color": "RGB(129,195,93)"
737
- },
738
- {
739
- "Property": "其他园地",
740
- "Color": "RGB(231,204,226)"
741
- },
742
- {
743
- "Property": "铁路用地",
744
- "Color": "RGB(178,170,176)"
745
- },
746
- {
747
- "Property": "水库水面",
748
- "Color": "RGB(163,214,245)"
749
- },
750
- {
751
- "Property": "采矿用地",
752
- "Color": "RGB(197,154,140)"
753
- },
754
- {
755
- "Property": "交通服务场站用地",
756
- "Color": "RGB(170,169,169)"
757
- },
758
- {
759
- "Property": "公用设施用地",
760
- "Color": "RGB(241,165,180)"
761
- },
762
- {
763
- "Property": "科教文卫用地",
764
- "Color": "RGB(241,165,180)"
765
- },
766
- {
767
- "Property": "河流水面",
768
- "Color": "RGB(163,214,244)"
769
- },
770
- {
771
- "Property": "内陆滩涂",
772
- "Color": "RGB(179,222,248)"
773
- },
774
- {
775
- "Property": "竹林地",
776
- "Color": "RGB(49,173,105)"
777
- },
778
- {
779
- "Property": "物流仓储用地",
780
- "Color": "RGB(197,154,140)"
781
- },
782
- {
783
- "Property": "水工建筑用地",
784
- "Color": "RGB(230,130,100)"
785
- },
786
- {
787
- "Property": "特殊用地",
788
- "Color": "RGB(193,114,97)"
789
- },
790
- {
791
- "Property": "风景名胜及特殊用地",
792
- "Color": "RGB(193,114,97)"
793
- },
794
- {
795
- "Property": "机关团体新闻出版用地",
796
- "Color": "RGB(255,0,255)"
797
- },
798
- {
799
- "Property": "商业服务业设施用地",
800
- "Color": "RGB(226,161,149)"
801
- }
802
- ]
803
- }
804
- export const predefineColors = [
805
- '#ff4500',
806
- '#ff8c00',
807
- '#ffd700',
808
- '#90ee90',
809
- '#00ced1',
810
- '#1e90ff',
811
- '#c71585',
812
- 'RGB(236,137,138)',
813
- 'RGB(144,170,207)',
814
- 'RGB(214,167,201)',
815
- 'RGB(170,169,169)',
816
- 'RGB(255,251,177)',
817
- 'RGB(248,208,114)',
818
- 'RGB(160,205,240)',
819
- 'RGB(49,173,105)'
820
- ]