]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/specialphrases.php
Use GB postcode table as definitive source. resort by pressence of search word in...
[nominatim.git] / utils / specialphrases.php
index 1c3eff5b497be3dd02c10478259829fe2d6885b0..81d240a612c1dc77062023967fff7cfb88ea734a 100755 (executable)
 
                foreach($aPairs as $aPair)
                {
+                       if ($aPair[0] == 'yes') continue;
+                       if ($aPair[1] == 'yes') continue;
+                       if ($aPair[0] == 'highway') continue;
                        if ($aPair[1] == 'highway') continue;
 
                        echo "create table place_classtype_".pg_escape_string($aPair[0])."_".pg_escape_string($aPair[1])." as ";