Andrew,

Thanks for the reply.  At the moment my template page (asp.net) has
the following declaration:

<script type="text/javascript" src="http://www.google.com/jsapi?
key=google_key"></script>
<script type="text/javascript" src="js/markermanager-fds90.js"></
script>

Then I have the following code in my aspx file:

google.load("maps", "2");
google.setOnLoadCallback(BuildMap);

This probably means that the marker manager is being loaded before the
google maps api.  How can I correct this?  I don't see anything in the
wather_map sample (linked in orginal post) that controls the order of
loading?

Mark

On Nov 16, 11:15 am, Andrew Leach <[email protected]>
wrote:
> On Nov 16, 11:12 am, markpirvine <[email protected]> wrote:
>
>
>
> > Can anyone help reslove this?
>
> Well, it would be easier if you had provided a link to the page which
> doesn't work. However, I'd guess that you need to load the API script
> before the marker-manager script.
>
> Andrew

--

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=.


Reply via email to