From 5c9bcdeab5978ed08fccf2d4646481605414addf Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Fri, 8 Nov 2019 14:30:19 +0100
Subject: [PATCH] README with screenshot and links

---
 README.md | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..97957a7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+# RegionChooser
+
+[![RegionChooserScreenshot][https://i.stack.imgur.com/ldsUV.png]][https://i.stack.imgur.com/ldsUV.png]
+
+[RegionChooser](https://transfer.hft-stuttgart.de/gitlab/hft_gitlab/regionchooser) is a Java project. Its graphical interface allows to extract a specific region from [CityGML](https://www.opengeospatial.org/standards/citygml) and save it as a smaller CityGML file.
+
+It uses:
+
+    * Java 8
+    * JavaFX
+    * [Openlayers](https://openlayers.org/)
+
+## Installation
+
+`mvn clean package`
+
+## Usage
+
+`start.bat` in Windows
+`./start.sh` in Linux
+
+## Author
+
+Eric Duminil, [HfT Stuttgart](https://www.hft-stuttgart.de/)
+
+## Contributors
+
+Matthias Betz, [HfT Stuttgart](https://www.hft-stuttgart.de/)
+
+## License
+[MIT](https://choosealicense.com/licenses/mit/)
-- 
GitLab