`map_wkt()` takes a well-known text (WKT) geometry column and maps points and polygons onto a gray leaflet map. All NA geometry is dropped before mapping.
Arguments
- df
- The name of the data frame that contains WKT geometry.
- wellknowntext
- The name of the specific column within the data frame that contains the WKT geometry. This parameter is currently not fully implemented and defaults to the Darwin Core 'footprintsWKT'.
- type
- Pick one from "points", "polygons", or "all" to map specific geometry types.
- remove.duplicates
- Boolean (TRUE or FALSE). Whether or not to remove identical geometries before plotting.