At some point in the recent past, it seems that my calls to the
G_HYBRID_MAP.getMaxZoomAtLatLng function seems to have stopped
working. I'm using it here: http://idx.diversesolutions.com/#PropertyID=16993203 -- just click on the "Maps" sub-tab when you scroll down the page a
bit.
When I attach a debugger to the callback function that's passed as an
argument into the getMaxZoomAtLatLng function, all I see is an object
literal being passed to the function after what seems like perhaps 2
seconds. The only property of that argument is "status", and the value
of that property is "500."
When I examine the HTTP traffic that's generated as a result of the
getMaxZoomAtLatLng call, I'm seeing a HTTP 404 response from the
server. Here's the request URL that I'm seeing for that link above for
getMaxZoomAtLatLng: http://khm2.google.com/mz?x=723570&y=1677056&z=22&v=h%40107&callback=...
This definitely seems like it's a wrong path in the library API or a
server issue. Please let me know if I can provide any more info to
diagnose this problem.
Also, and just as a follow-up, I'm using v2-current ala "google.load
("maps", "2")". I tried v2.x and 2.s, but to no avail. It seems that a
similar (or the same) bug was closed in 2.173 (http://code.google.com/ p/gmaps-api-issues/issues/detail?id=1580), but it appears to be back
now. This bug does not affect G_NORMAL_MAP, G_PHYSICAL_MAP, or
G_SATELLITE_MAP.
On Oct 5, 11:47 am, "amat...@gmail.com" <amat...@gmail.com> wrote:
> At some point in the recent past, it seems that my calls to the
> G_HYBRID_MAP.getMaxZoomAtLatLng function seems to have stopped
> working. I'm using it here:http://idx.diversesolutions.com/#PropertyID=16993203 > -- just click on the "Maps" sub-tab when you scroll down the page a
> bit.
> When I attach a debugger to the callback function that's passed as an
> argument into the getMaxZoomAtLatLng function, all I see is an object
> literal being passed to the function after what seems like perhaps 2
> seconds. The only property of that argument is "status", and the value
> of that property is "500."
> When I examine the HTTP traffic that's generated as a result of the
> getMaxZoomAtLatLng call, I'm seeing a HTTP 404 response from the
> server. Here's the request URL that I'm seeing for that link above for
> getMaxZoomAtLatLng:http://khm2.google.com/mz?x=723570&y=1677056&z=22&v=h%40107&callback=...
> This definitely seems like it's a wrong path in the library API or a
> server issue. Please let me know if I can provide any more info to
> diagnose this problem.
I'm having the exact same problem.
It looks like Google should have fixed it in August 2009, (http://
code.google.com/p/gmaps-api-issues/issues/detail?id=1580) but I'm
still getting errors in November 2009.
Cheers,
- Jason
On Oct 5, 10:47 am, "amat...@gmail.com" <amat...@gmail.com> wrote:
> At some point in the recent past, it seems that my calls to the
> G_HYBRID_MAP.getMaxZoomAtLatLng function seems to have stopped
> working. I'm using it here:http://idx.diversesolutions.com/#PropertyID=16993203 > -- just click on the "Maps" sub-tab when you scroll down the page a
> bit.
> When I attach a debugger to the callback function that's passed as an
> argument into the getMaxZoomAtLatLng function, all I see is an object
> literal being passed to the function after what seems like perhaps 2
> seconds. The only property of that argument is "status", and the value
> of that property is "500."
> When I examine the HTTP traffic that's generated as a result of the
> getMaxZoomAtLatLng call, I'm seeing a HTTP 404 response from the
> server. Here's the request URL that I'm seeing for that link above for
> getMaxZoomAtLatLng:http://khm2.google.com/mz?x=723570&y=1677056&z=22&v=h%40107&callback=...
> This definitely seems like it's a wrong path in the library API or a
> server issue. Please let me know if I can provide any more info to
> diagnose this problem.
> I'm having the exact same problem.
> It looks like Google should have fixed it in August 2009, (http://
> code.google.com/p/gmaps-api-issues/issues/detail?id=1580) but I'm
> still getting errors in November 2009.
> Cheers,
> - Jason
> On Oct 5, 10:47 am, "amat...@gmail.com" <amat...@gmail.com> wrote:
> > At some point in the recent past, it seems that my calls to the
> > G_HYBRID_MAP.getMaxZoomAtLatLng function seems to have stopped
> > working. I'm using it here:http://idx.diversesolutions.com/#PropertyID=16993203 > > -- just click on the "Maps" sub-tab when you scroll down the page a
> > bit.
> > When I attach a debugger to the callback function that's passed as an
> > argument into the getMaxZoomAtLatLng function, all I see is an object
> > literal being passed to the function after what seems like perhaps 2
> > seconds. The only property of that argument is "status", and the value
> > of that property is "500."
> > When I examine the HTTP traffic that's generated as a result of the
> > getMaxZoomAtLatLng call, I'm seeing a HTTP 404 response from the
> > server. Here's the request URL that I'm seeing for that link above for
> > getMaxZoomAtLatLng:http://khm2.google.com/mz?x=723570&y=1677056&z=22&v=h%40107&callback=...
> > This definitely seems like it's a wrong path in the library API or a
> > server issue. Please let me know if I can provide any more info to
> > diagnose this problem.
On Nov 8, 3:41 am, Graham <gra...@powerhut.co.uk> wrote:
> Same problem here Nov 8th, 2009
> I get a status of 500 when using G_HYBRID_MAP
So someone who is affected by this needs to add a new issue reporting
that Issue 1580 has recurred, if it isn't already there -- if it is,
just add your star. It would help if someone could identify at which
version after 2.173 it broke again.
Hi All, Based on this thread I've opened Issue #1935 for this
problem.
I actually had to go back to 2.164 to get it work even though it says
introduced in 2.166 and fixed in 2.173. I checked a number of versions
between 2.165 and v=2.X but nothing worked.
Dave
On Nov 8, 4:54 am, Andrew Leach <andrew.leac...@googlemail.com> wrote:
> On Nov 8, 3:41 am, Graham <gra...@powerhut.co.uk> wrote:
> > Same problem here Nov 8th, 2009
> > I get a status of 500 when using G_HYBRID_MAP
> So someone who is affected by this needs to add a new issue reporting
> that Issue 1580 has recurred, if it isn't already there -- if it is,
> just add your star. It would help if someone could identify at which
> version after 2.173 it broke again.