1; ------------------------------------------------------------------------------
2; Commandes initiales
3; ------------------------------------------------------------------------------
4
5[INITIAL]
6
7size = 0
8
9; ------------------------------------------------------------------------------
10; Commandes spécifiques
11; ------------------------------------------------------------------------------
12
13[SPECIFIC]
14
15; Atmosphere
161/name = "LandscapeMgr.atmosphereDisplayed"
171/type = bool
181/defaultValue = true
191/propagation = MANUAL
201/label = Atmosphere
21
22; Equatorial grid
232/name = "GridLinesMgr.equatorGridDisplayed"
242/type = bool
252/defaultValue = false
262/propagation = MANUAL
272/label = Equatorial grid
28
29; Azimuthal grid
303/name = "GridLinesMgr.azimuthalGridDisplayed"
313/type = bool
323/defaultValue = false
333/propagation = MANUAL
343/label = Azimuthal grid
35
36size = 3
37