Skip to content

Instantly share code, notes, and snippets.

@bkeepers
Last active August 1, 2026 12:35
Show Gist options
  • Select an option

  • Save bkeepers/c1390cc03b33f7532147f029426cdb40 to your computer and use it in GitHub Desktop.

Select an option

Save bkeepers/c1390cc03b33f7532147f029426cdb40 to your computer and use it in GitHub Desktop.
Google Earth
{
"version": 8,
"layers": [
{
"id": "google-earth-hybrid",
"type": "raster",
"source": "google-earth-hybrid",
"paint": {
"raster-opacity": 1
}
}
],
"sources": {
"google-earth-hybrid": {
"type": "raster",
"tiles": [
"https://mt0.google.com/vt/lyrs=s&x={x}&y={y}&z={z}",
"https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}",
"https://mt2.google.com/vt/lyrs=s&x={x}&y={y}&z={z}",
"https://mt3.google.com/vt/lyrs=s&x={x}&y={y}&z={z}"
],
"tileSize": 256,
"maxZoom": 20
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment