You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure/src/metaconfigs/tab-coordinates-config.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,9 @@
116
116
{
117
117
"field": "coordinates.coordmain",
118
118
"name": "Main Coordinate Type",
119
-
"description": "",
119
+
"description": "Sets which coordinates are shown by default in the bottom-right of the map.\n\t<strong>• LL</strong>: Longitude, Latitude\n\t<strong>• EN</strong>: Easting, Northing\n\t<strong>• CPROJ</strong>: Custom Projected (uses Projection tab)\n\t<strong>• SPROJ</strong>: Secondary Projected\n\t<strong>• RXY</strong>: Relative X, Y, (Z) in meters\n\t<strong>• SITE</strong>: Local Level Y, X, -Z",
Copy file name to clipboardExpand all lines: configure/src/metaconfigs/tab-time-config.json
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,6 @@
31
31
"type": "checkbox",
32
32
"width": 3,
33
33
"defaultChecked": false
34
-
},
35
-
{
36
-
"field": "time.startInPointMode",
37
-
"name": "Start In Point Mode",
38
-
"description": "The Time UI begins in the Range Mode and allows users to bound by start and end times. Point Mode has users only control the end time and has start time implied by negative infinity.",
39
-
"type": "checkbox",
40
-
"width": 3,
41
-
"defaultChecked": false
42
34
}
43
35
]
44
36
},
@@ -50,7 +42,23 @@
50
42
"name": "Time Format",
51
43
"description": "The time format to be displayed on the Time UI. Uses D3 time format specifiers: <a target='_blank' href='https://github.com/d3/d3-time-format'>https://github.com/d3/d3-time-format</a>. Default: %Y-%m-%dT%H:%M:%SZ",
52
44
"type": "text",
53
-
"width": 12
45
+
"width": 6
46
+
},
47
+
{
48
+
"field": "time.liveByDefault",
49
+
"name": "Live Mode On By Default",
50
+
"description": "If enabled, the Time UI will start in Live (Present) mode.",
51
+
"type": "checkbox",
52
+
"width": 3,
53
+
"defaultChecked": false
54
+
},
55
+
{
56
+
"field": "time.startInPointMode",
57
+
"name": "Start In Point Mode",
58
+
"description": "The Time UI begins in the Range Mode and allows users to bound by start and end times. Point Mode has users only control the end time and has start time implied by negative infinity.",
0 commit comments