From a0275fc9f0251dbd2b3b044f72b464958c8299a7 Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Mon, 11 Apr 2022 12:50:42 +0700 Subject: [PATCH 01/20] Compress all SVG images --- web/_css/style.css | 25 +++++++++++---------- web/_img/Discord.svg | 7 ------ web/_img/arrow-down.svg | 36 ------------------------------ web/_img/arrow-left.svg | 36 ------------------------------ web/_img/arrow-right.svg | 36 ------------------------------ web/_img/arrowDown.svg | 40 ---------------------------------- web/_img/bitcoin.svg | 36 ------------------------------ web/_img/bitcoinQR.png | Bin 532 -> 0 bytes web/_img/close.svg | 46 --------------------------------------- web/_img/minus.svg | 36 ------------------------------ web/_img/original.svg | 36 ------------------------------ web/_img/plus.svg | 40 ---------------------------------- web/index.html | 4 ++-- 13 files changed, 15 insertions(+), 363 deletions(-) delete mode 100644 web/_img/Discord.svg delete mode 100644 web/_img/arrow-down.svg delete mode 100644 web/_img/arrow-left.svg delete mode 100644 web/_img/arrow-right.svg delete mode 100644 web/_img/arrowDown.svg delete mode 100644 web/_img/bitcoin.svg delete mode 100644 web/_img/bitcoinQR.png delete mode 100644 web/_img/close.svg delete mode 100644 web/_img/minus.svg delete mode 100644 web/_img/original.svg delete mode 100644 web/_img/plus.svg diff --git a/web/_css/style.css b/web/_css/style.css index 3aa4c717..c5e99817 100644 --- a/web/_css/style.css +++ b/web/_css/style.css @@ -187,7 +187,7 @@ select { -moz-appearance: none; -webkit-appearance: none; appearance: none; - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%2215.26367%22%0A%20%20%20height%3D%2215.3125%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22translate%28-188.36328%2C-392.51062%29%22%0A%20%20%20%20%20id%3D%22layer1%22%3E%0A%20%20%20%20%3Cg%0A%20%20%20%20%20%20%20id%3D%22text2985%22%0A%20%20%20%20%20%20%20style%3D%22font-size%3A20px%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Btext-align%3Acenter%3Bline-height%3A125%25%3Bletter-spacing%3A0px%3Bword-spacing%3A0px%3Btext-anchor%3Amiddle%3Bfill%3A%23000000%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bfont-family%3AOpen%20Sans%3B-inkscape-font-specification%3AOpen%20Sans%22%3E%0A%20%20%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20%20d%3D%22m%20188.36328%2C392.51062%2015.26367%2C0%20-7.63672%2C15.3125%20-7.62695%2C-15.3125%22%0A%20%20%20%20%20%20%20%20%20id%3D%22path2990%22%0A%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.63274339%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E") + background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.264' height='15.313'%3E%3Cpath d='M188.363 392.51h15.264l-7.637 15.313-7.627-15.312' fill='%23fff' fill-opacity='.633' transform='translate(-188.363 -392.51)'/%3E%3C/svg%3E") ,linear-gradient(to bottom, #888, #666); background-repeat: no-repeat, repeat; background-position: calc(100% - 10px) center, 0 0; @@ -204,7 +204,7 @@ select option[disabled] { } select:hover { - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%2215.26367%22%0A%20%20%20height%3D%2215.3125%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22translate%28-188.36328%2C-392.51062%29%22%0A%20%20%20%20%20id%3D%22layer1%22%3E%0A%20%20%20%20%3Cg%0A%20%20%20%20%20%20%20id%3D%22text2985%22%0A%20%20%20%20%20%20%20style%3D%22font-size%3A20px%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Btext-align%3Acenter%3Bline-height%3A125%25%3Bletter-spacing%3A0px%3Bword-spacing%3A0px%3Btext-anchor%3Amiddle%3Bfill%3A%23000000%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bfont-family%3AOpen%20Sans%3B-inkscape-font-specification%3AOpen%20Sans%22%3E%0A%20%20%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20%20d%3D%22m%20188.36328%2C392.51062%2015.26367%2C0%20-7.63672%2C15.3125%20-7.62695%2C-15.3125%22%0A%20%20%20%20%20%20%20%20%20id%3D%22path2990%22%0A%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.63274339%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E") + background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.264' height='15.313'%3E%3Cpath d='M188.363 392.51h15.264l-7.637 15.313-7.627-15.312' fill='%23fff' fill-opacity='.633' transform='translate(-188.363 -392.51)'/%3E%3C/svg%3E") ,linear-gradient(to bottom, #999, #777); } @@ -357,7 +357,7 @@ #closeObjectsListButton { position: absolute; top: 10px; right: 310px; - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22192.84375%22%0A%20%20%20height%3D%22192.875%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22matrix%281.2121574%2C0%2C0%2C1.2121574%2C-20.456139%2C-20.460051%29%22%0A%20%20%20%20%20id%3D%22g3804%22%0A%20%20%20%20%20style%3D%22stroke%3A%23ffffff%3Bstroke-opacity%3A1%22%3E%0A%20%20%20%20%3Cg%0A%20%20%20%20%20%20%20transform%3D%22translate%28-156.4375%2C-398.78125%29%22%0A%20%20%20%20%20%20%20id%3D%22layer1%22%0A%20%20%20%20%20%20%20style%3D%22stroke%3A%23ffffff%3Bstroke-opacity%3A1%22%3E%0A%20%20%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20%20d%3D%22M%20195.27845%2C552.79802%20310.43583%2C437.64064%22%0A%20%20%20%20%20%20%20%20%20id%3D%22path2985%22%0A%20%20%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A24.74926186%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20%20d%3D%22M%20310.43583%2C552.79802%20195.27845%2C437.64064%22%0A%20%20%20%20%20%20%20%20%20id%3D%22path3802%22%0A%20%20%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A24.74926186%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E") + background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.844' height='192.875'%3E%3Cg fill='none' stroke-width='24.749' stroke-linecap='square' stroke='%23fff'%3E%3Cpath d='m26.625 166.233 139.59-139.59M166.214 166.233 26.625 26.643' stroke-width='29.999747839999998'/%3E%3C/g%3E%3C/svg%3E") ,linear-gradient(to bottom, #666, #444); background-size: 15px, cover; background-position: center, 0 0; @@ -369,7 +369,7 @@ #closeObjectsListButton.hidden { } #closeObjectsListButton:hover { - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22192.84375%22%0A%20%20%20height%3D%22192.875%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22matrix%281.2121574%2C0%2C0%2C1.2121574%2C-20.456139%2C-20.460051%29%22%0A%20%20%20%20%20id%3D%22g3804%22%0A%20%20%20%20%20style%3D%22stroke%3A%23ffffff%3Bstroke-opacity%3A1%22%3E%0A%20%20%20%20%3Cg%0A%20%20%20%20%20%20%20transform%3D%22translate%28-156.4375%2C-398.78125%29%22%0A%20%20%20%20%20%20%20id%3D%22layer1%22%0A%20%20%20%20%20%20%20style%3D%22stroke%3A%23ffffff%3Bstroke-opacity%3A1%22%3E%0A%20%20%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20%20d%3D%22M%20195.27845%2C552.79802%20310.43583%2C437.64064%22%0A%20%20%20%20%20%20%20%20%20id%3D%22path2985%22%0A%20%20%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A24.74926186%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20%20d%3D%22M%20310.43583%2C552.79802%20195.27845%2C437.64064%22%0A%20%20%20%20%20%20%20%20%20id%3D%22path3802%22%0A%20%20%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A24.74926186%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E") + background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.844' height='192.875'%3E%3Cg fill='none' stroke-width='24.749' stroke-linecap='square' stroke='%23fff'%3E%3Cpath d='m26.625 166.233 139.59-139.59M166.214 166.233 26.625 26.643' stroke-width='29.999747839999998'/%3E%3C/g%3E%3C/svg%3E") ,linear-gradient(to bottom, #777, #555); } @@ -828,15 +828,15 @@ #zoomControls button:hover { } #zoomInButton { - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22192.84375%22%0A%20%20%20height%3D%22192.875%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22translate%28-156.4375%2C-398.78125%29%22%0A%20%20%20%20%20id%3D%22layer1%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20d%3D%22m%20171.42857%2C495.21933%20162.85714%2C0%22%0A%20%20%20%20%20%20%20id%3D%22path2985%22%0A%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A30%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20d%3D%22m%20252.85714%2C413.79076%200%2C162.85714%22%0A%20%20%20%20%20%20%20id%3D%22path3755%22%0A%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A30%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E%0A"); + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.844' height='192.875'%3E%3Cpath d='M171.429 495.22h162.857M252.857 413.79v162.858' style='fill:none;stroke:%23fff;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none' transform='translate(-156.438 -398.781)'/%3E%3C/svg%3E"); } button#zoomResetButton { - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22192.84375%22%0A%20%20%20height%3D%22192.875%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22translate%28-156.4375%2C-398.78125%29%22%0A%20%20%20%20%20id%3D%22layer1%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20d%3D%22m%20334.28394%2C576.65207%20-162.85044%2C0%20-4.6e-4%2C-162.86607%20162.85078%2C0%20z%22%0A%20%20%20%20%20%20%20id%3D%22path3755%22%0A%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A30%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E"); + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.844' height='192.875'%3E%3Cpath d='M334.284 576.652h-162.85l-.001-162.866h162.85z' style='fill:none;stroke:%23fff;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none' transform='translate(-156.438 -398.781)'/%3E%3C/svg%3E"); } #zoomOutButton { - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22192.84375%22%0A%20%20%20height%3D%22192.875%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22translate%28-156.4375%2C-398.78125%29%22%0A%20%20%20%20%20id%3D%22layer1%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20d%3D%22m%20171.42857%2C495.21933%20162.85714%2C0%22%0A%20%20%20%20%20%20%20id%3D%22path2985%22%0A%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A30%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E"); + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.844' height='192.875'%3E%3Cpath d='M171.429 495.22h162.857' style='fill:none;stroke:%23fff;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none' transform='translate(-156.438 -398.781)'/%3E%3C/svg%3E"); } #entriesListContainer { @@ -864,7 +864,7 @@ @media (max-width: 500px) { } div:not(.listHidden) > button#hideListButton { - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22192.84375%22%0A%20%20%20height%3D%22192.875%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22matrix%281.2121574%2C0%2C0%2C1.2121574%2C-20.456139%2C-20.460051%29%22%0A%20%20%20%20%20id%3D%22g3804%22%0A%20%20%20%20%20style%3D%22stroke%3A%23ffffff%3Bstroke-opacity%3A1%22%3E%0A%20%20%20%20%3Cg%0A%20%20%20%20%20%20%20transform%3D%22translate%28-156.4375%2C-398.78125%29%22%0A%20%20%20%20%20%20%20id%3D%22layer1%22%0A%20%20%20%20%20%20%20style%3D%22stroke%3A%23ffffff%3Bstroke-opacity%3A1%22%3E%0A%20%20%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20%20d%3D%22M%20195.27845%2C552.79802%20310.43583%2C437.64064%22%0A%20%20%20%20%20%20%20%20%20id%3D%22path2985%22%0A%20%20%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A24.74926186%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20%20d%3D%22M%20310.43583%2C552.79802%20195.27845%2C437.64064%22%0A%20%20%20%20%20%20%20%20%20id%3D%22path3802%22%0A%20%20%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A24.74926186%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E"); + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.844' height='192.875'%3E%3Cg style='stroke:%23fff;stroke-opacity:1'%3E%3Cpath d='m195.278 552.798 115.158-115.157M310.436 552.798 195.278 437.641' style='fill:none;stroke:%23fff;stroke-width:24.74926186;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none' transform='matrix(1.21216 0 0 1.21216 -210.083 -503.846)'/%3E%3C/g%3E%3C/svg%3E"); background-size: 20px; position: absolute; top: 55px; @@ -915,7 +915,8 @@ #entriesListNav > .small { flex-shrink: 0; } -#entriesListNav > .small > img { +#entriesListNav > .small > img, +#entriesListNav > .small > svg { height: 22px; width: 22px; } @@ -935,7 +936,7 @@ #entriesListNav > .small:hover { border-color: transparent; } -#entriesListDonate:hover > img { +#entriesListDonate:hover > svg { text-decoration: none; background-image: linear-gradient(to bottom, #FFAA00, #FFAA00); border-radius: 15px; @@ -984,7 +985,7 @@ #hideListButton { background-size: 7px; background-repeat: no-repeat; background-position: center; - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22165.15738%22%0A%20%20%20height%3D%22260.42575%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22translate%28-170.27845%2C-307.37227%29%22%0A%20%20%20%20%20id%3D%22layer1%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20d%3D%22M%20310.43583%2C552.79802%20195.27845%2C437.58514%20310.43583%2C322.37227%22%0A%20%20%20%20%20%20%20id%3D%22path2985%22%0A%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A30%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E"); + background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='165.157' height='260.426'%3E%3Cpath d='M310.436 552.798 195.278 437.585l115.158-115.213' style='fill:none;stroke:%23fff;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none' transform='translate(-170.278 -307.372)'/%3E%3C/svg%3E"); } .listHidden #hideListButton::before { @@ -1004,7 +1005,7 @@ [data-mode="draw"] #hideListButton { } .listHidden #hideListButton { - background-image: url("data:image/svg+xml;utf8,%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%0A%20%20%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22272.84375%22%0A%20%20%20height%3D%22177.59375%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20/%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C/dc%3Atitle%3E%0A%20%20%20%20%20%20%3C/cc%3AWork%3E%0A%20%20%20%20%3C/rdf%3ARDF%3E%0A%20%20%3C/metadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20transform%3D%22translate%28-116.4375%2C-348.78125%29%22%0A%20%20%20%20%20id%3D%22layer1%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20d%3D%22M%20368.07001%2C380.00645%20252.85714%2C495.16383%20137.64427%2C380.00645%22%0A%20%20%20%20%20%20%20id%3D%22path2985%22%0A%20%20%20%20%20%20%20style%3D%22fill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A30%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E") + background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='272.844' height='177.594'%3E%3Cpath d='M368.07 380.006 252.857 495.164 137.644 380.006' style='fill:none;stroke:%23fff;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none' transform='translate(-116.438 -348.781)'/%3E%3C/svg%3E") ,linear-gradient(to bottom, #555, #444); background-size: 15px, cover; background-position: 10px center, 0 0; diff --git a/web/_img/Discord.svg b/web/_img/Discord.svg deleted file mode 100644 index 7705ca4f..00000000 --- a/web/_img/Discord.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/web/_img/arrow-down.svg b/web/_img/arrow-down.svg deleted file mode 100644 index d1e5742d..00000000 --- a/web/_img/arrow-down.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/web/_img/arrow-left.svg b/web/_img/arrow-left.svg deleted file mode 100644 index ff8310f2..00000000 --- a/web/_img/arrow-left.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/web/_img/arrow-right.svg b/web/_img/arrow-right.svg deleted file mode 100644 index b94578e4..00000000 --- a/web/_img/arrow-right.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/web/_img/arrowDown.svg b/web/_img/arrowDown.svg deleted file mode 100644 index 767b9f12..00000000 --- a/web/_img/arrowDown.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/web/_img/bitcoin.svg b/web/_img/bitcoin.svg deleted file mode 100644 index 64bcfb72..00000000 --- a/web/_img/bitcoin.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/web/_img/bitcoinQR.png b/web/_img/bitcoinQR.png deleted file mode 100644 index e0ead02705930b02de72077a49002072bc44119a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 532 zcmV+v0_**WP)h;?j%zt8J63S^5|&(=kf6;qpmvqkKgA(|0agj?*H#aTvH>avVjG939hdku3_)rg^fv)Uaa;qokgiZu*k^~{WLd}r=Ow-mdx2xFuW zG@^1T;T1a>VIyot2Cm+effWo3Js31kk8jn-`IiyhlHd+ck=Jh3~=Vy;Zd_Ocz9 zg~gs&*(zj=UF?x@IAocJr2w&(?IrbdVVHYhVjW|F;*$?ER!{c!jo6LpkCb9x%6 - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/web/_img/minus.svg b/web/_img/minus.svg deleted file mode 100644 index b585ec08..00000000 --- a/web/_img/minus.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/web/_img/original.svg b/web/_img/original.svg deleted file mode 100644 index 68dcb068..00000000 --- a/web/_img/original.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/web/_img/plus.svg b/web/_img/plus.svg deleted file mode 100644 index af697889..00000000 --- a/web/_img/plus.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/web/index.html b/web/index.html index b2f5021c..4567c057 100644 --- a/web/index.html +++ b/web/index.html @@ -129,10 +129,10 @@

The 2022 /r/place Atlas

- Discord Logo +
From cf1926b509c85959fb1560ab46fe1b55aa379f6b Mon Sep 17 00:00:00 2001 From: SpiderInMyEar <93610647+SpiderInMyEar@users.noreply.github.com> Date: Mon, 11 Apr 2022 12:38:22 +0200 Subject: [PATCH 02/20] Removed several duplicates in Read Web Serial area removed a few K6BD duplicates, a TWI duplicate, and a Pale duplicate, as well a main page duplicate. --- web/atlas.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index 38c32f12..8ec6644e 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -853,7 +853,6 @@ {"id": "twl80u", "submitted_by": "MAGNAPlNNA", "name": "Subnautica", "description": "The Peeper, a fauna species and mascot from the Unknown Worlds game, Subnautica.", "website": "", "subreddit": "/r/subnautica", "center": [1964.5, 412.5], "path": [[1950.5, 400.5], [1973.5, 400.5], [1973.5, 416.5], [1987.5, 416.5], [1988.5, 416.5], [1988.5, 422.5], [1950.5, 422.5], [1950.5, 400.5]]}, {"id": "twl7yu", "submitted_by": "FrothiestWord", "name": "Neo of Matrix", "description": "Art of character Neo from The Matrix freezing bullets in place.", "website": "", "subreddit": "", "center": [785.5, 1380.5], "path": [[796.5, 1368.5], [775.5, 1368.5], [775.5, 1397.5], [781.5, 1397.5], [781.5, 1393.5], [784.5, 1390.5], [793.5, 1390.5], [796.5, 1393.5]]}, {"id": "twl7v8", "submitted_by": "d0ntK", "name": "Supreme Calamitas", "description": "One of the final Bosses from Calamity Mod, for the modded version of Terraria.", "website": "https://calamitymod.fandom.com/wiki/Calamity_Mod_Wiki", "subreddit": "/r/CalamityMod", "center": [1429.5, 94.5], "path": [[1422.5, 81.5], [1436.5, 81.5], [1436.5, 107.5], [1422.5, 107.5]]}, -{"id": "twl7ut", "submitted_by": "TimeWandrer", "name": "Duck of Violence", "description": "A fan (fans are known as Fat Ducks) of The Wandering Inn web serial bearing some one of the main character's key items: a kitchen knife and a mystery flame. This is part of a larger art collaboration encouraging the reading of web serials.", "website": "https://wanderinginn.com/", "subreddit": "/r/WanderingInn", "center": [1747.5, 1266.5], "path": [[1738.5, 1255.5], [1759.5, 1255.5], [1755.5, 1277.5], [1736.5, 1276.5]]}, {"id": "twl7nr", "submitted_by": "FairyRave", "name": "L'Manberg Flag", "description": "L'Manberg, alternatively spelt as L'Manburg, was an independent nation-state on the Dream SMP. The flag was created and fought for by the L'Manplace community. It was our L'Manberg.", "website": "https://dreamteam.fandom.com/wiki/L%27Manberg", "subreddit": "/r/dreamsmp", "center": [122.5, 156.5], "path": [[108.5, 147.5], [108.5, 165.5], [136.5, 165.5], [136.5, 147.5]]}, {"id": "twl7bo", "submitted_by": "DubyaDude", "name": "VRCat", "description": "VRCat, the mascot for VRChat, introduced from the VRChat+ subscription service introduced to give a monetization incentive to the platform. The cat was given a limited run plush and is a banner reward in game for early supporters.", "website": "https://hello.vrchat.com/vrchatplus", "subreddit": "/r/vrchat", "center": [1604.5, 1682.5], "path": [[1606.5, 1661.5], [1613.5, 1656.5], [1615.5, 1664.5], [1624.5, 1669.5], [1618.5, 1689.5], [1620.5, 1693.5], [1617.5, 1693.5], [1621.5, 1703.5], [1619.5, 1707.5], [1606.5, 1707.5], [1605.5, 1707.5], [1596.5, 1706.5], [1596.5, 1705.5], [1589.5, 1704.5], [1589.5, 1701.5], [1594.5, 1697.5], [1595.5, 1686.5], [1593.5, 1686.5], [1590.5, 1688.5], [1587.5, 1688.5], [1582.5, 1688.5], [1584.5, 1684.5], [1584.5, 1679.5], [1591.5, 1661.5], [1595.5, 1661.5], [1600.5, 1655.5], [1602.5, 1662.5]]}, {"id": "twl74x", "submitted_by": "Zaquking1", "name": "Megumin", "description": "Crimson Demon Megumin form Konosuba with Aqua, Darkness, Kazuma, Wiz, Chomusuke and a weird stranger.", "website": "", "subreddit": "/r/pMegu", "center": [1680.5, 182.5], "path": [[1660.5, 153.5], [1660.5, 151.5], [1660.5, 151.5], [1660.5, 151.5], [1660.5, 212.5], [1707.5, 212.5], [1707.5, 207.5], [1707.5, 206.5], [1698.5, 206.5], [1698.5, 151.5], [1660.5, 151.5], [1660.5, 151.5]]}, @@ -4694,7 +4693,6 @@ {"id": "tx8ecc", "submitted_by": "captaintrips420", "name": "Jeff", "description": "Jeff", "website": "", "subreddit": "/r/Jeff", "center": [482.5, 1679.5], "path": [[474.5, 1676.5], [490.5, 1676.5], [490.5, 1681.5], [474.5, 1682.5]]}, {"id": "tx8dqj", "submitted_by": "Catsuuuu", "name": "SFC", "description": "SFC, short for Sans Fan Club, is a friend group. It has been working with r/LandoftheLustrous in an alliance since the beginning of their build and stayed right above them. This is the 3rd iteration of the design in watermelon colors.", "website": "https://twitter.com/sans_club", "subreddit": "", "center": [1583.5, 484.5], "path": [[1577.5, 481.5], [1589.5, 481.5], [1589.5, 487.5], [1577.5, 487.5]]}, {"id": "tx8dd9", "submitted_by": "blu-487", "name": "Bedrock Linux", "description": "A meta Linux distribution designed for mix-and-matching components from various other distributions.", "website": "https://bedrocklinux.org", "subreddit": "/r/bedrocklinux", "center": [68.5, 738.5], "path": [[65.5, 736.5], [66.5, 737.5], [66.5, 739.5], [67.5, 740.5], [68.5, 741.5], [69.5, 741.5], [70.5, 740.5], [69.5, 738.5], [68.5, 737.5], [67.5, 736.5], [66.5, 735.5]]}, -{"id": "tx8dal", "submitted_by": "HeroOfOldIron", "name": "Web Serial Pale", "description": "The bloody moon from Pale, the latest and currently ongoing web serial written by Wildbow.", "website": "https://palewebserial.wordpress.com/", "subreddit": "/r/Parahumans", "center": [1746.5, 1283.5], "path": [[1737.5, 1276.5], [1734.5, 1282.5], [1737.5, 1288.5], [1740.5, 1291.5], [1749.5, 1291.5], [1755.5, 1288.5], [1758.5, 1282.5], [1756.5, 1278.5], [1754.5, 1276.5]]}, {"id": "tx8d8n", "submitted_by": "GamEsnitzhel", "name": "Sectors Edge", "description": "The Sectors Edge community worked together to try and spell 'Sectors Edge is F2P'", "website": "https://sectorsedge.com/", "subreddit": "/r/sectorsedge", "center": [1020.5, 1928.5], "path": [[1011.5, 1919.5], [1012.5, 1944.5], [1019.5, 1942.5], [1026.5, 1924.5], [1038.5, 1924.5], [1038.5, 1919.5], [1011.5, 1919.5]]}, {"id": "tx8d2y", "submitted_by": "adriblep", "name": "Dream (Fan lead Art)", "description": "This art of Dream/Dreamwastaken was started and maintained by fans on (mostly) Twitter. However, was helped by Dream himself later during a stream. It's an example of the support from his fandom even when he is offline.", "website": "", "subreddit": "/r/dreamwastaken", "center": [163.5, 1049.5], "path": [[137.5, 1015.5], [137.5, 1015.5], [188.5, 1015.5], [188.5, 1083.5], [137.5, 1083.5], [137.5, 1015.5]]}, {"id": "tx8c83", "submitted_by": "djulioo", "name": "Svoboda ili smart (Свобода или смърть)", "description": "'Svoboda ili smart' (Bulgarian: Свобода или смърт, lit. 'Freedom or Death', written in pre-1945 Bulgarian orthography: 'Свобода или смърть' and before 1899: 'Свобода или смъртъ', was a revolutionary slogan used during the national-liberation struggles by the Bulgarian revolutionaries, called comitadjis. The slogan was in use during the second half of the 19th and the first half of the 20th centuries", "website": "https://en.wikipedia.org/wiki/Svoboda_ili_smart", "subreddit": "", "center": [1618.5, 760.5], "path": [[1580.5, 756.5], [1580.5, 764.5], [1659.5, 763.5], [1659.5, 757.5], [1580.5, 756.5]]}, @@ -4995,7 +4993,6 @@ {"id": "txbi0m", "submitted_by": "ItzMCVillager", "name": "The r/place Logo", "description": "A 5x5 Logo of r/place", "website": "", "subreddit": "/r/place", "center": [1434.5, 266.5], "path": [[1432.5, 264.5], [1432.5, 268.5], [1436.5, 268.5], [1436.5, 264.5]]}, {"id": "txbhs9", "submitted_by": "Kona11984", "name": "Tree", "description": "The amazing tree made by u/Greentree26_", "website": "https://www.reddit.com/user/Greentree26_", "subreddit": "", "center": [1602.5, 1395.5], "path": [[1602.5, 1395.5], [1602.5, 1395.5], [1602.5, 1395.5], [1602.5, 1395.5], [1603.5, 1396.5], [1603.5, 1395.5], [1602.5, 1395.5], [1603.5, 1396.5], [1602.5, 1395.5], [1601.5, 1393.5], [1601.5, 1396.5], [1603.5, 1393.5], [1602.5, 1394.5]]}, {"id": "txbhit", "submitted_by": "SquishedDucks", "name": "Houseki no Kuni hiatus", "description": "Houseki no Kuni has been on hiatus since December 2020. It is missing in action. Please contact the your local Houseki no Kuni fan if you know the next release date or the location of Haruko Ichikawa's ps5. A link has been provided to the countdown twitter if you do not know a HnK fan", "website": "https://twitter.com/HousekiCount", "subreddit": "/r/HousekiNoKuni", "center": [1587.5, 498.5], "path": [[1583.5, 488.5], [1583.5, 507.5], [1590.5, 507.5], [1590.5, 488.5]]}, -{"id": "txbgxp", "submitted_by": "Ashmer_Nera", "name": "jagganoth", "description": "the character jagganoth from the webcomic \"kill 6 billion demon\"", "website": "https://killsixbilliondemons.com/", "subreddit": "", "center": [1745.5, 1302.5], "path": [[1737.5, 1276.5], [1755.5, 1277.5], [1764.5, 1304.5], [1760.5, 1325.5], [1733.5, 1325.5], [1725.5, 1293.5]]}, {"id": "txbgt0", "submitted_by": "FullyK", "name": "Ugandan Knuckles", "description": "Small art of Ugandan Knucles who knows dae way.", "website": "https://knowyourmeme.com/memes/ugandan-knuckles", "subreddit": "", "center": [662.5, 1536.5], "path": [[668.5, 1532.5], [656.5, 1532.5], [656.5, 1540.5], [668.5, 1540.5]]}, {"id": "txbg8y", "submitted_by": "space-is-neat", "name": "Mac the Dog", "description": "Mac the dog belonging to Andrew Manganelli from MKBHD!", "website": "https://mkbhd.com", "subreddit": "/r/mkbhd", "center": [1232.5, 1617.5], "path": [[1223.5, 1611.5], [1240.5, 1611.5], [1241.5, 1623.5], [1224.5, 1623.5]]}, {"id": "txbfqf", "submitted_by": "FullyK", "name": "Mike Wazowski", "description": "Mike Wazowski, one of the main characters of the Pixar movie Monster & Company", "website": "", "subreddit": "", "center": [1510.5, 1258.5], "path": [[1517.5, 1251.5], [1502.5, 1251.5], [1502.5, 1262.5], [1511.5, 1263.5], [1511.5, 1267.5], [1517.5, 1267.5]]}, @@ -5595,12 +5592,10 @@ {"id": "txcds7", "submitted_by": "AnonymousRandPerson", "name": "Ultimate Ironman Mode", "description": "In addition to Standard Ironman restrictions, this mode prevents the player from using their bank to store items. With a few exceptions, this limits the player's item capacity to their 28 inventory slots.", "website": "https://oldschool.runescape.wiki/w/Ironman_Mode", "subreddit": "/r/ironscape, /r/2007scape", "center": [108.5, 43.5], "path": [[105.5, 35.5], [104.5, 36.5], [103.5, 36.5], [101.5, 38.5], [101.5, 39.5], [100.5, 40.5], [100.5, 46.5], [101.5, 47.5], [101.5, 48.5], [103.5, 50.5], [104.5, 50.5], [105.5, 51.5], [111.5, 51.5], [112.5, 50.5], [113.5, 50.5], [115.5, 48.5], [115.5, 47.5], [116.5, 46.5], [116.5, 40.5], [115.5, 39.5], [115.5, 38.5], [113.5, 36.5], [112.5, 36.5], [111.5, 35.5]]}, {"id": "txcdj7", "submitted_by": "AnonymousRandPerson", "name": "Hardcore Ironman Mode", "description": "In addition to Standard Ironman restrictions, this mode adds permadeath. If the player dies, they lose Hardcore Ironman status and revert to Standard Ironman.", "website": "https://oldschool.runescape.wiki/w/Ironman_Mode", "subreddit": "/r/ironscape, /r/2007scape", "center": [90.5, 43.5], "path": [[87.5, 35.5], [86.5, 36.5], [85.5, 36.5], [83.5, 38.5], [83.5, 39.5], [82.5, 40.5], [82.5, 46.5], [83.5, 47.5], [83.5, 48.5], [85.5, 50.5], [86.5, 50.5], [87.5, 51.5], [93.5, 51.5], [94.5, 50.5], [95.5, 50.5], [97.5, 48.5], [97.5, 47.5], [98.5, 46.5], [98.5, 40.5], [97.5, 39.5], [97.5, 38.5], [95.5, 36.5], [94.5, 36.5], [93.5, 35.5]]}, {"id": "txcd93", "submitted_by": "AnonymousRandPerson", "name": "Standard Ironman Mode", "description": "The most basic Ironman mode, which restricts most forms of player interaction like trading and PvP.", "website": "https://oldschool.runescape.wiki/w/Ironman_Mode", "subreddit": "/r/ironscape, /r/2007scape", "center": [72.5, 43.5], "path": [[69.5, 35.5], [68.5, 36.5], [67.5, 36.5], [66.5, 37.5], [65.5, 38.5], [65.5, 39.5], [64.5, 40.5], [64.5, 46.5], [65.5, 47.5], [65.5, 48.5], [67.5, 50.5], [68.5, 50.5], [69.5, 51.5], [75.5, 51.5], [76.5, 50.5], [77.5, 50.5], [79.5, 48.5], [79.5, 47.5], [80.5, 46.5], [80.5, 40.5], [79.5, 39.5], [79.5, 38.5], [77.5, 36.5], [76.5, 36.5], [75.5, 35.5]]}, -{"id": "txcbpx", "submitted_by": "Entgard", "name": "Webserial collaboration", "description": "A webserial collaboration.\nRead Webserials!\n\nIncluding\n\nBlood Moon: Pale\n\nRose + Shears: Pact\n\nSyringe: Twig\n\nAcid Jar: The Wandering Inn/Twig\n\nDuck: The Wandering Inn\n\nRainbow Tentacle: Katalepsis\n\nJagganoth (demon): Kill Six Billion Demons (webcomic)\n\nSve Noc's crow forms: A Practical Guide to Evil\n\nBlue/Yellow smile: Toki Pona (conlang)\n\nRoxy (anime witch): Mushoku Tensei (OG webnovel and now anime)\n\nUexkull (green rabbit): Flip Flappers\n\nCandle: Worth the Candle\n\nAleph (red n-looking thing): Unsong\n\nPurple/Yellow emblem: Crest of Avei from The Gods Are Bastards\n\nWhite cat ears (behind tentacle): Fates Parallel\n\nHalf-rainbow heart: our allies the Classic Rock group\n\nHourglass with spider: Mother of Learning\n\nRed hummingbird: Auri from Beneath the Dragoneye Moons\n\nAntimony symbol (Black ant like symbol below the doggo): Gunnerkrigg Court", "website": "", "subreddit": "", "center": [1758.5, 1294.5], "path": [[1723.5, 1257.5], [1790.5, 1256.5], [1796.5, 1330.5], [1723.5, 1329.5]]}, {"id": "txca84", "submitted_by": "BEond_", "name": "777EMPTY", "description": "Signiture of artist, 777empty, of [777empty.com](https://777empty.com), was allied with Avengers, X-men, cyberpunk, and Beat-Saber.", "website": "https://www.777empty.com", "subreddit": "", "center": [1003.5, 1699.5], "path": [[1006.5, 1684.5], [995.5, 1684.5], [995.5, 1692.5], [1001.5, 1692.5], [1001.5, 1696.5], [1000.5, 1696.5], [1000.5, 1703.5], [1001.5, 1703.5], [1001.5, 1718.5], [1007.5, 1718.5], [1007.5, 1684.5]]}, {"id": "txc909", "submitted_by": "GetYourFixGraham", "name": "TwoKinds Subreddit Tag", "description": "The subreddit tag for /r/TwoKinds which is a community that enjoys TwoKinds, a webcomic by Tom Fischbach.", "website": "https://twokinds.keenspot.com/", "subreddit": "/r/Twokinds", "center": [597.5, 1108.5], "path": [[570.5, 1105.5], [570.5, 1111.5], [624.5, 1111.5], [623.5, 1105.5]]}, {"id": "txc84s", "submitted_by": "Lestibornes", "name": "The Ninth House (The Locked Tomb)", "description": "A small roman numeral 9, representing the 9th house that is central to the plot of The Locked Tomb series", "website": "", "subreddit": "/r/TheNinthHouse", "center": [1621.5, 1405.5], "path": [[1618.5, 1408.5], [1618.5, 1402.5], [1625.5, 1402.5], [1625.5, 1407.5]]}, {"id": "txc6nu", "submitted_by": "MahomesIsMyDad", "name": "Sporting KC Banner", "description": "The colors of the American soccer club Sporting Kansas City.", "website": "", "subreddit": "/r/SportingKC", "center": [1965.5, 444.5], "path": [[1956.5, 439.5], [1956.5, 440.5], [1955.5, 440.5], [1955.5, 445.5], [1954.5, 445.5], [1954.5, 447.5], [1953.5, 447.5], [1952.5, 449.5], [1952.5, 450.5], [1951.5, 450.5], [1951.5, 456.5], [1952.5, 456.5], [1952.5, 467.5], [1953.5, 457.5], [1954.5, 456.5], [1956.5, 451.5], [1957.5, 448.5], [1959.5, 446.5], [1962.5, 443.5], [1968.5, 441.5], [1981.5, 441.5], [1984.5, 441.5], [1985.5, 442.5], [1990.5, 445.5], [1990.5, 439.5], [1956.5, 439.5]]}, -{"id": "txc6jx", "submitted_by": "Norvect", "name": "Jagganoth", "description": "A character from the web comic Kill Six Billion Demons by Abbadon", "website": "https://killsixbilliondemons.com", "subreddit": "", "center": [1746.5, 1306.5], "path": [[1746.5, 1287.5], [1740.5, 1276.5], [1739.5, 1282.5], [1740.5, 1289.5], [1733.5, 1287.5], [1729.5, 1292.5], [1729.5, 1293.5], [1733.5, 1293.5], [1735.5, 1295.5], [1734.5, 1300.5], [1731.5, 1296.5], [1730.5, 1297.5], [1731.5, 1300.5], [1734.5, 1304.5], [1728.5, 1306.5], [1726.5, 1310.5], [1727.5, 1316.5], [1735.5, 1327.5], [1747.5, 1328.5], [1754.5, 1328.5], [1760.5, 1326.5], [1763.5, 1321.5], [1765.5, 1313.5], [1761.5, 1307.5], [1763.5, 1304.5], [1761.5, 1302.5], [1762.5, 1297.5], [1761.5, 1296.5], [1760.5, 1298.5], [1759.5, 1301.5], [1757.5, 1299.5], [1758.5, 1294.5], [1763.5, 1292.5], [1763.5, 1286.5], [1757.5, 1287.5], [1753.5, 1290.5], [1752.5, 1289.5], [1752.5, 1286.5], [1752.5, 1283.5], [1753.5, 1282.5], [1753.5, 1276.5], [1752.5, 1276.5], [1751.5, 1277.5], [1749.5, 1279.5], [1748.5, 1280.5], [1748.5, 1282.5]]}, {"id": "txc6gk", "submitted_by": "TOBIMIZER", "name": "Whomp", "description": "A giant stone enemy and king of Whomp's Fortress, originating from Super Mario 64.", "website": "", "subreddit": "", "center": [1793.5, 262.5], "path": [[1791.5, 265.5], [1795.5, 265.5], [1795.5, 264.5], [1796.5, 264.5], [1796.5, 262.5], [1795.5, 262.5], [1795.5, 259.5], [1793.5, 259.5], [1793.5, 260.5], [1792.5, 260.5], [1792.5, 261.5], [1791.5, 261.5], [1791.5, 265.5]]}, {"id": "txc53f", "submitted_by": "the_ushanka", "name": "Flag of IMRO/VMRO", "description": "Flag of the Internal Macedonian Revolutionary Organization. Placed here due to association with the 1903 Ilinden Uprising.", "website": "", "subreddit": "/r/MKD", "center": [1185.5, 472.5], "path": [[1176.5, 466.5], [1176.5, 466.5], [1176.5, 478.5], [1193.5, 478.5], [1193.5, 466.5], [1176.5, 466.5]]}, {"id": "txc53a", "submitted_by": "GetYourFixGraham", "name": "Shogi - Japanese Chess", "description": "The subreddit tag for shogi, a community that celebrates Japanese chess.", "website": "", "subreddit": "/r/shogi", "center": [1534.5, 1276.5], "path": [[1522.5, 1273.5], [1522.5, 1279.5], [1546.5, 1279.5], [1546.5, 1273.5]]}, From c4716f5f0e5c82a53abd9c06b39952a93f13e2ff Mon Sep 17 00:00:00 2001 From: Fabian Wunsch Date: Sun, 10 Apr 2022 11:56:10 +0200 Subject: [PATCH 03/20] Remove duplicate points using format.py This is acutally a very widespread "problem". There are many entries that have 2 points after each other that are identical. This happens especially often with identical first and last points. This should not alter the appearance in any way. --- tools/formatter.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tools/formatter.py b/tools/formatter.py index f9af7a1f..5b843b1f 100644 --- a/tools/formatter.py +++ b/tools/formatter.py @@ -120,6 +120,20 @@ def remove_extras(entry: dict): return entry +def remove_duplicate_points(entry: dict): + """ + Removes points from paths that occur twice after each other + """ + path: list = entry['path'] + last: list = path[0] + for i in range(len(path)-1, 0, -1): + current: list = path[i] + if current == last: + path.pop(i) + last = current + + return entry + def fix_r_caps(entry: dict): """ Fixes capitalization of /r/. (/R/place -> /r/place) @@ -298,6 +312,8 @@ def print_(*args, **kwargs): entry = fix_no_protocol_urls(entry) print_("Removing extras...") entry = remove_extras(entry) + print_("removing duplicate points") + entry = remove_duplicate_points(entry) print_("Updating center") entry = update_center(entry) print_("Validating...") From 9b44ba2ab880b4ffb6b9c0ae1b2c27b888d5cb24 Mon Sep 17 00:00:00 2001 From: Fabian Wunsch <42294590+fabi321@users.noreply.github.com> Date: Sun, 10 Apr 2022 13:06:05 +0200 Subject: [PATCH 04/20] Changed the print content Co-authored-by: Hans5958 --- tools/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/formatter.py b/tools/formatter.py index 5b843b1f..6fb46369 100644 --- a/tools/formatter.py +++ b/tools/formatter.py @@ -312,7 +312,7 @@ def print_(*args, **kwargs): entry = fix_no_protocol_urls(entry) print_("Removing extras...") entry = remove_extras(entry) - print_("removing duplicate points") + print_("Removing duplicate points...") entry = remove_duplicate_points(entry) print_("Updating center") entry = update_center(entry) From 2ea0e48a1a16880f2844b11c5843dca88b8825ab Mon Sep 17 00:00:00 2001 From: Fabian Wunsch Date: Sun, 10 Apr 2022 13:12:37 +0200 Subject: [PATCH 05/20] Off by one error --- tools/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/formatter.py b/tools/formatter.py index 6fb46369..94752a22 100644 --- a/tools/formatter.py +++ b/tools/formatter.py @@ -126,7 +126,7 @@ def remove_duplicate_points(entry: dict): """ path: list = entry['path'] last: list = path[0] - for i in range(len(path)-1, 0, -1): + for i in range(len(path)-1, -1, -1): current: list = path[i] if current == last: path.pop(i) From da58a130582efe408700af404b57e1df49e2fd97 Mon Sep 17 00:00:00 2001 From: Fabian Wunsch Date: Sun, 10 Apr 2022 13:48:29 +0200 Subject: [PATCH 06/20] Small consistency improvement --- tools/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/formatter.py b/tools/formatter.py index 94752a22..a89e620d 100644 --- a/tools/formatter.py +++ b/tools/formatter.py @@ -314,7 +314,7 @@ def print_(*args, **kwargs): entry = remove_extras(entry) print_("Removing duplicate points...") entry = remove_duplicate_points(entry) - print_("Updating center") + print_("Updating center...") entry = update_center(entry) print_("Validating...") status_code = validate(entry) From 37d43251867a14f4744b8366ec8d106c5d7d2016 Mon Sep 17 00:00:00 2001 From: Fabian Wunsch Date: Sun, 10 Apr 2022 13:53:31 +0200 Subject: [PATCH 07/20] Small naming improvement for better clarity --- tools/formatter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/formatter.py b/tools/formatter.py index a89e620d..9ab82725 100644 --- a/tools/formatter.py +++ b/tools/formatter.py @@ -125,12 +125,12 @@ def remove_duplicate_points(entry: dict): Removes points from paths that occur twice after each other """ path: list = entry['path'] - last: list = path[0] + previous: list = path[0] for i in range(len(path)-1, -1, -1): current: list = path[i] - if current == last: + if current == previous: path.pop(i) - last = current + previous = current return entry From 149a1e4209720ff96e7250ba06c460332a0d22a5 Mon Sep 17 00:00:00 2001 From: Fabian Wunsch Date: Sun, 10 Apr 2022 13:58:13 +0200 Subject: [PATCH 08/20] Changed indentation from spaces to tabs --- tools/formatter.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/formatter.py b/tools/formatter.py index 9ab82725..8c480847 100644 --- a/tools/formatter.py +++ b/tools/formatter.py @@ -121,18 +121,18 @@ def remove_extras(entry: dict): return entry def remove_duplicate_points(entry: dict): - """ - Removes points from paths that occur twice after each other - """ - path: list = entry['path'] - previous: list = path[0] - for i in range(len(path)-1, -1, -1): - current: list = path[i] - if current == previous: - path.pop(i) - previous = current + """ + Removes points from paths that occur twice after each other + """ + path: list = entry['path'] + previous: list = path[0] + for i in range(len(path)-1, -1, -1): + current: list = path[i] + if current == previous: + path.pop(i) + previous = current - return entry + return entry def fix_r_caps(entry: dict): """ From ed084ac9369b039100510e9da6fa38e47859156c Mon Sep 17 00:00:00 2001 From: Fabian Wunsch Date: Sun, 10 Apr 2022 15:32:50 +0200 Subject: [PATCH 09/20] Fixed logical indentation error --- tools/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/formatter.py b/tools/formatter.py index 8c480847..44cfdeed 100644 --- a/tools/formatter.py +++ b/tools/formatter.py @@ -130,7 +130,7 @@ def remove_duplicate_points(entry: dict): current: list = path[i] if current == previous: path.pop(i) - previous = current + previous = current return entry From 7bb146279be7ab1d7fd6ca5c4cf1c72558a19ce9 Mon Sep 17 00:00:00 2001 From: SpiderInMyEar <93610647+SpiderInMyEar@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:52:26 +0200 Subject: [PATCH 10/20] Removed duplicate Tomiii 11 submission Also added duplicate's additional info into the remaining entry. --- web/atlas.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index 8ec6644e..53634857 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -524,7 +524,7 @@ {"id": "twngew", "submitted_by": "TheWingedevil", "name": "Noita", "description": "Noita is a magical action roguelite set in a world where every pixel is physically simulated. Fight, explore, melt, burn, freeze and evaporate your way through the procedurally generated world using spells you've crafted yourself.", "website": "https://noitagame.com/", "subreddit": "/r/noita, /r/place_CentralAlliance", "center": [590.5, 911.5], "path": [[549.5, 934.5], [549.5, 900.5], [556.5, 900.5], [556.5, 890.5], [562.5, 890.5], [562.5, 900.5], [638.5, 900.5], [638.5, 888.5], [655.5, 888.5], [655.5, 909.5], [579.5, 909.5], [580.5, 948.5], [572.5, 948.5], [572.5, 934.5], [549.5, 934.5]]}, {"id": "twng3y", "submitted_by": "Penguiner1888", "name": "evermore - Taylor Swift Album", "description": "Taylor Swift's 9th studio album. The ivy border represents her song 'Ivy', which is track 10 on the album and one of many fan-favourites. The piece was defended for a short period of time before being taken over by pufferfish bots.", "website": "https://en.wikipedia.org/wiki/Evermore_(Taylor_Swift_album)", "subreddit": "/r/TaylorSwift", "center": [1964.5, 923.5], "path": [[1927.5, 917.5], [1927.5, 929.5], [2001.5, 929.5], [2001.5, 917.5]]}, {"id": "twnfym", "submitted_by": "TheAdvertisement", "name": "Spamton", "description": "A popular character from Deltarune Chapter 2, who was heavily memed. The extremely long nose he was given was extended by random people.", "website": "", "subreddit": "/r/Deltarune", "center": [601.5, 408.5], "path": [[698.5, 391.5], [670.5, 391.5], [670.5, 411.5], [594.5, 411.5], [594.5, 400.5], [481.5, 400.5], [481.5, 414.5], [670.5, 414.5], [670.5, 429.5], [698.5, 429.5], [698.5, 398.5], [706.5, 398.5], [706.5, 392.5], [706.5, 392.5], [706.5, 391.5], [675.5, 392.5]]}, -{"id": "twnevu", "submitted_by": "_8o_", "name": "Tomiii 11", "description": "tribute to tomiii 11, a child who passed away due to brain cancer in 2021 whose last wish was to become a big youtuber, as of 04/04/2022 tomiii 11 youtube channel has 10.5 million subscribers.", "website": "https://www.youtube.com/c/tomiii11_oficial", "subreddit": "", "center": [1272.5, 1921.5], "path": [[1299.5, 1953.5], [1243.5, 1953.5], [1244.5, 1897.5], [1249.5, 1894.5], [1249.5, 1890.5], [1248.5, 1890.5], [1248.5, 1888.5], [1300.5, 1888.5], [1300.5, 1953.5]]}, +{"id": "twnevu", "submitted_by": "_8o_", "name": "Tomiii 11", "description": "tribute to tomiii 11, a child who passed away due to brain cancer in 2021 whose last wish was to become a big youtuber, as of 04/04/2022 tomiii 11 youtube channel has 10.5 million subscribers.\n\nMural created with the efforts of Late, Caprimint, Rodny, MitroxFear, and Panchaalel communities.", "website": "https://www.youtube.com/c/tomiii11_oficial", "subreddit": "", "center": [1272.5, 1921.5], "path": [[1299.5, 1953.5], [1243.5, 1953.5], [1244.5, 1897.5], [1249.5, 1894.5], [1249.5, 1890.5], [1248.5, 1890.5], [1248.5, 1888.5], [1300.5, 1888.5], [1300.5, 1953.5]]}, {"id": "twnep0", "submitted_by": "sayaduck", "name": "Wynncraft Logo", "description": "A small version of the logo for Wynncraft, a Minecraft MMORPG server.", "website": "https://wynncraft.com/", "subreddit": "/r/wynncraft", "center": [705.5, 779.5], "path": [[703.5, 775.5], [707.5, 775.5], [707.5, 776.5], [708.5, 776.5], [708.5, 777.5], [709.5, 777.5], [709.5, 778.5], [708.5, 778.5], [708.5, 783.5], [707.5, 783.5], [707.5, 784.5], [703.5, 784.5], [703.5, 783.5], [702.5, 783.5], [702.5, 782.5], [701.5, 782.5], [701.5, 777.5], [702.5, 777.5], [702.5, 776.5], [703.5, 776.5], [703.5, 775.5]]}, {"id": "twne4z", "submitted_by": "MrDaveCole98", "name": "Red vs. Blue", "description": "An American web series produced by Rooster Teeth. The show is based on the Halo franchise.", "website": "https://roosterteeth.com/channel/red-vs-blue-universe", "subreddit": "/r/RedvsBlue", "center": [461.5, 698.5], "path": [[448.5, 682.5], [472.5, 682.5], [472.5, 713.5], [449.5, 713.5], [449.5, 682.5]]}, {"id": "twndhk", "submitted_by": "TheCracker27", "name": "Rio Logo", "description": "The logo for the 2011 animated movie about spix's macaws", "website": "https://rio.fandom.com/wiki/Rio_Wiki", "subreddit": "/r/RioMovie", "center": [1338.5, 1757.5], "path": [[1332.5, 1754.5], [1344.5, 1754.5], [1344.5, 1759.5], [1332.5, 1759.5]]}, @@ -6794,7 +6794,6 @@ {"id": "tyc5z2", "submitted_by": "Marawantareq23", "name": "The Great Sphinx of Giza", "description": "The Great Sphinx of Giza, commonly referred to as the Sphinx, is a limestone statue of a reclining sphinx, a mythical creature with the head of a human, and the body of a lion. The Sphinx is the oldest known monumental sculpture in Egypt and one of the most recognisable statues in the world.", "website": "", "subreddit": "/r/egypt", "center": [55.5, 145.5], "path": [[60.5, 151.5], [48.5, 151.5], [47.5, 151.5], [47.5, 150.5], [46.5, 150.5], [44.5, 150.5], [43.5, 149.5], [45.5, 149.5], [45.5, 148.5], [48.5, 145.5], [50.5, 145.5], [50.5, 141.5], [53.5, 138.5], [60.5, 138.5], [62.5, 140.5], [62.5, 147.5], [60.5, 147.5], [61.5, 148.5], [60.5, 148.5], [60.5, 149.5], [61.5, 150.5]]}, {"id": "tyc2i6", "submitted_by": "AjnoVerdulo", "name": "Zamenhof", "description": "Zamenhof was the creator of Esperanto, he published his first work in 1887. He is well known by the members of the Esperanto community. After the expansion of the Romanian flag had been ceased by the Polish flag, the Esperanto shield got an opportunity to expand several pixels further to the left. After some discussion it was decided to put a small picture of Zamenhof's face with Deal With It sunglasses in honor of his work.", "website": "https://en.wikipedia.org/wiki/L._L._Zamenhof", "subreddit": "", "center": [1503.5, 494.5], "path": [[1497.5, 487.5], [1497.5, 500.5], [1508.5, 500.5], [1508.5, 487.5]]}, {"id": "tybu7x", "submitted_by": "hoainam150399", "name": "Kizuna AI's headband", "description": "The headband of Kizuna AI, the spearhead of the current virtual YouTuber (VTuber) trend and the first to coin the term 'Virtual YouTuber' itself.", "website": "https://www.youtube.com/channel/UC4YaOt1yT-ZeyB0OmxHgolA", "subreddit": "/r/VirtualYoutubers", "center": [1386.5, 910.5], "path": [[1382.5, 903.5], [1379.5, 903.5], [1379.5, 904.5], [1378.5, 904.5], [1378.5, 908.5], [1379.5, 908.5], [1379.5, 909.5], [1381.5, 909.5], [1381.5, 910.5], [1383.5, 910.5], [1383.5, 911.5], [1385.5, 911.5], [1385.5, 912.5], [1382.5, 912.5], [1382.5, 913.5], [1379.5, 913.5], [1379.5, 914.5], [1377.5, 914.5], [1377.5, 915.5], [1375.5, 915.5], [1375.5, 916.5], [1374.5, 916.5], [1374.5, 917.5], [1373.5, 917.5], [1373.5, 920.5], [1375.5, 920.5], [1375.5, 918.5], [1378.5, 918.5], [1378.5, 917.5], [1380.5, 917.5], [1380.5, 916.5], [1382.5, 916.5], [1382.5, 915.5], [1389.5, 915.5], [1389.5, 916.5], [1391.5, 916.5], [1391.5, 918.5], [1392.5, 918.5], [1392.5, 921.5], [1394.5, 921.5], [1394.5, 917.5], [1393.5, 917.5], [1393.5, 915.5], [1393.5, 914.5], [1392.5, 914.5], [1392.5, 913.5], [1391.5, 913.5], [1391.5, 912.5], [1390.5, 912.5], [1391.5, 911.5], [1392.5, 911.5], [1392.5, 910.5], [1393.5, 910.5], [1393.5, 908.5], [1393.5, 906.5], [1394.5, 902.5], [1394.5, 900.5], [1388.5, 900.5], [1388.5, 906.5], [1387.5, 905.5], [1387.5, 904.5], [1386.5, 904.5], [1386.5, 903.5], [1379.5, 903.5]]}, -{"id": "tybntm", "submitted_by": "Legitimate-Cattle308", "name": "tomiii 11 memorial", "description": "Memorial made to tomiii 11, a Chilean child YouTuber who wished to become a YouTuber, but sadly he left this world due to brain cancer in 2021. As of April 2021, his channel gathers 10.5 million subscribers. Mural created with the efforts of Late, Caprimint, Rodny, MitroxFear, and Panchaalel communities.", "website": "https://www.youtube.com/c/tomiii11_oficial", "subreddit": "", "center": [1274.5, 1917.5], "path": [[1245.5, 1889.5], [1299.5, 1889.5], [1299.5, 1953.5], [1243.5, 1953.5], [1243.5, 1888.5], [1300.5, 1888.5], [1300.5, 1953.5]]}, {"id": "100001", "name": "Ensemble MapleStory Guild", "description": "This white music note on a light blue background is the emblem used by the Ensemble guild in MapleStory. (Yellow pixel is grief.)", "website": "https://maplestory.nexon.net/", "subreddit": "", "center": [531.5, 1428.5], "path": [[527.5, 1424.5], [534.5, 1424.5], [534.5, 1431.5], [527.5, 1431.5]]}, {"id": "tybkat", "submitted_by": "Da3viD55", "name": "Tiamat Comet", "description": "The comet from the 2016 anime movie Kimi No Na Wa (english: Your Name). It is one of the many metaphors for the connection between the 2 main protagonists Taki and Mitsuha", "website": "", "subreddit": "/r/KimiNoNaWa", "center": [1261.5, 1956.5], "path": [[1257.5, 1959.5], [1257.5, 1953.5], [1264.5, 1953.5], [1264.5, 1959.5]]}, {"id": "tybjrh", "submitted_by": "MrOrvilleman", "name": "Map of Belgium", "description": "A map of the small West-European country, drawn in different shades of the Belgian flag", "website": "", "subreddit": "/r/belgiumplace", "center": [281.5, 676.5], "path": [[267.5, 666.5], [269.5, 666.5], [269.5, 667.5], [272.5, 667.5], [272.5, 668.5], [274.5, 668.5], [274.5, 667.5], [277.5, 667.5], [277.5, 666.5], [279.5, 666.5], [279.5, 665.5], [281.5, 665.5], [281.5, 664.5], [282.5, 664.5], [282.5, 665.5], [284.5, 665.5], [284.5, 664.5], [284.5, 665.5], [286.5, 665.5], [286.5, 664.5], [286.5, 665.5], [287.5, 665.5], [287.5, 666.5], [288.5, 666.5], [287.5, 667.5], [290.5, 667.5], [290.5, 669.5], [291.5, 669.5], [291.5, 673.5], [292.5, 673.5], [292.5, 674.5], [293.5, 674.5], [293.5, 675.5], [294.5, 675.5], [294.5, 676.5], [295.5, 676.5], [295.5, 678.5], [296.5, 678.5], [296.5, 679.5], [297.5, 679.5], [297.5, 680.5], [296.5, 680.5], [296.5, 682.5], [295.5, 682.5], [295.5, 683.5], [293.5, 683.5], [294.5, 684.5], [293.5, 684.5], [293.5, 685.5], [292.5, 685.5], [292.5, 689.5], [293.5, 689.5], [293.5, 690.5], [294.5, 690.5], [294.5, 691.5], [292.5, 691.5], [292.5, 692.5], [291.5, 692.5], [291.5, 693.5], [289.5, 693.5], [289.5, 692.5], [289.5, 691.5], [288.5, 691.5], [288.5, 690.5], [286.5, 690.5], [286.5, 689.5], [285.5, 689.5], [285.5, 688.5], [285.5, 687.5], [284.5, 687.5], [284.5, 686.5], [280.5, 686.5], [280.5, 687.5], [279.5, 687.5], [279.5, 688.5], [279.5, 687.5], [278.5, 687.5], [278.5, 686.5], [277.5, 686.5], [277.5, 683.5], [276.5, 683.5], [276.5, 681.5], [275.5, 681.5], [275.5, 680.5], [274.5, 680.5], [274.5, 678.5], [272.5, 678.5], [272.5, 679.5], [270.5, 679.5], [270.5, 678.5], [268.5, 678.5], [268.5, 676.5], [267.5, 676.5], [267.5, 675.5], [264.5, 675.5], [264.5, 674.5], [263.5, 674.5], [263.5, 673.5], [262.5, 673.5], [262.5, 671.5], [261.5, 671.5], [261.5, 670.5], [262.5, 670.5], [262.5, 669.5], [263.5, 669.5], [263.5, 668.5], [265.5, 668.5], [265.5, 667.5], [267.5, 667.5], [267.5, 666.5]]}, From 35f038d5369f1926861af328e84ad8a55557a231 Mon Sep 17 00:00:00 2001 From: Fincent7 Date: Mon, 11 Apr 2022 17:34:49 +0200 Subject: [PATCH 11/20] merged some entries --- web/atlas.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index 10421b3d..54ec09a6 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -966,7 +966,6 @@ {"id": "twrloh", "submitted_by": "BlazingBowXT", "name": "Oneshots Phosphor hearts", "description": "Hearts representing the Phosphors from the game Oneshot. The hearts represent Red, Blue, Green, and Yellow Phosphor", "website": "http://www.oneshot-game.com/", "subreddit": "/r/oneshot", "center": [1092.5, 1671.5], "path": [[1080.5, 1675.5], [1099.5, 1674.5], [1103.5, 1670.5], [1103.5, 1667.5], [1095.5, 1667.5], [1088.5, 1669.5], [1083.5, 1670.5], [1078.5, 1672.5], [1078.5, 1673.5]]}, {"id": "twrlng", "submitted_by": "CelerySilent7734", "name": "Fubuking", "description": "Hololive Vtuber Fubuki sitting on a burger, eating a burger, with a crown on her head (hence the king in fubuking)", "website": "", "subreddit": "/r/Hololive", "center": [1373.5, 1092.5], "path": [[1350.5, 1113.5], [1350.5, 1111.5], [1351.5, 1111.5], [1351.5, 1110.5], [1352.5, 1110.5], [1352.5, 1109.5], [1353.5, 1109.5], [1353.5, 1108.5], [1353.5, 1107.5], [1352.5, 1107.5], [1352.5, 1106.5], [1351.5, 1106.5], [1351.5, 1105.5], [1350.5, 1105.5], [1350.5, 1104.5], [1349.5, 1104.5], [1350.5, 1105.5], [1350.5, 1106.5], [1350.5, 1107.5], [1349.5, 1107.5], [1349.5, 1108.5], [1348.5, 1109.5], [1347.5, 1109.5], [1347.5, 1110.5], [1347.5, 1112.5], [1346.5, 1112.5], [1346.5, 1113.5], [1346.5, 1113.5], [1345.5, 1113.5], [1345.5, 1114.5], [1345.5, 1115.5], [1341.5, 1115.5], [1341.5, 1110.5], [1340.5, 1110.5], [1340.5, 1109.5], [1338.5, 1109.5], [1338.5, 1107.5], [1338.5, 1107.5], [1336.5, 1107.5], [1336.5, 1109.5], [1335.5, 1109.5], [1334.5, 1109.5], [1334.5, 1110.5], [1333.5, 1110.5], [1333.5, 1114.5], [1333.5, 1115.5], [1333.5, 1098.5], [1333.5, 1097.5], [1334.5, 1097.5], [1336.5, 1097.5], [1335.5, 1096.5], [1335.5, 1096.5], [1335.5, 1095.5], [1337.5, 1095.5], [1336.5, 1094.5], [1336.5, 1094.5], [1346.5, 1094.5], [1346.5, 1091.5], [1347.5, 1091.5], [1347.5, 1090.5], [1348.5, 1090.5], [1348.5, 1089.5], [1349.5, 1089.5], [1349.5, 1088.5], [1351.5, 1088.5], [1351.5, 1087.5], [1352.5, 1087.5], [1352.5, 1086.5], [1353.5, 1086.5], [1353.5, 1085.5], [1354.5, 1085.5], [1354.5, 1084.5], [1355.5, 1084.5], [1355.5, 1083.5], [1358.5, 1083.5], [1358.5, 1082.5], [1361.5, 1082.5], [1361.5, 1081.5], [1362.5, 1081.5], [1363.5, 1081.5], [1363.5, 1080.5], [1364.5, 1080.5], [1364.5, 1078.5], [1363.5, 1078.5], [1363.5, 1073.5], [1362.5, 1073.5], [1361.5, 1073.5], [1361.5, 1074.5], [1361.5, 1075.5], [1360.5, 1075.5], [1360.5, 1076.5], [1359.5, 1076.5], [1359.5, 1078.5], [1358.5, 1078.5], [1358.5, 1079.5], [1357.5, 1079.5], [1357.5, 1080.5], [1357.5, 1079.5], [1356.5, 1079.5], [1356.5, 1078.5], [1355.5, 1078.5], [1355.5, 1077.5], [1354.5, 1077.5], [1355.5, 1077.5], [1355.5, 1076.5], [1356.5, 1076.5], [1356.5, 1075.5], [1357.5, 1075.5], [1357.5, 1074.5], [1358.5, 1074.5], [1358.5, 1073.5], [1359.5, 1073.5], [1359.5, 1072.5], [1360.5, 1072.5], [1360.5, 1071.5], [1361.5, 1071.5], [1361.5, 1070.5], [1361.5, 1069.5], [1361.5, 1068.5], [1359.5, 1068.5], [1359.5, 1066.5], [1358.5, 1066.5], [1358.5, 1065.5], [1357.5, 1065.5], [1357.5, 1061.5], [1358.5, 1061.5], [1358.5, 1058.5], [1359.5, 1058.5], [1359.5, 1056.5], [1360.5, 1056.5], [1360.5, 1053.5], [1361.5, 1053.5], [1361.5, 1049.5], [1360.5, 1049.5], [1360.5, 1048.5], [1359.5, 1048.5], [1359.5, 1044.5], [1360.5, 1044.5], [1360.5, 1045.5], [1363.5, 1045.5], [1363.5, 1046.5], [1366.5, 1046.5], [1366.5, 1047.5], [1370.5, 1047.5], [1370.5, 1047.5], [1370.5, 1046.5], [1370.5, 1045.5], [1370.5, 1044.5], [1369.5, 1044.5], [1370.5, 1044.5], [1370.5, 1045.5], [1371.5, 1045.5], [1372.5, 1045.5], [1372.5, 1044.5], [1372.5, 1045.5], [1373.5, 1045.5], [1374.5, 1045.5], [1374.5, 1044.5], [1374.5, 1045.5], [1375.5, 1045.5], [1375.5, 1046.5], [1376.5, 1045.5], [1377.5, 1045.5], [1377.5, 1044.5], [1379.5, 1044.5], [1379.5, 1044.5], [1379.5, 1046.5], [1380.5, 1046.5], [1379.5, 1046.5], [1379.5, 1047.5], [1379.5, 1048.5], [1378.5, 1048.5], [1378.5, 1049.5], [1377.5, 1049.5], [1377.5, 1052.5], [1378.5, 1052.5], [1378.5, 1055.5], [1379.5, 1055.5], [1379.5, 1060.5], [1380.5, 1060.5], [1380.5, 1064.5], [1381.5, 1064.5], [1380.5, 1064.5], [1380.5, 1065.5], [1379.5, 1065.5], [1379.5, 1071.5], [1379.5, 1071.5], [1381.5, 1071.5], [1381.5, 1070.5], [1387.5, 1070.5], [1387.5, 1071.5], [1388.5, 1071.5], [1389.5, 1071.5], [1389.5, 1072.5], [1391.5, 1072.5], [1391.5, 1079.5], [1390.5, 1079.5], [1390.5, 1079.5], [1389.5, 1079.5], [1389.5, 1080.5], [1388.5, 1080.5], [1388.5, 1081.5], [1390.5, 1080.5], [1391.5, 1080.5], [1392.5, 1080.5], [1392.5, 1080.5], [1392.5, 1079.5], [1392.5, 1078.5], [1392.5, 1076.5], [1392.5, 1081.5], [1391.5, 1081.5], [1391.5, 1082.5], [1390.5, 1082.5], [1390.5, 1083.5], [1387.5, 1083.5], [1387.5, 1084.5], [1382.5, 1084.5], [1382.5, 1083.5], [1381.5, 1083.5], [1379.5, 1083.5], [1380.5, 1084.5], [1380.5, 1086.5], [1381.5, 1086.5], [1381.5, 1087.5], [1396.5, 1087.5], [1396.5, 1088.5], [1398.5, 1088.5], [1398.5, 1089.5], [1399.5, 1089.5], [1399.5, 1090.5], [1401.5, 1090.5], [1401.5, 1091.5], [1403.5, 1091.5], [1403.5, 1092.5], [1405.5, 1092.5], [1405.5, 1093.5], [1408.5, 1093.5], [1412.5, 1093.5], [1413.5, 1093.5], [1415.5, 1093.5], [1416.5, 1093.5], [1416.5, 1092.5], [1416.5, 1091.5], [1421.5, 1091.5], [1420.5, 1097.5], [1421.5, 1097.5], [1421.5, 1096.5], [1421.5, 1095.5], [1421.5, 1096.5], [1421.5, 1097.5], [1420.5, 1097.5], [1420.5, 1098.5], [1419.5, 1098.5], [1419.5, 1101.5], [1418.5, 1101.5], [1418.5, 1102.5], [1415.5, 1102.5], [1415.5, 1102.5], [1415.5, 1101.5], [1414.5, 1101.5], [1413.5, 1101.5], [1413.5, 1100.5], [1410.5, 1100.5], [1410.5, 1098.5], [1409.5, 1098.5], [1409.5, 1097.5], [1409.5, 1097.5], [1406.5, 1097.5], [1406.5, 1096.5], [1404.5, 1096.5], [1404.5, 1095.5], [1401.5, 1095.5], [1401.5, 1094.5], [1398.5, 1094.5], [1398.5, 1093.5], [1400.5, 1094.5], [1398.5, 1094.5], [1397.5, 1094.5], [1397.5, 1095.5], [1397.5, 1096.5], [1398.5, 1096.5], [1399.5, 1096.5], [1399.5, 1099.5], [1398.5, 1099.5], [1398.5, 1100.5], [1398.5, 1101.5], [1399.5, 1101.5], [1399.5, 1104.5], [1398.5, 1104.5], [1398.5, 1105.5], [1397.5, 1105.5], [1397.5, 1108.5], [1397.5, 1109.5], [1395.5, 1109.5], [1395.5, 1111.5], [1396.5, 1112.5], [1396.5, 1111.5], [1396.5, 1110.5], [1397.5, 1110.5], [1398.5, 1110.5], [1398.5, 1109.5], [1398.5, 1110.5], [1399.5, 1110.5], [1399.5, 1111.5], [1400.5, 1111.5], [1400.5, 1112.5], [1400.5, 1113.5], [1399.5, 1113.5], [1399.5, 1114.5], [1396.5, 1114.5], [1396.5, 1115.5], [1397.5, 1115.5], [1397.5, 1116.5], [1398.5, 1116.5], [1398.5, 1117.5], [1399.5, 1117.5], [1399.5, 1119.5], [1398.5, 1119.5], [1398.5, 1123.5], [1397.5, 1123.5], [1397.5, 1125.5], [1390.5, 1125.5], [1390.5, 1124.5], [1385.5, 1124.5], [1385.5, 1125.5], [1382.5, 1125.5], [1382.5, 1124.5], [1379.5, 1124.5], [1369.5, 1124.5], [1369.5, 1125.5], [1367.5, 1125.5], [1367.5, 1124.5], [1367.5, 1124.5], [1366.5, 1124.5], [1366.5, 1123.5], [1367.5, 1123.5], [1367.5, 1123.5], [1367.5, 1122.5], [1367.5, 1121.5], [1368.5, 1121.5], [1368.5, 1120.5], [1368.5, 1119.5], [1368.5, 1118.5], [1368.5, 1117.5], [1368.5, 1117.5], [1367.5, 1117.5], [1367.5, 1116.5], [1366.5, 1116.5], [1366.5, 1115.5], [1366.5, 1115.5], [1365.5, 1115.5], [1364.5, 1115.5], [1363.5, 1115.5], [1363.5, 1114.5], [1363.5, 1113.5], [1363.5, 1112.5], [1362.5, 1112.5], [1362.5, 1111.5], [1362.5, 1110.5], [1357.5, 1110.5], [1357.5, 1112.5], [1356.5, 1112.5], [1356.5, 1114.5], [1356.5, 1114.5], [1355.5, 1114.5], [1355.5, 1115.5], [1354.5, 1115.5], [1354.5, 1116.5], [1353.5, 1116.5], [1353.5, 1117.5], [1352.5, 1117.5], [1352.5, 1119.5], [1352.5, 1117.5], [1351.5, 1117.5], [1351.5, 1116.5], [1351.5, 1117.5], [1351.5, 1116.5], [1351.5, 1115.5], [1351.5, 1114.5], [1350.5, 1114.5]]}, {"id": "twrlhi", "submitted_by": "Party_Ad_619", "name": "Solary", "description": "Famous french esport team & webTV from TOURS, Indre-et-Loire", "website": "https://www.solary.fr/", "subreddit": "", "center": [859.5, 1722.5], "path": [[844.5, 1707.5], [872.5, 1707.5], [873.5, 1736.5], [845.5, 1736.5], [845.5, 1707.5]]}, -{"id": "twrlhh", "submitted_by": "veronie_", "name": "Nijntje", "description": "Written and drawn by the dutch Dick Bruna. Children stories about a little rabbit.", "website": "", "subreddit": "", "center": [790.5, 22.5], "path": [[768.5, 34.5], [766.5, 34.5], [766.5, 33.5], [765.5, 33.5], [765.5, 29.5], [766.5, 29.5], [766.5, 28.5], [768.5, 28.5], [768.5, 21.5], [766.5, 20.5], [766.5, 18.5], [765.5, 18.5], [765.5, 13.5], [766.5, 13.5], [766.5, 12.5], [769.5, 12.5], [774.5, 10.5], [782.5, 10.5], [785.5, 6.5], [787.5, 6.5], [793.5, 5.5], [799.5, 11.5], [808.5, 10.5], [814.5, 13.5], [815.5, 13.5], [815.5, 17.5], [814.5, 18.5], [814.5, 20.5], [813.5, 20.5], [813.5, 21.5], [812.5, 21.5], [812.5, 28.5], [814.5, 28.5], [814.5, 29.5], [815.5, 29.5], [815.5, 33.5], [814.5, 33.5], [814.5, 34.5], [812.5, 34.5], [812.5, 35.5], [769.5, 35.5]]}, {"id": "twrlgz", "submitted_by": "HogoX", "name": "Asuka Langley Soryu", "description": "fictional character from the Neon Genesis Evangelion franchise.", "website": "https://www.evangelion.co.jp", "subreddit": "/r/evangelion, /r/evangelionmemes", "center": [664.5, 1391.5], "path": [[662.5, 1384.5], [662.5, 1385.5], [659.5, 1385.5], [659.5, 1388.5], [658.5, 1388.5], [658.5, 1390.5], [659.5, 1390.5], [659.5, 1392.5], [658.5, 1392.5], [658.5, 1393.5], [657.5, 1393.5], [657.5, 1395.5], [658.5, 1395.5], [658.5, 1396.5], [659.5, 1396.5], [659.5, 1397.5], [661.5, 1397.5], [661.5, 1399.5], [663.5, 1399.5], [663.5, 1397.5], [665.5, 1397.5], [665.5, 1399.5], [667.5, 1399.5], [667.5, 1397.5], [669.5, 1397.5], [669.5, 1396.5], [670.5, 1396.5], [670.5, 1395.5], [671.5, 1395.5], [671.5, 1393.5], [670.5, 1393.5], [670.5, 1392.5], [669.5, 1392.5], [669.5, 1390.5], [670.5, 1390.5], [670.5, 1388.5], [669.5, 1388.5], [669.5, 1385.5], [666.5, 1385.5], [666.5, 1384.5]]}, {"id": "twrleg", "submitted_by": "Gemyma", "name": "Beneath the Dragoneye Moons - Auri", "description": "A small hummingbird from the webserial Beneath the Dragoneye Moons by Selkie Myth, winner of the Best Serialised Fiction Stabby Award 2021.", "website": "https://www.royalroad.com/fiction/36299/beneath-the-dragoneye-moons", "subreddit": "", "center": [1787.5, 1271.5], "path": [[1783.5, 1271.5], [1786.5, 1269.5], [1787.5, 1270.5], [1790.5, 1268.5], [1788.5, 1271.5], [1790.5, 1271.5], [1790.5, 1273.5], [1783.5, 1271.5]]}, {"id": "twrl9z", "submitted_by": "SebWayz", "name": "Joueur du Grenier", "description": "French YouTuber known for his humoristic and satirical videos about old retro games.", "website": "https://www.youtube.com/user/joueurdugrenier", "subreddit": "/r/PlaceFrance", "center": [25.5, 1923.5], "path": [[4.5, 1903.5], [23.5, 1892.5], [51.5, 1901.5], [38.5, 1957.5], [15.5, 1953.5], [3.5, 1931.5], [1.5, 1919.5], [3.5, 1905.5]]}, @@ -1083,7 +1082,6 @@ {"id": "twr7ta", "submitted_by": "ThatWaterSword", "name": "Suriname heart", "description": "A small heart of the Suriname flag, made by the Dutch community. nThe Netherlands has a large Surinamese population.", "website": "", "subreddit": "/r/placeNL", "center": [359.5, 35.5], "path": [[357.5, 33.5], [358.5, 33.5], [359.5, 34.5], [360.5, 33.5], [361.5, 33.5], [362.5, 34.5], [362.5, 35.5], [362.5, 36.5], [361.5, 37.5], [360.5, 38.5], [359.5, 39.5], [358.5, 38.5], [357.5, 37.5], [356.5, 36.5], [356.5, 35.5], [356.5, 34.5]]}, {"id": "twr7jt", "submitted_by": "GreatHeroJ", "name": "Zombie Face (Unturned)", "description": "The iconic face of a zombie from Unturned. This face doubles as the game's main logo.", "website": "https://store.steampowered.com/app/304930/Unturned/", "subreddit": "/r/unturned", "center": [670.5,583.5], "path": [[661.5, 574.5], [678.5, 574.5], [678.5, 591.5], [661.5, 591.5]]}, {"id": "twr7gl", "submitted_by": "XDFloody", "name": "The 7TV Community", "description": "A twitch third party extension logo with a meme from the community, Doctor Disrespect.", "website": "https://7tv.app/", "subreddit": "/r/7TV", "center": [682.5, 950.5], "path": [[669.5, 944.5], [669.5, 956.5], [694.5, 956.5], [694.5, 944.5]]}, -{"id": "twr7dq", "submitted_by": "Zaborgar_Delta", "name": "Miffy (Nijntje)", "description": "Miffy (Nijntje in Dutch) is a fictional rabbit drawn and written by Dutch artist Dick Bruna.", "website": "https://www.miffy.com/", "subreddit": "", "center": [791.5, 22.5], "path": [[769.5, 34.5], [765.5, 32.5], [767.5, 28.5], [769.5, 29.5], [769.5, 22.5], [765.5, 14.5], [768.5, 13.5], [771.5, 15.5], [773.5, 19.5], [775.5, 19.5], [773.5, 15.5], [773.5, 12.5], [774.5, 11.5], [775.5, 10.5], [777.5, 10.5], [778.5, 12.5], [780.5, 15.5], [780.5, 18.5], [783.5, 21.5], [784.5, 22.5], [785.5, 23.5], [787.5, 23.5], [787.5, 20.5], [783.5, 17.5], [782.5, 15.5], [781.5, 11.5], [786.5, 6.5], [787.5, 6.5], [788.5, 5.5], [793.5, 5.5], [793.5, 6.5], [798.5, 10.5], [798.5, 11.5], [799.5, 12.5], [799.5, 14.5], [798.5, 15.5], [798.5, 17.5], [795.5, 19.5], [792.5, 21.5], [792.5, 23.5], [795.5, 23.5], [800.5, 18.5], [800.5, 14.5], [804.5, 10.5], [807.5, 10.5], [807.5, 12.5], [808.5, 13.5], [806.5, 16.5], [806.5, 16.5], [806.5, 18.5], [808.5, 16.5], [811.5, 13.5], [812.5, 12.5], [814.5, 12.5], [815.5, 14.5], [815.5, 18.5], [811.5, 22.5], [812.5, 23.5], [812.5, 28.5], [814.5, 28.5], [815.5, 29.5], [815.5, 33.5], [813.5, 34.5], [812.5, 34.5], [812.5, 34.5]]}, {"id": "twr74y", "submitted_by": "iemand02", "name": "Delft university of technology", "description": "The oldest and largest technical university in the Netherlands. A collaboration between r/TUDelft and r/PlaceNL", "website": "https://www.tudelft.nl/", "subreddit": "/r/TUDelft", "center": [1912.5, 47.5], "path": [[1894.5, 35.5], [1895.5, 37.5], [1895.5, 53.5], [1936.5, 53.5], [1936.5, 44.5], [1905.5, 44.5], [1905.5, 35.5], [1894.5, 35.5]]}, {"id": "twr71f", "submitted_by": "ZexRon", "name": "Lea from CrossCode", "description": "The main protagonist of the action role-playing game CrossCode released in 2018.", "website": "http://cross-code.com", "subreddit": "/r/CrossCode", "center": [898.5, 264.5], "path": [[889.5, 254.5], [879.5, 254.5], [879.5, 262.5], [892.5, 262.5], [893.5, 263.5], [893.5, 264.5], [895.5, 266.5], [893.5, 268.5], [893.5, 270.5], [892.5, 270.5], [892.5, 273.5], [893.5, 273.5], [894.5, 274.5], [895.5, 273.5], [896.5, 274.5], [896.5, 275.5], [897.5, 275.5], [897.5, 278.5], [896.5, 279.5], [896.5, 281.5], [906.5, 281.5], [906.5, 279.5], [905.5, 278.5], [905.5, 275.5], [906.5, 274.5], [907.5, 273.5], [908.5, 274.5], [909.5, 273.5], [910.5, 272.5], [910.5, 270.5], [909.5, 269.5], [909.5, 268.5], [908.5, 267.5], [907.5, 266.5], [908.5, 265.5], [909.5, 264.5], [909.5, 263.5], [910.5, 262.5], [910.5, 257.5], [911.5, 257.5], [911.5, 254.5], [909.5, 254.5], [907.5, 252.5], [896.5, 252.5], [894.5, 254.5], [891.5, 254.5], [891.5, 257.5], [892.5, 257.5], [892.5, 259.5], [891.5, 260.5], [889.5, 258.5]]}, {"id": "twr6z3", "submitted_by": "WackyPinion", "name": "Kuchipatchi", "description": "A sprite of the character Kuchipatchi, from the Tamagotchi series of virtual pet toys. Besides him are a heart icon, indicating he's happy, and also a poop.", "website": "https://tamagotchi.com/", "subreddit": "/r/tamagotchi", "center": [312.5, 750.5], "path": [[302.5, 743.5], [321.5, 743.5], [321.5, 757.5], [302.5, 757.5]]}, @@ -1109,7 +1107,7 @@ {"id": "twr3x2", "submitted_by": "Linkcool200", "name": "OnlyNekos Logo", "description": "A specialized logo made specifically for r/place, representing the twitch group OnlyNekos, which includes (Going clockwise starting from the top.) Kromia, Totless, Asby, and Krisuna.", "website": "https://www.twitch.tv/team/onlynekos", "subreddit": "", "center": [1597.5, 1448.5], "path": [[1586.5, 1477.5], [1610.5, 1477.5], [1620.5, 1469.5], [1620.5, 1451.5], [1627.5, 1451.5], [1627.5, 1439.5], [1616.5, 1424.5], [1605.5, 1420.5], [1591.5, 1420.5], [1580.5, 1424.5], [1572.5, 1433.5], [1570.5, 1434.5], [1569.5, 1454.5], [1574.5, 1456.5], [1574.5, 1460.5], [1571.5, 1463.5], [1575.5, 1469.5], [1578.5, 1469.5], [1579.5, 1470.5], [1579.5, 1472.5], [1581.5, 1474.5]]}, {"id": "twr3w8", "submitted_by": "yamirzmmdx", "name": "In honour of Syd", "description": "In honour of Syd, a 16 year old fan whom got diagnosed with a brain tumor and is going into surgery on April 13th. LiverpoolFC made it for her, together with The Stanley Parable and other neighbors right next to it it got defended until the last moment. She will never walk alone, all the best to her! <3", "website": "", "subreddit": "/r/LiverpoolFC", "center": [523.5, 535.5], "path": [[520.5, 529.5], [527.5, 529.5], [527.5, 541.5], [519.5, 541.5], [519.5, 529.5], [527.5, 529.5]]}, {"id": "twr2zq", "submitted_by": "Basti1910", "name": "Benson", "description": "An Emote of Twitch Streamer Tubbo", "website": "https://twitch.tv/Tubbo", "subreddit": "", "center": [863.5, 1412.5], "path": [[839.5, 1385.5], [839.5, 1439.5], [887.5, 1439.5], [887.5, 1385.5]]}, -{"id": "twr2vr", "submitted_by": "ThorwaldHD", "name": "Nina", "description": "Nina a charachter from the dutch tv series called nijnte or more known as miffy", "website": "https://en.wikipedia.org/wiki/Miffy", "subreddit": "/r/PlaceNL", "center": [775.5, 24.5], "path": [[764.5, 11.5], [780.5, 11.5], [788.5, 25.5], [789.5, 35.5], [765.5, 35.5], [765.5, 35.5], [764.5, 24.5], [764.5, 35.5], [764.5, 21.5], [764.5, 16.5]]}, +{"id": "twr2vr", "submitted_by": "ThorwaldHD", "name": "Nina", "description": "Nina (Melanie in English) is a charachter from the Dutch tv series Nijnte, called Miffy in English.", "website": "https://www.miffy.com/", "subreddit": "/r/PlaceNL", "center": [776.5, 25.5], "path": [[769.5, 35.5], [786.5, 35.5], [787.5, 34.5], [787.5, 32.5], [788.5, 31.5], [788.5, 28.5], [789.5, 27.5], [789.5, 25.5], [787.5, 23.5], [785.5, 23.5], [780.5, 18.5], [780.5, 15.5], [779.5, 14.5], [779.5, 13.5], [776.5, 10.5], [774.5, 10.5], [772.5, 12.5], [772.5, 14.5], [773.5, 15.5], [773.5, 17.5], [774.5, 18.5], [773.5, 18.5], [773.5, 17.5], [772.5, 16.5], [772.5, 15.5], [770.5, 13.5], [769.5, 13.5], [768.5, 12.5], [767.5, 12.5], [765.5, 14.5], [765.5, 17.5], [766.5, 18.5], [766.5, 19.5], [769.5, 22.5], [768.5, 23.5], [768.5, 28.5], [767.5, 28.5], [765.5, 30.5], [765.5, 32.5], [767.5, 34.5], [768.5, 34.5], [769.5, 35.5]]}, {"id": "twr2qu", "submitted_by": "Melter30", "name": "Mist", "description": "The iconic voice line of Bernd das Brot, meaning 'Damn'.", "website": "https://en.wikipedia.org/wiki/Bernd_das_Brot", "subreddit": "/r/placeDE", "center": [229.5, 838.5], "path": [[217.5, 844.5], [217.5, 842.5], [218.5, 842.5], [218.5, 834.5], [220.5, 833.5], [239.5, 833.5], [240.5, 842.5], [240.5, 843.5], [222.5, 843.5], [222.5, 844.5], [217.5, 844.5]]}, {"id": "twr24v", "submitted_by": "mizuPepe", "name": "Kitagawa Marin", "description": "Chibi rendition of the protagonist of the anime & manga series My Dress-up Darling", "website": "https://discord.gg/vh5zRNY", "subreddit": "/r/SonoBisqueDoll", "center": [1678.5, 706.5], "path": [[1664.5, 691.5], [1665.5, 722.5], [1688.5, 722.5], [1688.5, 710.5], [1694.5, 710.5], [1695.5, 702.5], [1687.5, 694.5], [1687.5, 690.5], [1664.5, 690.5]]}, {"id": "twr1y9", "submitted_by": "FlyingKiwiNZ", "name": "The Ghost of Kyiv", "description": "The Ghost of Kyiv is the nickname given to a MiG-29 Fulcrum flying ace credited with shooting down six Russian planes over Kyiv during the Kyiv offensive.", "website": "", "subreddit": "/r/PlaceUkraine", "center": [411.5, 221.5], "path": [[381.5, 194.5], [385.5, 199.5], [387.5, 203.5], [392.5, 210.5], [395.5, 216.5], [399.5, 219.5], [398.5, 221.5], [404.5, 226.5], [404.5, 228.5], [406.5, 232.5], [408.5, 233.5], [409.5, 235.5], [409.5, 232.5], [411.5, 233.5], [411.5, 243.5], [414.5, 244.5], [421.5, 236.5], [424.5, 236.5], [427.5, 235.5], [427.5, 233.5], [429.5, 233.5], [429.5, 231.5], [431.5, 230.5], [433.5, 230.5], [433.5, 224.5], [428.5, 225.5], [428.5, 223.5], [423.5, 223.5], [425.5, 222.5], [428.5, 222.5], [428.5, 221.5], [432.5, 221.5], [431.5, 219.5], [430.5, 218.5], [405.5, 208.5], [404.5, 208.5], [403.5, 207.5], [402.5, 206.5], [401.5, 205.5], [399.5, 203.5], [397.5, 202.5], [396.5, 201.5], [393.5, 201.5], [391.5, 200.5], [390.5, 199.5], [387.5, 198.5], [386.5, 198.5], [381.5, 194.5]]}, @@ -1531,7 +1529,7 @@ {"id": "twrw0l", "submitted_by": "HobbylosUwU", "name": "Grundgesetz", "description": "The Basic Law for the Federal Republic of Germany is the constitution of the Federal Republic of Germany. The West German Constitution was approved in Bonn on 8 May 1949 and came into effect on 23 May after having been approved by the occupying western Allies of World War II on 12 May.", "website": "https://en.wikipedia.org/wiki/Basic_Law_for_the_Federal_Republic_of_Germany", "subreddit": "/r/placeDE", "center": [1680.5, 1146.5], "path": [[1669.5, 1128.5], [1669.5, 1164.5], [1692.5, 1164.5], [1691.5, 1127.5]]}, {"id": "twrvxl", "submitted_by": "BlupMcBubbles", "name": "Flemish and Walloons together", "description": "A chimeric breeding of the Flemish and Walloon blasons, respectively a black lions with red claws (up) and a red rooster (down)", "website": "", "subreddit": "", "center": [1308.5, 1260.5], "path": [[1285.5, 1236.5], [1331.5, 1236.5], [1332.5, 1283.5], [1285.5, 1283.5]]}, {"id": "twrvuv", "submitted_by": "BonusBoys", "name": "Michael Schumacher's helmet", "description": "A helmet based on the helmet design of the great Formula 1 driver Michael Schumacher, who is only one of two drivers to win seven World Drivers' Championship titles.", "website": "https://en.wikipedia.org/wiki/Michael_Schumacher", "subreddit": "/r/placeDE", "center": [549.5, 833.5], "path": [[542.5, 837.5], [542.5, 836.5], [541.5, 835.5], [541.5, 831.5], [542.5, 830.5], [543.5, 829.5], [544.5, 828.5], [546.5, 828.5], [554.5, 827.5], [554.5, 828.5], [555.5, 829.5], [556.5, 830.5], [556.5, 832.5], [557.5, 833.5], [557.5, 837.5], [556.5, 838.5], [543.5, 838.5]]}, -{"id": "twrvna", "submitted_by": "wildhoover", "name": "Nijntje en Nina", "description": "Nijntje en Nina, in english Miffy and Melanie. Nijntje is the main character in the childrens picture books by Dick Bruna.", "website": "", "subreddit": "", "center": [790.5, 22.5], "path": [[784.5, 35.5], [812.5, 35.5], [812.5, 34.5], [814.5, 32.5], [815.5, 14.5], [806.5, 10.5], [798.5, 11.5], [792.5, 5.5], [787.5, 6.5], [782.5, 10.5], [774.5, 10.5], [766.5, 13.5], [765.5, 18.5], [765.5, 35.5]]}, +{"id": "twrvna", "submitted_by": "wildhoover", "name": "Nina en Nijntje", "description": "Nina en Nijntje (Melanie and Miffy in English). Nijntje is the main character in the childrens picture books written and drawn by Dick Bruna.", "website": "https://www.nijntje.nl/", "subreddit": "/r/PlaceNL", "center": [790.5, 22.5], "path": [[769.5, 35.5], [811.5, 35.5], [812.5, 34.5], [813.5, 34.5], [815.5, 32.5], [815.5, 30.5], [813.5, 28.5], [812.5, 28.5], [812.5, 23.5], [811.5, 22.5], [814.5, 19.5], [814.5, 18.5], [815.5, 17.5], [815.5, 14.5], [813.5, 12.5], [812.5, 12.5], [811.5, 13.5], [810.5, 13.5], [808.5, 15.5], [808.5, 16.5], [807.5, 17.5], [807.5, 18.5], [806.5, 18.5], [807.5, 17.5], [807.5, 15.5], [808.5, 14.5], [808.5, 12.5], [806.5, 10.5], [798.5, 10.5], [794.5, 6.5], [793.5, 6.5], [792.5, 5.5], [788.5, 5.5], [787.5, 6.5], [786.5, 6.5], [782.5, 10.5], [774.5, 10.5], [773.5, 11.5], [772.5, 12.5], [772.5, 14.5], [773.5, 15.5], [773.5, 17.5], [774.5, 18.5], [773.5, 18.5], [773.5, 17.5], [772.5, 16.5], [772.5, 15.5], [770.5, 13.5], [769.5, 13.5], [768.5, 12.5], [767.5, 12.5], [765.5, 14.5], [765.5, 17.5], [766.5, 18.5], [766.5, 19.5], [769.5, 22.5], [768.5, 23.5], [768.5, 28.5], [767.5, 28.5], [765.5, 30.5], [765.5, 32.5], [767.5, 34.5], [768.5, 34.5], [769.5, 35.5]]}, {"id": "twrvcx", "submitted_by": "Melter30", "name": "Donnersdachs", "description": "Similar to the Mittwochfrosch, this is a way for German subreddits to celebrate Thursdays.", "website": "", "subreddit": "/r/placeDE", "center": [1004.5, 1158.5], "path": [[999.5, 1149.5], [999.5, 1147.5], [1000.5, 1147.5], [1000.5, 1145.5], [1001.5, 1146.5], [1001.5, 1143.5], [1000.5, 1142.5], [1000.5, 1141.5], [1001.5, 1140.5], [1002.5, 1140.5], [1003.5, 1141.5], [1004.5, 1142.5], [1007.5, 1142.5], [1008.5, 1141.5], [1009.5, 1140.5], [1011.5, 1140.5], [1012.5, 1141.5], [1012.5, 1142.5], [1010.5, 1144.5], [1010.5, 1146.5], [1011.5, 1146.5], [1011.5, 1147.5], [1013.5, 1149.5], [1013.5, 1151.5], [1014.5, 1151.5], [1013.5, 1168.5], [1012.5, 1169.5], [1010.5, 1170.5], [1006.5, 1170.5], [1002.5, 1170.5], [1001.5, 1169.5], [1000.5, 1168.5], [1000.5, 1169.5], [1001.5, 1171.5], [1002.5, 1172.5], [1002.5, 1174.5], [1001.5, 1174.5], [1000.5, 1175.5], [993.5, 1175.5], [992.5, 1173.5], [992.5, 1172.5], [993.5, 1172.5], [995.5, 1171.5], [996.5, 1170.5], [995.5, 1169.5], [995.5, 1165.5], [994.5, 1165.5], [994.5, 1163.5], [993.5, 1163.5], [993.5, 1158.5], [994.5, 1158.5], [995.5, 1159.5], [995.5, 1162.5], [995.5, 1162.5], [996.5, 1162.5], [997.5, 1162.5], [997.5, 1161.5], [998.5, 1159.5], [999.5, 1159.5], [999.5, 1155.5], [1000.5, 1154.5], [1001.5, 1153.5], [1002.5, 1152.5], [1001.5, 1151.5], [1000.5, 1151.5], [999.5, 1150.5]]}, {"id": "twrv24", "submitted_by": "C-EZ", "name": "Napoleon vs. the Bunnies", "description": "Meme made from the painting of Napoleon crossing the Alps(1805) by Jacques-Louis David and the story of Napoleon's army being chased by hordes of rabbits in 1807.", "website": "", "subreddit": "/r/PlaceFrance", "center": [1384.5, 1426.5], "path": [[1333.5, 1355.5], [1435.5, 1354.5], [1436.5, 1498.5], [1333.5, 1498.5]]}, {"id": "twruuv", "submitted_by": "cucumbersomesalad", "name": "Hachubby", "description": "HAchubby is a Twitch variety streamer. She won the Pepega streamer and IRL streamer of the year awards in 2021.", "website": "https://www.twitch.tv/hachubby", "subreddit": "/r/HAchubby", "center": [645.5, 1053.5], "path": [[624.5, 1038.5], [666.5, 1038.5], [666.5, 1068.5], [625.5, 1068.5], [624.5, 1038.5]]}, From ef120cafaf9647931943068a3024ecc523142b14 Mon Sep 17 00:00:00 2001 From: Fincent7 Date: Mon, 11 Apr 2022 17:40:57 +0200 Subject: [PATCH 12/20] merged two entries --- web/atlas.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index 54ec09a6..e94823dc 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -11,7 +11,6 @@ {"id": "000012", "name": "Starwars", "description": "Poster art for 'Star Wars Episode IV: A New Hope', done by the redditors at starwars_place. Heavy battles fought against among us, and only once briefly disappearing to XQC, before being reinstated.", "website": "", "subreddit": "/r/starwars_place", "center": [621.5, 771.5], "path": [[571.5, 698.5], [671.5, 698.5], [671.5, 844.5], [570.5, 843.5]]}, {"id": "000013", "name": "Cang", "description": "It's quite literally just cang.", "website": "", "subreddit": "", "center": [1960.5, 328.5], "path": [[1954.5, 322.5], [1954.5, 333.5], [1966.5, 333.5], [1966.5, 322.5], [1954.5, 322.5]]}, {"id": "000014", "name": "Avicii tribute", "description": "The logo of the Swedish DJ and electronic dance music artist Avicii, who was born on 8 September 1989 and died on 20 April 2018. The creation was part of a collaboration with r/Avicii and r/Place_Nordicunion.", "website": "https://discord.gg/9zTbdMSUea", "subreddit": "/r/Avicii, /r/place_nordicunion, /r/Sweden", "center": [757.5, 81.5], "path": [[740.5, 91.5], [773.5, 91.5], [773.5, 71.5], [740.5, 71.5], [740.5, 91.5]]}, -{"id": "000015", "name": "Burdurland Logo", "description": "Logo of subreddit r/burdurland", "website": "", "subreddit": "/r/burdurland", "center": [965.5, 44.5], "path": [[999.5, 0.5], [999.5, 87.5], [930.5, 87.5], [930.5, 0.5]]}, {"id": "000016", "name": "Trackmania", "description": "Original/previous logo of the arcade racing game series Trackmania.", "website": "https://www.trackmania.com", "subreddit": "/r/trackmania", "center": [411.5, 749.5], "path": [[373.5, 740.5], [448.5, 740.5], [448.5, 757.5], [373.5, 757.5], [373.5, 740.5]]}, {"id": "000017", "name": "Czech flag with pixelarts", "description": "Czech flag made by the community of r/czech.\nWith pixelarts from Czech culture.", "website": "", "subreddit": "/r/czech", "center": [1261.5, 205.5], "path": [[1197.5, 161.5], [1325.5, 161.5], [1325.5, 249.5], [1197.5, 249.5]]}, {"id": "000018", "name": "Duck Game duck wearing a Jetpack", "description": "A lovely character from a multiplayer action-platformer game made by Landon Podbielski.", "website": "http://store.steampowered.com/app/312530", "subreddit": "/r/duckgame", "center": [1723.5, 139.5], "path": [[1730.5, 128.5], [1730.5, 150.5], [1716.5, 150.5], [1716.5, 128.5]]}, @@ -5390,7 +5389,7 @@ {"id": "txgvzz", "submitted_by": "banana_who_can_type", "name": "An hourglass", "description": "thats it", "website": "", "subreddit": "", "center": [1921.5, 64.5], "path": [[1917.5, 55.5], [1925.5, 55.5], [1925.5, 72.5], [1917.5, 72.5], [1917.5, 55.5]]}, {"id": "txgvus", "submitted_by": "FlololoMama", "name": "Who's that Pokemon ?", "description": "- It's Dedenne !\n- It's pikachu !\n- F*****ck", "website": "", "subreddit": "/r/Pokemon", "center": [534.5, 1519.5], "path": [[532.5, 1515.5], [535.5, 1515.5], [536.5, 1520.5], [535.5, 1522.5], [532.5, 1522.5], [531.5, 1520.5]]}, {"id": "txgvun", "submitted_by": "HappyMerlin", "name": "The Burgenland coat of arms", "description": "That is the coat of arms for the Austrian state Burgenland. Burgenland is the easternmost and least populous state of Austria", "website": "", "subreddit": "/r/austira", "center": [1002.5, 253.5], "path": [[998.5, 249.5], [998.5, 255.5], [999.5, 256.5], [1000.5, 257.5], [1001.5, 258.5], [1003.5, 258.5], [1004.5, 257.5], [1005.5, 256.5], [1006.5, 255.5], [1006.5, 249.5], [998.5, 249.5]]}, -{"id": "txgvuc", "submitted_by": "kayzermi", "name": "r/burdurland", "description": "r/burdurland is a subreddit where people posting memes and founded by Porçay", "website": "", "subreddit": "/r/burdurland", "center": [964.5, 43.5], "path": [[928.5, 0.5], [930.5, 87.5], [999.5, 87.5], [999.5, 0.5]]}, +{"id": "txgvuc", "submitted_by": "kayzermi", "name": "Burdurland Logo", "description": "r/burdurland is a subreddit where people post memes.\nFounded by Porçay", "website": "", "subreddit": "/r/burdurland", "center": [964.5, 44.5], "path": [[928.5, 0.5], [928.5, 70.5], [929.5, 70.5], [929.5, 88.5], [1000.5, 88.5], [1000.5, 0.5], [928.5, 0.5]]}, {"id": "txgvgr", "submitted_by": "sNoOoLnI", "name": "The Green H", "description": "Originally created in the location between the Google Chrome Dino and the flag of BIH, the Green H was then re-established above the Arceus. Due to a blue square, the H was then moved to its current location.\nMade to represent a group chat between the original two creators and their friends.", "website": "", "subreddit": "/r/GreenH", "center": [1653.5, 526.5], "path": [[1652.5, 525.5], [1652.5, 527.5], [1654.5, 527.5], [1654.5, 525.5], [1653.5, 525.5], [1653.5, 527.5]]}, {"id": "txgv3v", "submitted_by": "AshikabiKun", "name": "Je me souviens", "description": "'Je me souviens' is Québec's national motto, and means 'I remember' in French. This motto is also found on Québec licence plates. The year 1837 marks the start of the Lower Canada Rebellion, an important historical event which should be amongst the things to be remembered.", "website": "https://en.wikipedia.org/wiki/Je_me_souviens", "subreddit": "/r/quebec", "center": [1107.5, 930.5], "path": [[1082.5, 936.5], [1082.5, 924.5], [1132.5, 924.5], [1132.5, 936.5], [1082.5, 936.5]]}, {"id": "txguzl", "submitted_by": "YummyGummyDrops", "name": "Rain World Pearls", "description": "Two pearls from the indie game Rain World by Videocult\n\nThese pearls serve as both a form of currency within the world, and as a way of unlocking lore", "website": "https://store.steampowered.com/app/312520/Rain_World/", "subreddit": "/r/rainworld", "center": [1064.5, 565.5], "path": [[1059.5, 562.5], [1059.5, 562.5], [1059.5, 562.5], [1059.5, 562.5], [1059.5, 562.5], [1069.5, 562.5], [1069.5, 567.5], [1059.5, 567.5]]}, From 4c531349163d69f22ab9cbd66f832b8e948578bd Mon Sep 17 00:00:00 2001 From: Fincent7 Date: Mon, 11 Apr 2022 17:47:34 +0200 Subject: [PATCH 13/20] merged two entries --- web/atlas.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index e94823dc..ddc44cfe 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -371,7 +371,6 @@ {"id": "twp78r", "submitted_by": "22cheez", "name": "Path of Exile", "description": "A dark fantasy online action role-playing game by Grinding Gear Games. The Mirror of Kalandra (center), Nervyr's logo (bottom left), a map (right), and NeverSink's FilterBlade styling for an exalted and chaos orb (bottom).", "website": "", "subreddit": "/r/pathofexile", "center": [1403.5, 467.5], "path": [[1364.5, 446.5], [1364.5, 446.5], [1424.5, 446.5], [1424.5, 446.5], [1424.5, 459.5], [1424.5, 459.5], [1429.5, 459.5], [1429.5, 459.5], [1432.5, 462.5], [1432.5, 462.5], [1432.5, 490.5], [1432.5, 490.5], [1384.5, 490.5], [1384.5, 490.5], [1384.5, 473.5], [1384.5, 473.5], [1380.5, 473.5], [1380.5, 473.5], [1380.5, 456.5], [1380.5, 456.5], [1364.5, 456.5], [1364.5, 446.5]]}, {"id": "twp6v0", "submitted_by": "Uniquenessisuseless", "name": "Saab JAS 39 Gripen", "description": "Iconic Swedish warplane.", "website": "https://en.wikipedia.org/wiki/Saab_JAS_39_Gripen", "subreddit": "/r/place_nordicunion, /r/Sweden", "center": [623.5, 56.5], "path": [[611.5, 55.5], [606.5, 62.5], [602.5, 61.5], [603.5, 65.5], [614.5, 70.5], [614.5, 68.5], [618.5, 67.5], [618.5, 69.5], [621.5, 69.5], [621.5, 66.5], [624.5, 65.5], [626.5, 67.5], [630.5, 66.5], [643.5, 66.5], [645.5, 68.5], [652.5, 70.5], [655.5, 69.5], [653.5, 66.5], [643.5, 59.5], [640.5, 57.5], [639.5, 51.5], [637.5, 52.5], [636.5, 53.5], [636.5, 55.5], [635.5, 55.5], [635.5, 51.5], [635.5, 48.5], [633.5, 48.5], [633.5, 45.5], [636.5, 45.5], [635.5, 43.5], [621.5, 36.5], [621.5, 38.5], [626.5, 42.5], [618.5, 50.5], [609.5, 43.5], [607.5, 44.5], [608.5, 47.5], [587.5, 35.5], [585.5, 36.5], [608.5, 51.5], [612.5, 56.5]]}, {"id": "twp61m", "submitted_by": "Sp3ctraZ", "name": "Vargfren (Vargskelethor/Vinesauce Joel)", "description": "A popular character in the streams of Streamer/YouTuber Vargskelethor, otherwise known as Vinesauce Joel.", "website": "https://fecalfunny.com", "subreddit": "", "center": [95.5, 679.5], "path": [[110.5, 687.5], [110.5, 682.5], [109.5, 680.5], [104.5, 675.5], [102.5, 676.5], [102.5, 674.5], [101.5, 673.5], [97.5, 673.5], [95.5, 672.5], [95.5, 673.5], [96.5, 674.5], [94.5, 676.5], [92.5, 674.5], [91.5, 671.5], [92.5, 669.5], [85.5, 669.5], [86.5, 674.5], [84.5, 675.5], [84.5, 677.5], [84.5, 679.5], [80.5, 682.5], [80.5, 684.5], [82.5, 686.5], [84.5, 686.5], [86.5, 684.5], [88.5, 683.5], [89.5, 683.5], [90.5, 684.5], [92.5, 682.5], [92.5, 680.5], [95.5, 677.5], [96.5, 678.5], [97.5, 679.5], [99.5, 682.5], [106.5, 687.5], [110.5, 687.5]]}, -{"id": "twp61h", "submitted_by": "turbineslut", "name": "Dutch canalhouses", "description": "Typical Dutch architecture along canals in cities like Amsterdam, Utrecht and Leiden.", "website": "", "subreddit": "/r/TheNetherlands", "center": [1287.5, 24.5], "path": [[1236.5, 22.5], [1236.5, 35.5], [1338.5, 35.5], [1338.5, 22.5], [1328.5, 13.5], [1279.5, 11.5], [1253.5, 13.5], [1238.5, 19.5]]}, {"id": "twp603", "submitted_by": "mosredna101", "name": "MNOT", "description": "Weekly podcast full of humor and tech in which nerds Floris, Jurian and Randal discuss fascinating topics with a guest nerd, while enjoying a Nerd beer.", "website": "https://www.metnerdsomtafel.nl/", "subreddit": "/r/MetNerdsomTafel", "center": [848.5, 1959.5], "path": [[841.5, 1955.5], [843.5, 1955.5], [843.5, 1954.5], [844.5, 1954.5], [844.5, 1952.5], [851.5, 1952.5], [851.5, 1954.5], [852.5, 1954.5], [852.5, 1955.5], [854.5, 1955.5], [854.5, 1959.5], [853.5, 1959.5], [853.5, 1960.5], [852.5, 1960.5], [852.5, 1966.5], [851.5, 1966.5], [851.5, 1967.5], [844.5, 1967.5], [844.5, 1966.5], [843.5, 1966.5], [843.5, 1960.5], [842.5, 1960.5], [842.5, 1959.5], [841.5, 1959.5]]}, {"id": "twp5xn", "submitted_by": "Petoexe", "name": "Ale čau (read ah-leh chau)", "description": "The slogan of a slovak youtuber/streamer known as Duklock", "website": "https://youtube.com/c/Duklock", "subreddit": "/r/Duklock", "center": [1356.5, 150.5], "path": [[1348.5, 140.5], [1363.5, 140.5], [1363.5, 161.5], [1349.5, 160.5]]}, {"id": "twp5vg", "submitted_by": "lewinsideofficial", "name": "Das Sandmännchen", "description": "Das Sandmännchen is a German children's bedtime television programme using stop-motion animation.", "website": "https://en.wikipedia.org/wiki/Sandm%C3%A4nnchen", "subreddit": "/r/placeDE", "center": [488.5, 849.5], "path": [[482.5, 865.5], [477.5, 862.5], [481.5, 856.5], [473.5, 851.5], [472.5, 846.5], [482.5, 834.5], [490.5, 830.5], [494.5, 830.5], [490.5, 832.5], [492.5, 835.5], [495.5, 836.5], [500.5, 840.5], [502.5, 846.5], [499.5, 850.5], [491.5, 856.5], [498.5, 856.5], [502.5, 850.5], [507.5, 853.5], [504.5, 858.5], [499.5, 862.5], [496.5, 863.5], [495.5, 865.5]]}, @@ -1380,7 +1379,7 @@ {"id": "twprm1", "submitted_by": "themistik", "name": "Cathédrale Notre-Dame de Paris", "description": "Last piece made by the French Reddit community. It represent Notre-Dame de Paris, a very famous cathedral located at the heart of Paris. A firefighter truck was made, reminiscent of the Notre-Dame fire from 2019.", "website": "https://en.wikipedia.org/wiki/Notre-Dame_de_Paris", "subreddit": "/r/PlaceFrance", "center": [1160.5, 1211.5], "path": [[1119.5, 1280.5], [1124.5, 1141.5], [1131.5, 1132.5], [1146.5, 1133.5], [1150.5, 1136.5], [1150.5, 1141.5], [1153.5, 1142.5], [1154.5, 1158.5], [1168.5, 1157.5], [1167.5, 1153.5], [1167.5, 1148.5], [1170.5, 1140.5], [1187.5, 1141.5], [1190.5, 1135.5], [1193.5, 1134.5], [1196.5, 1141.5], [1197.5, 1144.5], [1196.5, 1147.5], [1199.5, 1150.5], [1198.5, 1154.5], [1198.5, 1174.5], [1200.5, 1174.5], [1200.5, 1185.5], [1201.5, 1248.5], [1200.5, 1279.5], [1200.5, 1279.5]]}, {"id": "twpqt7", "submitted_by": "TurtlesC4nFly", "name": "HCjustin, Chiblee and DumbDog", "description": "Three Twitch streamers.", "website": "", "subreddit": "", "center": [1304.5, 42.5], "path": [[1281.5, 35.5], [1328.5, 35.5], [1328.5, 38.5], [1325.5, 38.5], [1325.5, 39.5], [1324.5, 39.5], [1324.5, 40.5], [1324.5, 42.5], [1324.5, 43.5], [1325.5, 43.5], [1325.5, 44.5], [1326.5, 44.5], [1326.5, 45.5], [1327.5, 45.5], [1328.5, 45.5], [1328.5, 49.5], [1281.5, 49.5]]}, {"id": "twpqsh", "submitted_by": "GeoJayman", "name": "Raysfire", "description": "The blue flame logo for the raysfire community.", "website": "https://twitch.tv/raysfire", "subreddit": "/r/raysfire", "center": [1580.5, 1671.5], "path": [[1580.5, 1663.5], [1586.5, 1663.5], [1586.5, 1676.5], [1585.5, 1677.5], [1574.5, 1677.5], [1574.5, 1670.5], [1579.5, 1663.5]]}, -{"id": "twpqn2", "submitted_by": "gamrin", "name": "Grachtenpanden (Canal Houses)", "description": "A canal house (Dutch: grachtenpand) is a (usually old) house overlooking a canal. These houses are often slim, high and deep. Canal houses usually had a basement and a loft and attic where trade goods could be stored. A special beam or pulley installation would be located in the attic to hoist up valuable goods, like spices, cotton, or heavier stuff like cocoa. In recent times, the pulleys are only used (albeit rarely) for moving furniture.", "website": "https://nl.wikipedia.org/wiki/Grachtenpand", "subreddit": "/r/PlaceNL", "center": [1287.5, 25.5], "path": [[1236.5, 34.5], [1338.5, 34.5], [1338.5, 23.5], [1332.5, 23.5], [1332.5, 19.5], [1330.5, 17.5], [1330.5, 16.5], [1329.5, 15.5], [1329.5, 14.5], [1326.5, 14.5], [1326.5, 16.5], [1324.5, 16.5], [1324.5, 14.5], [1322.5, 14.5], [1321.5, 15.5], [1318.5, 15.5], [1316.5, 17.5], [1315.5, 17.5], [1315.5, 21.5], [1310.5, 21.5], [1310.5, 19.5], [1309.5, 18.5], [1307.5, 18.5], [1306.5, 19.5], [1304.5, 19.5], [1304.5, 17.5], [1303.5, 16.5], [1301.5, 16.5], [1300.5, 17.5], [1300.5, 19.5], [1295.5, 19.5], [1295.5, 18.5], [1293.5, 18.5], [1291.5, 20.5], [1289.5, 18.5], [1289.5, 17.5], [1288.5, 16.5], [1288.5, 14.5], [1283.5, 14.5], [1280.5, 11.5], [1278.5, 11.5], [1275.5, 14.5], [1274.5, 14.5], [1274.5, 16.5], [1275.5, 17.5], [1275.5, 19.5], [1273.5, 19.5], [1273.5, 17.5], [1271.5, 17.5], [1271.5, 19.5], [1269.5, 19.5], [1269.5, 18.5], [1265.5, 18.5], [1264.5, 17.5], [1263.5, 17.5], [1262.5, 18.5], [1261.5, 18.5], [1260.5, 17.5], [1259.5, 17.5], [1258.5, 16.5], [1258.5, 14.5], [1257.5, 13.5], [1253.5, 13.5], [1252.5, 14.5], [1252.5, 17.5], [1250.5, 17.5], [1250.5, 21.5], [1244.5, 21.5], [1244.5, 19.5], [1238.5, 19.5], [1238.5, 22.5], [1236.5, 22.5]]}, +{"id": "twpqn2", "submitted_by": "gamrin", "name": "Grachtenpanden (Canal Houses)", "description": "A canal house (Dutch: grachtenpand) is a (usually old) house overlooking a canal. These houses are often slim, tall and deep. Canal houses usually had a basement and a loft and attic where trade goods could be stored. A special beam or pulley installation would be located in the attic to hoist up valuable goods, like spices, cotton, or heavier stuff like cocoa. In recent times, the pulleys are only used (albeit rarely) for moving furniture. The canal houses of Amsterdam are most famous, but they're also found in cities like Utrecht, Leiden, Haarlem, Delft, en Gouda.", "website": "https://en.wikipedia.org/wiki/Canal_house", "subreddit": "/r/PlaceNL", "center": [1287.5, 25.5], "path": [[1236.5, 34.5], [1338.5, 34.5], [1338.5, 23.5], [1332.5, 23.5], [1332.5, 19.5], [1330.5, 17.5], [1330.5, 16.5], [1329.5, 15.5], [1329.5, 14.5], [1326.5, 14.5], [1326.5, 16.5], [1324.5, 16.5], [1324.5, 14.5], [1322.5, 14.5], [1321.5, 15.5], [1318.5, 15.5], [1316.5, 17.5], [1315.5, 17.5], [1315.5, 21.5], [1310.5, 21.5], [1310.5, 19.5], [1309.5, 18.5], [1307.5, 18.5], [1306.5, 19.5], [1304.5, 19.5], [1304.5, 17.5], [1303.5, 16.5], [1301.5, 16.5], [1300.5, 17.5], [1300.5, 19.5], [1295.5, 19.5], [1295.5, 18.5], [1293.5, 18.5], [1291.5, 20.5], [1289.5, 18.5], [1289.5, 17.5], [1288.5, 16.5], [1288.5, 14.5], [1283.5, 14.5], [1280.5, 11.5], [1278.5, 11.5], [1275.5, 14.5], [1274.5, 14.5], [1274.5, 16.5], [1275.5, 17.5], [1275.5, 19.5], [1273.5, 19.5], [1273.5, 17.5], [1271.5, 17.5], [1271.5, 19.5], [1269.5, 19.5], [1269.5, 18.5], [1265.5, 18.5], [1264.5, 17.5], [1263.5, 17.5], [1262.5, 18.5], [1261.5, 18.5], [1260.5, 17.5], [1259.5, 17.5], [1258.5, 16.5], [1258.5, 14.5], [1257.5, 13.5], [1253.5, 13.5], [1252.5, 14.5], [1252.5, 17.5], [1250.5, 17.5], [1250.5, 21.5], [1244.5, 21.5], [1244.5, 19.5], [1238.5, 19.5], [1238.5, 22.5], [1236.5, 22.5]]}, {"id": "twpqc6", "submitted_by": "PercyPJ1", "name": "Kick open the door", "description": "Created by r/kickopenthedoor, showing the subreddit's logo. They were long term allies to r/Noita and the Central Alliance.", "website": "", "subreddit": "/r/kickopenthedoor, /r/place_CentralAlliance", "center": [601.5, 928.5], "path": [[580.5, 910.5], [580.5, 946.5], [615.5, 946.5], [615.5, 945.5], [622.5, 945.5], [622.5, 910.5], [622.5, 910.5]]}, {"id": "twpq1t", "submitted_by": "Juanco93", "name": "Las Meninas", "description": "Part of a famous art piece by Diego Velázquez picturing Infanta Margarita and her servants.", "website": "https://www.museodelprado.es/en/the-collection/art-work/las-meninas/9fdc7800-9ade-48b0-ab8b-edee94ea877f", "subreddit": "/r/esPlace", "center": [1146.5, 294.5], "path": [[1131.5, 308.5], [1131.5, 281.5], [1162.5, 281.5], [1161.5, 308.5], [1132.5, 308.5]]}, {"id": "twppwj", "submitted_by": "Pryun", "name": "Ferdinand Glico Pose", "description": "Ferdinand from Ascendance of the Bookworm does the Glico pose", "website": "", "subreddit": "/r/HonzukiNoGekokujou", "center": [353.5, 1511.5], "path": [[345.5, 1501.5], [345.5, 1520.5], [361.5, 1520.5], [361.5, 1501.5]]}, From e0d0c1b064923878369d8c91e956134b9d90a143 Mon Sep 17 00:00:00 2001 From: Fincent7 Date: Mon, 11 Apr 2022 17:58:54 +0200 Subject: [PATCH 14/20] merged some entries --- web/atlas.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index ddc44cfe..ec06b917 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -331,7 +331,6 @@ {"id": "twpfd9", "submitted_by": "gamrin", "name": "Rijksoverheidslogo", "description": "The logo of the Dutch Government. All communication with civilians features this crest.", "website": "https://en.wikipedia.org/wiki/Politics_of_the_Netherlands#Cabinet", "subreddit": "/r/PlaceNL", "center": [747.5, 12.5], "path": [[736.5, 0.5], [757.5, 0.5], [757.5, 23.5], [736.5, 23.5]]}, {"id": "twpfaj", "submitted_by": "radostin04", "name": "r/furry snoo", "description": "The snoo of r/furry, reddit's largest furry subreddit. Despite symbolying r/furry, it was actually built by r/furry_irl, due to their more coordinated team. A similar logo was also present in the original r/place.", "website": "", "subreddit": "/r/furry", "center": [1762.5, 916.5], "path": [[1750.5, 901.5], [1773.5, 901.5], [1774.5, 902.5], [1775.5, 911.5], [1773.5, 912.5], [1774.5, 916.5], [1777.5, 920.5], [1777.5, 926.5], [1775.5, 927.5], [1775.5, 937.5], [1774.5, 937.5], [1772.5, 935.5], [1771.5, 935.5], [1771.5, 929.5], [1768.5, 929.5], [1766.5, 927.5], [1759.5, 927.5], [1756.5, 930.5], [1749.5, 930.5], [1749.5, 901.5]]}, {"id": "twpf4h", "submitted_by": "jetfantastic", "name": "Project+", "description": "The shortened logo of Project+, an overhaul mod for Super Smash Bros. Brawl that adds characters, stages, and revamps both characters and general gameplay. Project+ is a continuation of the Brawl mod Project M, which originally disbanded in 2015.", "website": "https://projectplusgame.com", "subreddit": "/r/ssbpm", "center": [810.5, 1981.5], "path": [[803.5, 1975.5], [803.5, 1976.5], [802.5, 1977.5], [802.5, 1979.5], [801.5, 1980.5], [801.5, 1982.5], [800.5, 1983.5], [800.5, 1985.5], [799.5, 1986.5], [799.5, 1988.5], [800.5, 1988.5], [802.5, 1988.5], [803.5, 1987.5], [803.5, 1986.5], [804.5, 1985.5], [804.5, 1983.5], [804.5, 1983.5], [805.5, 1983.5], [806.5, 1983.5], [807.5, 1983.5], [808.5, 1983.5], [809.5, 1983.5], [810.5, 1982.5], [814.5, 1982.5], [814.5, 1983.5], [813.5, 1984.5], [812.5, 1984.5], [812.5, 1987.5], [813.5, 1987.5], [814.5, 1985.5], [817.5, 1985.5], [817.5, 1984.5], [818.5, 1983.5], [818.5, 1982.5], [821.5, 1982.5], [823.5, 1979.5], [819.5, 1979.5], [819.5, 1976.5], [820.5, 1975.5], [820.5, 1974.5], [816.5, 1974.5], [816.5, 1975.5], [815.5, 1976.5], [815.5, 1978.5], [814.5, 1979.5], [811.5, 1979.5], [811.5, 1978.5], [810.5, 1977.5], [810.5, 1976.5], [806.5, 1976.5], [805.5, 1975.5], [804.5, 1975.5]]}, -{"id": "twpesa", "submitted_by": "feebl", "name": "Piet Mondriaan", "description": "Pieter Cornelis Mondriaan (7 March 1872 – 1 February 1944), was a Dutch painter and art theoretician who is regarded as one of the greatest artists of the 20th century. He is known for being one of the pioneers of 20th-century abstract art, as he changed his artistic direction from figurative painting to an increasingly abstract style, until he reached a point where his artistic vocabulary was reduced to simple geometric elements.", "website": "", "subreddit": "/r/PlaceNL", "center": [1434.5, 17.5], "path": [[1420.5, 3.5], [1448.5, 3.5], [1448.5, 30.5], [1420.5, 30.5]]}, {"id": "twpelt", "submitted_by": "sad_lagoon", "name": "Fuck NFTs", "description": "enough said", "website": "", "subreddit": "/r/fuckNFTs", "center": [420.5, 1345.5], "path": [[400.5, 1339.5], [441.5, 1339.5], [441.5, 1350.5], [399.5, 1350.5], [399.5, 1339.5]]}, {"id": "twpee3", "submitted_by": "themistik", "name": "Flag of France", "description": "First French flag and art made by the French Reddit community", "website": "https://en.wikipedia.org/wiki/France", "subreddit": "/r/PlaceFrance", "center": [152.5, 397.5], "path": [[125.5, 497.5], [175.5, 497.5], [175.5, 288.5], [171.5, 284.5], [171.5, 275.5], [148.5, 275.5], [148.5, 300.5], [141.5, 307.5], [141.5, 320.5], [152.5, 320.5], [152.5, 328.5], [125.5, 328.5], [125.5, 345.5], [132.5, 345.5], [132.5, 386.5], [125.5, 386.5]]}, {"id": "twpee2", "submitted_by": "EmberBaban", "name": "The Tortoise Trainer", "description": "The Tortoise Trainer is a painting by Osman Hamdi Bey, with a first version created in 1906 and a second in 1907. Hamdi's painting of an anachronistic historical character attempting to train tortoises is usually interpreted as a satire on the slow and ineffective attempts at reforming the Ottoman Empire.", "website": "", "subreddit": "", "center": [1133.5, 187.5], "path": [[1071.5, 248.5], [1072.5, 121.5], [1162.5, 121.5], [1163.5, 132.5], [1195.5, 129.5], [1195.5, 251.5]]}, @@ -409,7 +408,7 @@ {"id": "twoyke", "submitted_by": "Maxiscoolerthanyou", "name": "Mizzlebip", "description": "Mizzlebip from the game Psycholonials by Andrew Hussie made by the Mizzlebip Nation discord and help from Just Bringer BACK! and L'Manburg", "website": "https://www.psycholonials.com/", "subreddit": "/r/Psycholonials", "center": [152.5, 155.5], "path": [[148.5, 147.5], [154.5, 147.5], [154.5, 148.5], [155.5, 148.5], [155.5, 149.5], [156.5, 149.5], [157.5, 150.5], [157.5, 151.5], [157.5, 152.5], [156.5, 152.5], [156.5, 154.5], [155.5, 154.5], [155.5, 164.5], [148.5, 164.5]]}, {"id": "twoyjb", "submitted_by": "ostensacken", "name": "Cincinnati Bearcats", "description": "The Cincinnati Bearcats are the football team of the University of Cincinnati. This logo was originally located on the southern border of r/place until being attacked by The Void.", "website": "", "subreddit": "/r/uCinci", "center": [317.5, 1622.5], "path": [[311.5, 1610.5], [323.5, 1610.5], [323.5, 1634.5], [315.5, 1634.5], [313.5, 1633.5], [312.5, 1634.5], [312.5, 1632.5], [312.5, 1631.5], [311.5, 1631.5]]}, {"id": "twoyf1", "submitted_by": "Asmuni", "name": "Whale", "description": "Purple whale representing the group BTS.", "website": "", "subreddit": "/r/bangtan", "center": [1913.5, 1200.5], "path": [[1885.5, 1175.5], [1884.5, 1171.5], [1885.5, 1227.5], [1941.5, 1225.5], [1941.5, 1172.5]]}, -{"id": "twoy9m", "submitted_by": "TimvandenOever", "name": "Compositie met groot rood vlak, geel, zwart, grijs en blauw by Piet Mondrian", "description": "A painting by Piet Mondrian known for his world-famous 'de stijl' art movement. This abstract painting can be viewed in real life in Kunstmuseum Den Haag", "website": "https://en.wikipedia.org/wiki/Piet_Mondrian", "subreddit": "/r/PlaceNL", "center": [1434.5, 17.5], "path": [[1421.5, 4.5], [1447.5, 4.5], [1447.5, 29.5], [1421.5, 29.5]]}, +{"id": "twoy9m", "submitted_by": "TimvandenOever", "name": "Compositie met groot rood vlak, geel, zwart, grijs en blauw by Piet Mondrian", "description": "A painting by Piet Mondrian known for his world-famous 'de stijl' art movement. This abstract painting can be viewed in real life in Kunstmuseum Den Haag\n\nPieter Cornelis Mondriaan (7 March 1872 – 1 February 1944), was a Dutch painter and art theoretician who is regarded as one of the greatest artists of the 20th century. He is known for being one of the pioneers of 20th-century abstract art, as he changed his artistic direction from figurative painting to an increasingly abstract style, until he reached a point where his artistic vocabulary was reduced to simple geometric elements.", "website": "https://en.wikipedia.org/wiki/Piet_Mondrian", "subreddit": "/r/PlaceNL", "center": [1434.5, 17.5], "path": [[1420.5, 3.5], [1448.5, 3.5], [1448.5, 30.5], [1420.5, 30.5], [1420.5, 3.5]]}, {"id": "twoy1k", "submitted_by": "N0ZTRA", "name": "Bedge", "description": "Twitch third party emote of Pepe getting a good nights rest. 2022 shading included.", "website": "", "subreddit": "", "center": [1366.5, 1023.5], "path": [[1353.5, 999.5], [1352.5, 1000.5], [1352.5, 1001.5], [1351.5, 1001.5], [1349.5, 1003.5], [1349.5, 1004.5], [1348.5, 1005.5], [1347.5, 1006.5], [1347.5, 1007.5], [1346.5, 1007.5], [1346.5, 1009.5], [1344.5, 1011.5], [1344.5, 1020.5], [1345.5, 1020.5], [1345.5, 1029.5], [1343.5, 1029.5], [1343.5, 1030.5], [1342.5, 1031.5], [1342.5, 1032.5], [1344.5, 1035.5], [1344.5, 1036.5], [1345.5, 1037.5], [1346.5, 1038.5], [1346.5, 1041.5], [1345.5, 1043.5], [1390.5, 1043.5], [1390.5, 1027.5], [1389.5, 1027.5], [1389.5, 1025.5], [1388.5, 1025.5], [1388.5, 1021.5], [1384.5, 1021.5], [1384.5, 1018.5], [1385.5, 1018.5], [1385.5, 1008.5], [1382.5, 1005.5], [1381.5, 1005.5], [1380.5, 1004.5], [1379.5, 1003.5], [1379.5, 1002.5], [1377.5, 1000.5], [1376.5, 999.5]]}, {"id": "twoxlf", "submitted_by": "richguy777", "name": "John Dillermand", "description": "John Dillermand is a Danish stop-motion animated children's television series about a man and his very long penis. Part of the independent Denmark project with permission from r/place_nordicunion", "website": "https://en.wikipedia.org/wiki/John_Dillermand", "subreddit": "/r/place_nordicunion, /r/Denmark", "center": [438.5, 222.5], "path": [[552.5, 252.5], [554.5, 252.5], [554.5, 253.5], [555.5, 253.5], [555.5, 254.5], [556.5, 254.5], [556.5, 255.5], [557.5, 255.5], [557.5, 256.5], [558.5, 256.5], [558.5, 261.5], [557.5, 261.5], [557.5, 262.5], [556.5, 262.5], [556.5, 263.5], [556.5, 264.5], [560.5, 264.5], [560.5, 256.5], [561.5, 256.5], [561.5, 254.5], [563.5, 254.5], [563.5, 256.5], [564.5, 256.5], [564.5, 266.5], [562.5, 266.5], [562.5, 267.5], [560.5, 267.5], [560.5, 268.5], [559.5, 268.5], [559.5, 276.5], [560.5, 276.5], [560.5, 282.5], [562.5, 282.5], [562.5, 283.5], [563.5, 283.5], [563.5, 285.5], [555.5, 285.5], [555.5, 289.5], [541.5, 289.5], [541.5, 297.5], [539.5, 297.5], [539.5, 298.5], [433.5, 298.5], [433.5, 171.5], [340.5, 171.5], [340.5, 135.5], [277.5, 135.5], [271.5, 130.5], [271.5, 106.5], [275.5, 106.5], [275.5, 129.5], [277.5, 131.5], [342.5, 131.5], [344.5, 133.5], [344.5, 167.5], [435.5, 167.5], [437.5, 169.5], [437.5, 294.5], [537.5, 294.5], [537.5, 286.5], [538.5, 285.5], [543.5, 285.5], [543.5, 283.5], [544.5, 282.5], [546.5, 282.5], [546.5, 276.5], [547.5, 275.5], [547.5, 269.5], [545.5, 267.5], [544.5, 267.5], [542.5, 265.5], [542.5, 256.5], [543.5, 255.5], [543.5, 254.5], [545.5, 254.5], [545.5, 256.5], [546.5, 256.5], [546.5, 263.5], [547.5, 264.5], [549.5, 264.5], [549.5, 262.5], [548.5, 262.5], [548.5, 257.5], [549.5, 257.5], [549.5, 256.5], [549.5, 255.5], [550.5, 255.5], [550.5, 254.5], [551.5, 254.5], [551.5, 253.5], [552.5, 253.5], [552.5, 252.5], [554.5, 252.5]]}, {"id": "twox10", "submitted_by": "Spinomantus", "name": "South African Flag", "description": "The flag of South Africa including many of cultural symbols of the country", "website": "", "subreddit": "", "center": [751.5, 1015.5], "path": [[720.5, 963.5], [721.5, 962.5], [721.5, 1067.5], [780.5, 1067.5], [780.5, 963.5], [780.5, 962.5], [722.5, 962.5]]}, @@ -1136,7 +1135,6 @@ {"id": "twqvz1", "submitted_by": "Embarrassed_Plum_557", "name": "Most disputed corner of r/place", "description": "Corner between r/osuplace and Superstonk, disputed from the beginning to the end", "website": "", "subreddit": "/r/osuplace", "center": [773.5, 743.5], "path": [[770.5, 756.5], [770.5, 734.5], [778.5, 735.5], [775.5, 746.5], [774.5, 750.5], [772.5, 756.5], [770.5, 756.5]]}, {"id": "twqvtx", "submitted_by": "Dragonsmissyou", "name": "UnsurpassableZ", "description": "A Poster from a Youtuber known as unsurpassableZ, he mainly does Stardew content.", "website": "https://www.youtube.com/channel/UCnBVj0rivE8iamtAzeziO5Q", "subreddit": "/r/UnsurpassableZ", "center": [1558.5, 812.5], "path": [[1525.5, 804.5], [1542.5, 804.5], [1542.5, 799.5], [1553.5, 799.5], [1554.5, 784.5], [1578.5, 785.5], [1579.5, 819.5], [1599.5, 819.5], [1599.5, 830.5], [1524.5, 829.5], [1524.5, 804.5]]}, {"id": "twqvn5", "submitted_by": "PlanetaceOfficial", "name": "Phtanum B", "description": "An attempt at creating a tribute to the Phtanum B project, created by Stevemobcannon.", "website": "", "subreddit": "", "center": [1831.5, 1282.5], "path": [[1830.5, 1280.5], [1829.5, 1280.5], [1832.5, 1280.5], [1834.5, 1282.5], [1832.5, 1284.5], [1829.5, 1284.5], [1829.5, 1280.5]]}, -{"id": "twqvb7", "submitted_by": "Explodingmemes", "name": "Composition with Large Red Plane, Yellow, Black, Gray and Blue", "description": "An abstract cubist painting by Piet Mondrian, a Dutch artist.", "website": "", "subreddit": "", "center": [1434.5, 17.5], "path": [[1421.5, 4.5], [1447.5, 4.5], [1447.5, 29.5], [1421.5, 29.5]]}, {"id": "twquj6", "submitted_by": "maxpower778", "name": "Mortadelo y Filemón", "description": "The most famous comic characters from Spain. They are two detectives that work for an agency, causing many shenanigans. They were created by Francisco Ibáñez in 1958, and the comic has been published in more than a dozen languages.", "website": "https://mortadelo-filemon.es/", "subreddit": "/r/esPlace", "center": [942.5, 296.5], "path": [[936.5, 281.5], [944.5, 281.5], [945.5, 286.5], [947.5, 286.5], [948.5, 287.5], [950.5, 287.5], [949.5, 286.5], [953.5, 284.5], [958.5, 288.5], [959.5, 291.5], [960.5, 294.5], [963.5, 296.5], [964.5, 298.5], [958.5, 306.5], [956.5, 308.5], [929.5, 308.5], [924.5, 301.5], [922.5, 296.5], [926.5, 291.5], [930.5, 293.5], [932.5, 289.5], [926.5, 286.5], [926.5, 284.5], [928.5, 280.5], [936.5, 281.5]]}, {"id": "twquhe", "submitted_by": "IAmDutch666", "name": "Atomium", "description": "The Atomium is the most famous monument in Belgium and is located in Brussels, the capital of Belgium.", "website": "https://atomium.be/", "subreddit": "/r/belgium", "center": [289.5, 814.5], "path": [[288.5, 797.5], [288.5, 804.5], [290.5, 813.5], [293.5, 804.5], [294.5, 797.5], [291.5, 797.5], [288.5, 798.5], [276.5, 815.5], [280.5, 830.5], [299.5, 829.5], [301.5, 810.5], [294.5, 797.5]]}, {"id": "twqtmr", "submitted_by": "VeryAwkwardDude", "name": "18-25 / :noel: and :hap:", "description": "Place constructed by the 18-25, A popular French forum.nThe two emoticons, :noel: (left) and :hap: (right) are popular emoticons used on the website.", "website": "https://www.jeuxvideo.com/forums/0-51-0-1-0-1-0-blabla-18-25-ans.htm", "subreddit": "", "center": [452.5, 1386.5], "path": [[436.5, 1374.5], [436.5, 1398.5], [467.5, 1399.5], [468.5, 1374.5], [436.5, 1374.5]]}, @@ -1314,7 +1312,6 @@ {"id": "twq0xx", "submitted_by": "MOZPORYL", "name": "Azadi Tower", "description": "Azadi Tower located in the Iranian capital, Tehran, with an Iranian flag on top of it.", "website": "", "subreddit": "", "center": [15.5, 295.5], "path": [[14.5, 278.5], [14.5, 285.5], [10.5, 286.5], [8.5, 288.5], [8.5, 298.5], [0.5, 306.5], [0.5, 307.5], [10.5, 307.5], [11.5, 305.5], [12.5, 301.5], [12.5, 299.5], [15.5, 299.5], [16.5, 302.5], [16.5, 304.5], [18.5, 306.5], [18.5, 307.5], [28.5, 307.5], [20.5, 298.5], [20.5, 288.5], [17.5, 286.5], [14.5, 286.5], [14.5, 284.5], [23.5, 284.5], [24.5, 284.5], [24.5, 278.5], [14.5, 278.5]]}, {"id": "twq0r2", "submitted_by": "Vilvilea", "name": "BanG Dream!", "description": "The characters Kasumi and Arisa from the Japanese Rhythm game Bang Dream! Girls Band Party!", "website": "", "subreddit": "", "center": [343.5, 1055.5], "path": [[324.5, 1043.5], [324.5, 1068.5], [362.5, 1068.5], [361.5, 1042.5]]}, {"id": "twq0qt", "submitted_by": "Master_Natural_3234", "name": "Fate/Grand Order", "description": "Fate/Grand Order is a free-to-play Japanese mobile game, developed by Lasengle using Unity, and published by Aniplex, a subsidiary of Sony Music Entertainment Japan.", "website": "https://www.fate-go.jp", "subreddit": "/r/grandorder", "center": [1652.5, 1785.5], "path": [[1673.5, 1809.5], [1673.5, 1762.5], [1639.5, 1762.5], [1626.5, 1776.5], [1626.5, 1779.5], [1628.5, 1780.5], [1630.5, 1781.5], [1628.5, 1782.5], [1628.5, 1782.5], [1627.5, 1783.5], [1625.5, 1784.5], [1626.5, 1786.5], [1631.5, 1789.5], [1631.5, 1792.5], [1633.5, 1793.5], [1633.5, 1795.5], [1633.5, 1803.5], [1635.5, 1804.5], [1635.5, 1805.5], [1636.5, 1805.5], [1636.5, 1807.5], [1638.5, 1808.5], [1639.5, 1809.5], [1674.5, 1809.5], [1671.5, 1809.5], [1665.5, 1808.5], [1674.5, 1809.5], [1674.5, 1809.5]]}, -{"id": "twq0ql", "submitted_by": "Dacio2105", "name": "Composition (Piet Mondrian)", "description": "omposition with Red Blue and Yellow is a 1929 painting[1] by Piet Mondrian. It consists of thick, black brushwork, defining the borders of coloured geometric figures.", "website": "https://en.wikipedia.org/wiki/Composition_with_Red_Blue_and_Yellow", "subreddit": "/r/PlaceNL", "center": [1434.5, 17.5], "path": [[1421.5, 4.5], [1447.5, 4.5], [1447.5, 29.5], [1421.5, 29.5]]}, {"id": "twq0ic", "submitted_by": "rollam", "name": "Saxophone", "description": "Invented in Belgium by Adolphe Sax in 1846", "website": "", "subreddit": "", "center": [1308.5, 1576.5], "path": [[1295.5, 1577.5], [1295.5, 1589.5], [1300.5, 1593.5], [1305.5, 1593.5], [1308.5, 1590.5], [1309.5, 1586.5], [1311.5, 1580.5], [1326.5, 1561.5], [1316.5, 1558.5], [1306.5, 1570.5]]}, {"id": "twq0fq", "submitted_by": "Juanco93", "name": "Canarian banana", "description": "A type of banana cultivated in the Canary Islands. For decades, it has been the protagonist of the industry growth on the islands, producing 60% of Europe's banana production.", "website": "https://www.foodswinesfromspain.com/spanishfoodwine/global/food/products/subproducts/PRG2017733722.html", "subreddit": "/r/esPlace", "center": [1441.5, 301.5], "path": [[1447.5, 306.5], [1436.5, 306.5], [1436.5, 295.5], [1447.5, 296.5], [1447.5, 306.5]]}, {"id": "twq03j", "submitted_by": "FairyRave", "name": "Antarctic Empire Flag", "description": "The Antarctic Empire is a faction created by Technoblade. It is the most militaristic and expansionist faction on SMPEarth. The flag was created by the L'Manplace community.", "website": "https://smpearth.fandom.com/wiki/Antarctic_Empire", "subreddit": "/r/smpearth", "center": [185.5, 1090.5], "path": [[181.5, 1085.5], [181.5, 1099.5], [181.5, 1094.5], [182.5, 1094.5], [182.5, 1093.5], [186.5, 1093.5], [186.5, 1094.5], [187.5, 1094.5], [187.5, 1099.5], [188.5, 1099.5], [188.5, 1085.5]]}, From 3385afde51466d47ce92c6b3f98b498e67591bb5 Mon Sep 17 00:00:00 2001 From: Fincent7 Date: Mon, 11 Apr 2022 18:06:40 +0200 Subject: [PATCH 15/20] merged some more entries --- web/atlas.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index ec06b917..ce573c00 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -352,7 +352,6 @@ {"id": "twpbdl", "submitted_by": "Rj_Rajat", "name": "India (Artworks area - 2)", "description": "Indian Flag with art design includes India's National Animal - Tiger, India Gate, India's National Flower, Namaste (our greeting gesture), Himalayas and Tibet's Flag", "website": "", "subreddit": "/r/IndiaPlace", "center": [171.5, 1199.5], "path": [[0.5, 1225.5], [342.5, 1225.5], [342.5, 1172.5], [0.5, 1172.5]]}, {"id": "twpbdi", "submitted_by": "tc_vfx", "name": "The MCDM logo", "description": "The logo of tabletop role-playing game company MCDM.", "website": "https://www.mcdmproductions.com/", "subreddit": "/r/mattcoleville, /r/place_CentralAlliance", "center": [418.5, 948.5], "path": [[407.5, 935.5], [428.5, 935.5], [428.5, 960.5], [407.5, 960.5], [407.5, 949.5]]}, {"id": "twpao7", "submitted_by": "SinisterMJ", "name": "Haribo Goldbear", "description": "German candy.", "website": "https://www.haribo.com/en/products/goldbears", "subreddit": "/r/placeDE", "center": [716.5, 1156.5], "path": [[702.5, 1172.5], [703.5, 1167.5], [705.5, 1161.5], [702.5, 1160.5], [702.5, 1157.5], [703.5, 1153.5], [702.5, 1149.5], [699.5, 1145.5], [700.5, 1141.5], [703.5, 1138.5], [705.5, 1140.5], [708.5, 1137.5], [713.5, 1139.5], [716.5, 1142.5], [716.5, 1144.5], [722.5, 1149.5], [726.5, 1147.5], [731.5, 1148.5], [731.5, 1151.5], [735.5, 1153.5], [738.5, 1154.5], [738.5, 1157.5], [734.5, 1160.5], [731.5, 1160.5], [727.5, 1167.5], [725.5, 1167.5], [725.5, 1172.5]]}, -{"id": "twpanj", "submitted_by": "remakker", "name": "The Starry Night and Vincent van Gogh", "description": "The Starry Night is an oil-on-canvas painting by Dutch painter Vincent van Gogh, made by r/placenl", "website": "https://en.wikipedia.org/wiki/The_Starry_Night", "subreddit": "", "center": [1482.5, 18.5], "path": [[1450.5, 2.5], [1450.5, 33.5], [1501.5, 33.5], [1501.5, 34.5], [1515.5, 34.5], [1515.5, 21.5], [1514.5, 20.5], [1513.5, 19.5], [1512.5, 17.5], [1511.5, 16.5], [1511.5, 15.5], [1512.5, 14.5], [1512.5, 8.5], [1511.5, 7.5], [1510.5, 6.5], [1509.5, 5.5], [1506.5, 5.5], [1506.5, 2.5], [1468.5, 2.5]]}, {"id": "twpam4", "submitted_by": "sayakamiki649", "name": "Madoka Kaname and Homura Akemi", "description": "Protagonists from the Madoka Magica series. The hearts at the right side represents the rest of the main cast (Madoka=Pink, Homura=Purple, Sayaka Miki Blue, Kyouko Sakura=Red, Mami Tomoe=Yellow)", "website": "", "subreddit": "/r/madokamagica", "center": [652.5, 402.5], "path": [[635.5, 393.5], [634.5, 411.5], [669.5, 410.5], [670.5, 393.5]]}, {"id": "twpa86", "submitted_by": "Teldramet", "name": "Atomium", "description": "the Atomium is a monument in Belgium built for the 58 world fair. It represents the lattice of an iron atom", "website": "https://atomium.be/home/Index", "subreddit": "", "center": [289.5, 818.5], "path": [[280.5, 829.5], [280.5, 826.5], [280.5, 824.5], [278.5, 822.5], [278.5, 820.5], [280.5, 818.5], [281.5, 818.5], [281.5, 815.5], [280.5, 815.5], [278.5, 813.5], [278.5, 811.5], [280.5, 809.5], [282.5, 809.5], [283.5, 810.5], [284.5, 810.5], [284.5, 809.5], [289.5, 805.5], [289.5, 798.5], [293.5, 798.5], [293.5, 802.5], [289.5, 802.5], [289.5, 805.5], [290.5, 805.5], [292.5, 808.5], [293.5, 808.5], [295.5, 810.5], [296.5, 809.5], [298.5, 809.5], [300.5, 811.5], [300.5, 813.5], [297.5, 815.5], [297.5, 818.5], [298.5, 818.5], [300.5, 820.5], [300.5, 822.5], [297.5, 824.5], [297.5, 825.5], [298.5, 826.5], [298.5, 829.5]]}, {"id": "twpa7h", "submitted_by": "Joeywp", "name": "Craftventure", "description": "A virtual Minecraft Themepark opening first in April 2012", "website": "https://discord.craftventure.net", "subreddit": "", "center": [1610.5, 200.5], "path": [[1606.5, 197.5], [1613.5, 197.5], [1613.5, 203.5], [1606.5, 203.5], [1606.5, 197.5]]}, @@ -1326,7 +1325,7 @@ {"id": "twpyva", "submitted_by": "FitteTryne6969", "name": "Logo of Optifine", "description": "Optifine is a performance enhancing Minecraft mod.", "website": "http://optifine.net", "subreddit": "/r/Optifine", "center": [473.5, 1576.5], "path": [[460.5, 1562.5], [485.5, 1562.5], [485.5, 1589.5], [460.5, 1589.5]]}, {"id": "twpyua", "submitted_by": "MOZPORYL", "name": "Map of Iran", "description": "The map of Iran with a heart in the middle of it", "website": "", "subreddit": "", "center": [88.5, 293.5], "path": [[86.5, 277.5], [90.5, 282.5], [97.5, 283.5], [99.5, 287.5], [99.5, 293.5], [101.5, 296.5], [101.5, 299.5], [102.5, 302.5], [100.5, 307.5], [91.5, 307.5], [90.5, 305.5], [89.5, 305.5], [88.5, 306.5], [81.5, 306.5], [78.5, 300.5], [77.5, 295.5], [75.5, 291.5], [74.5, 290.5], [74.5, 285.5], [72.5, 280.5], [74.5, 280.5], [77.5, 281.5], [80.5, 279.5], [83.5, 279.5], [83.5, 277.5]]}, {"id": "twpyr8", "submitted_by": "rollam", "name": "Ambiorix statue", "description": "Belgic king that fought against Caesar in his conquest of Gaul, model based of statue in Tongeren", "website": "", "subreddit": "", "center": [1308.5, 1638.5], "path": [[1303.5, 1603.5], [1288.5, 1643.5], [1292.5, 1669.5], [1309.5, 1672.5], [1320.5, 1663.5], [1330.5, 1628.5], [1312.5, 1596.5]]}, -{"id": "twpyl6", "submitted_by": "Dacio2105", "name": "De Sterrennacht (The Starry Night)", "description": "The Starry Night is an oil-on-canvas painting by the Dutch Post-Impressionist painter Vincent van Gogh. Painted in June 1889, it depicts the view from the east-facing window of his asylum room at Saint-Rémy-de-Provence, just before sunrise, with the addition of an imaginary village.", "website": "https://en.wikipedia.org/wiki/The_Starry_Night", "subreddit": "/r/PlaceNL", "center": [1483.5, 18.5], "path": [[1450.5, 34.5], [1516.5, 34.5], [1517.5, 2.5], [1450.5, 2.5]]}, +{"id": "twpyl6", "submitted_by": "Dacio2105", "name": "De Sterrennacht (The Starry Night)", "description": "The Starry Night is an oil-on-canvas painting by the Dutch Post-Impressionist painter Vincent van Gogh. Painted in June 1889, it depicts the view from the east-facing window of his asylum room at Saint-Rémy-de-Provence, just before sunrise, with the addition of an imaginary village.", "website": "https://en.wikipedia.org/wiki/The_Starry_Night", "subreddit": "/r/PlaceNL", "center": [1478.5, 18.5], "path": [[1449.5, 1.5], [1449.5, 35.5], [1516.5, 35.5], [1516.5, 1.5], [1449.5, 1.5]]}, {"id": "twpyje", "submitted_by": "red__flag_", "name": "Flag of Germany", "description": "The flag of Germany was build after the second expanision. There were some griefs but the Germans defended it.", "website": "https://discord.gg/placede", "subreddit": "/r/placeDE", "center": [992.5, 1148.5], "path": [[0.5, 1121.5], [448.5, 1121.5], [447.5, 1128.5], [510.5, 1130.5], [551.5, 1131.5], [551.5, 1101.5], [553.5, 1100.5], [553.5, 1126.5], [556.5, 1131.5], [566.5, 1130.5], [570.5, 1124.5], [578.5, 1130.5], [585.5, 1128.5], [590.5, 1124.5], [593.5, 1128.5], [644.5, 1129.5], [644.5, 1134.5], [657.5, 1134.5], [670.5, 1124.5], [686.5, 1125.5], [688.5, 1134.5], [687.5, 1124.5], [805.5, 1122.5], [1000.5, 1122.5], [1006.5, 1132.5], [1006.5, 1132.5], [1016.5, 1133.5], [1029.5, 1132.5], [1041.5, 1130.5], [1043.5, 1122.5], [1065.5, 1123.5], [1197.5, 1122.5], [1309.5, 1124.5], [1365.5, 1125.5], [1524.5, 1126.5], [1525.5, 1129.5], [1544.5, 1128.5], [1646.5, 1126.5], [1707.5, 1128.5], [1726.5, 1129.5], [1751.5, 1132.5], [1764.5, 1129.5], [1767.5, 1122.5], [1792.5, 1122.5], [1999.5, 1120.5], [2000.5, 1172.5], [-0.5, 1172.5]]}, {"id": "twpycp", "submitted_by": "bulba_", "name": "Calamity Box", "description": "The Calamity Box from Amphibia is a grey chest with gold linings and has pink, green, and blue gemstones within. It also has a gold insignia, as well as a wind-up toy handle on its right side.", "website": "https://amphibia.fandom.com", "subreddit": "/r/Amphibia", "center": [459.5, 1409.5], "path": [[445.5, 1399.5], [446.5, 1419.5], [472.5, 1420.5], [473.5, 1417.5], [475.5, 1416.5], [475.5, 1411.5], [472.5, 1411.5], [472.5, 1404.5], [471.5, 1401.5], [469.5, 1399.5]]}, {"id": "twpy8z", "submitted_by": "DaZeppy", "name": "Knockout City", "description": "A simple representation for the game showing K O City from multiple community members!", "website": "", "subreddit": "/r/KnockoutCity", "center": [1835.5, 662.5], "path": [[1826.5, 658.5], [1842.5, 658.5], [1842.5, 666.5], [1832.5, 666.5], [1832.5, 664.5], [1826.5, 664.5], [1826.5, 658.5]]}, @@ -1381,7 +1380,6 @@ {"id": "twpq1t", "submitted_by": "Juanco93", "name": "Las Meninas", "description": "Part of a famous art piece by Diego Velázquez picturing Infanta Margarita and her servants.", "website": "https://www.museodelprado.es/en/the-collection/art-work/las-meninas/9fdc7800-9ade-48b0-ab8b-edee94ea877f", "subreddit": "/r/esPlace", "center": [1146.5, 294.5], "path": [[1131.5, 308.5], [1131.5, 281.5], [1162.5, 281.5], [1161.5, 308.5], [1132.5, 308.5]]}, {"id": "twppwj", "submitted_by": "Pryun", "name": "Ferdinand Glico Pose", "description": "Ferdinand from Ascendance of the Bookworm does the Glico pose", "website": "", "subreddit": "/r/HonzukiNoGekokujou", "center": [353.5, 1511.5], "path": [[345.5, 1501.5], [345.5, 1520.5], [361.5, 1520.5], [361.5, 1501.5]]}, {"id": "twpph0", "submitted_by": "NL_Morker", "name": "Shinobu", "description": "Shinobu", "website": "https://bakemonogatari.fandom.com/wiki/Shinobu_Oshino", "subreddit": "/r/ararargi", "center": [363.5, 1269.5], "path": [[362.5, 1282.5], [360.5, 1282.5], [360.5, 1280.5], [359.5, 1280.5], [359.5, 1279.5], [356.5, 1279.5], [356.5, 1280.5], [353.5, 1280.5], [352.5, 1279.5], [351.5, 1278.5], [350.5, 1277.5], [349.5, 1276.5], [350.5, 1275.5], [351.5, 1274.5], [351.5, 1273.5], [351.5, 1272.5], [350.5, 1271.5], [351.5, 1270.5], [352.5, 1270.5], [353.5, 1269.5], [353.5, 1265.5], [352.5, 1264.5], [351.5, 1263.5], [351.5, 1262.5], [354.5, 1262.5], [354.5, 1260.5], [355.5, 1259.5], [356.5, 1258.5], [357.5, 1257.5], [358.5, 1256.5], [359.5, 1256.5], [360.5, 1255.5], [367.5, 1255.5], [368.5, 1256.5], [369.5, 1257.5], [370.5, 1258.5], [371.5, 1259.5], [372.5, 1260.5], [372.5, 1261.5], [373.5, 1262.5], [374.5, 1262.5], [375.5, 1263.5], [374.5, 1264.5], [373.5, 1265.5], [372.5, 1266.5], [372.5, 1271.5], [376.5, 1271.5], [377.5, 1272.5], [378.5, 1273.5], [378.5, 1275.5], [377.5, 1276.5], [376.5, 1277.5], [373.5, 1277.5], [372.5, 1278.5], [371.5, 1279.5], [370.5, 1280.5], [367.5, 1280.5], [367.5, 1282.5], [364.5, 1282.5], [364.5, 1281.5], [363.5, 1281.5], [362.5, 1282.5]]}, -{"id": "twppde", "submitted_by": "SkytAsul", "name": "The Starry Night", "description": "A painting from the famous painter Van Gogh.", "website": "", "subreddit": "", "center": [1483.5, 18.5], "path": [[1450.5, 1.5], [1515.5, 1.5], [1515.5, 35.5], [1450.5, 35.5]]}, {"id": "twppaz", "submitted_by": "martindual2222", "name": "Scoti", "description": "Art made by the Scoti community. Originally made by 3 people but then expanded by more", "website": "", "subreddit": "/r/ScotiVerso", "center": [1577.5, 1086.5], "path": [[1570.5, 1081.5], [1581.5, 1081.5], [1581.5, 1084.5], [1585.5, 1084.5], [1585.5, 1089.5], [1578.5, 1089.5], [1578.5, 1091.5], [1570.5, 1091.5]]}, {"id": "twpp5k", "submitted_by": "De_Nielsch", "name": "right side dutch region", "description": "the right side of the dutch region filled with more iconic images of the netherlands", "website": "", "subreddit": "/r/PlaceNL", "center": [1552.5, 17.5], "path": [[1105.5, 0.5], [1999.5, 0.5], [1999.5, 35.5], [1148.5, 34.5], [1145.5, 37.5], [1133.5, 37.5], [1130.5, 39.5], [1118.5, 39.5], [1118.5, 37.5], [1115.5, 35.5], [1113.5, 35.5], [1113.5, 34.5], [1104.5, 34.5], [1104.5, 0.5], [1103.5, 0.5], [1103.5, 34.5], [1103.5, 0.5]]}, {"id": "twpp2z", "submitted_by": "essokinesis1", "name": "Urotsuki", "description": "Urotsuki is the protagonist of 'Yume 2kki', a collaborative Yume Nikki fan-sequel that was the first recognized fangame and is by far the most expansive one.", "website": "https://yume2kki.fandom.com/wiki/Urotsuki", "subreddit": "/r/yumenikki", "center": [1238.5, 121.5], "path": [[1231.5, 117.5], [1228.5, 117.5], [1228.5, 115.5], [1229.5, 115.5], [1229.5, 114.5], [1230.5, 114.5], [1230.5, 112.5], [1231.5, 112.5], [1231.5, 110.5], [1232.5, 110.5], [1232.5, 109.5], [1233.5, 109.5], [1233.5, 108.5], [1235.5, 108.5], [1235.5, 107.5], [1240.5, 107.5], [1240.5, 108.5], [1242.5, 108.5], [1242.5, 109.5], [1243.5, 109.5], [1243.5, 110.5], [1244.5, 110.5], [1244.5, 112.5], [1245.5, 112.5], [1245.5, 114.5], [1246.5, 114.5], [1246.5, 115.5], [1247.5, 115.5], [1247.5, 117.5], [1244.5, 117.5], [1244.5, 122.5], [1242.5, 122.5], [1242.5, 123.5], [1243.5, 123.5], [1243.5, 125.5], [1244.5, 125.5], [1244.5, 127.5], [1245.5, 127.5], [1245.5, 130.5], [1244.5, 130.5], [1244.5, 133.5], [1243.5, 133.5], [1243.5, 134.5], [1239.5, 134.5], [1239.5, 133.5], [1238.5, 133.5], [1238.5, 131.5], [1237.5, 131.5], [1237.5, 133.5], [1236.5, 133.5], [1236.5, 134.5], [1232.5, 134.5], [1232.5, 133.5], [1231.5, 133.5], [1231.5, 130.5], [1230.5, 130.5], [1230.5, 127.5], [1231.5, 127.5], [1231.5, 125.5], [1232.5, 125.5], [1232.5, 123.5], [1233.5, 123.5], [1233.5, 122.5], [1231.5, 122.5], [1231.5, 117.5]]}, @@ -1428,7 +1426,6 @@ {"id": "twpjfd", "submitted_by": "Alt7548", "name": "Jake the Brick", "description": "Jake in a form of Nevada, made by a group of adventure time fans.", "website": "https://discord.com/invite/F9tX62qe", "subreddit": "", "center": [1563.5, 1384.5], "path": [[1576.5, 1376.5], [1576.5, 1376.5], [1576.5, 1397.5], [1559.5, 1397.5], [1549.5, 1386.5], [1549.5, 1370.5], [1555.5, 1369.5], [1557.5, 1373.5], [1565.5, 1372.5], [1565.5, 1376.5], [1576.5, 1376.5]]}, {"id": "twpjai", "submitted_by": "Sp3ctraZ", "name": "Riot and Cyclic", "description": "A depiction of one of the greatest dualities in Geometry Dash between South Korean player Cyclic and American player Riot.", "website": "", "subreddit": "", "center": [586.5, 1697.5], "path": [[551.5, 1710.5], [619.5, 1710.5], [619.5, 1691.5], [614.5, 1686.5], [614.5, 1681.5], [587.5, 1681.5], [587.5, 1682.5], [581.5, 1682.5], [577.5, 1687.5], [573.5, 1687.5], [572.5, 1689.5], [568.5, 1689.5], [566.5, 1687.5], [562.5, 1687.5], [561.5, 1689.5], [559.5, 1689.5], [554.5, 1684.5], [554.5, 1683.5], [551.5, 1683.5], [551.5, 1710.5]]}, {"id": "twpj7v", "submitted_by": "aMemeAddict", "name": "Sacred Hearts Club", "description": "The patch logo for Foster The People's 3rd album, Sacred Hearts Club.", "website": "", "subreddit": "/r/FosterThePeople", "center": [1343.5, 1307.5], "path": [[1336.5, 1309.5], [1336.5, 1305.5], [1337.5, 1304.5], [1337.5, 1303.5], [1338.5, 1302.5], [1339.5, 1301.5], [1340.5, 1301.5], [1341.5, 1300.5], [1345.5, 1300.5], [1346.5, 1301.5], [1347.5, 1301.5], [1348.5, 1302.5], [1349.5, 1303.5], [1349.5, 1304.5], [1350.5, 1305.5], [1350.5, 1309.5], [1349.5, 1310.5], [1349.5, 1311.5], [1348.5, 1312.5], [1347.5, 1313.5], [1346.5, 1313.5], [1345.5, 1314.5], [1341.5, 1314.5], [1340.5, 1313.5], [1339.5, 1313.5], [1338.5, 1312.5], [1337.5, 1311.5], [1337.5, 1310.5], [1336.5, 1309.5]]}, -{"id": "twpj6z", "submitted_by": "Brilliant-Note-1889", "name": "The Starry Night by Van Gogh", "description": "Pixel art of The Starry Night (de Sterrennacht) by Vincent van Gogh accompanied by the master himself", "website": "https://en.wikipedia.org/wiki/The_Starry_Night", "subreddit": "/r/PlaceNL", "center": [1481.5, 18.5], "path": [[1450.5, 2.5], [1450.5, 33.5], [1501.5, 33.5], [1501.5, 34.5], [1515.5, 34.5], [1515.5, 21.5], [1514.5, 21.5], [1514.5, 20.5], [1513.5, 20.5], [1513.5, 19.5], [1512.5, 19.5], [1512.5, 17.5], [1511.5, 17.5], [1511.5, 14.5], [1512.5, 14.5], [1512.5, 8.5], [1511.5, 8.5], [1511.5, 7.5], [1510.5, 7.5], [1510.5, 6.5], [1509.5, 6.5], [1509.5, 5.5], [1506.5, 5.5], [1506.5, 2.5], [1450.5, 2.5]]}, {"id": "twpizt", "submitted_by": "MarUlberg", "name": "Ghibli x Cowboy Bebop", "description": "The plot originally claimed by France with their flag was converted by Karl Jacobs into the flag of the Kinoko Kingdom. YouTube streamer Ludwig started overtaking it unaware of who owned it and was quickly contacted by Karl Jacobs. After a brief dialog Ludwig was allowed to continue developing the Cowboy Bebop art over the flag. After the art was finished Ludwig went off to defend Kirby from the void. Once Kirby was safe he came back to this art to find the left side of the Kinoko Kingdom flag was still unclaimed and with his chat build the My Neighbor Totoro art beside his Cowboy Bebop art merging them together into a single piece. The art saw minimal sabotage throughout the remaining time.", "website": "https://www.youtube.com/c/Ludwigahgren", "subreddit": "/r/LudwigAhgren", "center": [1221.5, 1550.5], "path": [[1156.5, 1490.5], [1286.5, 1490.5], [1286.5, 1609.5], [1156.5, 1609.5]]}, {"id": "twpisl", "submitted_by": "gstewman", "name": "Professor Layton + Luke", "description": "Layton and Luke as well as 2 Hint Coins from the Professor Layton video game series!n(Hello r/ProfessorLayton!)", "website": "https://www.laytonseries.com/naen/", "subreddit": "/r/ProfessorLayton", "center": [1960.5, 346.5], "path": [[1953.5, 333.5], [1960.5, 333.5], [1960.5, 338.5], [1967.5, 338.5], [1968.5, 357.5], [1952.5, 357.5]]}, {"id": "twpik9", "submitted_by": "Orange_Jello5905", "name": "1312", "description": "1312 is a number sequence that lines up with the letters ACAB. This stands for 'All Cops Are Bastards', a political philosophy. The phrase used commonly by Skinheads, but during the late 2010s and early 2020s, it became a term used during anti-police and anti-police brutality demonstrations.", "website": "https://en.wikipedia.org/wiki/ACAB", "subreddit": "/r/anarchism", "center": [32.5, 415.5], "path": [[22.5, 411.5], [22.5, 411.5], [42.5, 411.5], [42.5, 418.5], [21.5, 418.5]]}, From 50aa52c4fdb8d103eaa455ac1237b97a87200c2c Mon Sep 17 00:00:00 2001 From: Fincent7 Date: Mon, 11 Apr 2022 18:14:59 +0200 Subject: [PATCH 16/20] merged two entries --- web/atlas.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index ce573c00..bbde52ce 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -6056,7 +6056,7 @@ {"id": "txl9w0", "submitted_by": "Feeling_Ad1193", "name": "DEEPINS", "description": "A russian streamer and TikTok creator Ivan Bessmertnykh (@deepins)", "website": "https://www.twitch.tv/deepins02?lang=da", "subreddit": "", "center": [1682.5, 1690.5], "path": [[1651.5, 1697.5], [1651.5, 1697.5], [1651.5, 1682.5], [1713.5, 1682.5], [1713.5, 1697.5], [1696.5, 1697.5]]}, {"id": "txl9ri", "submitted_by": "chocomint1", "name": "PortalHub", "description": "A nod to PortalHub, a community project made on the Minecraft Hypixel Skyblock server by two friends, whose aim was to create a hub of Nether portals to help players travel around the game. The project then went on to become a YouTube channel centered around art on Minecraft.", "website": "https://www.youtube.com/portalhub", "subreddit": "/r/hypixelskyblock", "center": [1565.5, 271.5], "path": [[1551.5, 267.5], [1551.5, 274.5], [1579.5, 274.5], [1579.5, 267.5]]}, {"id": "txl9mn", "submitted_by": "xRGTMX", "name": "Nintendo Switch", "description": "As of 2022, the latest mainline video game console by Nintendo.", "website": "https://www.nintendo.com/", "subreddit": "/r/nintendo", "center": [1097.5, 904.5], "path": [[1087.5, 899.5], [1107.5, 899.5], [1109.5, 901.5], [1109.5, 906.5], [1107.5, 908.5], [1087.5, 908.5], [1085.5, 906.5], [1085.5, 901.5]]}, -{"id": "txt1em", "submitted_by": "ThatOtherKageBoi", "name": "Flag of Christiania", "description": "The Freetown Christiania is a micronation located in Denmarks capital, Copenhagen. The place is famous for its unique architecture and w e e d. It has become a symbol of anti-government and socialist movement in Denmark since the 1970s.", "website": "", "subreddit": "", "center": [376.5, 135.5], "path": [[368.5, 137.5], [367.5, 137.5], [365.5, 135.5], [365.5, 134.5], [367.5, 132.5], [368.5, 132.5], [370.5, 134.5], [370.5, 135.5], [373.5, 135.5], [373.5, 134.5], [375.5, 132.5], [376.5, 132.5], [378.5, 134.5], [378.5, 135.5], [381.5, 135.5], [381.5, 134.5], [383.5, 132.5], [384.5, 132.5], [386.5, 134.5], [386.5, 135.5], [384.5, 137.5], [383.5, 137.5], [381.5, 135.5], [378.5, 135.5], [376.5, 137.5], [375.5, 137.5], [373.5, 135.5], [370.5, 135.5], [368.5, 137.5]]}, +{"id": "txt1em", "submitted_by": "ThatOtherKageBoi", "name": "Flag of Christiania", "description": "The Freetown Christiania is a micronation located in Denmarks capital, Copenhagen. The place is famous for its unique architecture, allowing the use of cannabis, as well as Christiania-bikes. It has become a symbol of anti-government and socialist movement in Denmark since the 1970s.", "website": "", "subreddit": "/r/place_nordicunion, /r/Denmark", "center": [376.5, 135.5], "path": [[363.5, 138.5], [363.5, 131.5], [388.5, 131.5], [388.5, 138.5], [363.5, 138.5]]}, {"id": "txt1br", "submitted_by": "Just-Someone243", "name": "The Flag of Peru", "description": "The national flag of Peru.", "website": "", "subreddit": "/r/PERU", "center": [1077.5, 1573.5], "path": [[1064.5, 1567.5], [1091.5, 1567.5], [1091.5, 1578.5], [1063.5, 1578.5], [1063.5, 1568.5]]}, {"id": "txsyhj", "submitted_by": "t_agaoglu", "name": "90pixel", "description": "A Turkish web based software development Firm", "website": "https://www.90pixel.com", "subreddit": "/r/90pixel", "center": [757.5, 1917.5], "path": [[750.5, 1915.5], [750.5, 1920.5], [767.5, 1921.5], [767.5, 1913.5], [749.5, 1913.5], [749.5, 1921.5], [767.5, 1921.5]]}, {"id": "txsy99", "submitted_by": "roneyq123", "name": "Bonde do Fracasso", "description": "Bonde do Fracasso (BDF) is a private Discord guild where friends from around the world talk to each other everyday.", "website": "", "subreddit": "", "center": [724.5, 1688.5], "path": [[718.5, 1685.5], [730.5, 1685.5], [730.5, 1691.5], [718.5, 1691.5], [718.5, 1685.5]]}, @@ -6083,7 +6083,6 @@ {"id": "txsawz", "submitted_by": "ciroc__obama", "name": "Rip City", "description": "Portland Trail Blazers pinwheel. Rip City - home of Damian Lillard, father of Russell Westbrick.", "website": "https://damedolla.com", "subreddit": "/r/ripcity", "center": [487.5, 1107.5], "path": [[477.5, 1092.5], [475.5, 1093.5], [497.5, 1092.5], [497.5, 1122.5], [478.5, 1122.5], [478.5, 1122.5]]}, {"id": "txsa05", "submitted_by": "YouMakeYourMomSad", "name": "KD Love", "description": "A love carving fought for valiantly by two lovers, and the great people of the North West Alliance.", "website": "", "subreddit": "", "center": [171.5, 53.5], "path": [[165.5, 54.5], [165.5, 52.5], [169.5, 52.5], [169.5, 51.5], [170.5, 51.5], [170.5, 50.5], [172.5, 50.5], [172.5, 51.5], [173.5, 51.5], [173.5, 52.5], [177.5, 52.5], [177.5, 54.5], [174.5, 54.5], [173.5, 54.5], [173.5, 55.5], [172.5, 55.5], [172.5, 56.5], [170.5, 56.5], [170.5, 55.5], [169.5, 55.5], [169.5, 54.5], [165.5, 54.5]]}, {"id": "txs9cz", "submitted_by": "maauri16_uy", "name": "SoulKnight", "description": "Just a random group of Uruguayan friends that managed to infiltrate in place 2022.", "website": "", "subreddit": "", "center": [1893.5, 1327.5], "path": [[1883.5, 1323.5], [1901.5, 1323.5], [1902.5, 1323.5], [1902.5, 1330.5], [1883.5, 1330.5], [1883.5, 1323.5]]}, -{"id": "txs97b", "submitted_by": "DoerteMaulwurf", "name": "Christiania", "description": "The 3 dots are the symbol of Christiania, a free-city that lies within Copenhagen. The city is most popular for allowing the use of Cannabis, as well as the famous Christiania-bikes.", "website": "", "subreddit": "/r/place_nordicunion, /r/Denmark", "center": [376.5, 135.5], "path": [[365.5, 132.5], [386.5, 132.5], [386.5, 137.5], [365.5, 137.5], [365.5, 137.5], [365.5, 137.5], [365.5, 137.5]]}, {"id": "txs946", "submitted_by": "frickingfemboy", "name": "Transgender flag", "description": "An initially three-pixel-wide trans flag on the left side of the neoliberal/NonCredibleDefence collaborative art. The flag quickly grew to six pixels before extending out further to the left and reaching the Hungarian flag. Sweden and Hungary would eventually take over the flag. The flag then moved to its current location.", "website": "https://en.wikipedia.org/wiki/Transgender", "subreddit": "/r/neoliberal, /r/NonCredibleDefence", "center": [886.5, 114.5], "path": [[877.5, 99.5], [878.5, 102.5], [878.5, 103.5], [879.5, 104.5], [879.5, 111.5], [885.5, 117.5], [885.5, 119.5], [884.5, 120.5], [882.5, 120.5], [880.5, 122.5], [881.5, 123.5], [882.5, 123.5], [883.5, 124.5], [882.5, 125.5], [880.5, 125.5], [879.5, 126.5], [878.5, 125.5], [877.5, 125.5], [877.5, 129.5], [893.5, 129.5], [893.5, 99.5], [877.5, 99.5]]}, {"id": "txs8wu", "submitted_by": "_Neroxis", "name": "Neroxis", "description": "The profile picture of the redditor _Neroxis.", "website": "http://neroxis.net", "subreddit": "/u/_neroxis", "center": [1530.5, 163.5], "path": [[1522.5, 159.5], [1527.5, 154.5], [1534.5, 154.5], [1539.5, 160.5], [1539.5, 166.5], [1534.5, 171.5], [1527.5, 171.5], [1522.5, 166.5]]}, {"id": "txs8wk", "submitted_by": "mber7531", "name": "Weeekly", "description": "WEEEKLY (위클리) (formerly known as PlayM Girls and FAVE Girls) is a seven-member girl group under under IST Entertainment (formerly Play M Entertainment), consisting of Lee Soojin, Shin Jiyoon, Monday, Park Soeun, Lee Jaehee, Jihan, and Zoa. They debuted in June 30, 2020 with their debut album 'We Are' which features the title track Tag Me (@Me).", "website": "", "subreddit": "/r/weeekly", "center": [1470.5, 881.5], "path": [[1453.5, 879.5], [1453.5, 883.5], [1486.5, 883.5], [1486.5, 879.5]]}, From 825c2d110ebf14a7bb8d1ad2e60a75a316353343 Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Mon, 11 Apr 2022 23:32:03 +0700 Subject: [PATCH 17/20] Fix a little bug on Discord button --- web/_css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/_css/style.css b/web/_css/style.css index c5e99817..ba79fed7 100644 --- a/web/_css/style.css +++ b/web/_css/style.css @@ -945,7 +945,7 @@ #entriesListDonate:hover > svg { height: 28px; width: 28px; } -#entriesListDiscord:hover > img { +#entriesListDiscord:hover > svg { text-decoration: none; background-image: linear-gradient(to bottom, #7289DA, #7289DA); border-radius: 12px; From 9a0b8674ae2820de6db2b21f5aa0a187ae66c188 Mon Sep 17 00:00:00 2001 From: SpiderInMyEar <93610647+SpiderInMyEar@users.noreply.github.com> Date: Mon, 11 Apr 2022 18:42:30 +0200 Subject: [PATCH 18/20] Removed duplicate CS:S Missing submissions. Also added a paragraph to the last submission. --- web/atlas.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index 10421b3d..baa5e364 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -918,7 +918,7 @@ {"id": "twrrvg", "submitted_by": "Yuanls", "name": "Imperial College London", "description": "The blue emblem of Imperial College London, above which rests the Central Library, the Queen's Tower and Queen's Lawn.", "website": "https://imperial.ac.uk", "subreddit": "/r/Imperial", "center": [531.5, 1448.5], "path": [[525.5, 1435.5], [525.5, 1447.5], [524.5, 1447.5], [524.5, 1460.5], [537.5, 1460.5], [537.5, 1433.5], [536.5, 1433.5], [535.5, 1432.5], [535.5, 1431.5], [535.5, 1432.5], [534.5, 1433.5], [533.5, 1434.5], [533.5, 1439.5], [529.5, 1439.5], [529.5, 1435.5], [529.5, 1435.5], [529.5, 1435.5], [529.5, 1435.5]]}, {"id": "twrrav", "submitted_by": "IenjoyPineapplepizza", "name": "NLAW", "description": "The Next generation Light Anti-tank Weapon (NLAW). Lightweight shoulder-fired anti-tank guided missile, notably provided to Ukraine by the United Kingdom during the 2022 Russian invasion.", "website": "https://en.wikipedia.org/wiki/Next_generation_Light_Anti-tank_Weapon", "subreddit": "/r/NonCredibleDefense, /r/neoliberal, /r/Enough_Sanders_Spam", "center": [837.5, 134.5], "path": [[829.5, 131.5], [845.5, 131.5], [845.5, 136.5], [829.5, 136.5]]}, {"id": "twrr46", "submitted_by": "KrumpleTrash", "name": "Tommyinnit", "description": "is an English gaming YouTuber and Twitch streamer known for his Minecraft-related streams and videos, most notably his collaborations with YouTubers and streamers!nYou should totally buy his merch", "website": "https://tommyinnit.store", "subreddit": "/r/Tommyinnit", "center": [233.5, 978.5], "path": [[221.5, 965.5], [221.5, 990.5], [244.5, 990.5], [244.5, 965.5], [221.5, 965.5]]}, -{"id": "twhgl7", "name": "Missing Texture", "description": "r/place forgot to install CS:S textures\n\nA contribution to the Source Engine, and all the communities related, like TF2Maps (source of idea), Half Life, etc...\n\nThis lattice represent the lack of texture in the game, and the ERROR represents the lack of prop model.", "website": "", "subreddit": "", "center": [1789.5, 229.5], "path": [[1772.5, 206.5], [1805.5, 206.5], [1805.5, 240.5], [1813.5, 240.5], [1806.5, 251.5], [1804.5, 252.5], [1805.5, 252.5], [1772.5, 252.5], [1772.5, 206.5]]}, +{"id": "twhgl7", "name": "Missing Texture", "description": "r/place forgot to install CS:S textures\n\nA contribution to the Source Engine, and all the communities related, like TF2Maps (source of idea), Half Life, etc...\n\nThis lattice represent the lack of texture in the game, and the ERROR represents the lack of prop model.\n\nThe ERROR model loops around the image via two portals, based on the the 2007 game Portal which was built on the source engine.", "website": "", "subreddit": "", "center": [1789.5, 229.5], "path": [[1772.5, 206.5], [1805.5, 206.5], [1805.5, 240.5], [1813.5, 240.5], [1806.5, 251.5], [1804.5, 252.5], [1805.5, 252.5], [1772.5, 252.5], [1772.5, 206.5]]}, {"id": "twhowu", "name": "dbrand", "description": "dbrand logo and Dorito, part of the Central Alliance", "website": "https://dbrand.com", "subreddit": "/r/dbrand, /r/place_CentralAlliance", "center": [561.5, 948.5], "path": [[551.5, 960.5], [551.5, 934.5], [564.5, 934.5], [564.5, 936.5], [572.5, 941.5], [572.5, 960.5]]}, {"id": "twrr1t", "submitted_by": "Tetlo", "name": "Falcone and Borsellino", "description": "A memorial for the 2 historical judges who fought against the mafia", "website": "", "subreddit": "", "center": [823.5, 223.5], "path": [[781.5, 248.5], [864.5, 247.5], [864.5, 199.5], [782.5, 199.5]]}, {"id": "twrqzc", "submitted_by": "CalmCollectedOmega", "name": "The Sex Cult Logo", "description": "Not an actual Sex Cult, but it's a Logo of a friend group that went through a lot of stuff just to be on the map.", "website": "", "subreddit": "", "center": [544.5, 1822.5], "path": [[539.5, 1816.5], [548.5, 1816.5], [548.5, 1827.5], [539.5, 1827.5], [539.5, 1816.5]]}, @@ -3590,7 +3590,6 @@ {"id": "tx11wh", "submitted_by": "JoshPoshTheGreat", "name": "Fives' Five", "description": "The symbol of clone trooper Fives from the TV show Star Wars: The Clone Wars (2008)", "website": "", "subreddit": "/r/clonewars", "center": [520.5, 1465.5], "path": [[517.5, 1462.5], [523.5, 1462.5], [523.5, 1468.5], [517.5, 1468.5]]}, {"id": "tx11wf", "submitted_by": "wild_mage", "name": "The Logi Bean", "description": "The Logi Bean is the mascot of the logistics pilots (healers) in the Pandemic Horde Alliance, a large, new-player-focused player group in the renowned space MMO Eve Online.", "website": "https://www.pandemic-horde.org/", "subreddit": "/r/pandemichorde", "center": [122.5, 40.5], "path": [[118.5, 35.5], [118.5, 45.5], [126.5, 45.5], [126.5, 35.5], [126.5, 35.5], [118.5, 35.5]]}, {"id": "tx11v7", "submitted_by": "samthemancpfc", "name": "Crystal Palace F.C.", "description": "Crystal Palace F.C. was founded in 1905. This piece was worked on by the /r/crystalpalace Discord and Subreddit, it includes, a Red and Blue sash on a white background for Crystal Palaces kit, the FA Cup trophy to reference our current run in the trophy, 'PV' as reference to our current manager Patrick Vieira, the letters 'CPFC' AND 'SE25' which is the postcode of our stadium Selhurst Park", "website": "", "subreddit": "/r/crystalpalace", "center": [859.5, 1696.5], "path": [[847.5, 1686.5], [871.5, 1686.5], [871.5, 1706.5], [846.5, 1705.5], [846.5, 1706.5]]}, -{"id": "tx11rn", "submitted_by": "Walnut-Simulacrum", "name": "Source Engine Errors", "description": "A depiction of various errors that can be encountered in video games built on Valve's Source engine, most famously Garry's Mod (gmod.) The background is the missing texture pattern, while the foreground is a depiction of the 3D ERROR model which appears when a model is missing. The ERROR model loops around the image via two portals, based on the the 2007 game Portal which was built on the source engine.", "website": "", "subreddit": "", "center": [1789.5, 229.5], "path": [[1773.5, 207.5], [1805.5, 207.5], [1805.5, 250.5], [1804.5, 251.5], [1774.5, 251.5], [1772.5, 251.5], [1772.5, 226.5], [1773.5, 225.5], [1774.5, 225.5], [1775.5, 224.5], [1775.5, 223.5], [1774.5, 222.5], [1774.5, 221.5], [1773.5, 221.5], [1772.5, 221.5], [1772.5, 207.5]]}, {"id": "tx11o9", "submitted_by": "mo_tiff", "name": "Autechre", "description": "The logo of English electronic music duo Autechre.", "website": "", "subreddit": "/r/autechre", "center": [1293.5, 507.5], "path": [[1287.5, 503.5], [1299.5, 503.5], [1299.5, 511.5], [1287.5, 510.5]]}, {"id": "tx11nt", "submitted_by": "Wquaid", "name": "KGBTR", "description": "Incomplete KGBTR text and logo", "website": "", "subreddit": "/r/KGBTR", "center": [655.5, 1126.5], "path": [[646.5, 1122.5], [667.5, 1122.5], [667.5, 1127.5], [656.5, 1127.5], [656.5, 1132.5], [646.5, 1132.5]]}, {"id": "tx119i", "submitted_by": "skrillyd", "name": "pxls.space", "description": "pxls.space is a clone of r/place running since 2017. They have characters featured based on community culture. This group were one of the closest allies with osu.", "website": "https://pxls.space", "subreddit": "/r/pxlsspace", "center": [808.5, 720.5], "path": [[840.5, 735.5], [840.5, 727.5], [839.5, 727.5], [839.5, 719.5], [838.5, 719.5], [838.5, 718.5], [835.5, 718.5], [835.5, 710.5], [830.5, 705.5], [830.5, 692.5], [821.5, 692.5], [821.5, 693.5], [822.5, 694.5], [822.5, 696.5], [820.5, 698.5], [823.5, 701.5], [823.5, 702.5], [822.5, 702.5], [821.5, 703.5], [821.5, 704.5], [820.5, 705.5], [820.5, 706.5], [821.5, 707.5], [821.5, 708.5], [819.5, 710.5], [818.5, 709.5], [812.5, 709.5], [811.5, 710.5], [809.5, 708.5], [809.5, 707.5], [810.5, 706.5], [810.5, 703.5], [808.5, 703.5], [808.5, 704.5], [806.5, 704.5], [806.5, 705.5], [805.5, 705.5], [805.5, 706.5], [804.5, 707.5], [802.5, 707.5], [802.5, 703.5], [801.5, 703.5], [800.5, 704.5], [798.5, 704.5], [798.5, 705.5], [800.5, 707.5], [800.5, 708.5], [799.5, 709.5], [793.5, 709.5], [792.5, 708.5], [792.5, 707.5], [794.5, 705.5], [794.5, 704.5], [792.5, 704.5], [791.5, 703.5], [790.5, 703.5], [790.5, 707.5], [788.5, 707.5], [787.5, 706.5], [785.5, 704.5], [781.5, 708.5], [780.5, 708.5], [776.5, 712.5], [774.5, 712.5], [774.5, 716.5], [775.5, 716.5], [775.5, 720.5], [776.5, 720.5], [776.5, 735.5]]}, @@ -3668,7 +3667,6 @@ {"id": "tx0pf1", "submitted_by": "Wquaid", "name": "Sharingan", "description": "Kekkei Genkai or eye color from the Naruto (anime).", "website": "https://naruto.fandom.com/wiki/Sharingan", "subreddit": "/r/PlaceNaruto", "center": [444.5, 1590.5], "path": [[436.5, 1582.5], [451.5, 1582.5], [451.5, 1597.5], [436.5, 1597.5]]}, {"id": "tx0pb0", "submitted_by": "Horsefur", "name": "Fursona of Riley Winters", "description": "The fursona of Riley Winters,a mountain lion.", "website": "https://twitter.com/Horsefur1", "subreddit": "/u/Horsefur", "center": [1500.5, 989.5], "path": [[1482.5, 982.5], [1482.5, 997.5], [1483.5, 998.5], [1496.5, 998.5], [1499.5, 993.5], [1524.5, 992.5], [1524.5, 988.5], [1515.5, 982.5], [1482.5, 983.5], [1482.5, 982.5]]}, {"id": "tx0p7b", "submitted_by": "Vegaxys", "name": "Diamond shovel from Minecraft", "description": "A diamond shovel from the game Minecraft.", "website": "", "subreddit": "/r/Minecraft", "center": [1740.5, 348.5], "path": [[1746.5, 342.5], [1741.5, 342.5], [1731.5, 354.5], [1739.5, 354.5], [1749.5, 344.5]]}, -{"id": "tx0p6c", "submitted_by": "Virgilcore", "name": "Forgot to install CS:S", "description": "An ERROR model from games that run on the Source engine. The background is the MISSING TEXTURE from Source games. Most commonly associated with Garry's Mod.", "website": "", "subreddit": "/r/SourceEngine", "center": [1789.5, 229.5], "path": [[1773.5, 207.5], [1805.5, 207.5], [1805.5, 251.5], [1774.5, 251.5], [1774.5, 208.5], [1773.5, 208.5]]}, {"id": "tx0p3o", "submitted_by": "AustinQ", "name": "Rick Roll QR Code", "description": "While it doesn't appear in this screencap, the Rick Roll QR Code was rebuilt here just a couple minutes before the end.", "website": "", "subreddit": "/r/placeQRcode", "center": [1887.5, 933.5], "path": [[1869.5, 917.5], [1905.5, 917.5], [1905.5, 948.5], [1869.5, 949.5], [1869.5, 917.5]]}, {"id": "tx0oa2", "submitted_by": "RafevHexyn", "name": "Christ the Redeemer", "description": "Christ the Redeemer is an Art Deco statue of Jesus Christ in Rio de Janeiro, Brazil, created by French sculptor Paul Landowski and built by Brazilian engineer Heitor da Silva Costa, in collaboration with French engineer Albert Caquot. Romanian sculptor Gheorghe Leonida fashioned the face. The statue was constructed between 1922 and 1931.", "website": "https://en.wikipedia.org/wiki/Christ_the_Redeemer_(statue)", "subreddit": "/r/brasil", "center": [1092.5, 595.5], "path": [[1079.5, 619.5], [1082.5, 614.5], [1085.5, 612.5], [1086.5, 610.5], [1086.5, 594.5], [1085.5, 593.5], [1085.5, 584.5], [1083.5, 584.5], [1080.5, 582.5], [1077.5, 582.5], [1076.5, 581.5], [1074.5, 581.5], [1073.5, 580.5], [1072.5, 579.5], [1073.5, 578.5], [1074.5, 578.5], [1075.5, 577.5], [1076.5, 577.5], [1077.5, 578.5], [1089.5, 578.5], [1089.5, 574.5], [1090.5, 573.5], [1091.5, 573.5], [1092.5, 573.5], [1093.5, 573.5], [1094.5, 573.5], [1094.5, 578.5], [1105.5, 578.5], [1107.5, 577.5], [1110.5, 576.5], [1112.5, 578.5], [1113.5, 578.5], [1112.5, 579.5], [1110.5, 580.5], [1107.5, 581.5], [1103.5, 582.5], [1101.5, 583.5], [1099.5, 584.5], [1098.5, 585.5], [1098.5, 593.5], [1097.5, 594.5], [1097.5, 611.5], [1099.5, 611.5], [1099.5, 614.5], [1100.5, 614.5], [1100.5, 615.5], [1101.5, 615.5], [1101.5, 616.5], [1102.5, 616.5], [1102.5, 617.5], [1103.5, 618.5], [1079.5, 618.5]]}, {"id": "tx0ni0", "submitted_by": "serillymc", "name": "DNF (DreamNotFound)", "description": "An illustration of two smiley blob characters representing Dream and George on top of the DreamNotFound flag, with the text DNF to the side.", "website": "https://shipping.fandom.com/wiki/DreamNotFound", "subreddit": "/r/dreamwastaken", "center": [1144.5, 908.5], "path": [[1134.5, 919.5], [1134.5, 899.5], [1161.5, 899.5], [1161.5, 904.5], [1152.5, 904.5], [1152.5, 906.5], [1151.5, 906.5], [1151.5, 907.5], [1149.5, 907.5], [1149.5, 919.5], [1134.5, 919.5]]}, From db7200b8baa3b16daa11a35830d4146a915a1725 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Mon, 11 Apr 2022 17:29:02 -0400 Subject: [PATCH 19/20] Updated Reddit additions --- data/read-ids.txt | 35 +++++++++++++++++++++++++++++++++++ web/atlas.json | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 71 insertions(+), 1 deletion(-) diff --git a/data/read-ids.txt b/data/read-ids.txt index 652fb2ed..c360fff5 100644 --- a/data/read-ids.txt +++ b/data/read-ids.txt @@ -8513,3 +8513,38 @@ u0ny8w u0nx4x u0nvr4 u0nu1q +u1i035 +u1huft +u1hkm0 +u1hi3b +u1h5qv +u1eptq +u1dxtp +u1dl6n +u1cstp +u1c1d4 +u1aovf +u1ajro +u1aibg +u1agdn +u1afna +u1acfb +u1abm9 +u1aara +u1a9u3 +u1a8dm +u1a7qf +u1a31o +u1a0xi +u1a0rt +u19sp2 +u16zq6 +u16onh +u15lrh +u13gcr +u139b1 +u12oy9 +u12m8r +u127qi +u117oa +u115md diff --git a/web/atlas.json b/web/atlas.json index d245d65b..1906bcee 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -7701,5 +7701,40 @@ {"id": "u0ny8w", "submitted_by": "MrSergi0___", "name": "TheSergio13", "description": "Skin de minecraft del tiktoker TheSergio13", "website": "https://www.tiktok.com/@thesergio13?is_from_webapp=1&sender_device=pc", "subreddit": "/r/MrSergi0___", "center": [1766.5, 698.5], "path": [[1763.5, 695.5], [1763.5, 694.5], [1763.5, 701.5], [1769.5, 701.5], [1769.5, 694.5]]}, {"id": "u0nx4x", "submitted_by": "AnonymousRandPerson", "name": "Argentina-Blebs heart", "description": "A heart with the colors of Blebs and the flag of Argentina.", "website": "", "subreddit": "/r/argentina, /r/ArgPixelArt, /r/hrry", "center": [1554.5, 1818.5], "path": [[1552.5, 1815.5], [1550.5, 1817.5], [1550.5, 1819.5], [1554.5, 1823.5], [1558.5, 1819.5], [1558.5, 1817.5], [1556.5, 1815.5]]}, {"id": "u0nvr4", "submitted_by": "AnonymousRandPerson", "name": "Cristiano Ronaldo", "description": "Portuguese football (soccer) player, often considered one of the greatest football players of all time.", "website": "https://en.wikipedia.org/wiki/Cristiano_Ronaldo", "subreddit": "/r/portugal", "center": [1540.5, 1864.5], "path": [[1538.5, 1820.5], [1534.5, 1823.5], [1534.5, 1827.5], [1535.5, 1831.5], [1519.5, 1831.5], [1513.5, 1838.5], [1515.5, 1840.5], [1518.5, 1838.5], [1526.5, 1839.5], [1530.5, 1847.5], [1531.5, 1893.5], [1532.5, 1894.5], [1532.5, 1911.5], [1552.5, 1910.5], [1552.5, 1907.5], [1547.5, 1904.5], [1550.5, 1879.5], [1550.5, 1867.5], [1553.5, 1870.5], [1556.5, 1870.5], [1558.5, 1868.5], [1558.5, 1852.5], [1554.5, 1841.5], [1547.5, 1834.5], [1547.5, 1833.5], [1541.5, 1831.5], [1544.5, 1828.5], [1544.5, 1823.5], [1540.5, 1820.5]]}, -{"id": "u0nu1q", "submitted_by": "AnonymousRandPerson", "name": "Lionel Messi", "description": "Argentine football (soccer) player, often considered one of the greatest football players of all time.", "website": "https://en.wikipedia.org/wiki/Lionel_Messi", "subreddit": "/r/argentina, /r/ArgPixelArt", "center": [1520.5, 1869.5], "path": [[1520.5, 1827.5], [1513.5, 1838.5], [1512.5, 1838.5], [1505.5, 1846.5], [1503.5, 1852.5], [1503.5, 1861.5], [1509.5, 1867.5], [1509.5, 1878.5], [1513.5, 1912.5], [1530.5, 1911.5], [1530.5, 1905.5], [1530.5, 1900.5], [1531.5, 1899.5], [1531.5, 1844.5], [1527.5, 1839.5], [1531.5, 1831.5], [1531.5, 1828.5], [1528.5, 1826.5]]} +{"id": "u0nu1q", "submitted_by": "AnonymousRandPerson", "name": "Lionel Messi", "description": "Argentine football (soccer) player, often considered one of the greatest football players of all time.", "website": "https://en.wikipedia.org/wiki/Lionel_Messi", "subreddit": "/r/argentina, /r/ArgPixelArt", "center": [1520.5, 1869.5], "path": [[1520.5, 1827.5], [1513.5, 1838.5], [1512.5, 1838.5], [1505.5, 1846.5], [1503.5, 1852.5], [1503.5, 1861.5], [1509.5, 1867.5], [1509.5, 1878.5], [1513.5, 1912.5], [1530.5, 1911.5], [1530.5, 1905.5], [1530.5, 1900.5], [1531.5, 1899.5], [1531.5, 1844.5], [1527.5, 1839.5], [1531.5, 1831.5], [1531.5, 1828.5], [1528.5, 1826.5]]}, +{"id": "u1i035", "submitted_by": "ultimatecamba", "name": "Camba", "description": "Eastern bolivian populations of mixed spanish, chané, and other indigenous amazonians descent, born in the eastern lowlands of the country.", "website": "https://en.wikipedia.org/wiki/Camba", "subreddit": "/r/BOLIVIA", "center": [1587.5, 1219.5], "path": [[1593.5, 1233.5], [1580.5, 1233.5], [1580.5, 1228.5], [1579.5, 1228.5], [1579.5, 1224.5], [1580.5, 1224.5], [1580.5, 1222.5], [1583.5, 1227.5], [1581.5, 1222.5], [1581.5, 1221.5], [1580.5, 1221.5], [1580.5, 1220.5], [1579.5, 1220.5], [1579.5, 1215.5], [1576.5, 1215.5], [1576.5, 1214.5], [1575.5, 1214.5], [1575.5, 1211.5], [1576.5, 1211.5], [1576.5, 1209.5], [1581.5, 1209.5], [1581.5, 1207.5], [1582.5, 1207.5], [1582.5, 1206.5], [1583.5, 1206.5], [1583.5, 1205.5], [1592.5, 1205.5], [1592.5, 1206.5], [1593.5, 1206.5], [1593.5, 1208.5], [1594.5, 1208.5], [1594.5, 1209.5], [1597.5, 1209.5], [1597.5, 1210.5], [1599.5, 1210.5], [1599.5, 1214.5], [1596.5, 1214.5], [1596.5, 1215.5], [1594.5, 1215.5], [1594.5, 1217.5], [1593.5, 1217.5], [1593.5, 1220.5], [1592.5, 1220.5], [1592.5, 1221.5], [1594.5, 1221.5], [1594.5, 1223.5], [1595.5, 1223.5], [1595.5, 1228.5], [1593.5, 1228.5], [1593.5, 1229.5], [1593.5, 1229.5], [1594.5, 1229.5], [1594.5, 1233.5]]}, +{"id": "u1huft", "submitted_by": "Narj00s", "name": "Map of Chile", "description": "After the fall of the first American flag, Chile takes advantage of enough territory to portray its long and narrow geographical shape, an amogis managed to pass as an island until the whiteout", "website": "", "subreddit": "/r/chile", "center": [362.5, 515.5], "path": [[285.5, 514.5], [289.5, 514.5], [292.5, 517.5], [302.5, 517.5], [304.5, 518.5], [324.5, 518.5], [325.5, 519.5], [347.5, 519.5], [352.5, 522.5], [366.5, 521.5], [374.5, 522.5], [376.5, 523.5], [380.5, 521.5], [384.5, 521.5], [388.5, 523.5], [401.5, 523.5], [413.5, 521.5], [416.5, 519.5], [418.5, 512.5], [419.5, 507.5], [420.5, 505.5], [417.5, 500.5], [414.5, 502.5], [410.5, 502.5], [409.5, 504.5], [406.5, 505.5], [406.5, 508.5], [403.5, 509.5], [403.5, 511.5], [400.5, 511.5], [396.5, 510.5], [393.5, 508.5], [391.5, 513.5], [382.5, 512.5], [374.5, 513.5], [371.5, 509.5], [369.5, 511.5], [358.5, 512.5], [351.5, 511.5], [348.5, 512.5], [331.5, 512.5], [321.5, 511.5], [315.5, 510.5], [309.5, 508.5], [304.5, 506.5], [300.5, 507.5], [299.5, 508.5], [295.5, 510.5], [287.5, 511.5], [285.5, 514.5]]}, +{"id": "u1hkm0", "submitted_by": "ProfessionalFish8505", "name": "Dive Ball", "description": "A pokeball with multiple shades of blue, sporting wave patterns. Originally it only increased odds at catching pokemon found while diving, but as diving was not present in all future games, it was expanded to also have increased odds at catching pokemon found while surfing or fishing.", "website": "", "subreddit": "/r/pokemon", "center": [1079.5, 708.5], "path": [[1073.5, 711.5], [1073.5, 705.5], [1074.5, 705.5], [1074.5, 704.5], [1075.5, 703.5], [1076.5, 703.5], [1077.5, 702.5], [1081.5, 702.5], [1082.5, 703.5], [1083.5, 703.5], [1084.5, 704.5], [1084.5, 705.5], [1085.5, 705.5], [1085.5, 711.5], [1084.5, 711.5], [1084.5, 712.5], [1083.5, 713.5], [1082.5, 713.5], [1081.5, 714.5], [1077.5, 714.5], [1076.5, 713.5], [1075.5, 713.5], [1074.5, 712.5], [1074.5, 711.5]]}, +{"id": "u1hi3b", "submitted_by": "ProfessionalFish8505", "name": "Moon Ball", "description": "A blue and gray pokeball, with a crescent moon on top. In the games, this pokeball excels at catching pokemon which evolve with the help of a moonstone, such as Clefairy and Jigglypuff.", "website": "", "subreddit": "/r/pokemon", "center": [1067.5, 708.5], "path": [[1061.5, 711.5], [1061.5, 705.5], [1062.5, 705.5], [1062.5, 704.5], [1063.5, 703.5], [1064.5, 703.5], [1065.5, 702.5], [1069.5, 702.5], [1070.5, 703.5], [1071.5, 703.5], [1072.5, 704.5], [1072.5, 705.5], [1073.5, 705.5], [1073.5, 711.5], [1072.5, 711.5], [1072.5, 712.5], [1071.5, 713.5], [1070.5, 713.5], [1069.5, 714.5], [1065.5, 714.5], [1064.5, 713.5], [1063.5, 713.5], [1062.5, 712.5], [1062.5, 711.5], [1061.5, 711.5]]}, +{"id": "u1h5qv", "submitted_by": "ultimatecamba", "name": "Colla", "description": "Indigenous people of western Bolivia, Chile, and Argentina.", "website": "https://en.wikipedia.org/wiki/Qulla", "subreddit": "/r/BOLIVIA", "center": [1346.5, 1222.5], "path": [[1338.5, 1211.5], [1338.5, 1233.5], [1338.5, 1233.5], [1355.5, 1233.5], [1354.5, 1217.5], [1350.5, 1211.5], [1338.5, 1211.5]]}, +{"id": "u1eptq", "submitted_by": "isa_bg05", "name": "Buddy - Goes", "description": "Emote del canal de Goes, hecho por su comunidad con apoyo de los tanilovers. Está encima de la bandera iraní luego de un acuerdo con un streamer para tener ambos un espacio.", "website": "https://www.twitch.tv/goes_x", "subreddit": "/r/Goes_x", "center": [1741.5, 1205.5], "path": [[1724.5, 1190.5], [1757.5, 1190.5], [1758.5, 1219.5], [1725.5, 1219.5]]}, +{"id": "u1dxtp", "submitted_by": "Bingobosal", "name": "Shrekspeare", "description": "ES:\n\nUn servidor hispano de Discord liderado por un neet con planes de debutar en un futuro lejano como vtuber, por alguna razón los astros se alinearon y dejaron de ser huevones por 2 días seguidos, días que usaron para hacer a la cosa morada llamada Shrekspeare, también conocida como renacuajo por algunos miembros, fue construida por 7 pendejos aparte del líder, estos fueron representados por los colores alrededor del renacuajo.\n\nEN:\n\nA spanish Discord server led by a neet with plans to debut as a vtuber in a far far away future, for some reason the stars aligned and they stopped being fucking lazy retarded for two consecutive days, days that were use to make the purple thing called Shrekspeare, also known as renacuajo by some members, it was build by 7 assholes and the leader, the members are represented by the colors surrounding renacuajo", "website": "https://discord.gg/HCQDFUYXvY", "subreddit": "", "center": [1341.5, 1259.5], "path": [[1349.5, 1265.5], [1332.5, 1265.5], [1332.5, 1253.5], [1349.5, 1253.5]]}, +{"id": "u1dl6n", "submitted_by": "facshein2", "name": "Poop", "description": "Those who prefer Cristiano Ronaldo, they put poo on Lionel Messi, but then, in defense, they also put it on CR7.", "website": "", "subreddit": "", "center": [1534.5, 1877.5], "path": [[1517.5, 1879.5], [1518.5, 1890.5], [1553.5, 1877.5], [1541.5, 1864.5]]}, +{"id": "u1cstp", "submitted_by": "BouncyBoyA", "name": "Battle For PenIsland", "description": "Characters in Battle For PenIsland, a joke object show.", "website": "https://www.youtube.com/channel/UCzm8XTb7FraEeXApuf0CLtA", "subreddit": "/r/ObjectShows", "center": [872.5, 1750.5], "path": [[871.5, 1743.5], [877.5, 1743.5], [877.5, 1755.5], [871.5, 1755.5], [871.5, 1759.5], [867.5, 1759.5], [867.5, 1756.5], [868.5, 1756.5], [868.5, 1755.5], [868.5, 1754.5], [867.5, 1754.5], [867.5, 1753.5], [868.5, 1753.5], [868.5, 1745.5], [871.5, 1745.5], [871.5, 1745.5], [871.5, 1744.5]]}, +{"id": "u1c1d4", "submitted_by": "minecabla", "name": "Belgian Flag", "description": "Often confused with the German flag. The total area of both Belgian flags is approximately 66 thousand pixels, which makes Belgium the country with the third biggest combined flag area.", "website": "", "subreddit": "/r/belgium", "center": [1308.5, 1162.5], "path": [[1331.5, 1124.5], [1331.5, 869.5], [1291.5, 869.5], [1282.5, 869.5], [1282.5, 869.5], [1288.5, 1465.5], [1332.5, 1466.5]]}, +{"id": "u1aovf", "submitted_by": "Freezie04", "name": "Flat-Faced Luigi", "description": "\"Luigi as seen in the game Mario & Luigi: Superstar Saga. Mario & Luigi is a series of role-playing videogames, following the wacky adventures of the brothers through time, dreams and even Bowser. This particular sprite can be seen if one fails the Chopper Bros. attack, which makes Mario accidentally flatten Luigi's Face with a Hammer. Made to honour the Mario & Luigi series as a whole, and it's development team AlphaDream, who sadly went bankrupt in 2019.\"", "website": "", "subreddit": "/r/marioandluigi", "center": [1501.5, 62.5], "path": [[1504.5, 72.5], [1503.5, 72.5], [1503.5, 71.5], [1502.5, 71.5], [1501.5, 71.5], [1501.5, 70.5], [1500.5, 70.5], [1499.5, 69.5], [1498.5, 68.5], [1497.5, 68.5], [1497.5, 67.5], [1496.5, 66.5], [1496.5, 65.5], [1495.5, 64.5], [1494.5, 63.5], [1493.5, 63.5], [1493.5, 62.5], [1493.5, 61.5], [1493.5, 60.5], [1494.5, 59.5], [1495.5, 58.5], [1496.5, 57.5], [1496.5, 56.5], [1496.5, 55.5], [1497.5, 54.5], [1498.5, 53.5], [1499.5, 53.5], [1500.5, 52.5], [1501.5, 52.5], [1502.5, 52.5], [1503.5, 53.5], [1504.5, 54.5], [1505.5, 55.5], [1505.5, 56.5], [1506.5, 57.5], [1506.5, 58.5], [1506.5, 59.5], [1507.5, 60.5], [1507.5, 61.5], [1507.5, 62.5], [1507.5, 63.5], [1507.5, 63.5], [1507.5, 63.5], [1508.5, 63.5], [1508.5, 64.5], [1508.5, 71.5], [1508.5, 71.5], [1507.5, 71.5], [1506.5, 72.5], [1505.5, 72.5], [1503.5, 72.5], [1503.5, 72.5], [1503.5, 71.5]]}, +{"id": "u1ajro", "submitted_by": "pizzaboy7269", "name": "Anthoine Hubert", "description": "Died in a crash during the 2019 Spa-Francorchamps Formula 2 Feature Race", "website": "", "subreddit": "", "center": [1406.5, 755.5], "path": [[1392.5, 759.5], [1419.5, 759.5], [1419.5, 751.5], [1392.5, 751.5]]}, +{"id": "u1aibg", "submitted_by": "pizzaboy7269", "name": "Jules Bianchi", "description": "Passed away in 2015 due to injuries from crash during the 2014 Japanese Grand Prix.", "website": "", "subreddit": "", "center": [1406.5, 761.5], "path": [[1392.5, 765.5], [1419.5, 765.5], [1419.5, 757.5], [1392.5, 757.5]]}, +{"id": "u1agdn", "submitted_by": "pizzaboy7269", "name": "Max Verstappen", "description": "Formula 1 World Drivers Champion of 2021 with Red Bull Racing Honda", "website": "", "subreddit": "", "center": [1406.5, 767.5], "path": [[1392.5, 771.5], [1419.5, 771.5], [1419.5, 763.5], [1392.5, 763.5]]}, +{"id": "u1afna", "submitted_by": "pizzaboy7269", "name": "Sir Lewis Hamilton", "description": "Formula 1 World Drivers Champion of 2008 with McLaren Mercedes\n\nFormula 1 World Drivers Champion of 2014, 2015, 2017, 2018, 2019 and 2020 with Mercedes AMG Petronas Formula One Team", "website": "", "subreddit": "", "center": [1406.5, 773.5], "path": [[1419.5, 777.5], [1392.5, 777.5], [1392.5, 769.5], [1419.5, 769.5]]}, +{"id": "u1acfb", "submitted_by": "pizzaboy7269", "name": "Nico Rosberg", "description": "Formula 1 World Drivers Champion of 2016 with Mercedes AMG Petronas Formula One Team", "website": "", "subreddit": "", "center": [1406.5, 779.5], "path": [[1419.5, 783.5], [1392.5, 783.5], [1392.5, 775.5], [1419.5, 775.5]]}, +{"id": "u1abm9", "submitted_by": "pizzaboy7269", "name": "Sebastian Vettel", "description": "Formula 1 World Drivers Champion of 2010, 2011, 2012, and 2013 with Red Bull Racing", "website": "", "subreddit": "", "center": [1406.5, 785.5], "path": [[1392.5, 789.5], [1419.5, 789.5], [1419.5, 781.5], [1392.5, 781.5]]}, +{"id": "u1aara", "submitted_by": "pizzaboy7269", "name": "Jenson Button", "description": "Formula 1 World Drivers Champion of 2009 with Brawn GP Formula 1 Team", "website": "", "subreddit": "", "center": [1406.5, 791.5], "path": [[1392.5, 795.5], [1419.5, 795.5], [1419.5, 787.5], [1392.5, 787.5]]}, +{"id": "u1a9u3", "submitted_by": "pizzaboy7269", "name": "Kimi Räikkönen", "description": "Formula 1 World Drivers Champion of 2007 with Scuderia Ferrari", "website": "", "subreddit": "", "center": [1406.5, 797.5], "path": [[1392.5, 801.5], [1419.5, 801.5], [1419.5, 793.5], [1392.5, 793.5]]}, +{"id": "u1a8dm", "submitted_by": "pizzaboy7269", "name": "Fernando Alonso", "description": "Formula 1 World Drivers Champion of 2005 and 2006 with Renault F1 Team", "website": "", "subreddit": "", "center": [1406.5, 803.5], "path": [[1392.5, 807.5], [1419.5, 807.5], [1419.5, 799.5], [1392.5, 799.5]]}, +{"id": "u1a7qf", "submitted_by": "AllOutOfFucks", "name": "Michael D. Higgins", "description": "Small pixel art of Michael D. Higgins, the President of Ireland since 2011", "website": "https://en.wikipedia.org/wiki/Michael_D._Higgins", "subreddit": "/r/ireland", "center": [137.5, 571.5], "path": [[134.5, 574.5], [134.5, 568.5], [140.5, 568.5], [140.5, 574.5]]}, +{"id": "u1a31o", "submitted_by": "Fire-Mutt", "name": "Lonely Wizard", "description": "The \"Lonely Wizard\" character from the indie game Inscryption. Was often a small source of conflict between the Inscryption and Iran hiveminds before it was lowered here.", "website": "", "subreddit": "/r/Inscryption", "center": [104.5, 312.5], "path": [[94.5, 313.5], [98.5, 318.5], [110.5, 319.5], [111.5, 308.5], [108.5, 304.5], [105.5, 304.5]]}, +{"id": "u1a0xi", "submitted_by": "Fire-Mutt", "name": "Stoat (P03)", "description": "The \"Stoat\" character from the indie game Inscryption. Total Misplay.", "website": "", "subreddit": "/r/Inscryption", "center": [128.5, 296.5], "path": [[112.5, 291.5], [112.5, 299.5], [114.5, 304.5], [110.5, 313.5], [110.5, 319.5], [141.5, 319.5], [141.5, 307.5], [148.5, 300.5], [147.5, 287.5], [146.5, 276.5], [143.5, 274.5], [137.5, 274.5], [133.5, 277.5], [126.5, 277.5], [119.5, 273.5], [113.5, 273.5], [110.5, 276.5], [110.5, 286.5], [110.5, 286.5]]}, +{"id": "u1a0rt", "submitted_by": "JDMkid", "name": "DL4L", "description": "2 buds trying to be part of history!!", "website": "", "subreddit": "", "center": [498.5, 1430.5], "path": [[495.5, 1425.5], [501.5, 1425.5], [501.5, 1435.5], [495.5, 1435.5]]}, +{"id": "u19sp2", "submitted_by": "przemop", "name": "Roomba light", "description": "132nd most contested pixel on the entire canvas with 8048 edits. This was mostly due to people mistaking the green pixel for griefing and \"fixing\" it.", "website": "", "subreddit": "/r/oneshot", "center": [921.5, 278.5], "path": [[922.5, 279.5], [922.5, 277.5], [920.5, 277.5], [920.5, 279.5]]}, +{"id": "u16zq6", "submitted_by": "rhenut", "name": "Incontrol", "description": "A tribute to Geoff \"Incontrol\" Robinson, a popular shoutcaster and long-standing member of the Starcraft II community who passed away very unexpectedly in 2019.", "website": "https://twitter.com/incontroltv?lang=en", "subreddit": "/r/starcraft", "center": [917.5, 1240.5], "path": [[903.5, 1237.5], [903.5, 1242.5], [934.5, 1241.5], [934.5, 1238.5]]}, +{"id": "u16onh", "submitted_by": "Joda015", "name": "Paraguay flag (unfinished)", "description": "The second Paraguayan flag was being built while the snap took place", "website": "", "subreddit": "/r/Paraguay", "center": [990.5, 1559.5], "path": [[951.5, 1555.5], [950.5, 1563.5], [1029.5, 1563.5], [1028.5, 1555.5]]}, +{"id": "u15lrh", "submitted_by": "TheBookGMA", "name": "Toppluva Logo", "description": "Logo of the company and the abbreviation for their game Grand Mountain Adventure: An open-world skiing and snowboarding adventure", "website": "", "subreddit": "/r/GrandMountainAdv", "center": [1330.5, 453.5], "path": [[1336.5, 459.5], [1336.5, 447.5], [1336.5, 446.5], [1323.5, 446.5], [1323.5, 459.5]]}, +{"id": "u13gcr", "submitted_by": "nanithedickyfricky", "name": "Mount Kinabalu", "description": "Malaysia's Tallest Mountain, located in the state of Sabah. It was built with the twin towers, though it was proposed to be twice the size as it is on the flag, with a more grey-ish color. Quite hard to notice as the view is blocked by the towers.", "website": "https://en.wikipedia.org/wiki/Mount_Kinabalu", "subreddit": "/r/malaysia", "center": [355.5, 987.5], "path": [[336.5, 991.5], [337.5, 990.5], [339.5, 990.5], [339.5, 989.5], [341.5, 989.5], [341.5, 988.5], [342.5, 988.5], [342.5, 987.5], [343.5, 987.5], [343.5, 985.5], [345.5, 985.5], [345.5, 986.5], [346.5, 986.5], [347.5, 985.5], [348.5, 985.5], [348.5, 984.5], [349.5, 983.5], [349.5, 982.5], [350.5, 982.5], [350.5, 981.5], [360.5, 981.5], [367.5, 987.5], [368.5, 987.5], [368.5, 988.5], [370.5, 988.5], [370.5, 989.5], [371.5, 989.5], [371.5, 991.5]]}, +{"id": "u139b1", "submitted_by": "_Zabrak_", "name": "CL16 with Monaco flag", "description": "CL stand for Charles Leclerc, who is a Monégasque Formula 1 racing driver, currently driving for Ferrari. 16 is his racing number, but he originally wanted the number 7(It was already taken by Finnish driver Kimi Räikkönen). So, he chose 16 because if you add 1 and 6 together, you get 7.", "website": "", "subreddit": "/r/CharlesLeclerc", "center": [712.5, 395.5], "path": [[707.5, 393.5], [707.5, 397.5], [717.5, 397.5], [717.5, 393.5], [707.5, 393.5], [707.5, 397.5]]}, +{"id": "u12oy9", "submitted_by": "sgtGEoRge23", "name": "Tunic Logo Art", "description": "A small logo art piece for the 2022 released Indie Adventure Game by Andrew Shouldice and the Tunic Team.", "website": "https://tunicgame.com/", "subreddit": "/r/TunicGame", "center": [1399.5, 128.5], "path": [[1408.5, 138.5], [1408.5, 125.5], [1408.5, 118.5], [1390.5, 119.5], [1388.5, 138.5], [1388.5, 138.5]]}, +{"id": "u12m8r", "submitted_by": "sgtGEoRge23", "name": "Moondye7 Logo and Emote", "description": "A small Logo of the German Streamer \"moondye7\" alongside his Twitch-Emote \"md7H\"", "website": "", "subreddit": "/r/Moondye7", "center": [848.5, 1003.5], "path": [[842.5, 1013.5], [854.5, 1013.5], [854.5, 992.5], [842.5, 992.5]]}, +{"id": "u127qi", "submitted_by": "TheBlueNinjaOfficial", "name": "The Blue Ninja's Logo", "description": "The logo for the indie game The Blue Ninja.", "website": "", "subreddit": "", "center": [1004.5, 1818.5], "path": [[1000.5, 1820.5], [1002.5, 1822.5], [1006.5, 1822.5], [1008.5, 1820.5], [1008.5, 1816.5], [1006.5, 1814.5], [1002.5, 1814.5], [1000.5, 1816.5]]}, +{"id": "u117oa", "submitted_by": "gabrielvieira10", "name": "Reimu Hakurei", "description": "One of the main characters of the Japanese bullet hell game called Touhou.", "website": "", "subreddit": "", "center": [815.5, 702.5], "path": [[809.5, 693.5], [811.5, 693.5], [811.5, 694.5], [819.5, 694.5], [819.5, 693.5], [822.5, 693.5], [822.5, 697.5], [821.5, 697.5], [820.5, 698.5], [823.5, 701.5], [822.5, 702.5], [820.5, 702.5], [820.5, 703.5], [819.5, 704.5], [819.5, 705.5], [820.5, 706.5], [821.5, 706.5], [822.5, 707.5], [821.5, 708.5], [820.5, 709.5], [819.5, 710.5], [818.5, 711.5], [817.5, 712.5], [811.5, 712.5], [810.5, 711.5], [810.5, 710.5], [809.5, 709.5], [808.5, 708.5], [808.5, 706.5], [809.5, 706.5], [809.5, 704.5], [809.5, 702.5], [810.5, 702.5], [810.5, 701.5], [809.5, 700.5], [808.5, 699.5], [808.5, 697.5], [807.5, 696.5], [808.5, 694.5]]}, +{"id": "u115md", "submitted_by": "gabrielvieira10", "name": "Hatsune Miku and her leek", "description": "Hatsune Miku is a famous vocaloid. The leek is a reference to a farmer girl dancing using leeks a Hatsune Miku's version of Ievan Polkka, the dance was later adapted using Hatsune Miku.", "website": "https://www.youtube.com/watch?v=DTSkygD1wR0", "subreddit": "", "center": [794.5, 702.5], "path": [[774.5, 710.5], [780.5, 704.5], [780.5, 701.5], [782.5, 701.5], [782.5, 704.5], [786.5, 700.5], [786.5, 697.5], [787.5, 697.5], [787.5, 694.5], [788.5, 694.5], [789.5, 693.5], [791.5, 693.5], [804.5, 693.5], [804.5, 695.5], [805.5, 695.5], [805.5, 697.5], [806.5, 698.5], [806.5, 699.5], [805.5, 700.5], [804.5, 701.5], [806.5, 703.5], [806.5, 704.5], [805.5, 705.5], [804.5, 707.5], [802.5, 707.5], [801.5, 707.5], [801.5, 712.5], [792.5, 712.5], [792.5, 709.5], [791.5, 709.5], [791.5, 707.5], [783.5, 707.5], [782.5, 707.5], [781.5, 708.5], [780.5, 708.5], [779.5, 709.5], [778.5, 710.5], [777.5, 711.5], [776.5, 711.5], [775.5, 711.5], [775.5, 710.5], [776.5, 709.5], [777.5, 708.5], [778.5, 707.5], [779.5, 706.5], [780.5, 705.5]]} ] From aa3229ab3aff168ed3771d3deacac26e8c80b1bc Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Tue, 12 Apr 2022 12:44:55 +0700 Subject: [PATCH 20/20] Add cache-control for Atlas images for 28 days --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index 0ee17cd7..8f756437 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,3 +2,9 @@ for = "/*" [headers.values] Access-Control-Allow-Origin = "*" + +[[headers]] + for = "/_img/place/*.png" + [headers.values] + # 28 days + cache-control = "public, max-age=604800" \ No newline at end of file