首页 / 浏览问题 / 其他 / 问题详情
supermap online地图无法加载
1EXP 2019年07月09日

直接调用在线示例的代码在谷歌里打不开,控制台报错SuperMap.Include.js:17 A parser-blocking

代码如下(其实就是文档示例的代码):

<html>
<head>
    <title>GetStarted</title>
    <style>
        .mapcontainer{
            height: 600px;
        }
    </style>
      <script src='http://www.supermapol.com/resources/api/libs/SuperMap.Include.js'></script>
</head>
<body>
    <div id="map" class="mapcontainer"></div>
    <script>
        var url="http://www.supermapol.com";
        var viewer=new SuperMap.Cloud.MapViewer(url,"map");
        viewer.previewMapById(493);
    </script>
</body>
</html>

1个回答

这边需要测试下

1:能把报错信息完整的发一下吗?

2:你是直接用的本地文件打开的还是直接在官网范例里面用代码测试的?
5,668EXP 2019年07月09日
A parser-blocking, cross site (i.e. different eTLD+1) script, http://www.supermapol.com/resources/api/libs/SuperMap-8.1.1-15015.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
inputScript @ SuperMap.Include.js:17
 

A parser-blocking, cross site (i.e. different eTLD+1) script, http://www.supermapol.com/resources/api/libs/Lang/zh-CN.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
inputScript @ SuperMap.Include.js:17
 

以上是完整报错信息,我是把官网的代码粘贴到了HbuilderX里然后在谷歌里面打开的

官网里的在线查看的网页502了,看不到
您把控制台那块截个图发一下吧

。。。。

上面那个黄叹号对项目没有影响,下面的这个会影响到地图加载,这个问题我测试过了是有问题,需要找研发沟通一下具体原因
确实跑不起来,下边的示例也跑不起来,在线演示都报502
请问什么时候能解决
这个问题是因为这个接口是以前的接口不支持当前新版本的iportal接口了,这个已经和研发报过需求,但是因为是老接口所以现在没有直接修改。您这边是需要对接iportal地图进行显示吗?当前的版本中可用的是leaflet等客户端有这个接口
...