Merge pull request #3 from agaria-rep/patch-1

add: OOVCmap
This commit is contained in:
Artemy Egorov 2023-06-26 17:35:44 +03:00 committed by GitHub
commit a2706bc7c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -2,3 +2,4 @@
1. Political Map of the World ([worldMap](https://cimengine.github.io/map/?id=worldMap))
2. ERTH2 - Map of the Virtual States of the ERTH2 Universe ([movc](https://cimengine.github.io/map/?id=movc))
3. Virtual Governments - Map of Virtual Countries from OOVC organisation. ([vgovernments](https://cimengine.github.io/map/?id=vgovernments))

View file

@ -9,5 +9,11 @@
"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"
},
"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"
}
}