Changeset 11839 in josm
- Timestamp:
- 2017-04-04T20:31:10+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data_nodist/multipolygon.osm
r11837 r11839 4468 4468 <member type='way' ref='-33495' role='inner' /> 4469 4469 <member type='way' ref='-33491' role='outer' /> 4470 <tag k='josm_error_codes' v='1617' /> 4470 4471 <tag k='landuse' v='farmland' /> 4471 4472 <tag k='name' v='08/07 - u-shape inner filled with other inner, sharing all nodes with it' /> 4472 4473 <tag k='type' v='multipolygon' /> 4473 4474 </relation> 4474 <relation id='-33665' action='modify' visible='true'>4475 <tag k='landuse' v='farmland' />4476 <tag k='type' v='multipolygon' />4477 </relation>4478 4475 </osm> -
trunk/src/org/openstreetmap/josm/data/validation/tests/MultipolygonTest.java
r11837 r11839 864 864 } 865 865 if (useIntersectionTest) { 866 Main.warn("using complex test ");867 866 PolygonIntersection res = Geometry.polygonIntersection(inner.getNodes(), outerCandidate.getNodes()); 868 867 if (res == PolygonIntersection.FIRST_INSIDE_SECOND)
Note:
See TracChangeset
for help on using the changeset viewer.