You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GeoJSON spec states that a polygon's LinearRings should be closed. The geoCircle function does not necessarily produce a closed LinearRing (first element does not equal the last element).
The GeoJSON spec states that a polygon's LinearRings should be closed. The
geoCircle
function does not necessarily produce a closed LinearRing (first element does not equal the last element).Test script:
First element:
Last element:
The text was updated successfully, but these errors were encountered: