@vcmap/ui 6.3.3 → 6.3.5
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.
- package/README.md +0 -2
- package/config/dev.config.json +350 -0
- package/dist/assets/{cesium-a90b41c0.js → cesium-54ed57c9.js} +4245 -4224
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-e6306544.js → core-1f683027.js} +5978 -5930
- package/dist/assets/core-workers/panoramaImageWorker.js +1 -1
- package/dist/assets/core.js +1 -1
- package/dist/assets/{ol-83490fd1.js → ol-a164129d.js} +4989 -4969
- package/dist/assets/ol.js +1 -1
- package/dist/assets/{ui-130dfab4.js → ui-d660ba07.js} +10761 -10171
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-b7eb8297.js → vuetify-bc604361.js} +1 -1
- package/dist/assets/vuetify.js +1 -1
- package/package.json +8 -13
- package/plugins/package.json +1 -1
- package/src/legend/StyleLegendItem.vue +62 -14
- package/src/legend/StyleLegendItem.vue.d.ts +1 -0
- package/src/legend/legendHelper.d.ts +27 -2
- package/src/legend/legendHelper.js +65 -2
- /package/dist/assets/core-workers/{panoramaImageWorker.js-5ff78320.js → panoramaImageWorker.js-a8275fd9.js} +0 -0
- /package/dist/assets/{ui-130dfab4.css → ui-d660ba07.css} +0 -0
- /package/dist/assets/{vue-217b7870.js → vue-d940072f.js} +0 -0
- /package/dist/assets/{vuetify-b7eb8297.css → vuetify-bc604361.css} +0 -0
package/README.md
CHANGED
|
@@ -140,8 +140,6 @@ app can be opened with http://localhost:8080.
|
|
|
140
140
|
|
|
141
141
|
Further Information see [GET_STARTED](documentation/GET_STARTED.md) and [Plugin-cli](https://github.com/virtualcitySYSTEMS/map-plugin-cli).
|
|
142
142
|
|
|
143
|
-
> [API Story Docs](https://lib.virtualcitymap.de/ui/6.0/story/)
|
|
144
|
-
|
|
145
143
|
## Included Dataset
|
|
146
144
|
|
|
147
145
|
The included datasets for Berlin and Osnabrück in the app configurations in the project can only be used for Development.
|
package/config/dev.config.json
CHANGED
|
@@ -458,6 +458,351 @@
|
|
|
458
458
|
}
|
|
459
459
|
]
|
|
460
460
|
},
|
|
461
|
+
{
|
|
462
|
+
"type": "GeoJSONLayer",
|
|
463
|
+
"name": "patternedPolygons",
|
|
464
|
+
"projection": {
|
|
465
|
+
"epsg": 4326
|
|
466
|
+
},
|
|
467
|
+
"activeOnStartup": false,
|
|
468
|
+
"zIndex": 20,
|
|
469
|
+
"features": [
|
|
470
|
+
{
|
|
471
|
+
"type": "Feature",
|
|
472
|
+
"properties": {
|
|
473
|
+
"title": "NWSE pattern"
|
|
474
|
+
},
|
|
475
|
+
"geometry": {
|
|
476
|
+
"type": "Polygon",
|
|
477
|
+
"coordinates": [
|
|
478
|
+
[
|
|
479
|
+
[13.36, 52.5],
|
|
480
|
+
[13.365, 52.5],
|
|
481
|
+
[13.365, 52.505],
|
|
482
|
+
[13.36, 52.505],
|
|
483
|
+
[13.36, 52.5]
|
|
484
|
+
]
|
|
485
|
+
]
|
|
486
|
+
},
|
|
487
|
+
"vcsMeta": {
|
|
488
|
+
"version": "2.1",
|
|
489
|
+
"style": {
|
|
490
|
+
"stroke": {
|
|
491
|
+
"color": [0, 0, 0, 1],
|
|
492
|
+
"width": 2
|
|
493
|
+
},
|
|
494
|
+
"fill": {
|
|
495
|
+
"color": [255, 0, 0, 0.5],
|
|
496
|
+
"pattern": {
|
|
497
|
+
"type": 1,
|
|
498
|
+
"color": [255, 255, 255, 1],
|
|
499
|
+
"width": 2,
|
|
500
|
+
"size": 10
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"type": "Feature",
|
|
508
|
+
"properties": {
|
|
509
|
+
"title": "SWNE pattern"
|
|
510
|
+
},
|
|
511
|
+
"geometry": {
|
|
512
|
+
"type": "Polygon",
|
|
513
|
+
"coordinates": [
|
|
514
|
+
[
|
|
515
|
+
[13.367, 52.5],
|
|
516
|
+
[13.372, 52.5],
|
|
517
|
+
[13.372, 52.505],
|
|
518
|
+
[13.367, 52.505],
|
|
519
|
+
[13.367, 52.5]
|
|
520
|
+
]
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
"vcsMeta": {
|
|
524
|
+
"version": "2.1",
|
|
525
|
+
"style": {
|
|
526
|
+
"stroke": {
|
|
527
|
+
"color": [0, 0, 0, 1],
|
|
528
|
+
"width": 2
|
|
529
|
+
},
|
|
530
|
+
"fill": {
|
|
531
|
+
"color": [0, 0, 255, 0.5],
|
|
532
|
+
"pattern": {
|
|
533
|
+
"type": 2,
|
|
534
|
+
"color": [255, 255, 255, 1],
|
|
535
|
+
"width": 2,
|
|
536
|
+
"size": 10
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"type": "Feature",
|
|
544
|
+
"properties": {
|
|
545
|
+
"title": "DIAGONALCROSS pattern"
|
|
546
|
+
},
|
|
547
|
+
"geometry": {
|
|
548
|
+
"type": "Polygon",
|
|
549
|
+
"coordinates": [
|
|
550
|
+
[
|
|
551
|
+
[13.374, 52.5],
|
|
552
|
+
[13.379, 52.5],
|
|
553
|
+
[13.379, 52.505],
|
|
554
|
+
[13.374, 52.505],
|
|
555
|
+
[13.374, 52.5]
|
|
556
|
+
]
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
"vcsMeta": {
|
|
560
|
+
"version": "2.1",
|
|
561
|
+
"style": {
|
|
562
|
+
"stroke": {
|
|
563
|
+
"color": [0, 0, 0, 1],
|
|
564
|
+
"width": 2
|
|
565
|
+
},
|
|
566
|
+
"fill": {
|
|
567
|
+
"color": [0, 255, 0, 0.5],
|
|
568
|
+
"pattern": {
|
|
569
|
+
"type": 3,
|
|
570
|
+
"color": [255, 255, 255, 1],
|
|
571
|
+
"width": 2,
|
|
572
|
+
"size": 10
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"type": "Feature",
|
|
580
|
+
"properties": {
|
|
581
|
+
"title": "NS pattern"
|
|
582
|
+
},
|
|
583
|
+
"geometry": {
|
|
584
|
+
"type": "Polygon",
|
|
585
|
+
"coordinates": [
|
|
586
|
+
[
|
|
587
|
+
[13.36, 52.493],
|
|
588
|
+
[13.365, 52.493],
|
|
589
|
+
[13.365, 52.498],
|
|
590
|
+
[13.36, 52.498],
|
|
591
|
+
[13.36, 52.493]
|
|
592
|
+
]
|
|
593
|
+
]
|
|
594
|
+
},
|
|
595
|
+
"vcsMeta": {
|
|
596
|
+
"version": "2.1",
|
|
597
|
+
"style": {
|
|
598
|
+
"stroke": {
|
|
599
|
+
"color": [0, 0, 0, 1],
|
|
600
|
+
"width": 2
|
|
601
|
+
},
|
|
602
|
+
"fill": {
|
|
603
|
+
"color": [255, 255, 0, 0.5],
|
|
604
|
+
"pattern": {
|
|
605
|
+
"type": 4,
|
|
606
|
+
"color": [255, 255, 255, 1],
|
|
607
|
+
"width": 2,
|
|
608
|
+
"size": 10
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"type": "Feature",
|
|
616
|
+
"properties": {
|
|
617
|
+
"title": "WE pattern"
|
|
618
|
+
},
|
|
619
|
+
"geometry": {
|
|
620
|
+
"type": "Polygon",
|
|
621
|
+
"coordinates": [
|
|
622
|
+
[
|
|
623
|
+
[13.367, 52.493],
|
|
624
|
+
[13.372, 52.493],
|
|
625
|
+
[13.372, 52.498],
|
|
626
|
+
[13.367, 52.498],
|
|
627
|
+
[13.367, 52.493]
|
|
628
|
+
]
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
"vcsMeta": {
|
|
632
|
+
"version": "2.1",
|
|
633
|
+
"style": {
|
|
634
|
+
"stroke": {
|
|
635
|
+
"color": [0, 0, 0, 1],
|
|
636
|
+
"width": 2
|
|
637
|
+
},
|
|
638
|
+
"fill": {
|
|
639
|
+
"color": [255, 0, 255, 0.5],
|
|
640
|
+
"pattern": {
|
|
641
|
+
"type": 5,
|
|
642
|
+
"color": [255, 255, 255, 1],
|
|
643
|
+
"width": 2,
|
|
644
|
+
"size": 10
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"type": "Feature",
|
|
652
|
+
"properties": {
|
|
653
|
+
"title": "CROSS pattern"
|
|
654
|
+
},
|
|
655
|
+
"geometry": {
|
|
656
|
+
"type": "Polygon",
|
|
657
|
+
"coordinates": [
|
|
658
|
+
[
|
|
659
|
+
[13.374, 52.493],
|
|
660
|
+
[13.379, 52.493],
|
|
661
|
+
[13.379, 52.498],
|
|
662
|
+
[13.374, 52.498],
|
|
663
|
+
[13.374, 52.493]
|
|
664
|
+
]
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
"vcsMeta": {
|
|
668
|
+
"version": "2.1",
|
|
669
|
+
"style": {
|
|
670
|
+
"stroke": {
|
|
671
|
+
"color": [0, 0, 0, 1],
|
|
672
|
+
"width": 2
|
|
673
|
+
},
|
|
674
|
+
"fill": {
|
|
675
|
+
"color": [255, 165, 0, 0.5],
|
|
676
|
+
"pattern": {
|
|
677
|
+
"type": 6,
|
|
678
|
+
"color": [255, 255, 255, 1],
|
|
679
|
+
"width": 2,
|
|
680
|
+
"size": 10
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
],
|
|
687
|
+
"style": {
|
|
688
|
+
"type": "VectorStyleItem",
|
|
689
|
+
"fill": { "color": [255, 0, 0, 0.5] },
|
|
690
|
+
"stroke": { "color": [0, 0, 0, 1], "width": 2 }
|
|
691
|
+
},
|
|
692
|
+
"properties": {
|
|
693
|
+
"title": "Patterned Polygons",
|
|
694
|
+
"featureInfo": "tableAll",
|
|
695
|
+
"legend": [
|
|
696
|
+
{
|
|
697
|
+
"type": "StyleLegendItem",
|
|
698
|
+
"rows": [
|
|
699
|
+
{
|
|
700
|
+
"type": "FillLegendRow",
|
|
701
|
+
"title": "NWSE pattern",
|
|
702
|
+
"stroke": {
|
|
703
|
+
"color": [0, 0, 0, 1],
|
|
704
|
+
"width": 2
|
|
705
|
+
},
|
|
706
|
+
"fill": {
|
|
707
|
+
"color": [255, 0, 0, 0.5],
|
|
708
|
+
"pattern": {
|
|
709
|
+
"type": 1,
|
|
710
|
+
"color": [255, 255, 255, 1],
|
|
711
|
+
"width": 2,
|
|
712
|
+
"size": 10
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"type": "FillLegendRow",
|
|
718
|
+
"title": "SWNE pattern",
|
|
719
|
+
"stroke": {
|
|
720
|
+
"color": [0, 0, 0, 1],
|
|
721
|
+
"width": 2
|
|
722
|
+
},
|
|
723
|
+
"fill": {
|
|
724
|
+
"color": [0, 0, 255, 0.5],
|
|
725
|
+
"pattern": {
|
|
726
|
+
"type": 2,
|
|
727
|
+
"color": [255, 255, 255, 1],
|
|
728
|
+
"width": 2,
|
|
729
|
+
"size": 10
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"type": "FillLegendRow",
|
|
735
|
+
"title": "DIAGONALCROSS pattern",
|
|
736
|
+
"stroke": {
|
|
737
|
+
"color": [0, 0, 0, 1],
|
|
738
|
+
"width": 2
|
|
739
|
+
},
|
|
740
|
+
"fill": {
|
|
741
|
+
"color": [0, 255, 0, 0.5],
|
|
742
|
+
"pattern": {
|
|
743
|
+
"type": 3,
|
|
744
|
+
"color": [255, 255, 255, 1],
|
|
745
|
+
"width": 2,
|
|
746
|
+
"size": 10
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"type": "FillLegendRow",
|
|
752
|
+
"title": "NS pattern",
|
|
753
|
+
"stroke": {
|
|
754
|
+
"color": [0, 0, 0, 1],
|
|
755
|
+
"width": 2
|
|
756
|
+
},
|
|
757
|
+
"fill": {
|
|
758
|
+
"color": [255, 255, 0, 0.5],
|
|
759
|
+
"pattern": {
|
|
760
|
+
"type": 4,
|
|
761
|
+
"color": [255, 255, 255, 1],
|
|
762
|
+
"width": 2,
|
|
763
|
+
"size": 10
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"type": "FillLegendRow",
|
|
769
|
+
"title": "WE pattern",
|
|
770
|
+
"stroke": {
|
|
771
|
+
"color": [0, 0, 0, 1],
|
|
772
|
+
"width": 2
|
|
773
|
+
},
|
|
774
|
+
"fill": {
|
|
775
|
+
"color": [255, 0, 255, 0.5],
|
|
776
|
+
"pattern": {
|
|
777
|
+
"type": 5,
|
|
778
|
+
"color": [255, 255, 255, 1],
|
|
779
|
+
"width": 2,
|
|
780
|
+
"size": 10
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"type": "FillLegendRow",
|
|
786
|
+
"title": "CROSS pattern",
|
|
787
|
+
"stroke": {
|
|
788
|
+
"color": [0, 0, 0, 1],
|
|
789
|
+
"width": 2
|
|
790
|
+
},
|
|
791
|
+
"fill": {
|
|
792
|
+
"color": [255, 165, 0, 0.5],
|
|
793
|
+
"pattern": {
|
|
794
|
+
"type": 6,
|
|
795
|
+
"color": [255, 255, 255, 1],
|
|
796
|
+
"width": 2,
|
|
797
|
+
"size": 10
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
]
|
|
802
|
+
}
|
|
803
|
+
]
|
|
804
|
+
}
|
|
805
|
+
},
|
|
461
806
|
{
|
|
462
807
|
"type": "CzmlLayer",
|
|
463
808
|
"name": "czmlPoint",
|
|
@@ -666,6 +1011,11 @@
|
|
|
666
1011
|
"layerName": "testGeotiffLayer",
|
|
667
1012
|
"type": "LayerContentTreeItem"
|
|
668
1013
|
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "geojson.patternedPolygons",
|
|
1016
|
+
"type": "LayerContentTreeItem",
|
|
1017
|
+
"layerName": "patternedPolygons"
|
|
1018
|
+
},
|
|
669
1019
|
{
|
|
670
1020
|
"name": "czml",
|
|
671
1021
|
"type": "NodeContentTreeItem",
|