use Röntgen icon for more presets and field-values

presets:
* Diving Platform
* City Limit Sign
* Turning Loop

fields values:
* `design` field of Power Poles and Power Towers/Portals
* `leaf_type`
* `traffic_calming`
* `volcano:type` and `volcano:status`
* `tower:construction`
This commit is contained in:
Martin Raifer 2023-01-31 12:50:57 +01:00
parent 262f0fb46c
commit 8de00a159a
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
16 changed files with 93 additions and 12 deletions

View file

@ -9,6 +9,11 @@
"extinct": "Extinct"
}
},
"icons": {
"active": "roentgen-stratovolcano___lava",
"dormant": "roentgen-stratovolcano___smoke",
"extinct": "roentgen-stratovolcano"
},
"autoSuggestions": false,
"customValues": false
}

View file

@ -9,6 +9,11 @@
"scoria": "Scoria"
}
},
"icons": {
"stratovolcano": "roentgen-stratovolcano___smoke_2",
"shield": "roentgen-shield_volcano___smoke_2",
"scoria": "roentgen-volcanic_cone___smoke_2"
},
"autoSuggestions": false,
"customValues": false
}