brunorichart / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

Bug: ExtMapTypeControl now displays traffic by default (should start hidden) #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Redirected from:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=543

What steps will reproduce the problem?
1. go to http://www.c21nm.com
2. the traffic displays automatically before the button is pressed

What version of the API are you using? If using the JS API, you can tell
this by checking for a GET request like
I was using version 2.86 and version 2.x is now giving me issues.

Original issue reported on code.google.com by pamela.fox on 30 Jul 2008 at 1:02

GoogleCodeExporter commented 8 years ago
This was my fault for using an undocumented constructor. I've submitted a patch 
that
uses the new constructor, but I still need to get it documented.
You can see the diff here, if you've downloaded the extmaptypecontrol.js and 
need to
make the fix yourself:
http://code.google.com/p/gmaps-utility-library-dev/source/diff?r=686&format=side
&path=/trunk/extmaptypecontrol/src/extmaptypecontrol.js&old_path=/trunk/extmapty
pecontrol/src/extmaptypecontrol.js&old=672

Original comment by pamela.fox on 30 Jul 2008 at 1:05

GoogleCodeExporter commented 8 years ago
Thank you very much for the fix and the quick response.  Everything is working 
like
before with my code now.

Original comment by drjones...@gmail.com on 30 Jul 2008 at 1:53