我需要更改图块URL中的Y轴。我使用以下功能来更改轴,
map.addCustomSource('foo', {
"type": "vector",
"tiles": function(coord) {
return "some computation using coord";
}
})
但是它抛出一个map.addCustomSource is not a function
错误。
如何使用Mapboxgl.js API自定义该轴?
答案 0 :(得分:0)
这取决于您要多么精确地转换图块坐标,如果要匹配OGC TMS规范,则可以使用"scheme": "tms"
参见https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-raster-scheme