diff --git a/public/content/content.json b/public/content/content.json index 1f2e0c2af75e738f060979ac1d25489306c850d5..556dbbcc60a4a2733bba21fc0040b6d083839218 100644 --- a/public/content/content.json +++ b/public/content/content.json @@ -91,6 +91,29 @@ "publication": "https://doi.org/10.1016/j.egyr.2022.03.187" } }, + { + "item": { + "title": "Web-based Region Choose", + "project": "Urban Data Platform", + "author": { + "firstName": "Joe", + "lastName": "T. Santhanavanich", + "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich" + }, + "project_year_start": "2022", + "project_year_end": "2022", + "project_is_on_going": true, + "imageLink": "imgs/thumbnails/regionchooser.jpg", + "keywords": ["CityGML", "GIS","BBox finder"], + "description_en": "This application is a web based application with a graphical interface that allows users to extract a specific region by drawing bounding region (box/ polygon). Users can get results in any valid ESPG coordinate system.", + "description_de": "This application is a web based application with a graphical interface that allows users to extract a specific region by drawing bounding region (box/ polygon). Users can get results in any valid ESPG coordinate system." + }, + "refIndex": 5, + "links": { + "demo": "https://transfer.hft-stuttgart.de/pages/urbandataplatform/webregionchooser/index.html", + "repo": "https://transfer.hft-stuttgart.de/gitlab/urbandataplatform/webregionchooser" + } + }, { "item": { "title": "COVID-STA", diff --git a/public/imgs/thumbnails/regionchooser.jpg b/public/imgs/thumbnails/regionchooser.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e63a73c0733be81b5d221bbd33637783e98f4bc Binary files /dev/null and b/public/imgs/thumbnails/regionchooser.jpg differ