@vcmap/ui 6.3.1 → 6.3.2

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.
@@ -637,6 +637,11 @@
637
637
  }
638
638
  }
639
639
  },
640
+ {
641
+ "type": "TableFeatureInfoView",
642
+ "name": "tableNoEmptyValues",
643
+ "removeNoDataAttributes": true
644
+ },
640
645
  {
641
646
  "type": "TableFeatureInfoView",
642
647
  "name": "filteredTable",
@@ -726,6 +731,30 @@
726
731
  }
727
732
  }
728
733
  },
734
+ {
735
+ "type": "CesiumTilesetLayer",
736
+ "name": "semantic parent id",
737
+ "activeOnStartup": true,
738
+ "url": "exampleData/3dtiles/tileset.json",
739
+ "extent": {
740
+ "coordinates": [
741
+ 13.374270027115022, 52.508274026937485, 13.375908144173225,
742
+ 52.50925354738402
743
+ ],
744
+ "projection": {
745
+ "type": "Projection",
746
+ "epsg": "EPSG:4326"
747
+ },
748
+ "type": "Extent"
749
+ },
750
+ "tilesetOptions": {
751
+ "useSRGBColorFactors": true
752
+ },
753
+ "zIndex": 0,
754
+ "properties": {
755
+ "featureInfo": "tableNoEmptyValues"
756
+ }
757
+ },
729
758
  {
730
759
  "type": "CesiumTilesetLayer",
731
760
  "name": "buildings",
@@ -736,7 +765,7 @@
736
765
  "exclusiveGroups": ["bldg"],
737
766
  "properties": {
738
767
  "title": "Gebäude texturiert 2013",
739
- "featureInfo": "filteredTable"
768
+ "featureInfo": "tableAll"
740
769
  }
741
770
  },
742
771
  {
@@ -996,6 +1025,11 @@
996
1025
  "type": "LayerContentTreeItem",
997
1026
  "tooltip": "Textured buildings"
998
1027
  },
1028
+ {
1029
+ "name": "semantic parent id",
1030
+ "layerName": "semantic parent id",
1031
+ "type": "LayerContentTreeItem"
1032
+ },
999
1033
  {
1000
1034
  "name": "building.untexturedBuildings",
1001
1035
  "infoUrl": "https://vc.systems",
@@ -1011,9 +1045,6 @@
1011
1045
  "layerName": "buildings_untextured",
1012
1046
  "styleName": "MeasuredHeightGreen"
1013
1047
  }
1014
- ],
1015
- "onDeactivate": [
1016
- { "type": "ActivateLayersCallback", "layerNames": ["buildings"] }
1017
1048
  ]
1018
1049
  },
1019
1050
  {
@@ -1 +1 @@
1
- export * from "./cesium-38adcdb7.js";
1
+ export * from "./cesium-f05eb696.js";