Changeset 21876 in osm for applications
- Timestamp:
- 2010-06-21T22:07:26+02:00 (14 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/buildings_tools/src/buildings_tools/Building.java
r21875 r21876 238 238 Way w = new Way(); 239 239 w.addNode(nodes[0]); 240 if (projection2(en[2]) > 0 ) {240 if (projection2(en[2]) > 0 ^ len < 0) { 241 241 w.addNode(nodes[1]); 242 242 w.addNode(nodes[2]);
Note:
See TracChangeset
for help on using the changeset viewer.