Created
March 1, 2026 07:41
-
-
Save ShamoX/e2b0c2a616d1b16a2419ac2fc44fa968 to your computer and use it in GitHub Desktop.
Guerre Iran/US-Israel 2026 — Calque AERO (exclusion aérienne civile)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "FeatureCollection", | |
| "features": [ | |
| { | |
| "type": "Feature", | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [[ | |
| [44.0, 37.0],[63.5, 37.0],[63.5, 25.0],[44.0, 25.0],[44.0, 37.0] | |
| ]] | |
| }, | |
| "properties": { | |
| "name": "Zone d'exclusion aérienne — Golfe / Iran", | |
| "description": "Espace aérien fermé ou fortement déconseillé au trafic civil — Iran, Golfe Persique, Golfe d'Oman. ~22,9% des vols Moyen-Orient annulés. 716 vols annulés le 01/03.", | |
| "_umap_options": { "color": "OrangeRed", "fillColor": "OrangeRed", "fillOpacity": 0.12, "weight": 2, "dashArray": "6,4" } | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [[ | |
| [34.0, 33.5],[37.5, 33.5],[37.5, 29.5],[34.0, 29.5],[34.0, 33.5] | |
| ]] | |
| }, | |
| "properties": { | |
| "name": "Zone d'exclusion aérienne — Israël", | |
| "description": "Espace aérien israélien partiellement fermé au trafic civil en raison des opérations militaires en cours.", | |
| "_umap_options": { "color": "OrangeRed", "fillColor": "OrangeRed", "fillOpacity": 0.12, "weight": 2, "dashArray": "6,4" } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment