Thank you Andrew.

I'll try to rework these maps -- I'm using a Dreamweaver tool from
WebAssist that generates the .js coding. I suspected a problem like
you have described, since there are maps which non-display some of the
markers, but not all of them.

The odd thing is that at first the maps work correctly, but then
within a few days they stop working properly. With decimal syntax,
locations were in the wrong place, and some locations did not display.
With DMS coding, some locations dis not display, and the map loaded
with an incorrect map center. Any thoughts?

As you point out, these problems happened with both DMS syntax and
decimal syntax. So the syntax is not the problem, it's more likely
that it's the inclusion (via the WebAssist generated javascript) of
geocoding.

John



On Nov 24, 11:20 am, "warden [Andrew Leach - Maps API Guru]"
<[EMAIL PROTECTED]> wrote:
> On Nov 24, 5:08 pm, John Schnell <[EMAIL PROTECTED]> wrote:
>
>
>
> > This should be a map of the Inside Passage of Alaska. There are 13
> > locations defined, and the zoom-factor for the map-center should be
> > (7). Unfortunately, it usually displays a map with California at the
> > center, and all kinds of other random zoom factors will appear, as
> > you
> > hit the REFRESH on your IE7 browser. Sometimes it will reset itself to
> > the
> > correct map-- usually with the wrong zoom factor, and the wrong map
> > center.
>
> > Please keep in mind, this map was working correctly until today.
>
> > Any thoughts?
>
> You're doing multiple geocoding, and I suspect that there is a race
> condition. Why are you geocoding locations you actually know? You
> don't need to use the geocoder to convert DMS into decimal degrees: do
> that conversion yourself and don't use the geocoder. Then your code
> can simply go straight through and not run into asynchronicity
> problems.
>
> 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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to