MapList/index.json

26 lines
1.2 KiB
JSON
Raw Normal View History

2023-06-11 09:31:32 +03:00
{
"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"
},
"movc": {
"name": "ERTH2",
"description": "Map of the Virtual States of the ERTH2 Universe",
"geoURL": "https://erth2.github.io/movc/geo/geo.geojson",
"countryInfoURL": "https://erth2.github.io/movc/geo/src/countries.json"
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-06-26 20:59:55 +03:00
}
2023-06-11 09:31:32 +03:00
}