geojson_wkt | R Documentation |
Converts GeoJSON to Well-Known Text
geojson_wkt(geojson)
geojson |
string or vector of GeoJSON, or a URL or file pointing to a geojson file |
data.frame with a 'geometry' column of well-known text
geojson <- '{ "type" : "Point", "coordinates" : [0, 0] }' geojson_wkt(geojson)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.