mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-23 22:16:25 +02:00
Add volcano icon collection.
This commit is contained in:
parent
e4e2dffcd3
commit
6cb3ec1ec0
1 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue