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

This commit is contained in:
2025-11-18 12:41:18 +01:00
parent 63a832e12d
commit 6688e809a1

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'},