Geo Europe Airspace

Interactive SVG European airspace map — country outlines, airport pins, simulated flight tracks, click-to-open TMA playbook

Surfaces
google-apps-script-webmcp-apps
Degraded on
SurfaceNote
webanimates, not interactive
Live preview
European Airspace
Fields
FieldType
titlestringoptional
focusstring (optional, country name to highlight, alias: country)optional
sim_flightsarray of {callsign, from: [lat,lon], to: [lat,lon]} (optional simulated flight tracks)optional
airportsboolean (optional, show airport pins, default true)optional
Example payload
{
  "type": "geo_europe_airspace"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:geo_europe_airspace",
  "displayName": "Geo Europe Airspace",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/geo_europe_airspace",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Interactive SVG European airspace map \u2014 country outlines, airport pins, simulated flight tracks, click-to-open TMA playbook",
  "representativeQueries": [
    "show a interactive European airspace map with airports and flights",
    "interactive svg european airspace map \u2014 country outlines, airport pins, simulated flight tracks, cli",
    "render a geo europe airspace"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →