<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Texte de bulles Car";
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.TextedebullesCar
{mso-style-name:"Texte de bulles Car";
mso-style-priority:99;
mso-style-link:"Texte de bulles";
font-family:"Tahoma","sans-serif";}
span.apple-converted-space
{mso-style-name:apple-converted-space;}
.MsoChpDefault
{mso-style-type:export-only;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
{page:Section1;}
-->
</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="FR-CA" link="blue" vlink="purple">
<div class="Section1">
<p class="MsoNormal">HI,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-CA">I work on a interactive map for a company. My problem is when I want to pan outer of the bounds, the map doesn’t refresh and the tile is not reload. This happens with a WMS and a MapServer Layer with singleTile to true.
If I put the singleTile parameter to false its work. Also, on this interactive map I have change the version of openLayers I pass from openLayers 2.8 to openLayers 2.11 and when I use 2.8 its work but with 2.11 I meet the issue. I have try to change the control
</span><span lang="EN-CA" style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:black;
background:white">OpenLayers.Control.MouseDefaults()<span class="apple-converted-space"> to
</span></span><span lang="EN-CA"> </span><span lang="EN-CA" style="font-size:10.0pt;font-family:"Verdana","sans-serif";
color:black;background:white">OpenLayers.Control.Navigation()<span class="apple-converted-space"> and nothing change.
<o:p></o:p></span></span></p>
<p class="MsoNormal"><span class="apple-converted-space"><span lang="EN-CA" style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:black;
background:white"><o:p> </o:p></span></span></p>
<p class="MsoNormal"><span class="apple-converted-space"><span lang="EN-CA" style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:black;
background:white">Here a example of the source code of a layer definition:
<o:p></o:p></span></span></p>
<p class="MsoNormal"><span class="apple-converted-space"><span lang="EN-CA" style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:black;
background:white"><o:p> </o:p></span></span></p>
<p class="MsoNormal" style="margin-left:35.4pt;text-indent:35.4pt"><span lang="EN-CA">UniteEvalLayer = new OpenLayers.Layer.WMS("Unités d'évaluation",vpUrlCarte ,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"> {layers:["terrain"], 'map_imagetype':"GIF"},{'projection':'EPSG:32187','singleTile':true,'printParams' :{}, 'gutter':0}, vpMapOptions);<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Verdana","sans-serif";
color:black;background:white">Any advice appreciated.<span class="apple-converted-space"> <o:p></o:p></span></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-CA" style="color:#000099">Kim Desrosiers</span></b><b><span lang="EN-CA" style="font-size:12.0pt;color:#000099"><o:p></o:p></span></b></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>