Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 587 Bytes

File metadata and controls

22 lines (17 loc) · 587 Bytes

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
└── ...