Skip to content

Commit 3554670

Browse files
committed
Update CHANGELOG
1 parent 3ff9d3e commit 3554670

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
### Pending Fixed
1414

15+
### v14.16.0 - 2025-11-26
16+
17+
- :tada: Bi-Directional MilIcon Support
18+
1519
### v14.15.0 - 2025-11-18
1620

1721
- :tada: Add Mission Link Field

test/fixtures/milicon.geojson

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"id": "123",
3+
"type": "Feature",
4+
"path": "/",
5+
"properties": {
6+
"type": "a-f-G",
7+
"how": "m-g",
8+
"callsign": "BasicTest",
9+
"center": [ 1.1, 2.2, 0 ],
10+
"milicon": {
11+
"id": "10002500003406000000"
12+
},
13+
"time": "2023-08-04T15:17:43.649Z",
14+
"start": "2023-08-04T15:17:43.649Z",
15+
"stale": "2023-08-04T15:17:43.649Z",
16+
"metadata": {}
17+
},
18+
"geometry": {
19+
"type": "Point",
20+
"coordinates": [1.1, 2.2, 0]
21+
}
22+
}

0 commit comments

Comments
 (0)