diff --git a/map_machine/doc/collections.py b/map_machine/doc/collections.py index 2f46482..8f9e96d 100644 --- a/map_machine/doc/collections.py +++ b/map_machine/doc/collections.py @@ -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",