From: Sarah Hoffmann Date: Thu, 22 Oct 2020 08:16:04 +0000 (+0200) Subject: readd boundary:administrative to class importance X-Git-Tag: v3.6.0~44^2~1 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/b012e152455e4238d927d75473352f9c9097b753?ds=sidebyside readd boundary:administrative to class importance --- diff --git a/lib/ClassTypes.php b/lib/ClassTypes.php index c8d37e52..752db865 100644 --- a/lib/ClassTypes.php +++ b/lib/ClassTypes.php @@ -275,6 +275,7 @@ function getImportance($aPlace) if ($aWithImportance === null) { $aWithImportance = array_flip(array( + 'boundary:administrative', 'place:country', 'place:state', 'place:province',