@itwin/frontend-devtools 5.1.0-dev.17 → 5.1.0-dev.18
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ The key-ins below enable, disable, or toggle a specific feature. They take at mo
|
|
|
78
78
|
* `fdt toggle reality preload` - Toggles the display of preloaded reality tile bounding boxes.
|
|
79
79
|
* `fdt toggle reality freeze` - Toggles the freezing of reality tile loading, when the reality tiles are frozen new reality tiles are not downloaded or purged.
|
|
80
80
|
* `fdt toggle reality logging` - Toggle the logging of reality tile loading and selection diagnostics to the console.
|
|
81
|
-
* `fdt
|
|
81
|
+
* `fdt reality bounds` - Toggle the display of bounding boxes for reality tiles.
|
|
82
82
|
* `fdt set building display` Toggle the display of the worldwide OpenStreetMap worldwide buildingslayer by attaching or displaying as a reality model in the current viewport. The OSM buildings are aggregated and supplied from Cesium Ion <https://cesium.com/content/cesium-osm-buildings/>. The first argument is required on|off - the second optional argument is a value for transparency between 0 and 1.
|
|
83
83
|
* `fdt wow ignore background` Toggle whether the background color needs to be white for white-on-white reversal to apply.
|
|
84
84
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/frontend-devtools",
|
|
3
|
-
"version": "5.1.0-dev.
|
|
3
|
+
"version": "5.1.0-dev.18",
|
|
4
4
|
"description": "Debug menu and supporting UI widgets",
|
|
5
5
|
"main": "lib/cjs/frontend-devtools.js",
|
|
6
6
|
"module": "lib/esm/frontend-devtools.js",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"file-saver": "^2.0.2",
|
|
27
|
-
"@itwin/core-bentley": "5.1.0-dev.
|
|
28
|
-
"@itwin/core-common": "5.1.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "5.1.0-dev.
|
|
30
|
-
"@itwin/core-frontend": "5.1.0-dev.
|
|
27
|
+
"@itwin/core-bentley": "5.1.0-dev.18",
|
|
28
|
+
"@itwin/core-common": "5.1.0-dev.18",
|
|
29
|
+
"@itwin/core-geometry": "5.1.0-dev.18",
|
|
30
|
+
"@itwin/core-frontend": "5.1.0-dev.18"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"eslint": "^9.13.0",
|
|
37
37
|
"rimraf": "^6.0.1",
|
|
38
38
|
"typescript": "~5.6.2",
|
|
39
|
-
"@itwin/build-tools": "5.1.0-dev.
|
|
39
|
+
"@itwin/build-tools": "5.1.0-dev.18"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm",
|