MapList/index.json
2024-01-23 21:06:36 +03:00

25 lines
1.3 KiB
JSON

{
"worldMap": {
"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"
},
"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"
}
}