On Feb 4, 1:46 pm, "[email protected]" <[email protected]> wrote: > Hi Ralph, > > Sorry if this is a stupid question, but where is that piece of code? > > I dont see it in the source for that page, nor in the associated KML > file? > > Also if Google hasn't turned off support for V1, how come this doesn't > work anymore?
Google did turn off support for V1 a long time ago. However V2 has a V1 compatablility mode which means that most of the _documented_ V1 functionality should still work. Somewhere around last October they inadvertently removed the V1 map yypes (G_HYBRID_TYPE is a V1 map type), which broke a lot of maps. -- Larry > > Sorry for all the questions, just trying to learn more about what > actually went wrong here. > > Many Thanks for your help with this. > > Mark > > On Feb 4, 9:31 pm, Ralph Ames <[email protected]> wrote: > > > > > >http://www.clubcalibra.com/index.php?action=googlemap > > > This has to be changed from this > > > map.setMapType(G_HYBRID_TYPE); > > > to this > > > map.setMapType(G_HYBRID_MAP); > > > Ralph- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
