-
Notifications
You must be signed in to change notification settings - Fork 11
ext_streetaxis
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Catalog of streets.
Column name | Data type | Description |
---|---|---|
id | character varying(16) | Id of street |
code | character varying(16) | Internal code of street |
type | character varying(18) | Type of street, defined on ext_type_street |
name | character varying(100) | Name of the street |
text | text | Description, name concatenation |
the_geom | geometry(MultiLineString,SRID) | Multi line geometry of element |
expl_id | integer | Id of exploitation in which street is located, defined on exploitation |
muni_id | integer | Id of municipality in which street is located, defined on ext_municipality |