powered by
Helper function to make a FeatureCollection list object for use in vizualizing, e.g., with leaflet
leaflet
as_featurecollection(x)
(list) GeoJSON as a list
# NOT RUN { str <- 'MULTIPOINT ((100.000 3.101), (101.000 2.100), (3.140 2.180), (31.140 6.180), (31.140 78.180))' x <- wkt2geojson(str, fmt = 2) as_featurecollection(x) # }
Run the code above in your browser using DataLab