110
modifications
Ligne 948 : | Ligne 948 : | ||
function AffichInfo(icons, infotype){ | function AffichInfo(icons, infotype){ | ||
<!-- Boucle les points pour créer les évènements clic et survol--> | |||
if (infotype=="INMAP"){ | if (infotype=="INMAP"){ | ||
for (i=1;i<icons.getSize();i++) { | for (i=1;i<icons.getSize();i++) { | ||
var poi = icons.getAt(i); | var poi = icons.getAt(i); | ||
MQA.EventManager.removeListener(poi, 'mouseover', affichout); | MQA.EventManager.removeListener(poi, 'mouseover', affichout); | ||
Ligne 959 : | Ligne 961 : | ||
else if(infotype=="OUTMAP") { | else if(infotype=="OUTMAP") { | ||
for (i=1;i<icons.getSize();i++) { | for (i=1;i<icons.getSize();i++) { | ||
var poi = icons.getAt(i); | var poi = icons.getAt(i); | ||
MQA.EventManager.removeListener(poi, 'mouseover', affichin); | MQA.EventManager.removeListener(poi, 'mouseover', affichin); | ||
Ligne 1 091 : | Ligne 1 093 : | ||
</script> | </script> | ||
<script> | <script> | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> | ||
</syntaxhighlight> | </syntaxhighlight> |
modifications