ws_inp_label - Giswater/giswater_dbmodel GitHub Wiki
Description:
Assigns coordinates to map labels.
Fields:
| Column name | Data type | Description |
|---|---|---|
| id | integer | Id |
| xcoord | numeric(18,6) | X-coordinate |
| ycoord | numeric(18,6) | Y-coordinate |
| label | character varying(50) | Text of label |
| node_id | character varying(16) | Id of node |