geojson.io icon indicating copy to clipboard operation
geojson.io copied to clipboard

Rendering near poles

Open hannorein opened this issue 1 year ago • 2 comments

The rendering near the poles does not work correctly. Here is a simple polygon:

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "coordinates": [
          [
            [              0,             80            ],
            [              0,             89.0           ],
            [              45,           89.0           ],
            [              45,           80.0           ],
            [              0,             80            ]
          ]
        ],
        "type": "Polygon"
      }


    }
  ]
}

What is rendered depends on the viewing angle and the zoom level (but is always incorrect). Two examples: Screenshot 2024-05-05 at 6 03 27 PM Screenshot 2024-05-05 at 6 03 32 PM

hannorein avatar May 05 '24 22:05 hannorein

were you able to solve it?

folsze avatar Mar 23 '25 12:03 folsze

No.

hannorein avatar Mar 23 '25 12:03 hannorein