folium.features.CustomIcon()は、自作のアイコンなどを表示するための機能ですが、自前の画像でなくても指定できるようなので、Googleがホストしているアイコン画像を試してみました。
また、今回の記事からGithub Gistを使って、コードだけでなく、実行結果のマップのhtmlを記事に埋め込んでいます。過去の記事の一部も書き換えました。
参考:
Google Earth/Maps Icons
Collection of Google Earth and Google Maps Standard Icons that is a useful cheat sheet showing all the standard icons.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
注意点:ループを使用して、複数点に同じカスタムアイコンを設定する際には、ループ内でカスタムアイコンを初期化する必要がある。
参考:
Adding multiple Custom Icon in Folium · Issue #744 · python-visualization/folium
I am creating a Custom Icon in folium, and displaying it on a map, but when i try to add another coordinate with the same Icon, it fails. import folium map_osm = folium.Map(location=[45.3288, -121....
Using custom icons for multiple locations with Folium and Pandas
I am trying to iterate over a pandas dataframe to plot multiple geolocations on a Folium map using custom icons as markers instead of the default one. First I create a pandas dataframe as follows: #
Google Chart APIで数字のアイコンを設定した例:
二桁までの数字なら問題なく表示できそうです。
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.