On Aug 1, 11:28 pm, mifi601 <[email protected]> wrote: > that did it > onhttp://www.islaculebra.com/culebra-maps/find-culebra-coordinates.php > > I really appreciate your time! > > Will edit the other sites and report back!
You may want to know the reason... Your code currently requests v2.50 of the API script (it's the v=2.50 part of the <script> tag with your key in it). When that was issued, the old version 1 map-types were still supported, so G_MAP_TYPE worked. About 18 months ago, v2.50 was turned off and everything before v2.83 received that version, which was called 2.s. That still supported the version 1 names. Three weeks ago, that default version changed again to v2.140. In the meantime, support for version 1 map names had been withdrawn. So when you requested v2.50, you got the new v2.s=v2.140 and G_MAP_TYPE isn't defined. Do keep an eye on the sticky posts at the top of the web view of the Group, because they will flag up what's happening with the different versions. The change to v2.140 has been known about for a couple of months, with a warning to set that explicitly in your <script> tag and make sure everything works. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
