From c8a3bc749f4042516a8148ab8370ed80eec28816 Mon Sep 17 00:00:00 2001 From: Komzpa Date: Fri, 23 Mar 2012 12:56:44 +0300 Subject: [PATCH] better search for nearest street for complicated houses --- src/komap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komap.py b/src/komap.py index 8369578..ad22a25 100644 --- a/src/komap.py +++ b/src/komap.py @@ -844,7 +844,7 @@ if options.renderer == "mapnik": l."name" = h."addr:street" and l.highway is not NULL and l."name" is not NULL - order by ST_Distance(ST_Buffer(h.way,0.1), l.way) asc + order by ST_Distance(ST_PointOnSurface(ST_Buffer(h.way,0.1)), l.way) asc limit 1 ), (select @@ -869,7 +869,7 @@ if options.renderer == "mapnik": l."name" = h."addr:street" and l.highway is not NULL and l."name" is not NULL - order by ST_Distance(ST_Buffer(h.way,0.1), l.way) asc + order by ST_Distance(ST_PointOnSurface(ST_Buffer(h.way,0.1)), l.way) asc limit 1 ), ST_Intersection(