On May 8, 8:00 am, Matthew <[email protected]> wrote:
> Larry,
>   Thanks for catching that.  I had to manually generate the xml file
> from a excel sheet of addresses.  I then added in the lat lon for each
> one.  That's the problem with doing it all by hand you can miss one
> small thing and mess everything up.  Ok last question how did you
> figure out that the function Pi was generating the error?  I have not
> found a good way to view the exact source that IE is using to build
> the page.  

http://code.google.com/apis/maps/documentation/index.html#Troubleshooting
Microsoft Script Debugger

Its better than nothing...


>  In Firefox I just use Firebug.  Is there something similar
> for Internet Explorer?  Anyway thanks again.
>
>                        Matthew Sturdevant
>
> On May 7, 10:07 pm, "[email protected]" <[email protected]>
> wrote:
>
>
>
> > On May 7, 8:06 pm, Matthew <[email protected]> wrote:
>
> > > Yup your right I don't call it.  Must of been left over from something
> > > I borrowed.  Anyway removed the showAddress function and got the same
> > > error.  But the error doesn't seem to mean anything.  Thanks for
> > > catching that.  I should of caught it.
>
> > The error is here:
> > function Pi(a,b){a.style.left=I(b)}
> > a is a div
> > b is NaN
>
> > That comes from the API processing this call:
> > map.addOverlay(marker);
>
> > where:
> >   var marker = createMarker(markers[i], i);
>
> > i = 84
>
> > This entry in your xml is invalid:
> > <marker lat="38.648945" lng=",-121.382452," label="California Check
> > Cashing" address="4630 Watt Ave" city="N Highlands" state="CA"
> > zipcode="95660" weekdayHours="8:00AM-9:00PM" satHours="9:00AM-6:00PM"
> > sunHours="10:00AM-6:00PM" />
>
> > lng=",-121.382452,"  is not a number (NaN)...
>
> >    -- Larry
>
> > > On May 7, 5:17 pm, Ralph Ames <[email protected]> wrote:
>
> > > > Interesting if you delete that function
> > > > you get another error message.
>
> > > > But the map works in the same way.
>
> > > > Where is this function called?
>
> > > > Ralph- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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