The 3D atlas needs a Google Maps key
The atlas defaults to a photorealistic 3D globe streamed from Google. It needs a Google Maps
Platform API key with the Map Tiles API enabled. Add it to config.local.js:
window.GOOGLE_MAPS_KEY = 'your_key_here';
Get a key at Google Cloud Console,
enable "Map Tiles API", and set a usage quota — it's a metered service.
Use the 2D atlas instead →