@vcmap/ui 6.3.0 → 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
  {
@@ -98,6 +98,31 @@
98
98
  "zIndex": 12,
99
99
  "tilingSchema": "mercator"
100
100
  },
101
+ {
102
+ "type": "VectorTileLayer",
103
+ "name": "worldVectorTile",
104
+ "datasourceId": "808a12f7-bc72-44e2-93ac-92e2f11fe4f6",
105
+ "maxLevel": 12,
106
+ "minLevel": 0,
107
+ "style": {
108
+ "type": "VectorStyleItem",
109
+ "stroke": {
110
+ "width": 5,
111
+ "color": "#FF69B4"
112
+ },
113
+ "fill": false
114
+ },
115
+ "tileProvider": {
116
+ "type": "StaticGeoJSONTileProvider",
117
+ "name": "fce5c3c2-abeb-4299-8ba5-43e7dffab2e6",
118
+ "baseLevels": [0],
119
+ "url": "https://raw.githubusercontent.com/datasets/geo-countries/b0b7794e15e7ec4374bf183dd73cce5b92e1c0ae/data/countries.geojson"
120
+ },
121
+ "zIndex": 15,
122
+ "properties": {
123
+ "title": "World GeoJSON VectorTile"
124
+ }
125
+ },
101
126
  {
102
127
  "name": "testGeojsonVectorTile",
103
128
  "type": "VectorTileLayer",
@@ -631,6 +656,11 @@
631
656
  "layerName": "testGeojsonVectorTile",
632
657
  "type": "LayerContentTreeItem"
633
658
  },
659
+ {
660
+ "name": "geojson.geojson vector tile world",
661
+ "layerName": "worldVectorTile",
662
+ "type": "LayerContentTreeItem"
663
+ },
634
664
  {
635
665
  "name": "cloud optimized geotiff",
636
666
  "layerName": "testGeotiffLayer",
@@ -705,6 +735,10 @@
705
735
  {
706
736
  "name": "@vcmap-show-case/dev-tools",
707
737
  "entry": "plugins/@vcmap-show-case/dev-tools/index.js"
738
+ },
739
+ {
740
+ "name": "@vcmap/cesium-inspector",
741
+ "entry": "plugins/@vcmap/cesium-inspector/index.js"
708
742
  }
709
743
  ],
710
744
  "uiConfig": [
@@ -1 +1 @@
1
- export * from "./cesium-48a47447.js";
1
+ export * from "./cesium-f05eb696.js";