first version

This commit is contained in:
Nathan
2026-04-30 19:44:31 -04:00
parent 676746c180
commit a472255a94
11 changed files with 3586 additions and 0 deletions

164
map-data.json Normal file
View File

@@ -0,0 +1,164 @@
{
"context": {
"markers": [
{
"lat": 29.3759,
"lng": 47.9774,
"title": "Kuwait City",
"description": "Capital of Kuwait, occupied August 2-February 26, 1991",
"type": "events",
"date": "1990-08-02",
"category": "invasion"
},
{
"lat": 33.3152,
"lng": 44.3661,
"title": "Baghdad",
"description": "Iraqi capital and command center",
"type": "iraqi",
"category": "command"
},
{
"lat": 30.5852,
"lng": 47.7817,
"title": "Basra",
"description": "Southern Iraq staging area",
"type": "iraqi",
"category": "military"
}
],
"routes": [
{
"name": "Northern Invasion Route",
"coordinates": [[30.0051, 47.7034], [29.3759, 47.9774]],
"type": "invasion",
"date": "1990-08-02"
},
{
"name": "Central Invasion Route",
"coordinates": [[29.9234, 47.8456], [29.3759, 47.9774]],
"type": "invasion",
"date": "1990-08-02"
},
{
"name": "Southern Invasion Route",
"coordinates": [[29.6678, 48.0234], [29.3759, 47.9774]],
"type": "invasion",
"date": "1990-08-02"
}
]
},
"rcaf": {
"markers": [
{
"lat": 25.2731,
"lng": 51.6080,
"title": "Canada Dry 1 - Doha",
"description": "Main CF-18 operating base, 409 Squadron",
"type": "canadian",
"category": "airbase"
},
{
"lat": 26.0667,
"lng": 50.5577,
"title": "CAP Patrol Area",
"description": "Combat Air Patrol protection zone",
"type": "canadian",
"category": "operations"
},
{
"lat": 29.1449,
"lng": 48.1251,
"title": "TNC-45 Engagement",
"description": "Iraqi patrol boat engagement, January 30, 1991",
"type": "events",
"date": "1991-01-30",
"category": "combat"
}
]
},
"rcn": {
"markers": [
{
"lat": 26.2285,
"lng": 50.5860,
"title": "HMCS Terra Nova",
"description": "Canadian guided-missile destroyer",
"type": "canadian",
"category": "naval"
},
{
"lat": 27.5000,
"lng": 50.0000,
"title": "MIF Operations Area",
"description": "Maritime Interception Force patrol zone",
"type": "coalition",
"category": "naval"
},
{
"lat": 26.0667,
"lng": 50.5577,
"title": "Bahrain Naval Base",
"description": "Coalition naval headquarters",
"type": "coalition",
"category": "base"
}
]
},
"army": {
"markers": [
{
"lat": 28.4312,
"lng": 46.0897,
"title": "1 Canadian Field Hospital",
"description": "Al-Qaysumah, Saudi Arabia - 530 personnel",
"type": "canadian",
"category": "medical"
},
{
"lat": 26.0667,
"lng": 50.5577,
"title": "Base Security - Bahrain",
"description": "RCR security operations",
"type": "canadian",
"category": "security"
},
{
"lat": 37.0000,
"lng": 43.0000,
"title": "Operation Provide Comfort",
"description": "Kurdish refugee relief operations",
"type": "canadian",
"category": "humanitarian"
}
]
},
"legacy": {
"markers": [
{
"lat": 29.3759,
"lng": 47.9774,
"title": "Environmental Cleanup Zone",
"description": "Post-war environmental restoration",
"type": "events",
"category": "cleanup"
},
{
"lat": 30.3753,
"lng": 47.7903,
"title": "UNIKOM Peacekeeping",
"description": "Iraq-Kuwait observation mission",
"type": "coalition",
"category": "peacekeeping"
},
{
"lat": 45.4215,
"lng": -75.6972,
"title": "Veterans Affairs Canada",
"description": "Ottawa - Veteran support services",
"type": "canadian",
"category": "veterans"
}
]
}
}