Re: [Google Maps API v3] Re: Tile query without referer in http header with Webkit

2012-05-20 Thread Enoch Lau (Google Employee)
If you believe you've encountered a bug, please file it using the issue tracker at http://code.google.com/p/gmaps-api-issues/issues/list instead of stackoverflow. Enoch On Monday, 21 May 2012 05:18:02 UTC+10, surfish wrote: > > Hi Ben (or anyone from GMaps support team), > > I posted a new GMap

Re: [Google Maps API v3] Re: Tile query without referer in http header with Webkit

2012-05-20 Thread Olivier FORSANS
Hi Ben (or anyone from GMaps support team), I posted a new GMaps bug in stackoverflow (as indicated here) but did not have any serious answers. You can reproduce the bug using GMaps documentation example : https://google-d

Re: [Google Maps API v3] Re: Tile query without referer in http header with Webkit

2011-09-28 Thread surfish
Hi Ben, Thank you. It seems that there is no workaround solution from my side to avoid the double-fetch. I hope that a solution will come soon from GMap team side or Chromium team side. Regards, Olivier -- You received this message because you are subscribed to the Google Groups "Google Maps

Re: [Google Maps API v3] Re: Tile query without referer in http header with Webkit

2011-09-28 Thread Ben Appleton
Hi Olivier, I traced the double-fetch to a regression in Chrome ( http://code.google.com/p/chromium/issues/detail?id=97543). I have disabled the code-path which triggered it. Unfortunately this makes continuous zoom slow in Chrome, so I am following this up internally too. Cheers Ben On Wed, Sep

[Google Maps API v3] Re: Tile query without referer in http header with Webkit

2011-09-28 Thread surfish
Hello Ben, Do you have news about the double-fetch ? Thanks, Olivier On 21 sep, 09:24, Ben Appleton wrote: > The double-fetch is strange. I see that also in our > google.maps.ImageMapTypeexample:http://code.google.com/apis/maps/documentation/javascript/examples/ma... > This occurs only in Chrom

Re: [Google Maps API v3] Re: Tile query without referer in http header with Webkit

2011-09-21 Thread Ben Appleton
The double-fetch is strange. I see that also in our google.maps.ImageMapTypeexample: http://code.google.com/apis/maps/documentation/javascript/examples/maptype-image.html This occurs only in Chrome, not in Firefox. We'll look into it. - Ben On Tue, Sep 20, 2011 at 5:56 AM, surfish wrote: > Chec

Re: [Google Maps API v3] Re: Tile query without referer in http header with Webkit

2011-09-19 Thread surfish
Check in Chrome developper tools the network/image activity (WMSserver). Two things I don't understand : - the JS code/GMap generates two set of identical tile queries (after last GET transparent.png) - the first set is not send with referer, the second includes referer in http header (after GET

Re: [Google Maps API v3] Re: Tile query without referer in http header with Webkit

2011-09-18 Thread Ben Appleton
I tried your example, but after playing around for a while I couldn't figure out what it's intended to demonstrate. Can you specify steps to reproduce the issue? Again, v3 does not (and I believe cannot) control the "referer" header in tile requests. So even if we can replicate the issue, it may n

[Google Maps API v3] Re: Tile query without referer in http header with Webkit

2011-09-16 Thread surfish
You can check an example here : http://www.gisdoctor.com/v3/v3_wms.html Some Google Maps tile queries send the referer in header, others don't ! A lot of commercial WMS servers require the Referer to validate the session token. Google Maps won't able to integrate them if the probleme is not solved.