]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/phrase_settings.php
Deleted specialphrases.php and phrase_settings.php
[nominatim.git] / settings / phrase_settings.php
diff --git a/settings/phrase_settings.php b/settings/phrase_settings.php
deleted file mode 100644 (file)
index 945235b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-// These settings control the import of special phrases from the wiki.
-
-// class/type combinations to exclude
-$aTagsBlacklist
- = array(
-    'boundary' => array('administrative'),
-    'place' => array('house', 'houses'),
-   );
-
-// If a class is in the white list then all types will
-// be ignored except the ones given in the list.
-// Also use this list to exclude an entire class from
-// special phrases.
-$aTagsWhitelist
- = array(
-    'highway' => array('bus_stop', 'rest_area', 'raceway'),
-    'building' => array(),
-   );