On Nov 3, 10:56 pm, youradds <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks, that sorted out that one :) > > Guess I've been doing the same on this one too: > > http://www.cancunandrivieramaya.com/map.shtml > > However, I've changed it from v=2.x to v=2, and now the "zoom" level > stuff has stopped working - and also > map.setMapType(G_HYBRID_TYPE); doesn't seem to be working. Is this > something else thats changed?
Yes (old v1 syntax was accidentally removed). Did you try searching for it? http://groups.google.com/group/Google-Maps-API/search?q=G_HYBRID_TYPE&start=0&scoring=d& -- Larry > > TIA! > > Andy > > On Nov 3, 9:56 pm, "Barry Hunter" <[EMAIL PROTECTED]> wrote: > > > New versions of the API are released almost weekly. > > > It appears you are (inadvertantly??) using obsolute code - left over from > > v1. > > > Such syntax was depreciated about 2 years ago, and recent changes > > inadvertantly broke such old code. > > > As another issue notice you have v=2.x in your loader, and without a > > good reason you shouldnt use that for a production website - it means > > you are exposed to the experimental version as soon as it comes out - > > which could easily break your site. You should really use v=2 - which > > will be more stable. > > > On Mon, Nov 3, 2008 at 9:45 PM, youradds <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Has there been any major changes in the map stuff? Got a weird thing > > > going on in IE: > > > >http://www.webcam-index.com/webcams/1156.html > > > > (looks fine in FF) > > > > The "zoom" bar looks screwed. > > > > It was even worse before I removed: > > > > map.setMapType( G_HYBRID_TYPE ); > > > > ...so wondering if somethings gone on I didn't know about? > > > > TIA > > > > Andy > > > -- > > Barry > > > -www.nearby.org.uk-www.geograph.org.uk- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
