diff --git a/README.md b/README.md index e3925dc..a1cb543 100644 --- a/README.md +++ b/README.md @@ -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. Cringemap ([cringemap](https://cimengine.github.io/map/?id=cringemap)) diff --git a/index.json b/index.json index 2ef1e6a..530538a 100644 --- a/index.json +++ b/index.json @@ -9,5 +9,10 @@ "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" + }, + "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" } }