From: Marcus Str. Date: Fri, 25 Oct 2024 15:38:45 +0000 (+0200) Subject: Added landuse:construction as OSM tag and value as it was missing in photo generation X-Git-Url: https://marstr.online/code/gitweb.cgi?a=commitdiff_plain;h=9d67334908d5e0c2cbadaf457ce063d5e31605f7;p=orthographic Added landuse:construction as OSM tag and value as it was missing in photo generation --- diff --git a/defines.py b/defines.py index 5dc427a..e9553ca 100644 --- a/defines.py +++ b/defines.py @@ -123,6 +123,7 @@ mstr_ortho_layers = [ ("landuse", "greenfield", "landuse", "grass"), ("landuse", "orchard", "landuse", "meadow"), ("landuse", "meadow", "landuse", "meadow"), + ("landuse", "construction", "landuse", "construction"), ("natural", "grassland", "landuse", "meadow"), ("barrier", "hedge", "natural", "heath"), ("landuse", "vineyard", "landuse", "meadow"), @@ -210,6 +211,7 @@ mstr_mask_blur = [ ("landuse", "greenfield", 12), ("landuse", "orchard", 12), ("landuse", "meadow", 12), + ("landuse", "construction", 5), ("barrier", "hedge", 1), ("landuse", "recreation_ground", 20), ("landuse", "vineyard", 12), diff --git a/textures/landuse/construction/brd/b1.png b/textures/landuse/construction/brd/b1.png new file mode 100644 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 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 index 0000000..4257454 Binary files /dev/null and b/textures/landuse/construction/ptc/b1_p2.png differ