Changes between Version 1 and Version 2 of Ticket #3205
- Timestamp:
- 07/18/15 01:29:22 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3205 – Description
v1 v2 49 49 with surface distance 50 50 51 52 {{{ 51 53 SELECT DISTINCT ON (pe.edge_id) edge_id, gid 52 54 FROM problematic_edges AS pe, my_source_lines AS ul … … 54 56 ORDER BY pe.edge_id, ST_Area(ST_Intersection(ST_Buffer(pe.geom,1,'quad_segs=2'),ST_Buffer(ul,1,'quad_segs=2'))) DESC 55 57 58 }}} 59