Skip to content

Commit

Permalink
Update JTSOp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts authored Jul 8, 2020
1 parent e57721f commit 037be73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/JTSOp.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@

jtsop -a some-geom.wkt -f geojson Buffer.buffer 10

* Compute the buffer of a MultiPoint WKT literal for multiple distances and output the individual polygons as a list of geometries in WKT

jtsop -a "MULTIPOINT ( (0 0), (10 10) )" -f wkt -explode -op Buffer.buffer 1,2,3,4

* Compute the buffer of a literal geometry and output as WKT

jtsop -a "POINT (10 10)" -f wkt Buffer.buffer 10
Expand Down

0 comments on commit 037be73

Please sign in to comment.