ตัวอย่างจำนวนมากโหลดภาพไอคอนแบบนี้เสมอ (เช่นที่นี่: https://www.mapbox.com/mapbox-gl-js/example/geojson-markers/ ):
map.addLayer({
"id": "markers",
"type": "symbol",
"source": "markers",
"layout": {
"icon-image": "{marker-symbol}-15",
"text-field": "{title}",
"text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"],
"text-offset": [0, 0.6],
"text-anchor": "top"
}
});
ไอคอนนี้ถูกเก็บไว้ที่ไหนและฉันจะเชื่อมโยงไปยัง png หรือ svg ในพื้นที่ได้อย่างไร หรือฉันจะใส่markers
แหล่งของตัวเองลงไปได้อย่างไร ตัวอย่างไม่ได้บันทึกไว้อย่างดี