Seem caused by jquery. It escaped your content in the getJSON method. You should either tell JQuery not doing that, or do extra unescape when retrieving item.description.
On Feb 24, 1:01 pm, Metro Mapper <[email protected]> wrote: > I'm pulling JSON data for display on a map, but when I grab a JSON > field that has HTML code (ie, <br>) the code shows in the infowindow > instead of rendering as a line break. > > http://www.yourmapper.com/demo/v3infowindow.htm > > Any ideas on how to force rendering? > > The JSON call is in the code but here it is directly: > > http://www.yourmapper.com/api/markers.php?&lat=38.23282191&lon=-85.72... > > Thanks. -- 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.
