From 364329dc0e0e6c2b80f13bb9e2f74b9de25558ec Mon Sep 17 00:00:00 2001 From: Riccardo Berto Date: Sun, 12 Sep 2021 11:51:25 +0200 Subject: [PATCH] more generous Trezzo sull'Adda radius --- init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sql b/init.sql index dd759e5..a037738 100644 --- a/init.sql +++ b/init.sql @@ -33,7 +33,7 @@ begin return 'Boara'; when st_dwithin($1, st_point(45.610874, 9.522227), 2000) then return 'Trezzo sull` Adda'; - when st_dwithin($1, st_point(45.645741, 9.265780), 1000) then + when st_dwithin($1, st_point(45.645741, 9.265780), 2000) then return 'Sovico'; when st_dwithin($1, st_point(45.588173, 9.275549), 3000) then return 'Monza';