Skip to content

Commit 90351de

Browse files
committed
Improve configure field docs
1 parent 69c3c55 commit 90351de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure/src/metaconfigs/layer-vector-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,14 +422,14 @@
422422
{
423423
"field": "time.startProp",
424424
"name": "Start Time Property Name",
425-
"description": "Optional and only in use if Time Enabled = true and Time Type = Local. The starting time property path. Setting this is addition to Main Time Property Name casts the feature's time over a range instead of as a single point in time. Can use dot-notation for nested path. Can be a unix timestamp or an ISO time (end the ISO with a Z to designate that it should be treated as a UTC time).",
425+
"description": "Optional and only in use if Time Enabled = true and Time Type = Local. The starting time property path. For geodatasets with time columns already set, leave this field empty. Leave this field empty Setting this is addition to Main Time Property Name casts the feature's time over a range instead of as a single point in time. Can use dot-notation for nested path. Can be a unix timestamp or an ISO time (end the ISO with a Z to designate that it should be treated as a UTC time).",
426426
"type": "text",
427427
"width": 6
428428
},
429429
{
430430
"field": "time.endProp",
431431
"name": "Main/End Time Property Name",
432-
"description": "Required in Time Enabled = true and Time Type = Local. The main time property path. Can use dot-notation for nested path. Can be a unix timestamp or an ISO time (end the ISO with a Z to designate that it should be treated as a UTC time).",
432+
"description": "Required in Time Enabled = true and Time Type = Local. The main time property path. For geodatasets with time columns already set, leave this field empty. Can use dot-notation for nested path. Can be a unix timestamp or an ISO time (end the ISO with a Z to designate that it should be treated as a UTC time).",
433433
"type": "text",
434434
"width": 6
435435
}

0 commit comments

Comments
 (0)