mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch 'taxonomy'
This commit is contained in:
commit
f554c2d16c
20 changed files with 1358 additions and 65 deletions
|
@ -116,6 +116,8 @@ GeoReferencingOptionsModel *GeoReferencingOptionsModel::instance() {
|
|||
GeoReferencingOptionsModel::GeoReferencingOptionsModel(QObject *parent) : QStringListModel(parent)
|
||||
{
|
||||
QStringList list;
|
||||
list << "Country" << "State" << "District" << "Town" << "Suburb" << "Body of Water" << "Site Name";
|
||||
int i;
|
||||
for (i = 0; i < NR_CATEGORIES; i++)
|
||||
list << taxonomy_category_names[i];
|
||||
setStringList(list);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue