From dfc39f73b6eb262aa998c781cb55562c9d743093 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 19 Dec 2022 12:40:59 +0500 Subject: [PATCH] fix reversed coordinates --- data/geojsonContributors.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 data/geojsonContributors.json diff --git a/data/geojsonContributors.json b/data/geojsonContributors.json new file mode 100644 index 0000000..9f66002 --- /dev/null +++ b/data/geojsonContributors.json @@ -0,0 +1,33 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [34.46684826773766, 31.501803673432892] + }, + "properties": { + "groupName": "The Question of Funding", + "listOfNames": [ + "Adele Jarrar", + "Amany Khalifa", + "Dena Matter", + "Fayrouz Sharqawi", + "Martin Heller", + "Mohammad Hawajri", + "Mohammad Abu Sal", + "Noor Abed", + "Raed Issa", + "Raoof Alajouri", + "Rayya Badran", + "Siwar Kraitm", + "Yazan Khalili" + ], + "video": "https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm", + "iframe": "https://tv.lumbung.space/videos/embed/d5b26273-cb7e-4f5e-9041-5694a504405e?title=0", + "audio": "https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3" + } + } + ] +}