• Resolved geonym

    (@geonym)


    Hi
    Can I add more than one marker to an image map? I have successfully set up an image map and placed one marker with popup. Now I’d like to add more markers, but they all pile on top of the first one right in the center of the image. I am using lat=0 lon=0 (y=0 x=0 not working) to place the first marker in the center and than played with different coordinates, but to no avail. What am I doing wrong?
    Any help greatly appreciated!
    Cheers
    Antje

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add draggable="true" to the lines, then open your developer console and move an icon. You can see in the console that the Y and X of where you placed the icon appears.

    You may need to open your console drawer to see the information. View the image below for an example.

    View post on imgur.com

    Had the same problem, thanks to @jvangorp solution it works perfectly.
    I was testing with numbers like: y=10 x=23, but when I looked in the console was like y=0.004150390625 x=0.021240234375. That’s why it was “not working”.
    Thanks, jvangorp!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Markers on picture map’ is closed to new replies.