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
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
It would be easier to work with in certain cases (notably GeoJSON serialization/deserialization) if it instead inherited from std::vector<linear_ring<T>>, where the exterior ring was element 0 and interior rings followed.
polygoncurrently has individualexterior_ringandinterior_ringsmembers.It would be easier to work with in certain cases (notably GeoJSON serialization/deserialization) if it instead inherited from
std::vector<linear_ring<T>>, where the exterior ring was element 0 and interior rings followed.