# a point
serbia <- '{
"type": "Feature",
"properties": {"color": "red"},
"geometry": {
"type": "Point",
"coordinates": [20.566406, 43.421008]
}
}'
lawn_flip(serbia)
# a featurecollection
pts <- lawn_random("points")
lawn_flip(pts)
Run the code above in your browser using DataLab