Skip to content

Commit

Permalink
feat(maps): reduce yellow line width
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig committed Nov 28, 2024
1 parent a253e42 commit a427adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/views/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def get_layers_list(self):
"source": "emprise-du-territoire-source",
"paint": {
"line-color": "#ffff00",
"line-width": 1.5,
"line-width": 1,
},
},
{
Expand Down Expand Up @@ -391,7 +391,7 @@ def get_layers_list(self):
"z-index": 4,
"type": "fill",
"source": "consommation-des-communes-source",
"minzoom": 8,
"minzoom": 3,
"maxzoom": 19,
"paint": {
"fill-color": self.get_gradient_expression(),
Expand Down Expand Up @@ -1283,7 +1283,7 @@ def get_layers_list(self):
"z-index": 4,
"type": "fill",
"source": "consommation-des-communes-source",
"minzoom": 8,
"minzoom": 3,
"maxzoom": 19,
"paint": {
"fill-color": self.get_gradient_expression(),
Expand Down

0 comments on commit a427adc

Please sign in to comment.