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