Skip to content

Commit

Permalink
Use "TopoGeometry" as the datatype for topogeometries
Browse files Browse the repository at this point in the history
"Topology" is too generic, as also the primitive tables (edges,
nodes and faces) are part of the topology
  • Loading branch information
Sandro Santilli committed Nov 2, 2012
1 parent af8f9c9 commit 603c0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresconn.cpp
Expand Up @@ -1363,7 +1363,7 @@ QString QgsPostgresConn::displayStringForGeomType( QgsPostgresGeometryColumnType
case sctGeography:
return tr( "Geography" );
case sctTopoGeometry:
return tr( "Topology" );
return tr( "TopoGeometry" );
}

Q_ASSERT( !"unexpected geometry column type" );
Expand Down

0 comments on commit 603c0dc

Please sign in to comment.