Description
I believe we are already in the mood of moving away from geom_map()
as geom_sf()
almost superseded it. But, AFAIK, this hasn't been discussed formally so far. Considering we keep developing many codes around geom_sf()
, I think it's good to mark geom_map()
soft-deprecated before we face difficulties about the different behaviors between them.
Here I file this issue to discuss what functionalities are missing from geom_sf()
and its related functions, which might drive people to fall back to geom_map()
. Any thoughts?
Edit: to be clear, I don't think we can remove geom_map()
considering its wide spread usages (so I chose the word "soft-deprecated"). Still, I believe we can discourage the usage of geom_map()
to prevent further confusions by improving geom_sf()
or providing some alternatives.