mclaeysb / geojson-polygon-self-intersections

A very simple script to compute all self-intersections in a GeoJSON polygon
MIT License
11 stars 5 forks source link

Specify the unit of epsilon in README #4

Open Ravid123 opened 4 years ago

Ravid123 commented 4 years ago

Hello I would like to know what units is the epsilon number expects. I talk about the property 'epsilon' in the options object sent to the intersection function.

I would advice to add to the README also examples where all options are used.

Thanks