-
Notifications
You must be signed in to change notification settings - Fork 33
ud_inp_label
Daniel Marín edited this page Jul 8, 2026
·
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 |


