Closed mcontim closed 6 days ago
Verify that the functions works with more than one CountryBorder in GeoRegion.
CountryBorder
GeoRegion
Consider that GeoRegion().domain will have different length depending on the fact that a single admin or a continent is used for example.
GeoRegion().domain
length(GeoRegion(; continent="Europe").domain) == 39 # true length(GeoRegion(; admin="Italy").domain) == 1 # true
PolyRegion
PolyBorder
Verify that the functions works with more than one
CountryBorder
inGeoRegion
.Consider that
GeoRegion().domain
will have different length depending on the fact that a single admin or a continent is used for example.PolyRegion
because we allow for a singlePolyBorder
only.