On 9 July 2013 22:54, n...@imagesetters.com <n...@imagesetters.com> wrote:
> I have a page that uses V2 of the Maps api, that was working until recently
> (not sure exactly when the map disappeared from the page, but it was within
> the last couple of months).  The page is now displaying as a blank page
> (with no error messages that I can see), and there have not been any updates
> to the code, so I am trying to figure out what the issue may be.
>
> The map that is failing is at http://www.nisd.org/memberMap.php.

I get two errors:

OverlayMessage.js uses a function called namespace() which appears not
to be defined. Has that code been altered? It's external to your page.

Your page then attempts to use an OverlayMessage, which has not been
defined (because of the previous error) and the code stops.

I would suggest contacting whoever is responsible for
OverlayMessage.js. You could probably work around it by altering
Namespacedotjs from GitHub to supply namespace() instead of
Namespace() and calling that script from your own directory before the
OverlayMessage one. That is, you set up the availability of the
namespace() function yourself. Disclaimer: I haven't even examined the
code in the GitHub project, let alone used it.

https://github.com/smith/namespacedotjs

However, the best solution is for the external OverlayMessage script
to be self-contained.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to