From caf70cec926e7677c4c7d88b2779e814f0ca6488 Mon Sep 17 00:00:00 2001 From: Artemy Date: Fri, 24 Nov 2023 12:40:56 +0300 Subject: [PATCH] add ovn --- README.md | 2 ++ index.json | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index fc27bc9..1862a55 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ 1. Political Map of the World ([worldMap](https://cimengine.github.io/map/?id=worldMap)) 2. Virtual Governments - Map of Virtual Countries from OOVC organisation. ([vgovernments](https://cimengine.github.io/map/?id=vgovernments)) 3. International Virtual Countries - Map of International Virtual Countries (League of Virtual Nations). ([ivc](https://cimengine.github.io/map/?id=ivc)) +4. Political Map of Dusiburg - Политическая карта Дусибурской Республики ([dusiburg](https://cimengine.github.io/map/?id=dusiburg)) +5. `OVN` map - Map of Virtual Countries ([movc](https://cimengine.github.io/map/?id=movc)) diff --git a/index.json b/index.json index 65c9c94..c3900d5 100644 --- a/index.json +++ b/index.json @@ -21,5 +21,11 @@ "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" + }, + "movc": { + "name": "`OVN` map", + "description": "Map of Virtual Countries", + "geoURL": "https://files.artegoser.ru/f/948e31aeb93d4eeebcd0/?dl=1", + "countryInfoURL": "https://files.artegoser.ru/f/838f0210fdfc430b8523/?dl=1" } }