0
我真的希望你們中的任何人能夠幫助我,因爲我已經在這上好幾個小時,現在沒有運氣。添加一個鏈接到MapBox工具提示
我使用mapbox.com api來生成我的地圖上的地圖,但我似乎無法添加鏈接到它!
所以,如果我例如像這樣做:
properties: {
title: 'Tooltip Title',
description: '<a target="_blank" href="#modal"data-toggle="modal">Test</a>',
'marker-size': 'large',
'marker-color': '#35B070',
}
將回聲出描述爲
<a>Test</a>
但是,如果我爲例
properties: {
title: 'Tooltip Title',
description: '<a target="_blank" href="http://www.google.com/" data-toggle="modal">Test</a>',
'marker-size': 'large',
'marker-color': '#35B070',
}
做它會回顯爲:
<a target="_blank" href="http://www.google.com/">Test</a>
有誰知道如何管理呢?......讓我堅果...