しかし、Google Maps APIのような数字のアイコンは公式機能ではまだ用意されていないようなので、どうにかして表示する方法はないか調べました。
Numbers in map marker in Folium
i want to display some geo locations on map, but i want the map-pin icon to display numbers instead of the default map pin.
Is there any way to do that?I checked in font awesome icons but it didn't
アイコンにCSSを設定できる機能は既に実装済みのようなので、参考を元に以下の様にCSSの部分を編集しました。
実行例:
マーカーの囲いを円から角にしたければ、
border-radius: 50%;を削除すれば、良いです。
実行例:
関連記事:
【Python】foliumで活断層を表示する方法
【Python】foliumで地質図を表示する方法
【Python】foliumで複数の地図タイルを切り替えて表示する方法
【Python】foliumでGoogle Mapのマーカーアイコンを表示する