From 003e05e9e125488c5c5a8a1ef72c98eed6e39ee2 Mon Sep 17 00:00:00 2001 From: "R. SASAKI" <130037633+iamryo@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:57:45 +0900 Subject: [PATCH 1/2] Update map.json add University of Tsukuba to the map --- docs/source/map.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/map.json b/docs/source/map.json index da4502848..383571ead 100644 --- a/docs/source/map.json +++ b/docs/source/map.json @@ -336,6 +336,20 @@ "name": "University of Surrey", "url": "https://www.studyacrossthepond.com/sites/default/files/University%20of%20Surrey%20logo%202107x780px.png" } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 36.11139, + 140.10389 + ] + }, + "properties": { + "name": "University of Tsukuba", + "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Logo_of_University_of_Tsukuba.svg/220px-Logo_of_University_of_Tsukuba.svg.png" + } } ] } From a33a6ca81503a0b9f4974f91ea3339575189af69 Mon Sep 17 00:00:00 2001 From: "R. SASAKI" <130037633+iamryo@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:06:59 +0900 Subject: [PATCH 2/2] Update docs/source/map.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RĂ©mi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com> --- docs/source/map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/map.json b/docs/source/map.json index 383571ead..3139b8833 100644 --- a/docs/source/map.json +++ b/docs/source/map.json @@ -342,8 +342,8 @@ "geometry": { "type": "Point", "coordinates": [ - 36.11139, - 140.10389 + 140.10389, + 36.11139 ] }, "properties": {