On Mar 23, 11:41 am, SEFL <[email protected]> wrote:
> I haven't changed the code on a site that I built as it pertains to
> Google Maps, and it's been working for month...until today.
>
> http://www.durhamsearch.ca/housing/house-rental/house-for-rent-bowman...

Are you sure?
Typing the line below in the address bar centers the map.
javascript:loadMap('147 queen street, bowmanville', 'map', 'map-
header');

Which leads me to think that your html is invalid (which it is):
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.durhamsearch.ca%2Fhousing%2Fhouse-rental%2Fhouse-for-rent-bowmanville-179%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

But I don't see anything that would cause the problem.

or you have a timing problem.  Something is changing the size of the
map div after the map script runs.  Where do you define the size of
the map div?  Did that change recently?

  -- Larry


>
> The marker is placed at the correct point.  The problem is that it
> doesn't show the whole map at any point (the right and sometimes the
> bottom get cut off), and the map has to be dragged up and to the left
> to see the marker...even though I centered the map at the same point
> as the marker itself.
>
> From what I've read, it looks like Google has made changes to the API,
> but would the changes have an effect like the one in the link?  And if
> so, do I have to update/alter any of my code?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to