hehuasa

Results 2 issues of hehuasa

### 问题描述 使用 MapLibre底图,新增marker ,options 设置 `draggable:true,`,进行marker拖动时,会报错。 跟了下报错信息:拖动时,代码 使用 `e.lnglat` 获取当前坐标,但是实际返回的 坐标对象名为 `e.lngLat`; ### 重现链接 https://codesandbox.io/p/sandbox/l7-demo-forked-d5mgff?file=%2Findex.js%3A15%2C28 ### 重现步骤 复现仓库见上方,最小复现步骤: ``` import { Scene, Marker } from "@antv/l7"; import { MapLibre...

bug
help wanted

### 问题描述 @antv/l7-leaflet包,在当前版本的l7(2.22.0)中无法使用。 初始化地图,报错: TypeError (0 xxxx.antv_l7.Viewport) is not a constructor. ### 重现链接 https://codesandbox.io/s/zgqzsj?file=/App.tsx ### 重现步骤 1.打开 L7-Leaflet 官网,use in L7 页面, https://l7-leaflet.antv.vision/leafler-map; 2.将示例用 codesandbox 打开 ![1722581223881_ED8C5201-D887-4460-9038-8856795E01CE](https://github.com/user-attachments/assets/72d8f73c-244e-4467-abf9-d7a651e9ab71) 3页面报错 TypeError (0...

help wanted