vatsimnetwork / vatspy-data-project

A home for VATSPY Data updates.
Creative Commons Attribution Share Alike 4.0 International
105 stars 141 forks source link

Typos within RKRR and RKDA boundary definitions #849

Closed mic12130 closed 2 months ago

mic12130 commented 3 months ago

The values of the oceanic property within RKRR and RKDA boundaries were unexpectedly set to 0, instead of "0" in string type.

Example: RKDA snippet

{
  "type": "Feature",
  "properties": {
    "id": "RKDA",
    "oceanic": 0,
    "label_lon": "128.898325",
    "label_lat": "36.867630",
    "region": "APAC",
    "division": "VATKOR"
  },
  "geometry": {
    "type": "MultiPolygon",
    "coordinates": [...]
  }
},
mic12130 commented 2 months ago

@ziplock1 Thanks for fixing this, but probably a fix for RKRR is missing? This issue exists for both RKRR and RKDA FIR and only the latter is fixed in the PR :/