Merge branch 'PreorderRimoTypeMap/fix-wohnhaus' into 'master'

Fix typo in residential rimoTypeDefs label from 'Wohngebiet' to 'Wohnhaus'

See merge request fronk/thetool!1893
This commit is contained in:
Luca Haid
2025-11-18 11:43:20 +00:00

View File

@@ -33,7 +33,7 @@ Vue.component('PreorderRimoTypeMap', {
],
rimoTypeDefs: {
greenfield: {text: 'Greenfield', icon: 'fas fa-tree', color: '#28a745'},
residential: {text: 'Wohngebiet', icon: 'fas fa-home', color: '#007bff'},
residential: {text: 'Wohnhaus', icon: 'fas fa-home', color: '#007bff'},
company: {text: 'Gewerbe', icon: 'fas fa-building', color: '#ffc107'},
'multiple-dwelling': {text: 'Mehrfamilienhaus', icon: 'fas fa-city', color: '#6f42c1'},
public: {text: 'Öffentlich', icon: 'fas fa-school', color: '#17a2b8'},