Re: [Google Maps API v3] Is the API ignoring version numbers?

2012-08-29 Thread Barry Hunter
On Wed, Aug 29, 2012 at 11:55 AM, mrwongs wrote: > We are requesting for version 3.7 of API > (http://maps.google.com/maps/api/js?sensor=false&v=3.7) > 3.7 is no more. See https://developers.google.com/maps/documentation/javascript/basics#Versioning > and recently get a response which loads

[Google Maps API v3] Is the API ignoring version numbers?

2012-08-29 Thread mrwongs
We are requesting for version 3.7 of API (http://maps.google.com/maps/api/js?sensor=false&v=3.7) and recently get a response which loads version 3.8 (last line of script reads) getScript("http://maps.gstatic.com/intl/en_gb/mapfiles/api-3/8/11/main.js";) How do we request version 3.7? -- You rec

[Google Maps API v3] Re: Kml/kmz markers misplaced on map.

2012-08-29 Thread az az
It seems there is a problem again. The markers on the map move around with every zoom in/out. E.g. a marker on an island looks in the ocean when zoomed out and in the waterfront street when zoomed in. I have but they move. This wasn't the case when I added the hotspot. Anyone noticed this again

Re: [Google Maps API v3] Reading kml from "my places" at maps.google.com

2012-08-29 Thread Barry Hunter
On Wed, Aug 29, 2012 at 3:16 PM, Joseph Elfelt wrote: >> Barry, > > > Do you have any insight whether we should be using https (instead of http) > to read the MyPLaces KML file? > I have tried doing so but that seems to make things worse. In theory it shouldnt make a difference, can be used inter

Re: [Google Maps API v3] Reading kml from "my places" at maps.google.com

2012-08-29 Thread Joseph Elfelt
> > Barry, Do you have any insight whether we should be using https (instead of http) to read the MyPLaces KML file? I have tried doing so but that seems to make things worse. Also, can you point me to a thread in the Google Maps community with chatter about this? I took a look there but no

Re: [Google Maps API v3] Reading kml from "my places" at maps.google.com

2012-08-29 Thread Barry Hunter
Sorry the URL appears broken in the group. Try this: rtEditLayer_url = "http://173.194.34.96/maps/ms?msid=212925685488873680953.0004b6f5861b51720b824&msa=0&output=kml"; -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to

Re: [Google Maps API v3] Reading kml from "my places" at maps.google.com

2012-08-29 Thread Barry Hunter
The is currently an ongoing issue with Google Maps at the moment. Google are aware and investigating. For the moment suggest rtEditLayer_url = " http://173.194.34.96/maps/ms?msid=212925685488873680953.0004b6f5861b51720b824&msa=0&z=17&ie=UTF8&output=

[Google Maps API v3] Re: ImageMapType persist previous zoom-level tiles?

2012-08-29 Thread Bob
I was wondering if you (or anybody else) ever found out how to do this? I am facing the same issue. Thanks in advance. On Wednesday, March 9, 2011 9:00:05 AM UTC+1, Tim Elliott wrote: > > I have a fully functioning implementation of ImageMapType with my own tile > server. The question I have i