<pre>As suggested Julien, changing in <br>chameleon/htdocs/widgets/LayerAttributes.php<br><br>Around line 180,from<br>$oShape = $oLayer-&gt;getShape($nTile, 0 );<br><br>to:<br>$oShape = $oLayer-&gt;getShape($nTile, 1 );<br>
<br>all is fine <br><br>Thank you Julien!</pre><br><br><div><span class="gmail_quote">2006/6/5, Julien-Samuel Lacroix &lt;<a href="mailto:jlacroix@mapgears.com">jlacroix@mapgears.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>I may have a idea to help you. Change in the following file:<br>chameleon/htdocs/widgets/LayerAttributes.php<br><br>Around line 180, there's:<br>$oShape = $oLayer-&gt;getShape($nTile, 0 );<br><br>Change it for:<br>
$oShape = $oLayer-&gt;getShape($nTile, 1 );<br><br>If it works, please add a note to the bug 1468 and I'll fix it in CVS.<br><br>Julien<br><br><br>listserver server wrote:<br>&gt; &lt;cwc2 type=&quot;MapTips&quot; defaulttext=&quot;&amp;nbsp;&quot; tolerance=&quot;2&quot;
<br>&gt; maptipsdiv=&quot;MapTipsLayer&quot; label=&quot;Map Tips&quot; layer=&quot;scuole&quot;<br>&gt; attributes=&quot;comune&quot; styleresource=&quot;TextButtons&quot;<br>&gt; popupstyleresource=&quot;TextButton<br>&gt; s&quot; popupwidth=&quot;550&quot; popupheight=&quot;475&quot;
<br>&gt; image=&quot;images/icon_maptips.png&quot; toolbar=&quot;false&quot; status=&quot;false&quot;<br>&gt; menubar=&quot;false&quot; onmouseover=&quot;myMaptipsOver&quot; onmouseout=&quot;myMaptipsOut&quot;&gt;<br>&gt;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;normal&quot;/&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;selected&quot;/&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;hover&quot;/&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cwc2&gt;<br>&gt;<br>&gt; This is the definition of MapTips Widget!
<br>&gt;<br>&gt; Now i have names of comune on mouse over! but i cannot change value from<br>&gt; comune to other fields because widget can see only layers but not<br>&gt; attributes!<br>&gt;<br>&gt; Best Regards and thank you for your answer!
<br><br>--<br>Julien-Samuel Lacroix<br>Mapgears<br><a href="http://www.mapgears.com/">http://www.mapgears.com/</a><br></blockquote></div><br>