A couple time it has found my XML file and shown the markers, but most of the time it doesn't locate the xml file. :(
On Jan 29, 12:07 pm, markd <[email protected]> wrote: > Thanks so much! I am getting closer... > > http://www.invisionequity.com/htmlpages/howitworks.html > > Mark > > On Jan 29, 11:53 am, "[email protected]" <[email protected]> > wrote: > > > On Jan 29, 11:20 am, markd <[email protected]> wrote: > > > > Could you be so kind as to help me complete my GDownloadUrl? > > > Did you compare it to the one in Mike Williams' example that Rossko > > refered you to? > > > > In regards to the javascript errors... What are you using to show > > > those? > > > In IE you can set it to tell you about script errors. > > > In standards compliant browsers (FF, Opera, Chrome), the error console > > displays them. > > > See the section on "Problem solving" in Mike Williams' > > tutorial:http://econym.org.uk/gmap/ > > > orhttp://code.google.com/apis/maps/documentation/index.html#Troubleshoo... > > > -- Larry > > > > thanks so much. > > > Mark > > > > On Jan 29, 10:14 am, "[email protected]" <[email protected]> > > > wrote: > > > > > On Jan 29, 9:55 am, markd <[email protected]> wrote: > > > > > > Mike/Rossko, > > > > > > Thanks so much for your quick reply(s). > > > > > > Mike, > > > > > I took out the extra parenthesis but it didn't work. > > > > > > Rossko, > > > > > I am now trying to implement the XML technique. I am sure I am missing > > > > > something? > > > > > I have an xml file called "markers" within the same directory as my > > > > > html page. > > > > > > Map isn't showing up at all. :( > > > > > >http://www.invisionequity.com/htmlpages/howitworks.html > > > > > I get javascript errors on that pages and the GDownloadUrl callback > > > > function is not complete. > > > > > This map (which expects a different xml format than yours), works with > > > > your > > > > xml:http://www.geocodezip.com/GenericMapBrowser.asp?url=http://www.invisi... > > > > > -- Larry > > > > > > On Jan 29, 1:50 am, Mike Williams <[email protected]> wrote: > > > > > > > Each of your newMarker() calls has too many )'s at the end. If you > > > > > > make > > > > > > changes like > > > > > > newMarker(33.569085, -117.700267, "Moulton Pkwy.")); > > > > > > to > > > > > > newMarker(33.569085, -117.700267, "Moulton Pkwy."); > > > > > > and remove the /* and */ it should work. > > > > > > > I suspect that AC_RunActiveContent.js might possibly be eating your > > > > > > Javascript errors, which you'd normally expect to see in the error > > > > > > log. > > > > > > > -- > > > > > > Mike Williams- Hide quoted text - > > > > > > - Show quoted text -- 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.
