-
Notifications
You must be signed in to change notification settings - Fork 9
GPVMarkup
Peter Girard edited this page Apr 29, 2017
·
2 revisions
The GPVMarkup table stores the individual elements of markup created by users.
- MarkupID - The unique identifier for this markup element (not null). This value is automatically filled by the GPV from the value in the NextMarkupID column of GPVMarkupSequence and should not be modified.
- GroupID - The ID of the markup group of which this element is a member (not null). Links to GPVMarkupGroup.
- Shape - The shape of this markup element stored in OGC Well-Known Text format (not null).
- Color - The color of this markup element as an HTML hexadecimal color specification (not null).
- Glow - The glowing background color for text as an HTML hexadecimal color specification.
- Text - The text to draw at the point defined in Shape.
- Measured - Specifies whether measurement text should be drawn with this element, 1 for yes and 0 for no. If null, defaults to 0 (no).
- DateCreated - The date when this markup element was created (not null).
- Deleted - Specifies whether this element has been deleted from the GPV, 1 for yes and 0 for no (not null).