]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/specialphrases.php
Merge branch 'master' of github.com:twain47/Nominatim
[nominatim.git] / utils / specialphrases.php
index b8c49da0214acda48caf324da706514319fddd55..28d550106f7ff3a0d890928b714d6507bebcdabd 100755 (executable)
@@ -86,6 +86,9 @@
 
                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 ";