Political map of the world
Go to file
2024-01-24 09:38:15 +03:00
map Create map_settings.json 2024-01-24 09:38:15 +03:00
.gitattributes Initial commit 2023-06-10 21:55:52 +03:00
.gitignore Initial commit 2023-06-10 21:55:52 +03:00
LICENSE Initial commit 2023-06-10 21:55:52 +03:00
package-lock.json feat: australia, new zealand 2023-08-03 16:35:50 +03:00
package.json feat: australia, new zealand 2023-08-03 16:35:50 +03:00
README.md Create README.md 2023-06-10 22:33:10 +03:00

CIMEngine World Political Map

This repository contains GeoJSON files representing the political boundaries of countries and regions around the world, built using CIMEngine.

Site with a map - https://cimengine.github.io/map/

Repository Structure

The repository is organized as follows:

/
├── map/
│   ├── src/
│   │   └── countries/
│   │       ├── usa.geojson
│   │       ├── china.geojson
│   │       ├── germany.geojson
│   │       ├── ...
│   └── geo.geojson - all countries
└── ...