I'm working on the same issue. I know it is possible (although maybe not simple); based on this site
http://www.epa-echo.gov/echo/maps/chesapeake.html I'm still learning how to properly code, so i'm looking digging through this code trying to make my site work. If you have any insight, please share! Dan On Feb 17, 3:16 pm, MapsRus <[email protected]> wrote: > I have added a custom GMapType to my map: > > var tilelayers = [G_SATELLITE_MAP.getTileLayers()[0],gTileLayer]; > var gMapType = new GMapType(tilelayers, new GMercatorProjection(22), > "ArcGIS", {errorMessage:"No data available", minResolution: 0, > maxResolution: 21}); map.addMapType(gMapType); > > I can't figure out how totogglethevisibilityof this layer. Is > there a simple method to do this? > > Thanks in advance, > > M -- 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.
