mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
c9257f0109
commit
4ee985783e
|
@ -104,7 +104,7 @@ export default class LineModel extends BaseModel {
|
||||||
u_targetColor: targetColorArr,
|
u_targetColor: targetColorArr,
|
||||||
|
|
||||||
// 顶点高度 scale
|
// 顶点高度 scale
|
||||||
u_vertexScale: vertexHeightScale
|
u_vertexScale: vertexHeightScale,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
public getAnimateUniforms(): IModelUniform {
|
public getAnimateUniforms(): IModelUniform {
|
||||||
|
|
|
@ -34,7 +34,7 @@ export default class Amap2demo_lineHeight extends React.Component {
|
||||||
.size(1)
|
.size(1)
|
||||||
.shape('line')
|
.shape('line')
|
||||||
.style({
|
.style({
|
||||||
vertexHeightScale: 30
|
vertexHeightScale: 30,
|
||||||
})
|
})
|
||||||
.color('#ccc');
|
.color('#ccc');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue