@vcmap/ui 6.3.0 → 6.3.1
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/config/dev.config.json +34 -0
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-c1f34d11.js → core-46ad0fe7.js} +4269 -4243
- package/dist/assets/core-workers/panoramaImageWorker.js +1 -1
- package/dist/assets/core.js +1 -1
- package/dist/assets/ol.js +1 -1
- package/dist/assets/{ui-0e17681d.css → ui-e52e6b43.css} +1 -1
- package/dist/assets/{ui-0e17681d.js → ui-e52e6b43.js} +301 -301
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-61912396.js → vuetify-a61a435f.js} +1 -1
- package/dist/assets/vuetify.js +1 -1
- package/package.json +2 -2
- package/plugins/package.json +1 -1
- package/src/application/VcsPanoramaFooter.vue +19 -9
- /package/dist/assets/{cesium-48a47447.js → cesium-38adcdb7.js} +0 -0
- /package/dist/assets/core-workers/{panoramaImageWorker.js-d8e953c7.js → panoramaImageWorker.js-b9f9b90e.js} +0 -0
- /package/dist/assets/{ol-8c8fc88f.js → ol-128339fb.js} +0 -0
- /package/dist/assets/{vue-3cd62695.js → vue-93e3a003.js} +0 -0
- /package/dist/assets/{vuetify-61912396.css → vuetify-a61a435f.css} +0 -0
package/config/dev.config.json
CHANGED
|
@@ -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": [
|
package/dist/assets/cesium.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./cesium-
|
|
1
|
+
export * from "./cesium-38adcdb7.js";
|