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 2020/05/18 04:47:04 UTC

[GitHub] [incubator-echarts] cocoyzs opened a new issue #12652: vs本地测试map可以正常展示,部署到iis后一直loading

cocoyzs opened a new issue #12652:
URL: https://github.com/apache/incubator-echarts/issues/12652


   ### Version
   4.7.0
   
   ### Steps to reproduce
   
   本地调试柱状图,折线图,地图均能正常显示,放到iis发布后只有折线图和柱状图可以正常显示,唯独map一直loading状态,没有任何报错,实在不知什么原因了,请教各位大神有谁碰到这个情况?
   
   ### What is expected?
   map在iis下正常显示
   
   ### What is actually happening?
   map在iis下一直显示loading
   
   ---
   开发环境:vs2012
   echars:官网下载最新echars.js
   iis是win2008上面的iis7,.net4.0经典模式
   
   <!-- This issue is generated by echarts-issue-helper. 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] [incubator-echarts] echarts-bot[bot] commented on issue #12652: vs本地测试map可以正常展示,部署到iis后一直loading

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


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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] [incubator-echarts] cocoyzs closed issue #12652: vs本地测试map可以正常展示,部署到iis后一直loading

Posted by GitBox <gi...@apache.org>.
cocoyzs closed issue #12652:
URL: https://github.com/apache/incubator-echarts/issues/12652


   


----------------------------------------------------------------
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] [incubator-echarts] plainheart commented on issue #12652: vs本地测试map可以正常展示,部署到iis后一直loading

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12652:
URL: https://github.com/apache/incubator-echarts/issues/12652#issuecomment-629947416


   Map是不是引入了一些geoJSON文件?如果是请确保引用的资源地址没有跨域。


----------------------------------------------------------------
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] [incubator-echarts] cocoyzs commented on issue #12652: vs本地测试map可以正常展示,部署到iis后一直loading

Posted by GitBox <gi...@apache.org>.
cocoyzs commented on issue #12652:
URL: https://github.com/apache/incubator-echarts/issues/12652#issuecomment-629960813


   已经找到原因,是引入的geojson文件在iis中无法访问得到,iis对json整个目录都无法访问,包括该目录下的html文件,别的目录没有问题,不懂为什么,
   system.webserver中添加节点
   <staticContent>
      <mimeMap fileExtension=".json" mimeType="application/json" />
   </staticContent>
   之后就正常显示了。


----------------------------------------------------------------
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