X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cd6dcfa574b8620bde91aee91dc891be7f76439f..832547f192904a9ec92e173c27a91e0874fcc757:/settings/phrase_settings.php diff --git a/settings/phrase_settings.php b/settings/phrase_settings.php index 2e199ada..a3447cc3 100644 --- a/settings/phrase_settings.php +++ b/settings/phrase_settings.php @@ -3,49 +3,49 @@ # Languages to download the special phrases for. $aLanguageIn = array( - 'af', - 'ar', - 'br', - 'ca', - 'cs', - 'de', - 'en', - 'es', - 'et', - 'eu', - 'fa', - 'fi', - 'fr', - 'gl', - 'hr', - 'hu', - 'ia', - 'is', - 'it', - 'ja', - 'mk', - 'nl', - 'no', - 'pl', - 'ps', - 'pt', - 'ru', - 'sk', - 'sv', - 'uk', - 'vi', - ); + 'af', + 'ar', + 'br', + 'ca', + 'cs', + 'de', + 'en', + 'es', + 'et', + 'eu', + 'fa', + 'fi', + 'fr', + 'gl', + 'hr', + 'hu', + 'ia', + 'is', + 'it', + 'ja', + 'mk', + 'nl', + 'no', + 'pl', + 'ps', + 'pt', + 'ru', + 'sk', + 'sv', + 'uk', + 'vi', + ); # class/type combinations to exclude $aTagsBlacklist = array( - 'boundary' => array('administrative'), - 'place' => array('house', 'houses'), + '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(), + 'highway' => array('bus_stop', 'rest_area', 'raceway'), + 'building' => array(), );