add street to the address of rank >27 objects

fixes trac ticket #4711
This commit is contained in:
Sarah Hoffmann
2012-12-13 20:31:52 +01:00
parent fa1f23edfb
commit d45011cc32

View File

@@ -1526,6 +1526,7 @@ BEGIN
-- Merge address from parent
nameaddress_vector := array_merge(nameaddress_vector, location.nameaddress_vector);
nameaddress_vector := array_merge(nameaddress_vector, location.name_vector);
--return NEW;
-- Performance, it would be more acurate to do all the rest of the import process but it takes too long
-- Just be happy with inheriting from parent road only