On Dec 2, 3:52 am, tommo77funk <[EMAIL PROTECTED]> wrote: > Hi, > > Thank you so much for your help :) stumped me that one did as its > the first time I've noticed it not working. > > Changing G_SATELLITE_TYPE to G_SATELLITE_MAP made the difference ;) > > I was wondering if I could ask quick question though, when using > firebug, its says mf is undefined, I have no idea what mf is and where > to find it as it is not in my code.
I don't see that error. > > When I made this map, I made my markers like this.... > > var point = new GLatLng(64.23063,-21.224175); > var marker = createMarker(point,'<div style="width:655px">Take a > tour in Iceland. Have a look <a href="icepano4_xml.html">Pingvellir</ > a><iframe src="planet/icepano4_xml.html" height="430" width="655" > frameborder="0" scrolling="no" align="middle"></iframe>') > map.addOverlay(marker); > > using an iframe to display my java panorama content, I was wondering > if anyone knew of a better way to display html content in the pop up > bubble, the display windows still work, but the panoramas no longer > show, I checked sun java console and it says things are missing, but > when I check the actual html page I am displaying things are fine. > > I need to work on this but really lack time, I tried using mymaps from > google, but found it lack a way to display panoramas in window and > just appeared as links. > > hmm, any advice greatly appreciated > > http://www.vrwebdesign.co.uk/vrplanet.htm The error both FF and IE6 give me on that page is officeLayer is undefined: Error: officeLayer is not defined Source File: http://www.vrwebdesign.co.uk/vrplanet.htm Line: 138 Which is because "officeLayer" is undefined. Are you using it for anything? If not you can remove the setupOfficeMarkers() function and the call to it. -- Larry > > On Dec 2, 6:32 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > > > Load your page with Firebug or any other JavaScript debugger enabled, and it > > will show you exactly what the problem is. > > >http://getfirebug.com/ > > > -Mike > > > > From:tommo77funk > > > > Hi, > > > > I'm hoping somebody can explain this, suddenly my > > > google maps embedded on my web page, does not display the > > > 'satellite view' or any of the markers that I set. Has > > > something happened ? > > > > Please seehttp://www.vrwebdesign.co.uk/vrplanet.htmandview > > > my source, its all there and it should be working, gmap2 is > > > being used. > > > But suddenly nothing is displayed. > > > > Please, please someone fill me in on whats going on. Is it to > > > do with licence change ? > > > > Best wishes, > > > > tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
