We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在新增图标需要全部一次性注册进去,更新时需要支持动态添加,再更新渲染
https://github.com/antvis/L7Plot/blob/main/packages/composite-layers/src/composite-layers/icon-layer/icon-image.ts#L35
iconAtlas: { landmark_park: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*JZf9T6psSzkAAAAAAAAAAAAADmJ7AQ/original', unknown_icon: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*EcQZS6JM69EAAAAAAAAAAAAADmJ7AQ/original', },
The text was updated successfully, but these errors were encountered:
iconImage 支持动态注册图标,使用方法
https://github.com/antvis/L7Plot/blob/main/storybook/stories/composite-layers/icon-layer/iconImageAtlas.tsx
Sorry, something went wrong.
No branches or pull requests
🐛 图标图层不支持动态注册图标
现在新增图标需要全部一次性注册进去,更新时需要支持动态添加,再更新渲染
https://github.com/antvis/L7Plot/blob/main/packages/composite-layers/src/composite-layers/icon-layer/icon-image.ts#L35
The text was updated successfully, but these errors were encountered: