From 5e8b34430b3c88aea1fa815249a3b30ae938fb48 Mon Sep 17 00:00:00 2001 From: Jens Bannmann Date: Sun, 28 Jul 2024 22:27:33 +0200 Subject: [PATCH] Add flags of Croatia, Czechia, the Netherlands, Norway and Slovenia --- entries/croatia_flag.json | 36 ++++++++++++++++++++++++ entries/czechia_flag.json | 36 ++++++++++++++++++++++++ entries/netherlands_flag.json | 36 ++++++++++++++++++++++++ entries/norway_flag.json | 36 ++++++++++++++++++++++++ entries/slovenia_flag.json | 52 +++++++++++++++++++++++++++++++++++ 5 files changed, 196 insertions(+) create mode 100644 entries/croatia_flag.json create mode 100644 entries/czechia_flag.json create mode 100644 entries/netherlands_flag.json create mode 100644 entries/norway_flag.json create mode 100644 entries/slovenia_flag.json diff --git a/entries/croatia_flag.json b/entries/croatia_flag.json new file mode 100644 index 000000000..c1c4c42d8 --- /dev/null +++ b/entries/croatia_flag.json @@ -0,0 +1,36 @@ +{ + "id": 4504189912, + "name": "Croatia", + "description": "Flag of Croatia", + "links": { + "website": [ + "https://croatia.hr/en-gb" + ] + }, + "path": { + "0": [ + [ + 343, + 53 + ], + [ + 343, + 42 + ], + [ + 326, + 42 + ], + [ + 326, + 53 + ] + ] + }, + "center": { + "0": [ + 335, + 48 + ] + } +} \ No newline at end of file diff --git a/entries/czechia_flag.json b/entries/czechia_flag.json new file mode 100644 index 000000000..a87326b9a --- /dev/null +++ b/entries/czechia_flag.json @@ -0,0 +1,36 @@ +{ + "id": 7941796961, + "name": "Czechia", + "description": "Flag of Czechia", + "links": { + "website": [ + "https://www.czechia.eu/" + ] + }, + "path": { + "0": [ + [ + 361, + 90 + ], + [ + 361, + 101 + ], + [ + 344, + 101 + ], + [ + 344, + 90 + ] + ] + }, + "center": { + "0": [ + 353, + 96 + ] + } +} \ No newline at end of file diff --git a/entries/netherlands_flag.json b/entries/netherlands_flag.json new file mode 100644 index 000000000..5bdf3aa90 --- /dev/null +++ b/entries/netherlands_flag.json @@ -0,0 +1,36 @@ +{ + "id": 1533800606, + "name": "Netherlands", + "description": "Flag of the Netherlands", + "links": { + "website": [ + "https://www.holland.com/global/tourism" + ] + }, + "path": { + "0": [ + [ + 343, + 65 + ], + [ + 343, + 54 + ], + [ + 326, + 54 + ], + [ + 326, + 65 + ] + ] + }, + "center": { + "0": [ + 335, + 60 + ] + } +} \ No newline at end of file diff --git a/entries/norway_flag.json b/entries/norway_flag.json new file mode 100644 index 000000000..2f23a5db1 --- /dev/null +++ b/entries/norway_flag.json @@ -0,0 +1,36 @@ +{ + "id": 409072826, + "name": "Norway", + "description": "Flag of Norway", + "links": { + "website": [ + "https://www.visitnorway.com/" + ] + }, + "path": { + "0": [ + [ + 326, + 66 + ], + [ + 343, + 66 + ], + [ + 343, + 73 + ], + [ + 326, + 73 + ] + ] + }, + "center": { + "0": [ + 335, + 70 + ] + } +} \ No newline at end of file diff --git a/entries/slovenia_flag.json b/entries/slovenia_flag.json new file mode 100644 index 000000000..3f6cddc84 --- /dev/null +++ b/entries/slovenia_flag.json @@ -0,0 +1,52 @@ +{ + "id": 583176613, + "name": "Slovenia", + "description": "Flag of Slovenia", + "links": { + "website": [ + "https://slovenia.si/" + ] + }, + "path": { + "0": [ + [ + 343, + 41 + ], + [ + 343, + 33 + ], + [ + 333, + 33 + ], + [ + 333, + 30 + ], + [ + 327, + 30 + ], + [ + 327, + 33 + ], + [ + 326, + 33 + ], + [ + 326, + 41 + ] + ] + }, + "center": { + "0": [ + 330, + 37 + ] + } +} \ No newline at end of file -- GitLab