Celeste

Members
  • Content count

    15
  • Joined

  • Last visited

About Celeste

  • Rank
    Junior Member
  1. When a marker is clicked on the map, I would like another window to open for the link. This should be a simple line of code but I don't know what it is. Thank you.
  2. eliminating white space

    Which file do you put that change into or is it in the html itself?
  3. Clickable FusionMap Markers

    Oops.......forgot that sometimes "testing maps" don't always work. Got the markers linking now Thanks so much Zeddius! Celeste
  4. Clickable FusionMap Markers

    Thanks for assistance....I'm still doing something wrong. If I want to actually put another page on the url as a link, any idea how that is supposed to look? I've gotten various errors from invalid xml data to the old reliable error in loading data. I need for my marker to go to another page on the site. There's only about 4 places in the gui area that you can edit those lines. I guess I just haven't found the right one yet This is what is NOT working: marker id="RTMI' shapeId='circle' link='http://url.com/pagename.html' /
  5. Clickable FusionMap Markers

    Where specifically in the .xml is the link attribute for a marker? Thank you.
  6. Two Counties Misspelled in NC

    Iredale County is also incorrect - the correct spelling is Iredell
  7. Nevermind!! I got it I'm so excited! Celeste
  8. Two Counties Misspelled in NC

    There are two counties misspelled on the North Carolina Map: Chowman should be Chowan (no "w") North Hampton should be Northampton - one word, one "h" Is there a way for me to correct these on my map? Celeste
  9. I am thrilled to report that I have successfully added the map to my site and it looks very nice! It has lead me to my next problem and in reading further about the software, I'm not certain that what I ultimately want the map to do is achievable. Is is possible to use the map as a locator that you can click to access another url? Example, using the state of NC map, when I click on Guilford County, I want to go to the Guilford County page on my site. I have not been able to find the proper code to assign to that entity - FusionMaps is looking for something on my computer that is not there. Thank you! Celeste
  10. Oh it works just fine when I click on the little html symbol. It's when I try to put it into my web software that I get the first script error and it just goes downhill from there. When the site is uploaded, the message about if the user doesn't have Flash 8 etc... Celeste
  11. Here you go I'm feeling really incompetent right now - thanks for helping me out! Celeste FusionMaps.zip
  12. Where do I send the files - this is making me crazy!
  13. The map will replace this text. If any users do not have Flash Player 8 (or above), they'll see this message. var map = new FusionMaps("FCMap_NorthCarolina.swf", "Map_Id", 900, 400, "0", "0"); map.setDataURL("Data.xml"); map.render("mapDiv");
  14. I kind of figured it had to be something like that. Specifically, how do I do that?
  15. We're playing with the FusionMaps and have successfully opened our creation using the html shortcut from our desktop, however, ultimately I want to use it in my web program - if I can get it to work! I clearly do not understand this line of the code: The error I get on my computer is that "FusionMaps is undefined". Am I not putting that particular file in the proper place. I do not write or even pretend to know/understand code. My web program is a lot of drag & drop ! Is there help for me? Thanks, Celeste