powered by
returns a json-dump from a geojson file
Dump_From_GeoJson(url_file)
a character string (json dump)
either a string specifying the input path to a file OR a valid url (beginning with 'http..') pointing to a geojson object
if (FALSE) { library(geojsonR) res = Dump_From_GeoJson("/myfolder/point.geojson") }
Run the code above in your browser using DataLab