mathiasleroy opened a new issue #10253: deformed geojson map
URL: https://github.com/apache/incubator-echarts/issues/10253
 
 
   ### Version
   4.1.0-release
   
   ### Steps to reproduce
   get geojson map of belgium, then 
   
       echarts.registerMap('mymappp', geojson, {});
   
         series: [{
             name: '',
             type: 'map',
             coordinateSystem: 'geo',
             map: 'mymappp',
             roam: true, // allow zooming and translating
             zoom: zoom,
             itemStyle:{
               areaColor : 'white', // default area color, when no data
               emphasis:{label:{show:true}}
             },
             data:mapData,
               label: {
                   normal: {
                       show: false
                   },
                   emphasis: {
                       show: false
                   }
               }
         }],
   
   ### What is expected?
   normal shape of belgium
   
   ### What is actually happening?
   deformed belgium map
   
   ---
   cf.  https://github.com/apache/incubator-echarts/issues/10252
   
   <!-- 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to