geojson.io
geojson.io copied to clipboard
Rendering near poles
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:
were you able to solve it?
No.