]> git.openstreetmap.org Git - nominatim.git/commitdiff
make sure rank 28 to 30 places are assigned a centroid value
authorBrian Quinion <openstreetmap@brian.quinion.co.uk>
Tue, 18 Dec 2012 13:37:48 +0000 (13:37 +0000)
committerBrian Quinion <openstreetmap@brian.quinion.co.uk>
Tue, 18 Dec 2012 13:37:48 +0000 (13:37 +0000)
sql/functions.sql

index dfb6463478d6ada2f9e2d9699b8bd378b1da8400..1af5fdbf5357c3a64f93bf32a7f66c1c0ce803f0 100644 (file)
@@ -5,7 +5,6 @@
 --  score integer
 --);
 
-
 CREATE OR REPLACE FUNCTION getclasstypekey(c text, t text) RETURNS TEXT
   AS $$
 DECLARE
@@ -1389,6 +1388,9 @@ BEGIN
 
 --RAISE WARNING 'finding street for %', NEW;
 
+      -- We won't get a better centroid, besides these places are too small to care
+      NEW.centroid := place_centroid;
+
       NEW.parent_place_id := null;
 
       -- to do that we have to find our parent road