Added landuse:construction as OSM tag and value as it was missing in photo generation
This commit is contained in:
parent
bd2594221d
commit
9d67334908
@ -123,6 +123,7 @@ mstr_ortho_layers = [
|
|||||||
("landuse", "greenfield", "landuse", "grass"),
|
("landuse", "greenfield", "landuse", "grass"),
|
||||||
("landuse", "orchard", "landuse", "meadow"),
|
("landuse", "orchard", "landuse", "meadow"),
|
||||||
("landuse", "meadow", "landuse", "meadow"),
|
("landuse", "meadow", "landuse", "meadow"),
|
||||||
|
("landuse", "construction", "landuse", "construction"),
|
||||||
("natural", "grassland", "landuse", "meadow"),
|
("natural", "grassland", "landuse", "meadow"),
|
||||||
("barrier", "hedge", "natural", "heath"),
|
("barrier", "hedge", "natural", "heath"),
|
||||||
("landuse", "vineyard", "landuse", "meadow"),
|
("landuse", "vineyard", "landuse", "meadow"),
|
||||||
@ -210,6 +211,7 @@ mstr_mask_blur = [
|
|||||||
("landuse", "greenfield", 12),
|
("landuse", "greenfield", 12),
|
||||||
("landuse", "orchard", 12),
|
("landuse", "orchard", 12),
|
||||||
("landuse", "meadow", 12),
|
("landuse", "meadow", 12),
|
||||||
|
("landuse", "construction", 5),
|
||||||
("barrier", "hedge", 1),
|
("barrier", "hedge", 1),
|
||||||
("landuse", "recreation_ground", 20),
|
("landuse", "recreation_ground", 20),
|
||||||
("landuse", "vineyard", 12),
|
("landuse", "vineyard", 12),
|
||||||
|
BIN
textures/landuse/construction/brd/b1.png
Normal file
BIN
textures/landuse/construction/brd/b1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 MiB |
BIN
textures/landuse/construction/ptc/b1_p1.png
Normal file
BIN
textures/landuse/construction/ptc/b1_p1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
textures/landuse/construction/ptc/b1_p2.png
Normal file
BIN
textures/landuse/construction/ptc/b1_p2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Loading…
x
Reference in New Issue
Block a user