Skip to content

Commit

Permalink
Added Akrotiri and Dhekelia to status map
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Oct 9, 2022
1 parent 6d9d707 commit 9f83d99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.
4 changes: 4 additions & 0 deletions scripts/status_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ function fillPaths(svg, codes) {
// Routes in United States insular areas use US prefix with the U.S.
selectors.add(".ust");
}
if (selectors.has(".cy")) {
// The Cyprus road network includes Akrotiri and Dhekelia (British Overseas Territory).
selectors.add(".akrotiridhekelia");
}
return svg.replace(".supported", new Array(...selectors).join(",\n"));
}

Expand Down

0 comments on commit 9f83d99

Please sign in to comment.