@antv/l7-renderer 2.16.0 → 2.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,6 +46,7 @@ var ReglModel = /*#__PURE__*/function () {
46
46
  vert: vs,
47
47
  // @ts-ignore
48
48
  colorMask: reGl.prop('colorMask'),
49
+ lineWidth: 1,
49
50
  blend: {
50
51
  // @ts-ignore
51
52
  enable: reGl.prop('blend.enable'),
@@ -122,7 +123,6 @@ var ReglModel = /*#__PURE__*/function () {
122
123
  }, {
123
124
  key: "draw",
124
125
  value: function draw(options, pick) {
125
- // console.log('options', this.drawParams)
126
126
  if (this.drawParams.attributes && Object.keys(this.drawParams.attributes).length === 0) {
127
127
  return;
128
128
  }
@@ -61,6 +61,7 @@ var ReglModel = class {
61
61
  vert: vs,
62
62
  // @ts-ignore
63
63
  colorMask: reGl.prop("colorMask"),
64
+ lineWidth: 1,
64
65
  blend: {
65
66
  // @ts-ignore
66
67
  enable: reGl.prop("blend.enable"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antv/l7-renderer",
3
- "version": "2.16.0",
3
+ "version": "2.16.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -25,19 +25,19 @@
25
25
  "author": "xiaoiver",
26
26
  "license": "ISC",
27
27
  "devDependencies": {
28
- "@antv/l7-test-utils": "2.16.0",
28
+ "@antv/l7-test-utils": "2.16.2",
29
29
  "gl": "^5.0.3"
30
30
  },
31
31
  "dependencies": {
32
- "@antv/l7-core": "2.16.0",
33
- "@antv/l7-utils": "2.16.0",
32
+ "@antv/l7-core": "2.16.2",
33
+ "@antv/l7-utils": "2.16.2",
34
34
  "@babel/runtime": "^7.7.7",
35
35
  "inversify": "^5.0.1",
36
36
  "l7regl": "^0.0.20",
37
37
  "lodash": "^4.17.15",
38
38
  "reflect-metadata": "^0.1.13"
39
39
  },
40
- "gitHead": "901d07c0523b128fbc69ca04e6b3b8367ea3572d",
40
+ "gitHead": "93b6d071e7d9c07c8bafcf1e6ce37b5f21185905",
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  }