Nikolai558 / FE-BUDDY

Assists Virtual ARTCC Facility Engineers with their daily tasks.
GNU General Public License v3.0
16 stars 3 forks source link

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

Open Nikolai558 opened 1 year ago

Nikolai558 commented 1 year ago

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": {}
    },