From 6049a9b1f4394afd8fcce2cdbb5fef12feac53f1 Mon Sep 17 00:00:00 2001
From: Lorenz Wenner <lrnzo@posteo.de>
Date: Wed, 6 Feb 2019 14:07:16 +0100
Subject: [PATCH] =?UTF-8?q?=09ge=C3=A4ndert:=20=20=20=20=20=20=20bad=5Fibu?=
 =?UTF-8?q?rg.conf=20=09multiple=20rectangular=20shapes=20into=20one=20pol?=
 =?UTF-8?q?ygonal=20shape?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 domains/bad_iburg.conf | 35 +++++++++++++++++++++++------------
 1 file changed, 23 insertions(+), 12 deletions(-)

diff --git a/domains/bad_iburg.conf b/domains/bad_iburg.conf
index 5eef82a..fb08caf 100644
--- a/domains/bad_iburg.conf
+++ b/domains/bad_iburg.conf
@@ -52,16 +52,27 @@
 	},
 	hoodselector = {
 		shapes = {
-			{
-				{
-					lat = 52.07,
-					lon = 7.99
-				},
-				{
-					lat = 52.182,
-					lon = 8.15
-				}
-			}
-		}
-	}
+    {
+      {
+       lat = 52.07,
+       lon = 7.99
+      },
+      {
+       lat = 52.07,
+       lon = 8.15
+      },
+      {
+       lat = 52.182,
+       lon = 8.15
+      },
+      {
+       lat = 52.182,
+       lon = 7.99
+      },
+      {
+       lat = 52.07,
+       lon = 7.99
+      }
+    }
+  }
 }
-- 
GitLab