You need two things urgently: 1) Version control. Don't you use a version control system? If you did, you could easily get your original code back to test it and find out exactly when you broke it.
2) A JavaScript debugger. Load your page into Firefox with the Firebug extension enabled, open the Firebug console, and look at the error message. Or, just read the code. *Not* your PHP code - that doesn't count. Do a View Source on your generated HTML page in any browser. Make sure word wrap is turned off. Scroll down about midway in your code, where you will see a number of fairly obvious errors. -Mike On Mon, Jan 24, 2011 at 1:39 PM, BSB <[email protected]> wrote: > http://www.usafengineers.com/bluemap.php > > Yesterday, I added an include(bluemap.php); to another page, so it > would show the map on that page also. Since the space for the map was > smaller on that page, I changed the width from 800px to 100%. It > worked fine. Today, the map does not display at all on either page. I > changed the width back back to 100px, and the map still does not > display. > > Any advice would be appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
