Skip to content

Commit

Permalink
Remove shields of Denmark, Hungary, Moldova, North Macedonia, Serbia
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley committed Jan 16, 2023
1 parent d61d0ce commit 6346e58
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 46 deletions.
5 changes: 0 additions & 5 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.
82 changes: 41 additions & 41 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3706,12 +3706,12 @@ export function loadShields(shieldImages) {
);

// Denmark
shields["dk:national"] = roundedRectShield(
Color.shields.yellow,
Color.shields.black,
Color.shields.black,
34
);
// shields["dk:national"] = roundedRectShield(
// Color.shields.yellow,
// Color.shields.black,
// Color.shields.black,
// 34
// );

// Estonia
shields["ee:national"] = roundedRectShield(
Expand Down Expand Up @@ -3770,15 +3770,15 @@ export function loadShields(shieldImages) {
);

// Hungary
shields["HU:national"] = homePlateDownShield(
3,
Color.shields.blue,
Color.shields.white,
Color.shields.white,
4,
0,
26
);
// shields["HU:national"] = homePlateDownShield(
// 3,
// Color.shields.blue,
// Color.shields.white,
// Color.shields.white,
// 4,
// 0,
// 26
// );

// Iceland
shields["IS"] = roundedRectShield(
Expand Down Expand Up @@ -3855,16 +3855,16 @@ export function loadShields(shieldImages) {
);

// Moldova
shields["md:national"] = {
backgroundImage: shieldImages.shield_ro_trunk_2,
textColor: Color.shields.white,
padding: {
left: 4,
right: 4,
top: 4,
bottom: 4,
},
};
// shields["md:national"] = {
// backgroundImage: shieldImages.shield_ro_trunk_2,
// textColor: Color.shields.white,
// padding: {
// left: 4,
// right: 4,
// top: 4,
// bottom: 4,
// },
// };

// Montenegro
shields["ME:Magistralni putevi"] = roundedRectShield(
Expand All @@ -3875,14 +3875,14 @@ export function loadShields(shieldImages) {
);

// North Macedonia
shields["mk:national"] = hexagonVerticalShield(
3,
Color.shields.green,
Color.shields.white,
Color.shields.white,
0,
34
);
// shields["mk:national"] = hexagonVerticalShield(
// 3,
// Color.shields.green,
// Color.shields.white,
// Color.shields.white,
// 0,
// 34
// );

// Netherlands
// https://wiki.openstreetmap.org/wiki/The_Netherlands_road_network
Expand Down Expand Up @@ -3954,14 +3954,14 @@ export function loadShields(shieldImages) {
);

// Serbia
shields["RS:national"] = hexagonVerticalShield(
3,
Color.shields.green,
Color.shields.white,
Color.shields.white,
0,
34
);
// shields["RS:national"] = hexagonVerticalShield(
// 3,
// Color.shields.green,
// Color.shields.white,
// Color.shields.white,
// 0,
// 34
// );

// Russia
shields["ru:national"] = roundedRectShield(
Expand Down

0 comments on commit 6346e58

Please sign in to comment.