日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 人文社科 > 生活经验 >内容正文

生活经验

Mapbox gl tile瓦片渲染点以及图片Icon

發(fā)布時間:2023/11/27 生活经验 43 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Mapbox gl tile瓦片渲染点以及图片Icon 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

Mapbox gl tile瓦片渲染點以及圖片Icon

    • 1. 效果圖
    • 2. 源碼
    • 參考

1. 效果圖

點效果圖如下:

以圖標渲染效果圖如下:

注意圖片要不能跨域,需要下載的下來才能正常展示。

2. 源碼

// 先把圖片加載進來mapObj.on('load', function () {// Add an image to use as a custom markermapObj.loadImage('https://docs.mapbox.com/mapbox-gl-js/assets/custom_marker.png',function (error, image) {if (error) throw error;mapObj.addImage('custom-marker', image);});mapObj.loadImage(//	'https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Cat_silhouette.svg/64px-Cat_silhouette.svg.png',//     'https://upload.wikimedia.org/wikipedia/commons/7/7c/201408_cat.png','https://ss1.baidu.com/-4o3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3c6d55fbb2fb4316b1541bf027a4462308f7d3f5.jpg',function (error, image) {if (error) throw error;mapObj.addImage('arrow', image);});
});// 渲染
mapObj.addLayer({"id": "dddddtrack","type": "symbol","source": {"type": "vector","tiles": [url],"minzoom": 1,"maxzoom": 22},"source-layer": "track",'layout': {'visibility': 'visible',// coalesce 當請求的圖片找不到時,用fallbackImage替代//	"icon-image": ["coalesce", ["image", "custom-marker"], ["image", "arrow"]],"icon-image": ["coalesce", ["image", "arrow"], ["image", "custom-marker"]],'text-font': ['Open Sans Semibold','Arial Unicode MS Bold'],'text-offset': [0, 1.25],'text-anchor': 'top'}      
});

參考

  • 創(chuàng)建 mapbox 本地 sprite
  • https://docs.mapbox.com/mapbox-gl-js/example/add-image/
  • https://stackoverflow.com/questions/41746232/mapboxgl-js-shape-layer-type
  • mapbox 添加圖片

總結(jié)

以上是生活随笔為你收集整理的Mapbox gl tile瓦片渲染点以及图片Icon的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。