L7Plot icon indicating copy to clipboard operation
L7Plot copied to clipboard

🌍 Geospatial Visualization Chart Library

Results 19 L7Plot issues
Sort by recently updated
recently updated
newest added

目前Choropleth区域图的label,默认都是全部展示. ![image](https://user-images.githubusercontent.com/44153856/220043969-2393a65f-f8e6-4926-ae0b-83d52e67f723.png) 但是有时候我们只希望传入的数据,展示label。 目前我的做法是给传入的数据新增一个字段叫dimensionName,然后把label的字段映射成dimensionName,从而实现只展示有数据的label。 ![image](https://user-images.githubusercontent.com/44153856/220044774-f9de1f4b-2a2a-40fc-a91a-f335fe3cee40.png) 希望可以给Label添加一个属性 ![image](https://user-images.githubusercontent.com/44153856/220045020-b8ab6335-a9d3-4f96-a955-8e0d09fc3699.png)

feature

Hi `antvis/L7Plot`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

目前 Tooltip 组件默认添加到地图容器内,容器太小时,会出现遮挡问题,是否可以支持添加到body节点?

### 🐛 Question description [Please make everyone to understand it] 希望实现 label 压在飞线中央的效果,类似下图: ![image](https://user-images.githubusercontent.com/2196373/178247217-eeaf8dae-e318-4c12-b1e4-41cb8c52815d.png) 尝试了 textAnchor 和 textOffset 属性不行,现在这个 label 的锚点是基于起点是吗?有办法基于起点和终点之间弧线的中点么? ### 💻 Link to minimal reproduction Please provide a...

feature

在行政区域图Choropleth中,在设置了state.select下,能否手动设置城市让地图中相应的位置设置选中状态,操作流程是,前端界面上有一个下拉框,当选择某一城市时,地图上相应的城市区域会显示选中状态。

enhancement
Choropleth

### 🐛 Question description [Please make everyone to understand it] 行政区域图,viewLevel设置为区县,没有区县的城市,未显示出来。如上图所示海南省只显示了海口跟三亚两个城市。 ![image](https://user-images.githubusercontent.com/24714530/168787002-02e19cd0-8a5e-4409-80c7-bf2168043854.png) ![image](https://user-images.githubusercontent.com/24714530/168787028-9dc9a13b-c758-44c6-99cc-b14f456ed352.png) ### 💻 Link to minimal reproduction ### 🏞 Expected result 没有区县一级的城市,设置viewLevel的granularity为区县时就显示城市数据 ### 🚑 Any additional [like screenshots]...

enhancement
question
Choropleth

项目引用 `https://unpkg.com/@antv/l7plot@latest/dist/umd/l7plot.min.js` 运行在 IE 11 上,报错了 “Symbol”未定义,IE11 不支持该 ES6 语法 需要做什么改动 L7Plot 才能支持啊,能提供一个编译到兼容 IE11 的版本么

help wanted

### 🐛 Question description [Please make everyone to understand it] ### 💻 Link to minimal reproduction Please provide a link by forking these links [L7Plot](https://codesandbox.io/s/l7plot-issue-template-ckpvq?file=/src/index.ts) or GitHub repo. What is...

enhancement

### 🐛 Bug description [Please make everyone to understand it] > Please provide a link by forking these links [L7Plot](https://codesandbox.io/s/l7plot-issue-template-ckpvq?file=/src/index.ts) or GitHub repo, a minimal reproduction. l7plot 官网文档的例子 https://antv-l7plot.gitee.io/zh/examples/dot/bobble#earthquake-level ###...

bug