40+ live weather and forecast layers plus satellite imagery and vector basemaps — everything you need to build a map, from the basemap up. Radar across the US, Europe, and Asia, worldwide satellite, the full forecast suite, air quality, and more. WebP or PNG, transparent overlays, multiple colour themes — works with every major mapping library.
Standard {z}/{x}/{y} XYZ tiles in Web Mercator. For decoded JSON weather data see our Weather API.
.png for PNG. Supports ?time=latest|<unix> for time travel, ?theme=N for color palette, ?snow=0|1 for snow rendering toggle (radar overlays).
All tiles are 256×256 by default, edge-cached, and rendered on demand from the GPU pipeline. Per-pixel Mercator projection inside the kernel — no client-side warping needed.
Drop any overlay into your map with a single tile-layer URL. Each overlay is its own ID — pick what you need, layer them however you want.
Satellite imagery and vector basemap tiles to render the world underneath your overlays. Skip the third-party basemap subscription — get a full map stack from one provider.
High-resolution base and composite reflectivity refreshed every 5 minutes, plus a short-range nowcast. Worldwide radar coverage outside the US through a global mosaic with its own forecast.
Regional radar across the UK, Germany, Italy, Netherlands, and Japan — refreshed continuously, with a matching nowcast for each region.
Full-disk satellite imagery covering the Americas, the Pacific, and Europe + Africa. Short-range nowcasts available for every feed.
Temperature, feels-like, dewpoint, humidity, pressure, visibility, UV index, cloud cover, soil temperature. Refreshed continuously across a multi-day horizon.
Wind speed, gusts, precipitation rate and accumulation, snow depth, snow probability, precipitation type, freezing level.
Atmospheric instability, fire weather index, precipitable water, upper-air temperatures. Marine wave height, period, and direction.
Current air-quality maps refreshed every 20 minutes, plus a 5-day forecast for major pollutants.
Dust and smoke aerosol forecasts — critical for UAV operations and aviation visibility. Plus auroral-oval forecasts for visibility planning at high latitudes.
Call GET /maptile/overlays any time to fetch the live catalog — overlay IDs, names, update cadence, available timestamps, and supported themes. Build dynamic layer pickers without hardcoding anything.
Example: add MRMS composite reflectivity (overlay 3) with a dark theme to a Leaflet map.
const map = L.map('map').setView([39.83, -98.58], 5); // MRMS composite reflectivity, dark theme, snow rendering on, latest frame L.tileLayer( 'https://api.aviatorassistant.com/maptile/3/{z}/{x}/{y}.webp' + '?theme=2&snow=1&time=latest&key=YOUR_API_KEY', { opacity: 0.7, attribution: 'Radar © Aviator Assistant — MRMS via NOAA' } ).addTo(map);
Standard formats, predictable URLs, no proprietary SDK.
Slippy-map compatible {z}/{x}/{y} URL schema. Works with Leaflet, Mapbox GL JS, MapLibre, OpenLayers, Google Maps overlays, and native iOS/Android map views.
WebP by default for ~30% smaller payloads; PNG fallback for older clients. Transparent backgrounds — overlays composite cleanly on any base map, light or dark.
Switch color palettes per request with ?theme=N. GPU-side color lookup tables mean no re-encoding cost. Bring your own palette via custom integration.
Radar overlays default to differentiating frozen precip via a Gaussian snow-switch sample of the GFS snow-probability grid. Disable with ?snow=0 for raw dBZ.
Add ?time=<unix_seconds> to fetch a historical frame. Radar overlays keep recent frames available for smooth playback loops; forecast overlays expose every forecast hour.
In-memory tile cache plus edge caching. Repeated requests for the same tile at the same timestamp don't count against your API rate limits.
Every map view in every Aviator Assistant product is rendered from this tile platform. The same tiles your users will see in our apps are the ones you can drop into yours.
Charts, terrain, weather overlays — every layer in the cockpit moving map is served from this API.
Live radar, satellite, and forecast overlays. The map you see on iPhone and Apple Watch is rendered from these tiles.
Pro-grade weather and radar for instrument-rated pilots. Same tile stack, optimised for full-briefing workflows.
Micro-weather maps for drone operators. Visibility, aerosols, and short-range radar layered onto the basemap.
Live aircraft tracking with weather context. Every tile under every aircraft icon — ours.
Flight school operations with weather visibility for dispatchers and CFIs. Maps embedded right into scheduling.
Need JSON instead of imagery? Our Weather API serves the same underlying data — current conditions, hourly and daily forecasts, minute-level precipitation, winds aloft — in a clean, modern shape.
Tile access is sales-led — contact us with your use case, expected tile volume, and integration timeline.