We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03297e6 commit 5a6b4b4Copy full SHA for 5a6b4b4
src/b3dm.tileset/GeometryRepository.cs
@@ -89,8 +89,6 @@ public static List<GeometryRecord> GetGeometrySubset(NpgsqlConnection conn, stri
89
{
90
var sqlselect = GetSqlSelect(geometry_column, shaderColumn, attributesColumns, radiusColumn, target_srs);
91
var sqlFrom = "FROM " + geometry_table;
92
-
93
- // todo: fix unit test when there is no z
94
var points = GetPoints(bbox);
95
96
var sqlWhere = GetWhere(geometry_column, points.fromPoint, points.toPoint, query, source_epsg, keepProjection);
0 commit comments