Hi,
It shows header image in edit tour page. http://prntscr.com/niit09
If you want to change it, please edit /archive-tour.php and /single-tour.php file.
For example, in archive-tour.php file, you can find following code.
map_image_url: '<?php echo ct_get_header_image_src( $tour_obj['tour_id'], "ct-map-thumb" ); ?>',
And you edit this code to show featured image.
map_image_url: '<?php echo get_the_post_thumbnail_url( $tour_obj['tour_id'], "ct-map-thumb" ); ?>',
Regards, C-Themes