Topolino

Members
  • Content count

    2
  • Joined

  • Last visited

Posts posted by Topolino


  1. Just bought a Fusion Maps Developer License. Unfortunately, there is a bug in FCMap_NewWorld.swf. After loading the web page with the XML file below, the world map does not display the color #bacaff for Russia (id=118). But after you hover over Russia, the color #bacaff appears and stays there. This problem occurs only for Russia, all the other countries show up as desired. Used Versions: Fusion Maps 3, Internet Explorer 6.0 or Firefox 3.0, Flash 9.0. Is there any solution?

     

     

     

    <map animation='0' showCanvasBorder='0' showShadow='0' showBevel='0' borderColor='ffffff' fillColor='dddddd' HoverColor='dd1122' showLabels='0' baseFont='Trebuchet MS'

    baseFontSize='12' baseFontColor='333333' legendPosition='bottom' legendBorderColor='ffffff' legendShadow='0' hoverOnEmpty='0'>

    <colorRange>

    <color minValue="0" maxValue="2" displayValue="Test" color="000000" />

    </colorRange>

    <data>

     

     

    <entity id='118' value='1' toolText='Russia: Bug' />

    <entity id='05' value='1' toolText='Canada/other: OK' />

     

     

    </data>

    <styles>

    <definition>

    <style name='TTipFont' type='font' size='10' isHTML='1' color="001155" bgColor='ffffff' alpha='20' borderColor="ffffff" />

    </definition>

    <application>

    <apply toObject='TOOLTIP' styles='TTipFont' />

    </application>

    </styles>

    </map>