Image Map

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • semomaniz
    Recognized Expert New Member
    • Oct 2007
    • 210

    Image Map

    I have a US map image in my page. My application is supposed to highlight the states that an individual have visited. For example if i have visited state MO, IL , KS then in the image the states MO, IL and KS needs to be highlighted with a color. I am trying to use image maps but i am being unsuccessful to highlight it even though i have the coordinates.

    I have been researching on this and have not found any help so far. Is there a different approach to this ? Please advice
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I'm not sure how you would achieve this.

    You could consider having a regular, unhighlighted map showing by default...and a "master image" (something like described in this article about Sprites)...and if the user has visited the State then grab the highlighted State image from the "master image" and move it over top of the default map.

    Or you could consider creating the image server side using the graphics tools that .NET provides (I'm not great with this though and I'm not sure how you would highlight a "State")

    -Frinny

    Comment

    • semomaniz
      Recognized Expert New Member
      • Oct 2007
      • 210

      #3
      I figured this out. I created the image using graphics tool and then highlighted the state accordingly. Learned something new.

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Sounds like you're working on a pretty cool project :)
        I'm glad you solved your problem!

        -Frinny

        Comment

        Working...