Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
w8r committed Mar 13, 2017
1 parent ff02636 commit 11db49f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ polygon.transform.setOptions({rotation: true, scaling: false});
* **`options.boundsOptions`** - **<[Polyline_options](http://leafletjs.com/reference.html#polyline-options)>** - bounding rectangle options
* **`options.rotateHandleOptions`** - **<[Polyline_options](http://leafletjs.com/reference.html#polyline-options)>** - rotation handle line styles
* **`options.handleLength`** - **Number** - Length of the rotation handle in pixels. Defaults to 20.
* **`options.rotation`** - **Boolean** - Enable/disable rotation. Default `true`
* **`options.scaling`** - **Boolean** - Enable/disable scaling. Default `true`
* **`options.uniformScaling`** - **Boolean** - Use uniform scaling (maintain aspect ratio). Default `true`

**Handles**

Expand Down Expand Up @@ -75,7 +78,7 @@ polygon.dragging.enable();
- [x] Leaflet 1.x support
- [x] [Leaflet.Editable](https://github.com/Leaflet/Leaflet.Editable) adapter
- [ ] [Leaflet.draw](https://github.com/Leaflet/Leaflet.draw) adapter
- [ ] Canvas renderer support
- [x] Canvas renderer support

### License

Expand Down

0 comments on commit 11db49f

Please sign in to comment.