# most likely crash.\r
mstr_ortho_layers = [\r
# Z-Order 0\r
- ("landuse", "residential", "landuse", "residential-boundary"),\r
("boundary", "administrative", "admin_level", ["8", "9", "10", "12"], "landuse", "residential-boundary"),\r
# Z-Order 1\r
("landuse", "grass", "landuse", "grass"),\r
("building", "commercial", "building", "commercial"),\r
("building", "yes", "building", "common"),\r
("place", "sea", "natural", "sea"),\r
- ("place", "ocean", "natural", "sea")\r
+ ("place", "ocean", "natural", "sea"),\r
+ ("landuse", "residential", "landuse", "residential-boundary")\r
]\r
\r
\r
# Here we need to do some magic to make some features look more natural\r
if (self._tag == "landuse" and self._value == "meadow") or (self._tag == "natural" and self._value == "grassland") or (self._tag == "natural" and self._value == "heath") or (self._tag == "landuse" and self._value == "cemetery") or (self._tag == "landuse" and self._value == "residential"):\r
if self._is_completion == False:\r
- amt = randrange(1,251)\r
+ amt = randrange(2, 9)\r
for i in range(1, amt+1):\r
ptc = randrange(1, 14)\r
img = Image.open(mstr_datafolder + "textures/tile/completion/p" + str(ptc)+".png")\r