-
Notifications
You must be signed in to change notification settings - Fork 143
VerticalOriginValue
Scott Hunter edited this page Apr 11, 2018
·
8 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.
The vertical location of an origin relative to an object's position.
Type: string
-
BASELINE
- If the object contains text, the origin is at the baseline of the text, otherwise the origin is at the bottom of the object. -
BOTTOM
- The origin is at the bottom of the object. -
CENTER
- The origin is at the vertical center betweenBASELINE
andTOP
. -
TOP
- The origin is at the top of the object.