vkh

Members
  • Content count

    2
  • Joined

  • Last visited

About vkh

  • Rank
    Forum Newbie
  1. Map disappears after postback?

    actually the charts are working fine, and i am using the renderChartHTML. the trouble i'm having is with the map only... the map will load the first time the page loads, but if you resubmit the information to change the graph its not rendering properly.. i'm using php, so i echoed out the $strXML (which is coming across fine with no errors). its like the map doesnt get the javascript needed to render the second time it loads - even though its all the same file - and t works just fine the first time... is there some equivalent in fusionMaps to the renderChartHTML - i tried renderMapHTML which didnt work - but i cant find another option in the documentation i appreciate the help v
  2. Map disappears after postback?

    i'm running into the same problem. i have a map embedded with a javascript/ajax call to switch between maps and charts. on page load the map works fine - but if i click to switch to a chart, then back to the map - it just says maps and does not render the map. i'm having the problem on mac and pcs, using IE, firefox(for mac and pc) and safari... the code is in several separate files - i can try and combine them to make some sort of sense, but if you can provide any insight as to where to start it would be greatly appreciated... v