Any way to remove the location info "bubble"?
Is there any way to remove the location info bubble from the map?
I just want to have a flagged point on the map as I have the location info alongside the map plus I don't really like the way the bubble covers the map.
I've had a look at this line in the wagmp_map_1.asp file:
var address_0 = {
      street: '',
      city: '',
      state: '',
      zip: '',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;">Bubble Text Here</span>',
      full: '<%=Replace(Cstr("" & cStr((rsEVENT.Fields.Item("googlelatitude").Value)) & ""), "'", "\'")%>,<%=Replace(Cstr("" & cStr((rsEVENT.Fields.Item("googlelongitude").Value)) & ""), "'", "\'")%>'
Can I edit a setting here that would prevent the bubble from displaying?  Thanks.
Nathon.

 















