Opened 7 years ago
Closed 7 years ago
#3784 closed defect (worksforme)
Difference of unioned geometries
Reported by: | jendrusk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.7 |
Component: | postgis | Version: | 2.2.x |
Keywords: | Cc: |
Description
I'm merging two geometries into one using st_union then st_difference with third geom which is epsg:2180 extend to get a mask. Union returns one polygon with shape of joined two geoms but difference produces hole in shape of one of joined geometries. If I add st_buffer everything is ok.
geometries in addition
POSTGIS="2.2.1 r14555" GEOS="3.5.0-CAPI-1.9.0 r4084" PROJ="Rel. 4.9.2, 08 September 2015" GDAL="GDAL 1.11.3, released 2015/09/16" LIBXML="2.9.3" LIBJSON="0.11.99" RASTER
Attachments (1)
Change History (5)
by , 7 years ago
Attachment: | select_ST_Transform_way_4326__as_way_fro.sql added |
---|
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Milestone: | → PostGIS 2.2.6 |
---|
comment:3 by , 7 years ago
Milestone: | PostGIS 2.2.6 → PostGIS 2.2.7 |
---|
comment:4 by , 7 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Without the full sequence of SQL to go w/ the table, and helpfully a picture of the inputs and expected outputs, this is going to languish.