diff --git a/Templates/Map/mapview.tpl b/Templates/Map/mapview.tpl
index 43ae4c35..7a55b46b 100644
--- a/Templates/Map/mapview.tpl
+++ b/Templates/Map/mapview.tpl
@@ -439,7 +439,14 @@ while ($donnees = mysqli_fetch_assoc($result2)) {
function init_local(){map_init();}
plus){
- echo '
';
+ if(!empty($session->userinfo['map'])){
+ // Preference "Show the large map in an extra window" (#198):
+ // open the large map (karte2.php) in a separate browser window
+ // instead of the in-page iframe overlay.
+ echo '
';
+ } else {
+ echo '
';
+ }
}?>