X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/effd8e12af440586594a18a04beb33abed260d15..af6b9fdb399f6f478ccfcd60f57ad223c7dc3cdf:/settings/phrase_settings.php diff --git a/settings/phrase_settings.php b/settings/phrase_settings.php index a3447cc3..945235bd 100644 --- a/settings/phrase_settings.php +++ b/settings/phrase_settings.php @@ -1,51 +1,20 @@ 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( + ); + +// 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(), -); + );