Closed mic12130 closed 2 months ago
The values of the oceanic property within RKRR and RKDA boundaries were unexpectedly set to 0, instead of "0" in string type.
oceanic
0
"0"
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": [...] } },
@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 :/
The values of the
oceanic
property within RKRR and RKDA boundaries were unexpectedly set to0
, instead of"0"
in string type.Example: RKDA snippet