gdnwr
gdnwr
### 🏷 Version | Package | Version | | -------------- | --------- | | @antv/s2 | 1.30.0 | | @antv/s2-react | | | @antv/s2-vue | | ### Sheet Type -...
**问题**:mountModule加载微模块时runtime是否可支持import导入的三方库 **期望的类似效果**: import axios from 'axios'; import { mountModule, unmoutModule } from '@ice/stark-module'; const moduleInfo = { name: 'moduleName', url: 'https://localhost/module.js', runtime: [ { id: 'axios', url: axios } ],...
### Description When using the latest version @deck.gl/[email protected]: Two DeckLayers were created separately, with the first layer displaying correctly and the second layer not displaying. However, when using @deck.gl/[email protected] and...
### Target Use Case Assist in integrating deck.gl into projects using version 3.x. ### Proposal Similar to ArcGIS API for JavaScript 4.x will be fine.
[Bug]Using @deck.gl/[email protected]: deck.getTooltip({object}) the parameter object is undefined.
### Description Using @deck.gl/[email protected]: The value of the parameter "object" in the getTooltip function is undefined. ``` const layer = new arcGIS.DeckLayer(); layer.deck.getTooltip = ({ object }) => { //...
Martin's vector tiles are excellent. What would be a good way to implement spatial queries? For instance, calculating point data within a specified area using GeoServer seems too heavy. Has...
- [x] I have searched the [issues](https://github.com/antvis/g/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 1、官方示例《使用 Yoga 排版引擎》一直处于报错状态 https://g.antv.antgroup.com/examples/plugins/yoga/#yoga-container 2、底层使用的yoga-layout-prebuilt库,已经多年无人维护...
For the refactored sigma v3, is there any consideration to implement a combo? https://github.com/jacomyal/sigma.js/issues/1201#issue-1100495817
**Describe the bug** When using both esri-leaflet and TerraDraw with Leaflet, the draw.start() method shows no response and no error. **Terra Draw npm version** [email protected] [email protected] **To Reproduce** Reproduce code...
### Clear and concise description of the problem 在微前端生态早期,qiankun曾经是主流方案之一,目前仍然在大量存量项目中使用。 然而,随着Garfish逐渐成为主流,希望在不重构旧子应用的前提下,将现有qiankun子应用平滑迁移到新的Garfish主应用架构中。 ### Suggested solution 建议新增官方插件: @garfish/plugin-qiankun-adapter 该插件将允许Garfish主应用直接加载现有qiankun子应用,无需对子应用进行重构。 ### Alternative _No response_ ### Additional context _No response_ ### Validations - [x] Read...