添加SpiderManager 实现同一地理位置有很多点位时,点击可以螺旋散开展开/折叠交互。#2880
Closed
HGX-DJK wants to merge 4 commits into
Closed
Conversation
Collaborator
|
需求合理,功能实现也没有问题,但是这个功能太业务了,不在整体的设计里,这个加到里面去让整体设计非常别扭
建议: 自己写个插件即可,要支持不同的图层(VectorLayer,PointLayer) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
当地图上多个 POI 点位具有相同的地理坐标时(如商场内多个店铺、同一建筑内的多个公司),普通显示会出现完全重叠的
问题,导致只能看到最上层的标记,其他点位被遮挡。
蛛网标记(SpiderMarker) 功能通过以下方式解决: