-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.json
More file actions
23 lines (23 loc) · 1.13 KB
/
index.json
File metadata and controls
23 lines (23 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"worldMap": {
"external": "https://raw.githubusercontent.com/CIMEngine/WorldMap/main/map/map_settings.json"
},
"vgovernments": {
"name": "Virtual Governments",
"description": "Map of Virtual Countries from OOVC organisation.",
"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"
},
"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"
},
"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"
}
}