Skip to content

Commit 5a6b4b4

Browse files
committed
remove todo
1 parent 03297e6 commit 5a6b4b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/b3dm.tileset/GeometryRepository.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ public static List<GeometryRecord> GetGeometrySubset(NpgsqlConnection conn, stri
8989
{
9090
var sqlselect = GetSqlSelect(geometry_column, shaderColumn, attributesColumns, radiusColumn, target_srs);
9191
var sqlFrom = "FROM " + geometry_table;
92-
93-
// todo: fix unit test when there is no z
9492
var points = GetPoints(bbox);
9593

9694
var sqlWhere = GetWhere(geometry_column, points.fromPoint, points.toPoint, query, source_epsg, keepProjection);

0 commit comments

Comments
 (0)