murchd / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 0 forks source link

custom icons need ability to set imagemap property #145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create map with custom markers and icons.
2. View map in FF (any non-IE browser)

What is the expected output? What do you see instead?

Map icons should be clickable, but only a tiny fraction (upper left corner) of 
the marker icon is actually clickable.

What version of the product are you using? On what operating system?
1.1.3-u3 on 32-bit Windows XP and Red Hat ES.

Please provide any additional information below.
Best possible solution would be to ensure every attribute defined on 
http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GIco
n is accessible through the <m:icon> tag. (I assume the intention was to expose 
all API attributes via the taglib, but this appears to have been missed.)

Original issue reported on code.google.com by gvo...@tomwitmer.com on 2 Sep 2010 at 5:35

GoogleCodeExporter commented 9 years ago
http://www.mashups4jsf.com/gmaps4jsf-examples/pages/customMarkers.jsf

Please check this, these are custom icons and they are clickable.

Original comment by Hazem.sa...@gmail.com on 30 Oct 2010 at 12:35

GoogleCodeExporter commented 9 years ago

Original comment by Hazem.sa...@gmail.com on 2 Dec 2010 at 11:28

GoogleCodeExporter commented 9 years ago
It's clickable because the custom icon has the same clickable area as the 
original icon. but if you set any larger icon - the you need to specify 
imageMap property that exists in GIcon but not exists in IconTag. So the issue 
is reproducible.

Original comment by Andrej.R...@gmail.com on 22 Dec 2010 at 10:12