Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos within RKRR and RKDA boundary definitions #849

Open
mic12130 opened this issue Aug 8, 2024 · 0 comments
Open

Typos within RKRR and RKDA boundary definitions #849

mic12130 opened this issue Aug 8, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mic12130
Copy link

mic12130 commented Aug 8, 2024

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": [...]
  }
},
@Adrian2k Adrian2k added the good first issue Good for newcomers label Aug 22, 2024
@ziplock1 ziplock1 mentioned this issue Sep 11, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants