On Oct 19, 11:49 am, "[email protected]" <[email protected]> wrote: > On Oct 19, 11:27 am, "ZAPP! Rowsdower" <[email protected]> wrote: > > > votemap2_20101019.html<http://www.geocodezip.com/geoxml3_test/votemap2_20101019.html> > > doesn't > > produce a map. I use chrome and firefox. > > Don't have easy access to firefox or chrome right now. It is showing > me a map in FF, and the directions part seems to work.
Here is a development version of the script that adds a custom parsing function to parse out an <address> tag from the KML for the location of the polling place: http://www.geocodezip.com/geoxml3_test/votemap_address2_local.html That keeps all the data in the kml (you don't need the array of polling places). Not sure yet if or how I will fold that into the released version of geoxml3. -- Larry > > > > > > > On Tue, Oct 19, 2010 at 1:05 PM, [email protected] > > <[email protected]>wrote: > > > > On Oct 19, 10:53 am, "ZAPP! Rowsdower" <[email protected]> wrote: > > > > Im getting me a js book today, any recommendations? lol > > > > What debugger do you use? > > > > Right now I am stuck with IE6 script debugger. > > > > > And how come I can't see a map on > > > > that \/ example either? > > > > What "V example"? What browser are you using? > > > > -- Larry > > > > > On Tue, Oct 19, 2010 at 12:34 PM, [email protected] < > > > [email protected] > > > > > > wrote: > > > > > On Oct 19, 9:24 am, "ZAPP! Rowsdower" <[email protected]> wrote: > > > > > > Sorry for mangled mess. > > > > > > its here:http://216.135.108.3/votemap2.html > > > > > > There are a few issues: > > > > > 1. new Vloc should be new Array(); > > > > > 2. addy and Ploc are local to the click handler function. > > > > > 3. the index to the array in integers, Ploc is a string. > > > > > >http://www.geocodezip.com/geoxml3_test/votemap2_20101019.html > > > > > > -- Larry > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > Groups > > > > > "Google Maps JavaScript API v3" group. > > > > > To post to this group, send email to > > > > > [email protected]. > > > > > To unsubscribe from this group, send email to > > > > > [email protected]<google-maps-js-api-v3%2B > > > > > [email protected]> > > > <google-maps-js-api-v3%2b[email protected]> > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/google-maps-js-api-v3?hl=en.-Hide > > > quoted text - > > > > > - Show quoted text - > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google Maps JavaScript API v3" group. > > > To post to this group, send email to > > > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-maps-js-api-v3%2B > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-maps-js-api-v3?hl=en.-Hide quoted > > >text - > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
