ranking for mountain_pass

This commit is contained in:
Datendelphin 2012-04-06 18:34:45 +02:00
parent e62e75f1a7
commit 6aa42cb36a

View File

@ -1029,7 +1029,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','isolated_dwelling') THEN
ELSEIF NEW.type in ('farm','locality','islet','isolated_dwelling','mountain_pass') THEN
NEW.rank_search := 20;
NEW.rank_address := 0;
ELSEIF NEW.type in ('hall_of_residence','neighbourhood','housing_estate','nature_reserve') THEN