Merge branch 'Preorder/change-rimo-type-map' into 'master'
updated rimo type map See merge request fronk/thetool!1768
This commit is contained in:
@@ -269,4 +269,5 @@ div.leaflet-marker-icon.custom-div-icon {
|
||||
.marker-company { background-color: #ffc107; }
|
||||
.marker-multiple-dwelling { background-color: #6f42c1; }
|
||||
.marker-public { background-color: #17a2b8; }
|
||||
.marker-other { background-color: #6c757d; }
|
||||
.marker-other { background-color: #bf2d69; }
|
||||
.marker-gross { background-color: #6c757d; }
|
||||
@@ -33,7 +33,7 @@ Vue.component('PreorderRimoTypeMap', {
|
||||
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' },
|
||||
other: { text: 'Andere', icon: 'fas fa-question-circle', color: '#6c757d' }
|
||||
other: { text: 'Andere', icon: 'fas fa-question-circle', color: '#bf2d69' }
|
||||
}
|
||||
}),
|
||||
computed: {
|
||||
@@ -271,6 +271,9 @@ Vue.component('PreorderRimoTypeMap', {
|
||||
else if (rimoType === 'greenfield' && group.preorder_count > 0)
|
||||
tooltipInnerClass = ' marker-label-highlight';
|
||||
|
||||
if (group.rimo_ex_state === 'Gross planning' || group.rimo_op_state === 'Not2Connect')
|
||||
markerIcon.class = 'marker-gross';
|
||||
|
||||
return {
|
||||
lat: group.gps_lat,
|
||||
lng: group.gps_long,
|
||||
|
||||
Reference in New Issue
Block a user