We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bceff40 commit 7de15e9Copy full SHA for 7de15e9
1 file changed
tests/bdd/flex/invalid-geometries.feature
@@ -83,8 +83,8 @@ Feature: Test handling of invalid geometries
83
Then table osm2pgsql_test_line has 0 rows
84
Then table osm2pgsql_test_polygon contains exactly
85
| osm_id | ST_AsText(geom) |
86
- | 20 | (10, 11, 12, 10) |
87
- | 21 | (10, 11, 12, 10) |
+ | 20 | (10, 12, 11, 10) |
+ | 21 | (10, 12, 11, 10) |
88
89
90
Scenario: Area with self-intersection from way should be ignored
0 commit comments