Skip to content

Commit

Permalink
doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean committed Jul 22, 2017
1 parent 2e229ba commit 62d6144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Boolean operations on polygons (union, intersection, difference, xor)
etc)
4. Uses formulas that take floating point irregularities into account (via configurable epsilon)
5. Provides an API for constructing efficient sequences of operations
6. Support for GeoJSON Polygon and MultiPolygon (experimental)
6. Support for GeoJSON `"Polygon"` and `"MultiPolygon"` types (experimental)

# Resources

* [View the demo + animation](https://rawgit.com/voidqk/polybooljs/master/dist/demo.html)
* [View the companion tutorial](http://syntheti.cc/article/polygon-clipping-pt2/)
* [Demo + Animation](https://rawgit.com/voidqk/polybooljs/master/dist/demo.html)
* [Companion Tutorial](http://syntheti.cc/article/polygon-clipping-pt2/)
* Based somewhat on the F. Martinez (2008) algorithm:
[Paper](http://www.cs.ucr.edu/~vbz/cs230papers/martinez_boolean.pdf),
[Code](https://github.com/akavel/martinez-src)
Expand Down

0 comments on commit 62d6144

Please sign in to comment.