Skip to content

Instantly share code, notes, and snippets.

View lrl03y's full-sized avatar

lrl03y lrl03y

View GitHub Profile
@lrl03y
lrl03y / satellite-style.json
Created May 14, 2026 19:57
ESRI World Imagery Mapbox GL style for pydeck
{
"version": 8,
"sources": {
"esri-imagery": {
"type": "raster",
"tiles": [
"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"
],
"tileSize": 256,
"maxzoom": 18,