Skip to content

Commit

Permalink
Removed not used code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Aksel Opsahl committed May 22, 2020
1 parent 83bda09 commit c69fd07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/sql/function_resolve_overlap_gap_single_cell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,6 @@ BEGIN
overlapgap_grid, input_table_geo_column_name, _bb, _table_name_result_prefix,_topology_snap_tolerance*inner_cell_distance);
EXECUTE command_string;

-- In first loop only block by egdes
command_string := Format('SELECT ST_Union(geom) from (SELECT ST_Expand(ST_Envelope(%1$s),%2$s) as geom from %3$s where ST_intersects(%1$s,%4$L) ) as r',
'geom', _topology_snap_tolerance, _topology_name||'.edge_data', _bb);



-- Anohter test block base on mbr Sandro https://trac.osgeo.org/postgis/ticket/4684

Expand Down

0 comments on commit c69fd07

Please sign in to comment.