Added missing building types for tree generation
This commit is contained in:
parent
09aa3670fb
commit
a1391cbc5e
@ -622,7 +622,7 @@ class mstr_layergen:
|
||||
|
||||
# We will do some super magic here to let houses look more realistic
|
||||
if self._tag == "building":
|
||||
vls = [ "detached", "hotel", "farm", "semidetached_house", "apartments", "civic", "office", "retail", "industrial", "house", "school" ]
|
||||
vls = [ "detached", "hotel", "farm", "semidetached_house", "apartments", "civic", "office", "retail", "industrial", "house", "school", "yes" ]
|
||||
if self._value in vls:
|
||||
# Generate a new image
|
||||
details = Image.new("RGBA", (self._imgsize, self._imgsize))
|
||||
|
Loading…
x
Reference in New Issue
Block a user