点图层shape('circle')跟marker能否支持抬高
- Dominant language
- TypeScript
- Stars
- 4.1k
- Forks
- 656
- PR merge metrics
- No merged PRs in 30d
Description
const pointLayer2 = new PointLayer({
zIndex: 3
})
.source(data)
.shape('circle')
.color('backgoundColor')
.size(16)
.style({
raisingHeight: 50000, // 这个设置了没用
heightfixed: true,
stroke: '#FFFF00',
opacity: 0.6,
strokeWidth: 3
})
scene.addLayer(pointLayer2)
Contributor guide
Research direction
Start from the PointLayer configuration shown in the issue, focusing on shape('circle'), marker behavior, and the style option raisingHeight. Reproduce the example and determine whether circle points and markers can be raised; done means the documented setting produces the expected elevation or the limitation is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100