antvis / antvis/L7

无法设置模糊

Open
#2,301 4 comments 3 reactions 1 assignee Claimed by @lzxue View on GitHub
🌟 star good first issue
Dominant language
TypeScript
Stars
4.1k
Forks
656
PR merge metrics
No merged PRs in 30d

Description

### 问题描述

按照官网的文档,无法给linelayer设置模糊

### 重现链接

_No response_

### 重现步骤

const drawWall = async (scene: Scene) => {
const JsonData = await (await fetch("/map/china-margin.json")).json();
const layer = new LineLayer({
autoFit: true
})
.shape("line")
.source(JsonData)
.size(1.2)
.color("#59C9D7")
.style({
blur: [1, 1, 1]
});
// .animate(true);
scene.addLayer(layer);
};

### 预期行为

_No response_

### 平台

- 操作系统: `Linux nailao-PC 6.5.0-15-generic #15~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 12 18:54:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux`
- 网页浏览器: Chrome 121.0.6167.184 (Official Build) (64-bit)

### 屏幕截图或视频(可选)

![image](https://github.com/antvis/L7/assets/116611689/ebe2cbc2-037a-4e53-ace9-0cdfbf115ff7)

### 补充说明(可选)

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.