Interactive SVG European airspace map — country outlines, airport pins, simulated flight tracks, click-to-open TMA playbook
| Field | Type | |
|---|---|---|
| title | string | optional |
| focus | string (optional, country name to highlight, alias: country) | optional |
| sim_flights | array of {callsign, from: [lat,lon], to: [lat,lon]} (optional simulated flight tracks) | optional |
| airports | boolean (optional, show airport pins, default true) | optional |
{
"type": "geo_europe_airspace"
}
{
"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": [
"apps-script-web"
],
"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"
]
}
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 →