Skip to content

Commit

Permalink
Question: remove the polyline #47
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Oct 26, 2016
1 parent c29d300 commit 114ff3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ Draw a polyline. Connect the points given as parameters.
```js
// Draw a two segment line near Amsterdam Central Station
mapbox.addPolyline({
id: 1, // optional, can be used in 'removePolylines'
color: 0xff29a025, //Set the color of the line (default black)
width: 7, //Set the width of the line (default 5)
points: [
Expand Down

0 comments on commit 114ff3b

Please sign in to comment.