You can overlay that layer on top of the map using a custom overlay, but it may look weird away from the equator if the projection is not the same as the API uses (it looks different to me):
Custom Overlays http://code.google.com/apis/maps/documentation/javascript/overlays.html#CustomOverlays Cheers, Miguel On Wed, May 26, 2010 at 14:20, Jack Berberette <[email protected]> wrote: > Hi Everyone, > > Well my map is up and running thanks to everyone's help here on the forum. > Our GIS guy just asked me if I could incorporate a WMS layer into the > existing map and enable toggling for that layer like the other feeds. > > 1. Is it possible to add WMS layers > > 2. (the most important step) How do I accomplish this without breaking > what I already have. > > Here's my map: http://www.vaviper.org/viperapp.html > > Here's a WMS layer that he wants added: > > > http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/obs?service=wms&version=1.1.1&request=GetMap&format=jpeg&BBOX=-140.25,10.46,-64.7,65.68&SRS=EPSG:4269&width=800&height=600&Layers=world_countries,RAS_GOES > > > This is where the layer comes from: > http://nowcoast.noaa.gov/help/mapservices.shtml?name=mapservices > > > This layer is really important to the agency because hurricane season is > almost here. > > > Thanks so much for your time, > > > Jack > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- 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.
