Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Jul 1, 2019
1 parent fdd572d commit 3e26659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/react-map-gl-draw/README.md
Expand Up @@ -54,7 +54,7 @@ Feature object structure:
```

### Styling related Options
- `style` (Object, optional) - Customized css [style objects](https://reactjs.org/docs/dom-elements.html#style) apply to the editor
- `style` (Object, optional) - Customized css [style objects](https://reactjs.org/docs/dom-elements.html#style) apply to the editor. Default style includes width and height from current viewport.

- `getFeatureStyle` (Function, Optional) : Object - A function to style a feature, function parameters are
- `feature`: feature to style .
Expand Down

0 comments on commit 3e26659

Please sign in to comment.