Mapbox 瓦片不显示 V3(401 未授权)并且与 V4 混淆
Mapbox tiles are not showing for V3 (401 not authorized) and messed with V4
我在 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);
对于当前的代码,我得到了一张乱七八糟的地图:
当我用 V3 更改 V4 时,我得到 401 header 和一条消息:
{"message":"Unauthorized"}
你们能帮我解决这个问题吗?
今天是我第一天使用 Mapbox 和 leaflet
我只是忘了添加样式表。
我在 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);
对于当前的代码,我得到了一张乱七八糟的地图:
{"message":"Unauthorized"}
你们能帮我解决这个问题吗? 今天是我第一天使用 Mapbox 和 leaflet
我只是忘了添加样式表。