[Google Maps API v2] Re: What is wrong with my API??
On Jun 2, 7:25 pm, Jesse <jesseg...@gmail.com> wrote:
> I was able to make the error message go away, but now the points on
> the map do not load although the map itself does. Any ideas?
I recommend using Firebug (with Firefox).
This line (line 737) with i=0, the first time through the loop,
html += "<strong>" + entry["gsx$"+param_titleColumn].$t
fails because param_titleColumn is an empty string and you don't have
an array element entry[gsx$]. In fact you don't appear to have an
element with a relevant title.
param_rankColumn and param_descriptionColumn are empty too, but you
code for that. You need to include something similar for
param_titleColumn being empty -- and maybe other parameters too.
--
You received this message because you are subscribed to the Google Groups "Google Maps API V2" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home