Spinning interactive 3-D wireframe or earth globe rendered on HTML5 canvas — draggable with inertia
| Field | Type | |
|---|---|---|
| size | number (optional, diameter px, default 300) | optional |
| color | string (optional, hex accent, default #6366f1) | optional |
| speed | number (optional, auto-spin speed, default 0.006) | optional |
| lines | number (optional, latitude line count, default 10) | optional |
| theme | string (optional, wire|earth, default wire) | optional |
| dots | array of {lat, lon, label, color} (optional, pins on globe) | optional |
| arcs | array of {from: [lat,lon], to: [lat,lon], color} (optional, great-circle arcs) | optional |
{
"type": "globe_3d"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:globe_3d",
"displayName": "Globe 3D",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/globe_3d",
"capabilities": [
"apps-script-web"
],
"description": "Spinning interactive 3-D wireframe or earth globe rendered on HTML5 canvas \u2014 draggable with inertia",
"representativeQueries": [
"show a interactive spinning 3-D globe (wire or earth)",
"spinning interactive 3-d wireframe or earth globe rendered on html5 canvas \u2014 draggable with inertia",
"render a globe 3d"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →