MapList/index.json

19 lines
763 B
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-14 19:49:38 +03:00
},
"cringemap": {
"name": "Cringemap",
"geoURL": "https://raw.githubusercontent.com/dusiburg/cringemap/main/Cringemap/geo.geojson",
"countryInfoURL": "https://raw.githubusercontent.com/dusiburg/cringemap/main/Cringemap/src/countries.json"
2023-06-11 09:31:32 +03:00
}
}