Commit 046659fe authored by Matthias Betz's avatar Matthias Betz
Browse files

change road lod to 1

parent 749680be
......@@ -796,7 +796,7 @@ public class GreenEnricher {
MultiSurface ms = new MultiSurface();
road.setId(UUID.randomUUID().toString());
ms.getSurfaceMember().add(new SurfaceProperty(poly));
road.setLod0MultiSurface(new MultiSurfaceProperty(ms));
road.getDeprecatedProperties().setLod1MultiSurface(new MultiSurfaceProperty(ms));
cityModel.getCityObjectMembers().add(new AbstractCityObjectProperty(road));
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment