Interactive Mercator projection map with draggable pan, node pins, and animated link vectors — dark radar aesthetic
| Field | Type | |
|---|---|---|
| title | string | optional |
| color | string (optional, hex accent, default #00f2ff) | optional |
| height | number (optional, px, default 450) | optional |
| nodes | array of {id, name, lat, lon, value} | optional |
| links | array of {from: id, to: id} | optional |
{
"type": "geo_mercator_radar"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:geo_mercator_radar",
"displayName": "Geo Mercator Radar",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/geo_mercator_radar",
"capabilities": [
"apps-script-web"
],
"description": "Interactive Mercator projection map with draggable pan, node pins, and animated link vectors \u2014 dark radar aesthetic",
"representativeQueries": [
"show a dark-theme interactive Mercator map with node pins and links",
"interactive mercator projection map with draggable pan, node pins, and animated link vectors \u2014 dark",
"render a geo mercator radar"
]
}
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 →