There was an error while loading. Please reload this page.
1 parent 1f72055 commit d422cf1Copy full SHA for d422cf1
1 file changed
README.md
@@ -12,14 +12,13 @@ files into [GeoJSON](http://www.geojson.org/) data suitable for maps..
12
13
```
14
➟ csv2geojson
15
-Usage: csv2geojson -lat [string] -lon [string] -delimiter [string] -crs [string] FILE
+Usage: csv2geojson --lat [string] --lon [string] --line [boolean] --delimiter [string] FILE
16
17
Options:
18
--lat the name of the latitude column
19
--lon the name of the longitude column
20
- --delimiter the type of delimiter [default: ","]
21
- --crs the Coordinate Reference System (CRS) of the
22
- coordinates in the GeoJSON
+ --line whether or not to output points as a LineString [default: false]
+ --delimiter the type of delimiter [default: ","]
23
24
25
## Using in nodejs
0 commit comments