On Nov 14, 12:32 pm, peta2 <[EMAIL PROTECTED]> wrote: > Hi- > A couple of weeks ago (~10/29), my application failed. I'm not sure > if it is a versioning problem, because there have been no changes to > the code for months. Please take a look. > > http://www.mass.gov/czm/wrp/planning_pages/gmplan/gmap.htm > > I'm a novice at this and had borrowed most of the code from a friend's > app, so I don't know how to begin fixing it. > > The map should start on the satellite view, show a poly line in > transparent green, numbered markers (teardrops of various colors) and > have an index (sites by town) in the right column that links/zooms to > the numbered markers. > I get the error G_HYBRID_TYPE is undefined: http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=G_HYBRID_TYPE&qt_g=Search+this+group
That is a v1 constant that was deactivated by Google. Replace it with G_HYBRID_MAP see the upgrade guide: http://code.google.com/apis/maps/documentation/upgrade.html for more information. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
