-
Notifications
You must be signed in to change notification settings - Fork 142
Uri
Scott Hunter edited this page May 29, 2019
·
9 revisions
This page describes the possible content of a CZML document or stream. Please read CZML Structure for an explanation of how a CZML document is put together.
A URI value. The URI can optionally vary with time.
Extends: DeletableProperty
Interpolatable: no
Examples:
{
"uri": [
{
"interval": "2013-01-01T00:00:00Z/2013-01-01T01:00:00Z",
"uri": "image.png"
},
{
"interval": "2013-01-01T01:00:00Z/2013-01-01T02:00:00Z",
"uri": "image2.png"
}
]
}
uri - UriValue
The URI value.
reference - ReferenceValue
The URI specified as a reference to another property.