From a558a2947bc7d2478f6ca3bef5d10212f122340b Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Thu, 29 Aug 2024 11:10:38 +0000
Subject: [PATCH] Update README.md

---
 README.md | 32 +++++---------------------------
 1 file changed, 5 insertions(+), 27 deletions(-)

diff --git a/README.md b/README.md
index a1e88ea..5b6c841 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,10 @@
-
-
 ---
+This is a map to show the diffrent study areas that HIRE Promotionskolleg Team workijng on.
 
-Example plain HTML site using GitLab Pages.
-
-Learn more about GitLab Pages at https://pages.gitlab.io and the official
-documentation https://docs.gitlab.com/ce/user/project/pages/.
-
----
-
-## GitLab CI
-
-This project's static Pages are built by [GitLab CI][ci], following the steps
-defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
+you can access the map using the link: https://transfer.hft-stuttgart.de/pages/hire-promotionskolleg-team/study-areas-maps/
 
-```
-variables:
-  EXPORT_DIR: "/var/www/html/pages"
+## Add data
 
-pages-master:
-  stage: deploy
-  script:
-    - mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"	
-    - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
-  tags: 
-    - production
-  only: 
-    - master
-```
+To add your study area please edit the pins.csv file and push the edits. you can convert adress to Lat, Lon using this website: https://www.latlong.net/convert-address-to-lat-long.html
 
-The above example expects to put all your HTML files in the `public/` directory.
+you can assign a uniqure color to your pins :) 
-- 
GitLab