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:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user