Hi All,

I have made some custom marker icons for a google map which started
off at a resolution of 29 by 32 pixels.
I have subsequently been asked to shrink these icons to 15 x 16
pixels. This has been done and within the javascript I have updated
the marker attributes to have the new size as follows

var markerImage = new google.maps.MarkerImage(destination.MI,
new google.maps.Size(15, 16),
new google.maps.Point(0, 0),
new google.maps.Point(0, 16));

After this change the Icons render properly in Firefox etc, however in
IE 8 they are stretched and generally useless.

I have cleared cache and done followed all of the usual steps to make
sure the new version of the image is being loaded in IE to no avail.

Any assistance would be very helpfull

This is the test page

http://trekamericalive.kmp.co.uk/

Cheers
JP

-- 
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.

Reply via email to