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

[BUG] - Minor Error with Crossing AM (Noticed in HIGH AWY) #137

Open
Nikolai558 opened this issue Feb 23, 2023 · 0 comments
Open

[BUG] - Minor Error with Crossing AM (Noticed in HIGH AWY) #137

Nikolai558 opened this issue Feb 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Nikolai558
Copy link
Owner

Describe the bug
When a line crosses the AM duplicate Coords are added. See example below. This isn't a super big issue though it is a minor issue. I only found 2 instances where this problem occurs.

[
            -180.0,
            11.708889
          ],
          [
            -180.0,
            11.708889
          ]
{
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -160.883097,
            20.377347
          ],
          [
            -162.699444,
            19.658056
          ],
          [
            -171.556389,
            15.930556
          ],
          [
            -180.0,
            11.708889
          ],
          [
            -180.0,
            11.708889
          ]
        ]
      },
      "properties": {}
    },
@Nikolai558 Nikolai558 added the bug Something isn't working label Feb 23, 2023
@Nikolai558 Nikolai558 self-assigned this Feb 23, 2023
@Nikolai558 Nikolai558 moved this to BUGS in FEB Version 3.0.0 Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: BUGS
Development

No branches or pull requests

1 participant