On Jan 18, 11:17 am, Michael Rex Schumacher
<[email protected]> wrote:
> Hello,
>
> Using Google API v3
>
> Both the default marker and custom marker sizes are getting
> inflated/stretched when my map displays in Firefox or Chrome, but
> strangely it works fine in IE8.
>
> Website is here:http://www.doolietraders.com/- Select one of the
> tracking codes to pull up the map.
var image = new google.maps.MarkerImage(
'images/1I_Icon.png',
new google.maps.Size(44, 40),
new google.maps.Point(0, 0),
new google.maps.Point(10, 40)
);
This icon is 20x40:
http://www.doolietraders.com/images/1I_Icon.png
Have you tried defining the correct size for it?
-- Larry
>
> Added notes:
>
> The map is in a web formview in a master page situation so I load
> on the body of that. This is then loaded via the databound event of
> the formview.
>
> Dim body As HtmlGenericControl =
> DirectCast(Master.FindControl("mBody"), HtmlGenericControl)
> body.Attributes.Add("OnLoad", "initialize(" & strLat & "," &
> strLong & ")")
>
> Thank you
>
> Michael
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.