Rejected vs Refused

This commit is contained in:
Mateusz Konieczny 2022-09-14 13:23:10 +02:00
parent 9d08619a61
commit f13ac7d4a9
2 changed files with 3 additions and 3 deletions

View File

@ -339,11 +339,11 @@
<LineSymbolizer stroke="#fff200" stroke-width="1.5" />
</Rule>
<Rule>
<Filter>[status] = "Refused"</Filter>
<Filter>[status] = "Rejected"</Filter>
<PolygonSymbolizer fill="#e31d23"/>
</Rule>
<Rule>
<Filter>[status] = "Refused"</Filter>
<Filter>[status] = "Rejected"</Filter>
<LineSymbolizer stroke="#e31d23" stroke-width="1.5" />
</Rule>
<Rule>

View File

@ -176,7 +176,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
{ color: '#53f5dd', text: 'Submitted' },
{ color: '#16cf15', text: 'Approved' },
{ color: '#fff200', text: 'Appeal In Progress' },
{ color: '#e31d23', text: 'Refused' },
{ color: '#e31d23', text: 'Rejected' },
{ color: '#999999', text: 'Withdrawn' },
{ color: '#eacad0', text: 'Unknown' },
]