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" + } + } + ] +}