Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shields for Croatia #1056

Merged
merged 5 commits into from May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc-img/shield_map_world.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/js/shield_defs.js
Expand Up @@ -3380,6 +3380,31 @@ export function loadShields() {
34
);

// Croatia
shields["HR:Autoceste"] = hexagonVerticalShield(
3,
Color.shields.green,
Color.shields.white,
Color.shields.white,
0,
34
);
shields["HR:Državne ceste"] = roundedRectShield(
Color.shields.blue,
Color.shields.white,
Color.shields.white
);
shields["HR:Županijske ceste"] = roundedRectShield(
Color.shields.yellow,
Color.shields.black,
Color.shields.black
);
shields["HR:Lokalne ceste"] = roundedRectShield(
Color.shields.white,
Color.shields.black,
Color.shields.black
);

// Iceland
shields["IS"] = roundedRectShield(
Color.shields.white,
Expand Down