Etering opened a new issue #14792:
URL: https://github.com/apache/echarts/issues/14792


   ### Version
   5.0.2
   
   ### Steps to reproduce
   1.打开  https://echarts.apache.org/examples/zh/editor.html?c=lines-bmap 
   2.删除series 只看地图,替换mapStyle如下
   [{
       "featureType": "background",
       "elementType": "geometry",
       "stylers": {
           "color": "#1c4677ff"
       }
   }, {
       "featureType": "water",
       "elementType": "geometry",
       "stylers": {
           "color": "#123159ff"
       }
   }, {
       "featureType": "road",
       "elementType": "geometry",
       "stylers": {
           "visibility": "on"
       }
   }, {
       "featureType": "road",
       "elementType": "labels",
       "stylers": {
           "visibility": "off"
       }
   }, {
       "featureType": "poilabel",
       "elementType": "labels",
       "stylers": {
           "visibility": "off"
       }
   }, {
       "featureType": "poilabel",
       "elementType": "labels.icon",
       "stylers": {
           "visibility": "off"
       }
   }, {
       "featureType": "village",
       "elementType": "labels",
       "stylers": {
           "visibility": "off"
       }
   }, {
       "featureType": "town",
       "elementType": "labels",
       "stylers": {
           "visibility": "off"
       }
   }
   , {
       "featureType": "town",
       "elementType": "labels.icon",
       "stylers": {
           "visibility": "off"
       }
   }]
   3.设置完进行一下缩放  会看见如图所示
   
![image](https://user-images.githubusercontent.com/41197305/116018667-24941100-a675-11eb-8b16-44f8fb0d8cdd.png)
   
   
   ### What is expected?
   村庄label不显示
   
   ### What is actually happening?
   地图缩放到一定比例时 ,村庄的label仍然出现在地图上。
   
   <!-- 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:
us...@infra.apache.org



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

Reply via email to