3 // These settings control the import of special phrases from the wiki.
5 // class/type combinations to exclude
8 'boundary' => array('administrative'),
9 'place' => array('house', 'houses'),
12 // If a class is in the white list then all types will
13 // be ignored except the ones given in the list.
14 // Also use this list to exclude an entire class from
18 'highway' => array('bus_stop', 'rest_area', 'raceway'),
19 'building' => array(),