From 5516e7ff5c800b347a0eb23968e0634cb64e318d Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 19 Dec 2022 12:49:15 +0500 Subject: [PATCH] temporarily delete map data --- data/geojsonContributors.json | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 data/geojsonContributors.json diff --git a/data/geojsonContributors.json b/data/geojsonContributors.json deleted file mode 100644 index 9f66002..0000000 --- a/data/geojsonContributors.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "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" - } - } - ] -}