File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ class BuildingShapeUtils extends ShapeUtils {
8686 i ++ ;
8787 changed = true ;
8888 } else if ( way1 [ 0 ] . getAttribute ( 'ref' ) === way2 [ 0 ] . getAttribute ( 'ref' ) ) {
89- const tempway = BuildingShapeUtils . reverseWay ( ways [ i ] )
89+ const tempway = BuildingShapeUtils . reverseWay ( ways [ i ] ) ;
9090 const result = BuildingShapeUtils . joinWays ( tempway , ways [ i + 1 ] ) ;
9191 } else if ( way1 [ way1 . length - 1 ] . getAttribute ( 'ref' ) === way2 [ way2 . length - 1 ] . getAttribute ( 'ref' ) ) {
92- const tempway = BuildingShapeUtils . reverseWay ( ways [ i + 1 ] )
92+ const tempway = BuildingShapeUtils . reverseWay ( ways [ i + 1 ] ) ;
9393 const result = BuildingShapeUtils . joinWays ( ways [ i ] , tempway ) ;
9494 } else {
9595 openWays . push ( ways [ i ] ) ;
@@ -141,7 +141,7 @@ class BuildingShapeUtils extends ShapeUtils {
141141 }
142142 return newWay ;
143143 }
144-
144+
145145 /**
146146 * Find the center of a closed way
147147 *
You can’t perform that action at this time.
0 commit comments