Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mayer
CircularGreenSimCity
Commits
046659fe
Commit
046659fe
authored
1 year ago
by
Matthias Betz
Browse files
Options
Download
Email Patches
Plain Diff
change road lod to 1
parent
749680be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
enrich-citygml-with-greenarea/src/main/java/de/hft/stuttgart/citygml/green/osm/GreenEnricher.java
+1
-1
...ava/de/hft/stuttgart/citygml/green/osm/GreenEnricher.java
with
1 addition
and
1 deletion
+1
-1
enrich-citygml-with-greenarea/src/main/java/de/hft/stuttgart/citygml/green/osm/GreenEnricher.java
+
1
-
1
View file @
046659fe
...
...
@@ -796,7 +796,7 @@ public class GreenEnricher {
MultiSurface
ms
=
new
MultiSurface
();
road
.
setId
(
UUID
.
randomUUID
().
toString
());
ms
.
getSurfaceMember
().
add
(
new
SurfaceProperty
(
poly
));
road
.
setLod
0
MultiSurface
(
new
MultiSurfaceProperty
(
ms
));
road
.
getDeprecatedProperties
().
setLod
1
MultiSurface
(
new
MultiSurfaceProperty
(
ms
));
cityModel
.
getCityObjectMembers
().
add
(
new
AbstractCityObjectProperty
(
road
));
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment