Hi, thanks for your kind reply and the online example. It's really impressive.
If you take a look at this picture, http://fromto.hig.se/~bjg/ggstview.jpg http://fromto.hig.se/~bjg/ggstview.jpg , when you drah the pegman on google map and pause for 1 second, a popup windw will show up, which is a embedded street view. My question is, is it possible to embed google streeet view in OpenLayers popup window? I have tried many methods, but all failed. Below is the Javascripe code: var myPano = new GStreetviewPanorama(document.getElementById("popmap")); var fenwayPark = new GLatLng(42.345573, -71.098326); var fenwayPOV = { yaw: 370.64659986187695, pitch: -20 }; myPano.setLocationAndPOV(fenwayPark, fenwayPOV); popup = new OpenLayers.Popup.FramedCloud("chicken", pLonLat, null, document.getElementById("popmap").innerHTML, null, true, onPopupClose); map.addPopup(popup); -- View this message in context: http://n2.nabble.com/Popup-window-with-embedding-Google-street-view-tp4853224p4858191.html Sent from the OpenLayers Dev mailing list archive at Nabble.com. _______________________________________________ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev