reverse_wkt = function(x) {
wellknown::wkt2geojson(x)$geometry$coordinates[[1]] %>%
apply(2, rev) %>%
round(4) %>%
list(.) %>%
list(Polygon = .) %>%
wellknown::geojson2wkt(fmt=6,digits=6)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.