Geo Mercator Radar

Interactive Mercator projection map with draggable pan, node pins, and animated link vectors — dark radar aesthetic

Surfaces
apps-script-web
Fields
FieldType
titlestringoptional
colorstring (optional, hex accent, default #00f2ff)optional
heightnumber (optional, px, default 450)optional
nodesarray of {id, name, lat, lon, value}optional
linksarray of {from: id, to: id}optional
Example payload
{
  "type": "geo_mercator_radar"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →