MapList/index.json

24 lines
1.1 KiB
JSON
Raw Normal View History

2023-06-11 09:31:32 +03:00
{
"worldMap": {
2024-01-24 09:41:38 +03:00
"external": "https://raw.githubusercontent.com/CIMEngine/WorldMap/main/map/map_settings.json"
2023-06-11 09:31:32 +03:00
},
2023-06-25 22:29:45 +03:00
"vgovernments": {
"name": "Virtual Governments",
2023-06-26 15:51:35 +03:00
"description": "Map of Virtual Countries from OOVC organisation.",
2023-06-25 22:29:45 +03:00
"geoURL": "https://raw.githubusercontent.com/agaria-rep/CIMOOVG/main/map/geo.geojson",
"countryInfoURL": "https://raw.githubusercontent.com/agaria-rep/CIMOOVG/main/map/src/countries.json"
2023-06-26 20:42:36 +03:00
},
"ivc": {
"name": "International Virtual Countries",
"description": "Map of International Virtual Countries (League of Virtual Nations).",
"geoURL": "https://raw.githubusercontent.com/Eugeny2010/ivc-map/main/map/geo.geojson",
"countryInfoURL": "https://raw.githubusercontent.com/Eugeny2010/ivc-map/main/map/src/countries.json"
2023-10-16 19:15:26 +03:00
},
"dusiburg": {
"name": "Political Map of Dusiburg",
"description": "Политическая карта Дусибурской Республики",
"geoURL": "https://raw.githubusercontent.com/dusiburg/map_of_dusiburg/main/geo.geojson",
"countryInfoURL": "https://raw.githubusercontent.com/dusiburg/map_of_dusiburg/main/src/countries.json"
2023-06-26 20:59:55 +03:00
}
2023-06-11 09:31:32 +03:00
}