My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 3912: Bug: MarkerImage scaledSize in IE doesn't work when scaling smaller.
7 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  [email protected]
Closed:  Apr 2012


Sign in to add a comment
 
Reported by [email protected], Feb 9, 2012
If the source image bigger than the resulting size, Google Maps will not scale it correctly.  However, it will scale to a larger size.

So let's say 'theimage.jpg' is 50x50:

//This will NOT scale in IE

var useImage = new google.maps.MarkerImage('theimage.jpg',
				  null,
				  null,
				  null,
				  new google.maps.Size(25, 25));

//This WILL scale in IE

var useImage = new google.maps.MarkerImage('theimage.jpg',
				  null,
				  null,
				  null,
				  new google.maps.Size(100, 100));
Feb 10, 2012
#1 [email protected]
Looks to be related my  issue 3917 , I have attached an example in that thread.
https://code.google.com/p/gmaps-api-issues/issues/detail?id=3917


Feb 19, 2012
#2 [email protected]
Is this still an issue? Please confirm which version of IE you are using, too.
Feb 21, 2012
Project Member #3 [email protected]
(No comment was entered for this change.)
Status: Confirmed
Owner: [email protected]
Labels: Internal-6041273
Mar 2, 2012
#4 [email protected]
Confirmed today with IE8
Mar 7, 2012
#5 [email protected]
Please, is this fixed? When will be available?
Thanks!
Apr 23, 2012
#6 [email protected]
(No comment was entered for this change.)
Status: Fixed
Sign in to add a comment

Powered by Google Project Hosting