Commit 76903fbe authored by Grant's avatar Grant
Browse files

Merge branch 'feature/more-eu-countries' into 'main'

Add flags of Austria, Belgium, Hungary, Lithuania, Luxembourg, Poland, Portugal, Romania and Spain

See merge request marius851000/fediverse-canvas-atlas-2024!70
parents 9b40c6e6 148fc116
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
{
    "id": 5767796027,
    "name": "Austria",
    "description": "Flag of Austria",
    "links": {
        "website": [
            "https://www.austria.info/en"
        ]
    },
    "path": {
        "0": [
            [
                398,
                42
            ],
            [
                415,
                42
            ],
            [
                415,
                53
            ],
            [
                398,
                53
            ]
        ]
    },
    "center": {
        "0": [
            407,
            48
        ]
    }
}
 No newline at end of file
+36 −0
Original line number Diff line number Diff line
{
    "id": 2858759670,
    "name": "Belgium",
    "description": "Flag of Belgium",
    "links": {
        "website": [
            "https://www.belgium.be/en/about_belgium/tourism"
        ]
    },
    "path": {
        "0": [
            [
                362,
                78
            ],
            [
                362,
                89
            ],
            [
                379,
                89
            ],
            [
                379,
                78
            ]
        ]
    },
    "center": {
        "0": [
            371,
            84
        ]
    }
}
 No newline at end of file
+36 −0
Original line number Diff line number Diff line
{
    "id": 6722217147,
    "name": "Hungary",
    "description": "Flag of Hungary",
    "links": {
        "website": [
            "https://visithungary.com/"
        ]
    },
    "path": {
        "0": [
            [
                361,
                54
            ],
            [
                344,
                54
            ],
            [
                344,
                65
            ],
            [
                361,
                65
            ]
        ]
    },
    "center": {
        "0": [
            353,
            60
        ]
    }
}
 No newline at end of file
+36 −0
Original line number Diff line number Diff line
{
    "id": 9548175034,
    "name": "Lithuania",
    "description": "Flag of Lithuania",
    "links": {
        "website": [
            "https://lithuania.lt/"
        ]
    },
    "path": {
        "0": [
            [
                361,
                42
            ],
            [
                344,
                42
            ],
            [
                344,
                53
            ],
            [
                361,
                53
            ]
        ]
    },
    "center": {
        "0": [
            353,
            48
        ]
    }
}
 No newline at end of file
+36 −0
Original line number Diff line number Diff line
{
    "id": 240194755,
    "name": "Luxembourg",
    "description": "Flag of Luxembourg",
    "links": {
        "website": [
            "https://www.visitluxembourg.com/"
        ]
    },
    "path": {
        "0": [
            [
                380,
                89
            ],
            [
                397,
                89
            ],
            [
                397,
                78
            ],
            [
                380,
                78
            ]
        ]
    },
    "center": {
        "0": [
            389,
            84
        ]
    }
}
 No newline at end of file
Loading