Skip to content

Commit

Permalink
fix: /deploiement-bal color features
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Sep 30, 2024
1 parent fd62cdb commit e8f9696
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/bases-locales/deploiement-bal/bal-cover-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,21 @@ const paintLayers = {
{
expression: [
['==', ['get', 'statusBals'], 'published'],
['==', ['get', 'idClient'], 'mes-adresses']
], // Mes Adresses
color: theme.colors.mapGreen
},
{
expression: [
['==', ['get', 'statusBals'], 'replaced'],
['==', ['get', 'idClient'], 'mes-adresses']
], // Mes Adresses
color: theme.colors.mapGreen
},
{
expression: [
['==', ['get', 'statusBals'], 'draft'],
['==', ['get', 'idClient'], 'mes-adresses']
], // Mes Adresses
color: theme.colors.mapYellow
},
Expand Down

0 comments on commit e8f9696

Please sign in to comment.