Skip to content

Commit 603c0dc

Browse files
author
Sandro Santilli
committed
Use "TopoGeometry" as the datatype for topogeometries
"Topology" is too generic, as also the primitive tables (edges, nodes and faces) are part of the topology
1 parent af8f9c9 commit 603c0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/postgres/qgspostgresconn.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ QString QgsPostgresConn::displayStringForGeomType( QgsPostgresGeometryColumnType
13631363
case sctGeography:
13641364
return tr( "Geography" );
13651365
case sctTopoGeometry:
1366-
return tr( "Topology" );
1366+
return tr( "TopoGeometry" );
13671367
}
13681368

13691369
Q_ASSERT( !"unexpected geometry column type" );

0 commit comments

Comments
 (0)