Sign in to follow this  
JamieR

Fusionmaps Bug With Showlabel And Entities

Recommended Posts

<map borderColor="DEE8F4" fillColor="033c7d" hoverColor="0a579f" showCanvasBorder="0" showLabels="0" animation="0" showBevel="0" clickURL="" hoverOnEmpty="1" baseFontColor="033c7d"><data><entity id="AK" link="javascript:lightBox('AK')" color="F57540" toolText="" showLabel="1"/></data><styles><definition><style name="TT" type="font" color="033c7d" bgColor="ffffff"/></definition><application><apply toObject="ToolTip" styles="TT"/></application></styles></map>

 

Here is my code and what I want is just the Alaska label to show up. It is not working right now. Is there something else that I'm doing wrong?

Share this post


Link to post
Share on other sites

Hi Jamie,

 

Could you please try once with the following code:

 

<map borderColor="DEE8F4" fillColor="033c7d" hoverColor="0a579f" showCanvasBorder="0" showLabels="0" animation="0" showBevel="0" clickURL="" hoverOnEmpty="1" baseFontColor="033c7d"><data><entity id="AK" color="F57540" toolText="cdghdgd" showLabel="1" link="javascript:lightBox(AK);" /></data><styles><definition><style name="TT" type="font" color="033c7d" bgColor="ffffff"/></definition><application><apply toObject="ToolTip" styles="TT"/></application></styles></map>

 

I hope this helps.:)

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