we need watertight polyhedrons, so dont omit bottom faces of gronud colors

This commit is contained in:
Laura Klünder 2017-11-14 17:33:58 +01:00
parent a90de12aba
commit 94420b5043

View file

@ -124,8 +124,7 @@ class AltitudeAreaGeometries:
geometry.build_polyhedron(create_polyhedron,
lower=altitude,
upper=altitude + int(0.001 * 1000),
crops=crops,
bottom=False)
crops=crops)
class FakeCropper: