mirror of
https://github.com/CIMEngine/WorldMap.git
synced 2024-11-05 21:24:03 +03:00
23 lines
587 B
Markdown
23 lines
587 B
Markdown
|
# 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:
|
||
|
|
||
|
```txt
|
||
|
/
|
||
|
├── map/
|
||
|
│ ├── src/
|
||
|
│ │ └── countries/
|
||
|
│ │ ├── usa.geojson
|
||
|
│ │ ├── china.geojson
|
||
|
│ │ ├── germany.geojson
|
||
|
│ │ ├── ...
|
||
|
│ └── geo.geojson - all countries
|
||
|
└── ...
|
||
|
```
|