Skip to content

Commit

Permalink
Merge pull request #1012 from Blijbol/jeroen/aruba
Browse files Browse the repository at this point in the history
Add shields for Aruban road network
  • Loading branch information
ZeLonewolf authored Dec 20, 2023
2 parents fcf849e + 07898e5 commit a30d2f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3392,10 +3392,10 @@ export function loadShields() {
34
);

// Netherlands
// Netherlands, Kingdom of the (European Netherlands, Aruba, and Curacao)
// https://wiki.openstreetmap.org/wiki/The_Netherlands_road_network
shields["NL:A"] = roundedRectShield(Color.shields.red, Color.shields.white);
shields["NL:N"] = roundedRectShield(
shields["NL:N"] = shields["AW:route"] = roundedRectShield(
Color.shields.yellow,
Color.shields.black
);
Expand All @@ -3417,7 +3417,7 @@ export function loadShields() {
"Rotterdam",
"Zaanstad",
].forEach((city) => (shields[`NL:S:${city}`] = nlCityRoute));
shields["NL:binnenstedelijke_ring"] = nlCityRoute; // for both Netherlands and Curacao
shields["NL:binnenstedelijke_ring"] = nlCityRoute; // for both European Netherlands and Curacao
[
"Ommen",
"Schouwen",
Expand Down

0 comments on commit a30d2f4

Please sign in to comment.