In the https://tmap.geocompx.org/map-projections#sec-map-projection-properties section, we explain four properties -- Conformal, Equal area, Equidistant, and Azimuthal. However, the `tm_crs():
- Uses the preservation property as the values for the
property argument. Have you considered allowing to specify, e.g., distance and equidistant?
- It does not offer the azimuthal property. Have you considered adding it?
Also, should we update the order of columns in this table to be consistent with the order in the tm_crs() function?
In the https://tmap.geocompx.org/map-projections#sec-map-projection-properties section, we explain four properties -- Conformal, Equal area, Equidistant, and Azimuthal. However, the `tm_crs():
propertyargument. Have you considered allowing to specify, e.g.,distanceandequidistant?Also, should we update the order of columns in this table to be consistent with the order in the
tm_crs()function?