2 # These settings control the import of special phrases from the wiki.
4 # Languages to download the special phrases for.
39 # class/type combinations to exclude
40 $aTagsBlacklist = array(
41 'boundary' => array('administrative'),
42 'place' => array('house', 'houses'),
44 # If a class is in the white list then all types will
45 # be ignored except the ones given in the list.
46 # Also use this list to exclude an entire class from
48 $aTagsWhitelist = array(
49 'highway' => array('bus_stop', 'rest_area', 'raceway'),
50 'building' => array(),