Skip to content

Commit 9a8c1e7

Browse files
committed
Merge pull request mapbox#33 from manabu/patch-1
Update README cli args help
2 parents b0162e5 + d422cf1 commit 9a8c1e7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ files into [GeoJSON](http://www.geojson.org/) data suitable for maps..
1212

1313
```
1414
➟ csv2geojson
15-
Usage: csv2geojson -lat [string] -lon [string] -delimiter [string] -crs [string] FILE
15+
Usage: csv2geojson --lat [string] --lon [string] --line [boolean] --delimiter [string] FILE
1616
1717
Options:
1818
--lat the name of the latitude column
1919
--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
20+
--line whether or not to output points as a LineString [default: false]
21+
--delimiter the type of delimiter [default: ","]
2322
```
2423

2524
## Using in nodejs

0 commit comments

Comments
 (0)