Hi again. Look at the documentation for ImageMapType:
http://code.google.com/apis/maps/documentation/javascript/maptypes.html#ImageMapTypes See that you create your ImageMapType and then insert it into the Map's overlayMapTypes array. That's different to creating a StyledMapType. If you want an ImageMapType then why not just start with the demo code i linked to above? Note that if you click the View example link for that demo code it redirects to: http://code.google.com/apis/maps/documentation/javascript/examples/maptype-image.html That's not the demo page code! The link you posted has an error too. It's encoding is UTF-16LE and i think has been saved with a Unicode signature (BOM) which seems to prevent the API from loading. Might just be a problem with dropbox and not a problem with your original code. Martin. On Nov 10, 2:19 am, Map Guy <[email protected]> wrote: > Apologies, I thought it would be easier to make changes if I supplied the > file in email. > > Here it is online: > > http://dl.dropbox.com/u/48944369/goog.html > > If there is a beer fund, I'll happily contribute :) -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
