Error when zoom geo programatically
See original GitHub issueVersion
4.5.0
Steps to reproduce
主要关联代码:
geo: {
zoom: 1,
roam: 'move'
}
之后通过修改geo里面的zoom , 地图上的散点实时渲染至对应缩放区域,而背景地图需要在地图上移动一下才渲染至对应位置
What is expected?
解决该问题并告知原因
What is actually happening?
地图上的散点实时渲染至对应缩放区域,而背景地图需要在地图上移动一下才渲染至对应位置
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Programmatically zoom in/out - Esri Community
setViewpointScaleAsync(double scale) that zooms the map to the provided zoom level. Using these two methods I am able to build programmatic zoom ......
Read more >eCharts 3 - zoom on geo map onclick - Stack Overflow
Just in case anyone else is having this same problem, I was able to solve it in this manner: myChart.on('click', function(params) { if ......
Read more >Controlling Zoom and Pan | Maps JavaScript API
When a user scrolls a page that contains a map, the scrolling action can unintentionally cause the map to zoom. This behavior can...
Read more >Geoaxes zoom not working after adding ButtonDownFcn.
I have an app built in AppDesigner with a map plotted in geoaxes. I need to zoom in and out but I also...
Read more >Error Codes - Zoom App Marketplace
Below are some common errors codes that are not specific belongs to SDK, but occasionally you will see them while using our Zoom...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will take a look this issue later.
fixed in https://github.com/apache/incubator-echarts/pull/12340 by @Ovilia