-
Notifications
You must be signed in to change notification settings - Fork 11
ud_inp_label
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Assigns coordinates to map labels.
Column name | Data type | Description | Domain values |
---|---|---|---|
label | text | Text of label | |
xcoord | numeric(18,6) | X-coordinate | |
ycoord | numeric(18,6) | Y-coordinate | |
anchor | character varying(16) | Name of node or subcatchment that anchors the label on zoom-ins | |
font | character varying(50) | Font of label | |
size | integer | Font size | |
bold | character varying(3) | YES for bold font, NO otherwise | YES, NO |
italic | character varying(3) | YES for italic font, NO otherwise | YES, NO |