5

ここに画像の説明を入力ここに画像の説明を入力

上記のようなダイアログを実現するにはどうすればよいですか。今できることはここまで

map.addLayer({
    "id": "markers",
    "type": "symbol",
    "source": "markers",
    "interactive": true,
    "layout": {
        "text-field": "{price2}",
        "text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"],
        "text-offset": [0, 0.6],
        "text-anchor": "top",
        "text-size": 12,
        "text-letter-spacing": 0.05,
        "icon-image": "marker-15"
    },
    "paint": {
        "text-color": "#fff",
        "text-halo-width": 2,
        "text-halo-color": "rgb(11, 148, 68)"
    }
});

そのような効果を得るにはスタジオを使用する必要がありますか?

4

1 に答える 1

1

これを行う唯一の方法は、カスタム HTML Elementでマーカーを使用することです。ただし、ソースを使用することはできません。

于 2018-06-07T16:32:59.483 に答える