Skip to content

Commit

Permalink
Merge pull request #33 from Ameciclo/new_observatorio_map_color
Browse files Browse the repository at this point in the history
color adjust
  • Loading branch information
dvalenca authored Sep 8, 2023
2 parents f6cb643 + 7cbc913 commit 4ae6a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/observatorio/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const PDCLayer = {
id: "Não executado no PDC",
type: "line",
paint: {
"line-color": "#000000",
"line-color": "#E02F31",
"line-opacity": 0.5,
"line-width": 2,
},
Expand All @@ -162,7 +162,7 @@ const NotPDC = {
id: "Executados fora do PDC",
type: "line",
paint: {
"line-color": "#E02F31",
"line-color": "#DDDF00",
"line-width": 1.5,
"line-opacity": 0.8,
// 'line-dasharray': [2,.5],
Expand Down

1 comment on commit 4ae6a39

@vercel
Copy link

@vercel vercel bot commented on 4ae6a39 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.