Skip to content

Commit 717a14f

Browse files
committed
Document v3d and bl3d URL params
1 parent 5590fb0 commit 717a14f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/topics/Interfacing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ The following parameters can appear in the URL of the QWC application:
1919
- `hp`, `hf`: Startup highlight parameters used in conjunction with the `qwc-fulltext-search-service`, see below.
2020
- `f`: A filter configuration, see [Map filtering](./MapFilter.md).
2121
- `localConfig`: Override the name of the loaded config file, i.e. to load `myconfig.json` instead of the default `config.json`, pass `localConfig=myconfig`.
22-
- `v`: Which view to load: `3d` for the fullscreen 3D view, `3d2d` for the split-screen 3D/2D view.
22+
- `v`: Which view to load: `2d` for the 2D view, `3d` for the fullscreen 3D view, `3d2d` for the split-screen 3D/2D view.
23+
- `v3d`: The 3D view, as `camera_x,camera_y,camera_z,target_x,target_y,target_z,h`, where `camera` is the camera position, `target` the scene target ("look at") position. If `h` is specified and non-zero, a first-person-view is assumed and `h` denotes the height above terrain of the camera.
24+
- `bl3d`: The visible background layer in the 3D view.
2325

2426
The `l` parameter lists all layers in the map (redlining and background layers) as a comma separated list of entries of the form
2527
```text

0 commit comments

Comments
 (0)