citygml-validate-shell
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -45,3 +45,3 @@ // Note: QIE paper states that only LOD1–3 geometries are to be tested, | ||
} else { | ||
callback(null, [new Error("GE_S_TOO_FEW_POLYGONS: A shell should have at least 4 polygons"), shell.length]]); | ||
callback(null, [new Error("GE_S_TOO_FEW_POLYGONS: A shell should have at least 4 polygons"), shell.length]); | ||
} | ||
@@ -48,0 +48,0 @@ }; |
{ | ||
"name": "citygml-validate-shell", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Validate a CityGML shell against the QIE suite", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
23701