Add icon for access=no.

This commit is contained in:
Sergey Vartanov 2021-07-04 22:33:36 +03:00
parent 701e4a2156
commit c79885f46b

View file

@ -1020,6 +1020,8 @@ node_icons:
add_shapes: [{shape: wood, color: trunk_color}] add_shapes: [{shape: wood, color: trunk_color}]
- tags: {access: private} - tags: {access: private}
add_shapes: [lock_with_keyhole] add_shapes: [lock_with_keyhole]
- tags: {access: "no"}
add_shapes: [lock]
- tags: {direction: clockwise} - tags: {direction: clockwise}
add_shapes: [clockwise] add_shapes: [clockwise]
- tags: {direction: contrclockwise} - tags: {direction: contrclockwise}