Add icon for two-story apartments, gabled roof.

This commit is contained in:
Sergey Vartanov 2022-01-10 23:58:30 +03:00
parent 19b56f0fba
commit 3a3c59d63f
4 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 410 KiB

After

Width:  |  Height:  |  Size: 411 KiB

View file

@ -4,6 +4,7 @@
"apartments_1_story": {"name": "one-story apartments building"},
"apartments_1_story_gabled_roof": {"name": "one-story apartments building with gabled roof"},
"apartments_2_story": {"name": "two-story apartments building"},
"apartments_2_story_gabled_roof": {"name": "two-story apartments building with gabled roof"},
"apartments_3_story": {"name": "three-story apartments building"},
"apartments_4_story": {"name": "four-story apartments building"},
"apartments_5_story": {"name": "five-story apartments building"},

View file

@ -28334,8 +28334,8 @@
id="path56466"
sodipodi:nodetypes="cccc" />
<path
id="rect61211"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#0000ff;stroke:none;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
id="apartments_2_story_gabled_roof"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;stroke:none;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
d="m 711.91602,209.00586 c -0.0548,0.009 -0.10757,0.0279 -0.15625,0.0547 l -5.5,3 c -0.45636,0.2479 -0.27911,0.94105 0.24023,0.93945 h 0.5 v 4 h 10 v -4 h 0.5 c 0.51934,0.002 0.69659,-0.69155 0.24023,-0.93945 l -5.5,-3 c -0.0988,-0.0543 -0.21307,-0.0735 -0.32421,-0.0547 z M 709.5,213 h 1 c 0.277,0 0.5,0.223 0.5,0.5 v 2 c 0,0.277 -0.223,0.5 -0.5,0.5 h -1 c -0.277,0 -0.5,-0.223 -0.5,-0.5 v -2 c 0,-0.277 0.223,-0.5 0.5,-0.5 z m 4,0 h 1 c 0.277,0 0.5,0.223 0.5,0.5 v 2 c 0,0.277 -0.223,0.5 -0.5,0.5 h -1 c -0.277,0 -0.5,-0.223 -0.5,-0.5 v -2 c 0,-0.277 0.223,-0.5 0.5,-0.5 z m -6.5,5 v 4.5 c 0,0.277 0.223,0.5 0.5,0.5 h 5.5 v -2.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 h 1 c 0.277,0 0.5,0.223 0.5,0.5 v 2.5 h 1.5 c 0.277,0 0.5,-0.223 0.5,-0.5 V 218 Z m 2.5,1 h 1 c 0.277,0 0.5,0.223 0.5,0.5 v 2 c 0,0.277 -0.223,0.5 -0.5,0.5 h -1 c -0.277,0 -0.5,-0.223 -0.5,-0.5 v -2 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
sodipodi:nodetypes="sccccccccccssssssssssssssssssscsscsssscssccsssssssss" />
<path

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

@ -775,6 +775,12 @@ node_icons:
shapes: [apartments_1_story_gabled_roof]
- tags: {building: apartments, building:levels: "2"}
shapes: [apartments_2_story]
- tags: {building: apartments, building:levels: "2", roof:shape: gabled}
shapes: [apartments_2_story_gabled_roof]
- tags: {building: apartments, building:levels: "2", roof:shape: hipped}
shapes: [apartments_2_story_gabled_roof]
- tags: {building: apartments, building:levels: "2", roof:shape: pyramidal}
shapes: [apartments_2_story_gabled_roof]
- tags: {building: apartments, building:levels: "3"}
shapes: [apartments_3_story]
- tags: {building: apartments, building:levels: "4"}