Support #3316
Shapefiles: use location_id instead of location - same formalism to be generalized
Start date:
15/12/2016
Due date:
% Done:
0%
Description
The "location" field in shapefiles (example: raingauge) is a number, reference to a location which has an 'id'. So, the location, as text, is a "join" (in SQL terminology) with the location table.
So, it would make things more clear and easier to maintain the code clear and maintainable, if we use the following formalism everywhere:
the attribute of an object, when that attribute is a "foreign key" (meaning: it's the 'id' field of another table), should be of the form "tablename_id".
Related issues
History
#1 Updated by Philippe May almost 8 years ago
QGis limits the length of the field names to 10.
So, OK for loc_id in this example.
#2 Updated by Philippe May almost 8 years ago
- Related to Feature #3328: Use loc_id for ids of locations added
#3 Updated by Philippe May almost 8 years ago
- Status changed from New to Resolved
#4 Updated by Giulio Di Anastasio over 4 years ago
- Status changed from Resolved to Closed