Sign in to follow this  
jrheard

Russia mouseover not fully working in NewWorld map

Recommended Posts

Hi,

 

 

 

I've got the NewWorld map up and running (on a local network using private data, unfortunately, so I can't provide a link), and overall it's pretty awesome. I am having one problem, though - I've assigned "link" attributes to each of my elements, and they're all working just fine, except that when I mouse over Russia, the cursor doesn't turn into a hand (i.e. the CSS value cursor:pointer, or the hand you see when you mouseover a link). Clicking on Russia activates its "link" attribute just fine, it's just the mouseover bit that's broken. Any idea what's going on?

 

 

 

Here's the entity declaration for Russia in my map (swapping angle-brackets for regular brackets to deal with the forum:

 

 

 

[entity id='RU' value='16.36' link='javascript:asiaMap.renderMap();' /]

 

 

 

And yes, asiaMap.renderMap() is a working function defined elsewhere, and I've got a declaration in my entityDef section that looks like this:

 

 

 

[entity internalId='174' newId='RU' /]

 

 

 

Thanks a bunch,

 

-JR

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this