amap_187****191 发表于 2017-4-26 16:20:35

室内地图web示例报错,求助!!!!!

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
      <title></title>
      <script type="text/javascript" src="http://indoorweb.amap.com/indoormap-1.2.js"></script>
      <link href="http://indoorweb.amap.com/indoormap-1.2.css" rel="stylesheet" type="text/css"/>

</head>
<body>
      <div id="map" style="width:1200px; height:800px">

      </div>
      <script type="text/javascript">
                var map=new Indoor.Map('map',{
                        key:'我的key',
                        buildingId:'建筑物ID',


                });
      </script>
</body>
</html>


加载时候报错:Uncaught RangeError: Offset is outside the bounds of the DataView

amap_187****191 发表于 2017-4-27 13:31:26

因为没有权限,任何室内地图访问都需要开通权限

amap_138****601 发表于 2017-9-1 11:06:09

您好,请问这个权限怎么开通,申请key后还是不能用
页: [1]
查看完整版本: 室内地图web示例报错,求助!!!!!