Skip to content

Commit

Permalink
Merge branch 'main' into zlw-banner-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley authored Dec 5, 2024
2 parents 24e5cf4 + c4f03be commit 40c53c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc-img/shield_map_world.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1058,12 +1058,14 @@ export function loadShields() {
},
};
[
"Arapahoe",
"Archuleta",
"Chaffee",
"Conejos",
"Grand",
"Gunnison",
"Jackson",
"Jefferson",
"Lake",
"La_Plata",
"Larimer",
Expand Down Expand Up @@ -3153,6 +3155,14 @@ export function loadShields() {
},
};

// Bolivia
shields["BO:fundamental"] = {
...badgeShieldCrossbar,
colorDarken: Color.shields.green,
colorLighten: Color.shields.white,
textColor: Color.shields.white,
};

// Uruguay
shields["UY"] = homePlateDownShield(
5,
Expand Down
2 changes: 1 addition & 1 deletion src/layer/place.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export const state = {
],
"text-halo-blur": labelHaloBlur,
},
filter: ["==", ["get", "class"], "state"],
filter: ["in", ["get", "class"], ["literal", ["state", "province"]]],
layout: {
"text-font": ["Americana-Regular"],
"text-size": {
Expand Down

0 comments on commit 40c53c7

Please sign in to comment.