We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d46f8 commit 71b1fd4Copy full SHA for 71b1fd4
src/extras/BuildingShapeUtils.js
@@ -78,7 +78,7 @@ class BuildingShapeUtils extends ShapeUtils {
78
*
79
* @param {[DOM.Element]} array - list of OSM XML way elements.
80
81
- * @return {DOM.Element}
+ * @return {[DOM.Element]} array of closed ways.
82
*/
83
static combineWays(ways) {
84
var closedWays = [];
0 commit comments