Browse Source

Clarify configuration parameter documentation.

pull/234/head
Matthew Petroff 8 years ago
parent
commit
9db49fae2e
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      doc/json-config-parameters.md

+ 7
- 6
doc/json-config-parameters.md View File

@@ -121,7 +121,8 @@ viewer can be set to. Defaults to `50` / `120`.


### `compass` (boolean) ### `compass` (boolean)


If `true`, a compass is displayed. Defaults to `false`.
If `true`, a compass is displayed. Normally defaults to `false`; defaults to
`true` if heading information is present in Photo Sphere XMP metadata.




### `northOffset` (number) ### `northOffset` (number)
@@ -149,12 +150,12 @@ information, or external links. Each array element has the following properties.


#### `pitch` (number) #### `pitch` (number)


Specifies the pitch portion of the hot spot's location.
Specifies the pitch portion of the hot spot's location, in degrees.




#### `yaw` (number) #### `yaw` (number)


Specifies the yaw portion of the hot spot's location.
Specifies the yaw portion of the hot spot's location, in degrees.




#### `type` (string) #### `type` (string)
@@ -180,15 +181,15 @@ for `info` hot spots.


#### `targetPitch` (number) #### `targetPitch` (number)


Specifies the pitch of the target scene.
Specifies the pitch of the target scene, in degrees.


#### `targetYaw` (number) #### `targetYaw` (number)


Specifies the yaw of the target scene.
Specifies the yaw of the target scene, in degrees.


#### `targetHfov` (number) #### `targetHfov` (number)


Specifies the HFOV of the target scene.
Specifies the HFOV of the target scene, in degrees.


### `hotSpotDebug` (boolean) ### `hotSpotDebug` (boolean)




Loading…
Cancel
Save