]> marstr Code Repo - orthographic/commitdiff
Added landuse:construction as OSM tag and value as it was missing in photo generation
authorMarcus Str. <marcus@marstr.online>
Fri, 25 Oct 2024 15:38:45 +0000 (17:38 +0200)
committerMarcus Str. <marcus@marstr.online>
Fri, 25 Oct 2024 15:38:45 +0000 (17:38 +0200)
defines.py
textures/landuse/construction/brd/b1.png [new file with mode: 0644]
textures/landuse/construction/ptc/b1_p1.png [new file with mode: 0644]
textures/landuse/construction/ptc/b1_p2.png [new file with mode: 0644]

index 5dc427a3112d520dea20a16fee27a2197a91967f..e9553caacc69ce463afbd74d79615a4657aad29a 100644 (file)
@@ -123,6 +123,7 @@ mstr_ortho_layers = [
     ("landuse", "greenfield", "landuse", "grass"),\r
     ("landuse", "orchard", "landuse", "meadow"),\r
     ("landuse", "meadow", "landuse", "meadow"),\r
+    ("landuse", "construction", "landuse", "construction"),\r
     ("natural", "grassland", "landuse", "meadow"),\r
     ("barrier", "hedge", "natural", "heath"),\r
     ("landuse", "vineyard", "landuse", "meadow"),\r
@@ -210,6 +211,7 @@ mstr_mask_blur = [
     ("landuse", "greenfield", 12),\r
     ("landuse", "orchard", 12),\r
     ("landuse", "meadow", 12),\r
+    ("landuse", "construction", 5),\r
     ("barrier", "hedge", 1),\r
     ("landuse", "recreation_ground", 20),\r
     ("landuse", "vineyard", 12),\r
diff --git a/textures/landuse/construction/brd/b1.png b/textures/landuse/construction/brd/b1.png
new file mode 100644 (file)
index 0000000..99e5323
Binary files /dev/null and b/textures/landuse/construction/brd/b1.png differ
diff --git a/textures/landuse/construction/ptc/b1_p1.png b/textures/landuse/construction/ptc/b1_p1.png
new file mode 100644 (file)
index 0000000..5c65b2e
Binary files /dev/null and b/textures/landuse/construction/ptc/b1_p1.png differ
diff --git a/textures/landuse/construction/ptc/b1_p2.png b/textures/landuse/construction/ptc/b1_p2.png
new file mode 100644 (file)
index 0000000..4257454
Binary files /dev/null and b/textures/landuse/construction/ptc/b1_p2.png differ