[MDEV-2171] LP:802194 - ST_INTERSECTION includes 1 extra edge in maria-5.3-gis Created: 2011-06-26 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following expression: SELECT AsText( ST_INTERSECTION( PolygonFromText(' POLYGON ( (0 5, 3 5, 3 0, 0 0, 0 1, 2 1, 2 2 , 1 2 , 1 3 , 2 3 , 2 4, 0 4 , 0 5) ) ') , MultiPolygonFromText(' POLYGON( (3 5, 2 5, 2 4, 3 4, 3 5) ) ') ) ); produces the following result: POLYGON((2 4,2 5,0 5,3 5,3 4,2 4)) which contains the segment 2 5 , 0 5 , 3 5 which is incorrect. |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 802194 |