You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/05/09 06:40:50 UTC

[GitHub] [echarts] benfaiht opened a new issue #14895: nuxt中使用echarts 的map和百度地图(bmap),渲染的geojson出现偏差,跟地图没有任何关系,拖动地图,geojson图形不会同时起移动

benfaiht opened a new issue #14895:
URL: https://github.com/apache/echarts/issues/14895


   ### Version
   4.8.0
   
   ### Steps to reproduce
   option中的配置如下:
   bmap: {
                   center: [105.348611, 40.581141],
                   zoom: 4,
                   geoIndex:1,
                   roam: true,
                 },
                 series: [
                   {
                     name: name,
                     type: 'map',
                     roam:true,
                     selectedMode:'multiple',
                     zoom:1.5,
                     mapType:name, // 自定义扩展图表类型
                     label: {show: false},
                     itemStyle:{areaColor:'rgba(225, 225, 225, 0)', borderWidth:0.1,borderType:'solid'},
                     data: this.series_data,
                   },
   
   ### What is expected?
   渲染的geojson地图应该和百度地图保持一致
   
   ### What is actually happening?
   no
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] echarts-bot[bot] commented on issue #14895: nuxt中使用echarts 的map和百度地图(bmap),渲染的geojson出现偏差,跟地图没有任何关系,拖动地图,geojson图形不会同时起移动

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #14895:
URL: https://github.com/apache/echarts/issues/14895#issuecomment-835712523






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org