mirror of
https://github.com/CIMEngine/WorldMap.git
synced 2024-11-21 20:56:22 +03:00
Create README.md
This commit is contained in:
parent
4dc83920a5
commit
0860d13418
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# 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
|
||||||
|
└── ...
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue