Good day,
I have been using your great map control in my .Net 3.5 Windows Forms product for quite some time.
Recently my clients have started reporting that Google Satellite and Hybrid Map tiles are no longer working at higher zoom levels. I am using the source code from commit 76d7772bd36e (currently the latest).
All seems fine up until zoom level 14. Here are some of terse summaries from Fiddler:
Zoom 13, view area = RectLatLng: {Lat=-26.071586453171,Lng=27.9426956176758,WidthLng=0.282211303710938,HeightLat=0.0937124431450655}
GET http://mt2.google.com/vt/lyrs=h@298000000&hl=en&x=4736&y=4711&z=13&s=Galileo
200 OK (image/png)
GET http://mt1.google.com/vt/lyrs=h@298000000&hl=en&x=4737&y=4714&z=13&s=Galil
200 OK (image/png)
GET http://khm3.google.com/kh/v=132&hl=en&x=4735&y=4714&z=13&s=Galileo
200 OK (image/jpeg)
Zoom 14, view area = RectLatLng: {Lat=-26.0950216077775,Lng=28.0132484436035,WidthLng=0.141105651855469,HeightLat=0.0468562245480086}
GET http://khm0.google.com/kh/v=132&hl=en&x=9474&y=9423&z=14&s=Galil
404 Not Found (text/html)
GET http://khm2.google.com/kh/v=132&hl=en&x=9466&y=9422&z=14&s=Gali
404 Not Found (text/html)
GET http://mt2.google.com/vt/lyrs=h@298000000&hl=en&x=9474&y=9426&z=14&s=
200 OK (image/png)
Please could you help, this is causing my clients and I a lot of headaches.
I have been using your great map control in my .Net 3.5 Windows Forms product for quite some time.
Recently my clients have started reporting that Google Satellite and Hybrid Map tiles are no longer working at higher zoom levels. I am using the source code from commit 76d7772bd36e (currently the latest).
All seems fine up until zoom level 14. Here are some of terse summaries from Fiddler:
Zoom 13, view area = RectLatLng: {Lat=-26.071586453171,Lng=27.9426956176758,WidthLng=0.282211303710938,HeightLat=0.0937124431450655}
GET http://mt2.google.com/vt/lyrs=h@298000000&hl=en&x=4736&y=4711&z=13&s=Galileo
200 OK (image/png)
GET http://mt1.google.com/vt/lyrs=h@298000000&hl=en&x=4737&y=4714&z=13&s=Galil
200 OK (image/png)
GET http://khm3.google.com/kh/v=132&hl=en&x=4735&y=4714&z=13&s=Galileo
200 OK (image/jpeg)
Zoom 14, view area = RectLatLng: {Lat=-26.0950216077775,Lng=28.0132484436035,WidthLng=0.141105651855469,HeightLat=0.0468562245480086}
GET http://khm0.google.com/kh/v=132&hl=en&x=9474&y=9423&z=14&s=Galil
404 Not Found (text/html)
GET http://khm2.google.com/kh/v=132&hl=en&x=9466&y=9422&z=14&s=Gali
404 Not Found (text/html)
GET http://mt2.google.com/vt/lyrs=h@298000000&hl=en&x=9474&y=9426&z=14&s=
200 OK (image/png)
Please could you help, this is causing my clients and I a lot of headaches.