Added landuse:construction as OSM tag and value as it was missing in photo generation

This commit is contained in:
Marcus Str. 2024-10-25 17:38:45 +02:00
parent bd2594221d
commit 9d67334908
4 changed files with 2 additions and 0 deletions

View File

@ -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),

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB