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