Skip to content

Instantly share code, notes, and snippets.

@joshcarr
Forked from anonymous/csv-to-geojson.geojson
Last active December 27, 2015 03:29
Show Gist options
  • Select an option

  • Save joshcarr/7259297 to your computer and use it in GitHub Desktop.

Select an option

Save joshcarr/7259297 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-58.00781249999999,
9.102096738726456
],
[
-54.84375,
11.178401873711785
],
[
-51.67968749999999,
17.644022027872726
],
[
-51.67968749999999,
23.88583769986199
],
[
-55.54687499999999,
28.304380682962783
],
[
-60.46875,
32.84267363195431
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment