V3没有显示Mapbox磁贴(401未授权)并且与V4混淆

时间:2015-02-14 14:12:30

标签: leaflet mapbox


我在Mapbox与Leaflet的整合方面苦苦挣扎。

var map = L.map('map').setView([51.505, -0.09], 13);
        // create a tile layer sourced from mapbox
        L.tileLayer('https://{s}.tiles.mapbox.com/v4/mapId/{z}/{x}/{y}.png?access_token=AccessTokenValue').addTo(map);

对于这个当前代码,我得到一张混乱的地图: enter image description here 当我用V3更改V4时,我得到401标题,并带有一条消息:

{"message":"Unauthorized"}

你们可以帮我解决这个问题吗? 今天是我使用Mapbox& amp;小叶

1 个答案:

答案 0 :(得分:0)

我忘了添加样式表。