yes, its easy to combine. just use a structure like this:
<svg> <!-- screen oriented coordinate system --> <svg> <!-- map oriented coordinate system --> </svg> <g id="tooltip> <!-- this is where the tooltip geometry is placed. it has to be on top of everything else --> </g> </svg> There is an example at http://www.carto.net/papers/svg/gui/tooltips/ that demonstrates just this structure. The map geometry can trigger the tooltip display, but the tooltips won't transform, since they are in the screen oriented coordinate system. Andreas --- In [email protected], "simonshutter" <[EMAIL PROTECTED]> wrote: > > Andreas/André et al., > > Is it possible to combine the navigationTools and ToolTip functionality > in one file? I have successfully implemented both separately but am > unable to get tool tips to pop up when I combine them. > > Thanks, Simon > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

