Changeset 35181 in osm for applications/editors/josm/plugins
- Timestamp:
- 2019-10-10T00:57:35+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileVEC.java
r34630 r35181 323 323 324 324 boolean isClosed() { 325 return nPoints >= 4&& points.get(0).equals(points.get(nPoints - 1));325 return nPoints >= 3 && points.get(0).equals(points.get(nPoints - 1)); 326 326 } 327 327 }
Note:
See TracChangeset
for help on using the changeset viewer.