Table that serves to record the points configured for the map layer
Data model
Fields
| Field | Type | Description |
|---|---|---|
| property_description | VARCHAR (100) | Layer Specific Property Description |
| property_id* | INT | Primary key of the table with specific property identifier for the configured layer (headquarters, suppliers, parking lots, warehouses, etc.). |
| property_latitude | VARCHAR (100) | Layer-specific property latitude |
| property_longitude | VARCHAR (100) | Layer-specific property length |
| property_name | VARCHAR (100) | Layer-specific property name |
Primary Key
| PK_AFLS_LAYERS_PROPERTIES |
|---|
| property_id |