From d632d4d9af4000ee6e212ce1c32906fc3da22334 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Thu, 31 Mar 2022 11:47:57 +0100 Subject: [PATCH] Revert "config/config.json - this is no longer used" This reverts commit 19570978cea10b6b27d030a4cce7a8078205dd5c. --- config/config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/config.json diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..3206cf4 --- /dev/null +++ b/config/config.json @@ -0,0 +1,17 @@ +{ + "namedDatasets" : ["mutual-aid"], + "namedDatasetsVerbose" : ["Mutual-Aid Organisations"], + "filterableFields" : [], + "languages": ["EN"], + "vocabularies": [ + { "endpoint": "http:\/\/dev.data.solidarityeconomy.coop:8890/sparql", + "uris": {} + } + ], + "showDatasetsPanel" : false, + "showDirectoryPanel" : false, + "htmlTitle" : "Mutual Aid", + "tileUrl" : "https:/\/tile.thunderforest.com/atlas/{z}/{x}/{y}.png?apikey=3d5b23b8fe9c4a2a94a3df16f02f125a", + "mapAttribution" : "Maps © Thunderforest & © OpenStreetMap contributors | Other data CC-BY-SA | Powered by Geoapify", + "defaultLatLng": ["50.84999", "4.39434" ] +}