Add volcano icon collection.

This commit is contained in:
Sergey Vartanov 2021-11-25 23:50:22 +03:00
parent e4e2dffcd3
commit 6cb3ec1ec0

View file

@ -36,12 +36,12 @@ collections = [
[""] + tower_type_values,
),
Collection(
"Tag:man_made=mast",
{"man_made": "mast"},
"tower:construction",
["freestanding", "lattice", "guyed_tube", "guyed_lattice"],
"tower:type",
[""] + tower_type_values,
"Tag:natural=volcano",
{"natural": "volcano"},
"volcano:type",
["stratovolcano", "shield", "scoria"],
"volcano:status",
["active", "dormant", "extinct"],
),
Collection(
"Tag:tower:construction=guyed_tube",