Hi Hugues,

hugues parvillers wrote:
I'm able to identify that I'm in the 5% width/height
area near the border of the main map, but nothing
exact happens to the cursor when I set


myMainMap.mapSVG.setAttributeNS(null,"cursor","move");

The cursor changes randomly to the right appareance
when moving on the map without correct reason ?

The cursor only changes when you are 'over' an element with pointer events. The easiest thing to do would be to add: <rect x="0" y="0" width="100%" height="100%" visibility="hidden" pointer-events="fill"/> as the first child of your SVG element.

Is there any artefact or trouble with the fact I'm
still over the same object ? What is the exact
condition (event ?) for the cursor to change of
appareance ?

I don't think so... But I could be wrong.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to