Ticket #158 (closed defect: fixed)
Some external rings dropped during buffer operation
| Reported by: | carl.anderson@… | Owned by: | hkaiser |
|---|---|---|---|
| Priority: | major | Milestone: | 3.2.0 |
| Component: | Core | Version: | svn-trunk |
| Severity: | Critical | Keywords: | imported,phpbugtracker |
| Cc: | mloskot |
Description (last modified by mloskot) (diff)
sample for XMLTester
<run> <!--precisionModel scale="1.0" offsetx="0.0" offsety="0.0"/--> <precisionModel type="FLOATING"/> <case> <desc>
Test One Outer ring is returned instead of two outer rings. One of the Polygons is not in the resultant set
</desc>
<a>
MULTIPOLYGON (((
139 819,
485 185,
139 184,
139 819
)), ((
215 1191,
1620 1203,
1483 0,
215 1191
)))
</a>
<test>
<desc>
Buffer One Outer ring is returned instead of two outer rings. One of the Polygons is not in the resultant set
</desc>
<op name="buffer" arg1="a" arg3="0.0">
MULTIPOLYGON (((
527 725,
349 334,
128 193,
527 725
)), ((
215 1191,
1620 1203,
1483 0,
215 1191
)))</op>
</test>
</case>
</run>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

