changeset 576:d5626dd370a4

Move fake area of bottlenecks to Salzburg.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 05 Sep 2018 18:35:49 +0200
parents 5484558e1b50
children e6c9d2da2e20
files cmd/bottlenecks/main.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cmd/bottlenecks/main.go	Wed Sep 05 18:11:50 2018 +0200
+++ b/cmd/bottlenecks/main.go	Wed Sep 05 18:35:49 2018 +0200
@@ -34,7 +34,7 @@
 	$3,
 	$4,
 	isrsrange(isrs_fromText($5), isrs_fromText($6)),
-	ST_MakePolygon(ST_GeomFromText('LINESTRING(0 0,1 0,1 1,0 0)', 4326))::Geography,
+	ST_MakePolygon(ST_ExteriorRing(ST_Buffer(ST_GeomFromText('Point(13.05501 47.80949)', 4326), 0.01)))::Geography,
 	$7,
 	$8,
 	$9,