It's probably best to start a new thread, rather than unearthing an old one that's only vaguely related.
http://www.pakobrats.com/morrinmaps/mappy5_1.php I get an error from map.maxZoom(mapMaxZoom); Map objects don't have a maxZoom method, https://developers.google.com/maps/documentation/javascript/reference#Map perhaps you meant that to set options like * * map.setOptions({ maxZoom: mapMaxZoom }); Your getTileUrl requests a default image of http://www.pakobrats.com/maps/blanker.png but that's not present on your server I don't fully follow what you're trying to do in your setLayersAlpha() code, you define an ImageMapType called 'maptiler' - but then destroy that and redefine using it the same name. Should those have different names, maptiler0 and maptiler1 say? -- 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]. Visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
