John Mathew

Members
  • Content count

    3
  • Joined

  • Last visited

About John Mathew

  • Rank
    Forum Newbie
  1. Hi , I want to show the tool tip on the map which shows the Country name but I do not want to show the value element for the corresponding country.I just want the Country Name to be represented in tool tip. Is there a way out?I tried but found that either we can show both(country& value) or none. Do we have something like includeValueInToolTip = 0 ?
  2. Hover Action Fusion Map

    i am working on an application in which we need to display quick overview of world map with few details: i am looking for some thing like this http://www.fusioncharts.com/maps/Demos/FlashExample/Index.html i have a table on the map page in which i have to display values like its being displayed for service,manufacturing etc in above link.As FC_Event takes objParams and while going through documentation..i found that objParams have parameters as entity id lname,sname, and value. I have following queries: 1.can we have parameters according to our requirements apart from the 4 already defined? 2.if yes, what needs to be done for that.i tried modifying the xml to have more attributes corresponding to enity id as shown below: <entity id="09" value="" cid="214" /> <entity id="10" value="" cid="222" /> <entity id="11" value="" cid="308" /> now when i try to use "objParams.cid" it gives me undefined that shows that these parameters have been defined internally somewhere. is it possible to define our own parameters and provide there values in XML to feed the map?
  3. Hi, I will be using world map countries FCMap_NewWorld.swf for one of my requirements .Since this Map is not included in GUI tool where can i get the XML file for this map so that i can modify that accordingly.