[Google Maps API v3] Getting originating host name when a site makes an Google Maps API call to my server data

2011-08-04 Thread Metro Mapper
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

[Google Maps API v3] Re: Getting originating host name when a site makes an Google Maps API call to my server data

2011-08-04 Thread Metro Mapper
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

[Google Maps API v3] Infowindow HTML code showing from JSON query

2012-02-24 Thread Metro Mapper
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