1. ExtMapTypeControl creates its own map type buttons, so you should not additionally create a map type button yourself - as my More...Button script does, because in this case the button(s) will appear twice. This means that you certainly can add the terrain map as the fourth map type, but not inside GHierarchicalMapTypeControl. GHierarchicalMapTypeControl and ExtMapTypeControl doesn't fit together excessively.
2. At the moment there is a bug in API v2, so that the thumbnails of the Photo and Wiki layers are not clickable. http://groups.google.com/group/Google-Maps-API/browse_thread/thread/678d0c1361a7276f# To go around that bug you can use v2.x, like in this example http://wolfpil.googlepages.com/more-button.html 3. As soon as Google switches on the video layer in the API, there will be a new version of ExtMapTypeControl available. With this new version it will be possible to enable the Traffic and More...Button simultaneously. So if you don't want to arrange the whole thing yourself and you can wait a foreseeable time, then you should. ;-) On Mar 13, 3:55 pm, BrummiesFans <[email protected]> wrote: > Thanks for the reply Ross > > That extmaptypecontrol script, I think, controls the traffic overlay, > so I will want it there, albeit switchable from the button that's > missing at the moment. > > Where should the <script src="http://www.brummiesfans.com/googlemaps/ > extmaptypecontrol.js" type="text/javascript"></script> line go? in / > test3.html it was in the <head> but there again everything was in the > <head> there. This time most of the script is in the <body> but there > again, should that affect javascript? I tried including it in the > <head> but that had no effect > (seehttp://www.brummiesfans.com/googlemaps/test5.html) > Does it matter where in the sequence of functions it is placed? I read > somewhere that the instructions (functions?) in a script are carried > in the order in which they appear, so the right place may be > important. > > Thanks again and I look forward to hearing from you again > > Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
