From 0860d13418fc6e6a0c2718b3eb47d8b464c597b1 Mon Sep 17 00:00:00 2001 From: Artemy Date: Sat, 10 Jun 2023 22:33:10 +0300 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c046bd --- /dev/null +++ b/README.md @@ -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 - + +## Repository Structure + +The repository is organized as follows: + +```txt +/ +├── map/ +│ ├── src/ +│ │ └── countries/ +│ │ ├── usa.geojson +│ │ ├── china.geojson +│ │ ├── germany.geojson +│ │ ├── ... +│ └── geo.geojson - all countries +└── ... +```