Last active
August 1, 2026 12:35
-
-
Save bkeepers/c1390cc03b33f7532147f029426cdb40 to your computer and use it in GitHub Desktop.
Google Earth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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