<pre>As suggested Julien, changing in <br>chameleon/htdocs/widgets/LayerAttributes.php<br><br>Around line 180,from<br>$oShape = $oLayer->getShape($nTile, 0 );<br><br>to:<br>$oShape = $oLayer->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 <<a href="mailto:jlacroix@mapgears.com">jlacroix@mapgears.com</a>>:</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->getShape($nTile, 0 );<br><br>Change it for:<br>
$oShape = $oLayer->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>> <cwc2 type="MapTips" defaulttext="&nbsp;" tolerance="2"
<br>> maptipsdiv="MapTipsLayer" label="Map Tips" layer="scuole"<br>> attributes="comune" styleresource="TextButtons"<br>> popupstyleresource="TextButton<br>> s" popupwidth="550" popupheight="475"
<br>> image="images/icon_maptips.png" toolbar="false" status="false"<br>> menubar="false" onmouseover="myMaptipsOver" onmouseout="myMaptipsOut"><br>>
<br>> <image state="normal"/><br>> <image state="selected"/><br>> <image state="hover"/><br>> </cwc2><br>><br>> This is the definition of MapTips Widget!
<br>><br>> Now i have names of comune on mouse over! but i cannot change value from<br>> comune to other fields because widget can see only layers but not<br>> attributes!<br>><br>> 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>