From 6339136a55d25a1e9559b88e8d35954579defd8f Mon Sep 17 00:00:00 2001 From: Artemy Date: Wed, 24 Jan 2024 09:38:15 +0300 Subject: [PATCH] Create map_settings.json --- map/map_settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 map/map_settings.json diff --git a/map/map_settings.json b/map/map_settings.json new file mode 100644 index 0000000..5674d46 --- /dev/null +++ b/map/map_settings.json @@ -0,0 +1,5 @@ +{ + "name": "Political Map of the World", + "geoURL": "https://raw.githubusercontent.com/CIMEngine/WorldMap/main/map/geo.geojson", + "countryInfoURL": "https://raw.githubusercontent.com/CIMEngine/WorldMap/main/map/src/countries.json" +}