X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/248b6ec90fe72bb2b6817a5569d1888983b5eb2d..84495489d9b995ff5cb1270a6ed0665c820f9d38:/settings/phrase_settings.php diff --git a/settings/phrase_settings.php b/settings/phrase_settings.php index 4456316e..2e199ada 100644 --- a/settings/phrase_settings.php +++ b/settings/phrase_settings.php @@ -38,14 +38,14 @@ $aLanguageIn = array( # 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(), );