I'm building out an API and have a question about how to track/know
which domains use the call, after the KML gets picked up by Google's
servers for rendering.
So for example, my domain that is serving up the API PHP file is
called dev.yourmapper.com. Someone on the domain www.metromapper.org
buil
l = new
> GGeoXml("http://dev.yourmapper.com/api/markers.php?rip=1.2.3.4&id=fc6e563883b...
>
> What ever writes your html pages, could just write the IP into the source too.
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 8:21 PM, Metro Mapper wrote:
> > I
I'm pulling JSON data for display on a map, but when I grab a JSON
field that has HTML code (ie, ) 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