Skip to content

Commit

Permalink
update api links
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed Jun 2, 2017
1 parent 772f13f commit 18ba1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ IE 9-11, Chrome, Firefox, other modern and mobile browsers.

## API Reference

```ODLineLayer``` is a subclass of [maptalks.ParticleLayer](http://docs.maptalks.org/api/maptalks.ParticleLayer.html) and inherits all the methods of its parent.
```ODLineLayer``` is a subclass of [maptalks.ParticleLayer](https://maptalks.github.io/docs/api/ParticleLayer.html) and inherits all the methods of its parent.

### `Constructor`

Expand All @@ -53,7 +53,7 @@ new maptalks.ODLineLayer(id, data, options)
* curveness **Number** curveness of the od-line, from 0(straight) to 1 (0.2 by default)
* trail **Number** trail length of the particle when animating (20 by default)
* globalCompositeOperation **String** [globalCompositeOperation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation) of the canvas when drawing particles
* Other options defined in [maptalks.ParticleLayer](http://docs.maptalks.org/api/maptalks.ParticleLayer.html)
* Other options defined in [maptalks.ParticleLayer](https://maptalks.github.io/docs/api/ParticleLayer.html)

### `getData()`

Expand Down

0 comments on commit 18ba1d9

Please sign in to comment.