MapInfo Professional 10.5 – What’s New in MapInfo 10.5

Request info

MapInfo Professional Training

Version 10.5 represents a minor release of MapInfo with some changes to the functional parts of the software. This What’s New course comprehensively covers all the changes with a series of presentations. This is an ideal update course for users who have already followed the MapInfo courses for version 10.0 of the software.

Note: For users who wish to learn version 10.5 from scratch we recommend that you follow the version 10.0 courses first (either Beginners then Intermediate OR the Mastering) and then follow this series of What’s New in version 10.5 course presentations. As the version 10.5 release makes minor changes to the actual way the software is used this is the most efficient way to approach the training.

SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2024-09-19' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (3192) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC