move place=isolated_dwelling up to the same rank as place=locality

This commit is contained in:
Sarah Hoffmann
2012-02-12 10:12:51 +00:00
parent e081983bcd
commit b07185c934

View File

@@ -985,7 +985,7 @@ BEGIN
ELSEIF NEW.type in ('suburb','croft','subdivision') THEN
NEW.rank_search := 20;
NEW.rank_address := NEW.rank_search;
ELSEIF NEW.type in ('farm','locality','islet') THEN
ELSEIF NEW.type in ('farm','locality','islet','isolated_dwelling') THEN
NEW.rank_search := 20;
NEW.rank_address := 0;
ELSEIF NEW.type in ('hall_of_residence','neighbourhood','housing_estate','nature_reserve') THEN