tombatossals / angular-leaflet-directive

AngularJS directive to embed an interact with maps managed by Leaflet library
http://tombatossals.github.io/angular-leaflet-directive
MIT License
1.5k stars 635 forks source link

Google Hybrid #239

Closed gh-naylor closed 9 years ago

gh-naylor commented 10 years ago

Turning on Google Hybrid via

googleHybrid: {
  name: 'Google Hybrid',
  layerType: 'HYBRID',
  type: 'google'
},

results in the following 404 errors

 .  GET http://khm1.googleapis.com/kh?v=144&hl=en-US&x=131071&y=131071&z=18&token=8016 404 (Not Found) VM399:28
 .  GET http://khm1.googleapis.com/kh?v=144&hl=en-US&x=131071&y=131072&z=18&token=55172 404 (Not Found) VM399:28
 .  GET http://khm0.googleapis.com/kh?v=144&hl=en-US&x=131072&y=131071&z=18&token=67831 404 (Not Found) VM399:28
 .  GET http://khm0.googleapis.com/kh?v=144&hl=en-US&x=131072&y=131072&z=18&token=114987 404 (Not Found) VM399:28
 .  GET http://khm1.googleapis.com/kh?v=144&hl=en-US&x=131071&y=131073&z=18&token=102328 404 (Not Found) VM399:28
 .  GET http://khm0.googleapis.com/kh?v=144&hl=en-US&x=131070&y=131071&z=18&token=79272 404 (Not Found) VM399:28
 .  GET http://khm0.googleapis.com/kh?v=144&hl=en-US&x=131070&y=131072&z=18&token=126428 404 (Not Found) VM399:28
 .  GET http://khm0.googleapis.com/kh?v=144&hl=en-US&x=131072&y=131070&z=18&token=20675 404 (Not Found) VM399:28
tombatossals commented 10 years ago

Hi, maybe a transitory change of the Google Maps tiles?

I see the demo working here: http://tombatossals.github.io/angular-leaflet-directive/#!/examples/google-maps

Are you experiencing the same problems?

nmccready commented 9 years ago

This layer has been working fine and there has been no reply. Closing.