Skip to content

Commit

Permalink
tweak map colors
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Oct 2, 2024
1 parent cd6b2d6 commit 205b044
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/assets/javascripts/application.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function showLocations(ids, lats, lons, contents, num_machines, latLng) {
"source": "protomaps",
"source-layer": "earth",
"paint": {
"fill-color": "hsl(20, 18%, 91%)"
"fill-color": "hsl(20, 20%, 95%)"
}
},
{
Expand Down Expand Up @@ -123,9 +123,9 @@ function showLocations(ids, lats, lons, contents, num_machines, latLng) {
"zoom"
],
0,
"hsl(110, 60%, 80%)",
"hsl(110, 55%, 80%)",
12,
"hsl(110, 60%, 80%)"
"hsl(110, 55%, 80%)"
]
}
},
Expand Down Expand Up @@ -282,7 +282,7 @@ function showLocations(ids, lats, lons, contents, num_machines, latLng) {
0,
"#d0ded0",
12,
"hsl(115, 55%, 74%)"
"hsl(110, 52%, 82%)"
]
}
},
Expand All @@ -308,7 +308,7 @@ function showLocations(ids, lats, lons, contents, num_machines, latLng) {
"zoom"
],
0,
"#cedcd7",
"#d0ded0",
12,
"hsl(110, 52%, 82%)"
]
Expand Down Expand Up @@ -503,7 +503,7 @@ function showLocations(ids, lats, lons, contents, num_machines, latLng) {
]
],
"paint": {
"fill-color": "hsl(20, 20%, 94%)"
"fill-color": "hsl(20, 20%, 95%)"
}
},
{
Expand Down Expand Up @@ -1102,7 +1102,7 @@ function showLocations(ids, lats, lons, contents, num_machines, latLng) {
"source-layer": "buildings",
"paint": {
"fill-color": "hsl(20, 15%, 85%)",
"fill-opacity": 1
"fill-opacity": 0.8
}
},
{
Expand Down

0 comments on commit 205b044

Please sign in to comment.