Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed Oct 22, 2017
1 parent f9df4ae commit bfae5c3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions dist/maptalks.odline.es.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* maptalks.odline v0.4.0
* maptalks.odline v0.4.1
* LICENSE : MIT
* (c) 2016-2017 maptalks.org
*/
Expand All @@ -22,11 +22,11 @@ function quadraticAt(p0, p1, p2, t) {
}

var options = {
'animation': true,
'animation': false,
'animationOnce': false,
'animatinDuration': 6000,
'animationDuration': 6000,
'animationRandom': false,
'curveness': 0.2,
'curveness': 0,
'trail': 20,
'globalCompositeOperation': 'lighter'
};
Expand Down Expand Up @@ -275,4 +275,4 @@ ODLineLayer.registerJSONType('ODLineLayer');

export { ODLineLayer };

typeof console !== 'undefined' && console.log('maptalks.odline v0.4.0, requires maptalks@>=0.32.0.');
typeof console !== 'undefined' && console.log('maptalks.odline v0.4.1, requires maptalks@>=0.32.0.');
10 changes: 5 additions & 5 deletions dist/maptalks.odline.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* maptalks.odline v0.4.0
* maptalks.odline v0.4.1
* LICENSE : MIT
* (c) 2016-2017 maptalks.org
*/
Expand All @@ -26,11 +26,11 @@ function quadraticAt(p0, p1, p2, t) {
}

var options = {
'animation': true,
'animation': false,
'animationOnce': false,
'animatinDuration': 6000,
'animationDuration': 6000,
'animationRandom': false,
'curveness': 0.2,
'curveness': 0,
'trail': 20,
'globalCompositeOperation': 'lighter'
};
Expand Down Expand Up @@ -281,6 +281,6 @@ exports.ODLineLayer = ODLineLayer;

Object.defineProperty(exports, '__esModule', { value: true });

typeof console !== 'undefined' && console.log('maptalks.odline v0.4.0, requires maptalks@>=0.32.0.');
typeof console !== 'undefined' && console.log('maptalks.odline v0.4.1, requires maptalks@>=0.32.0.');

})));
4 changes: 2 additions & 2 deletions dist/maptalks.odline.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maptalks.odline",
"version": "0.4.0",
"version": "0.4.1",
"description": "A maptalks Layer to draw ODLines.",
"license": "MIT",
"repository": {
Expand All @@ -16,7 +16,7 @@
"version": "gulp minify && git add -A dist",
"lint": "eslint index.js test/**/*.js",
"test": "gulp test",
"tdd" : "gulp tdd",
"tdd": "gulp tdd",
"pretest": "npm run lint",
"prepublish": "npm run lint && gulp minify",
"dev": "gulp watch",
Expand Down

0 comments on commit bfae5c3

Please sign in to comment.