<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chayarokurokuro</author_name>
  <author_url>https://blog.hatena.ne.jp/chayarokurokuro/</author_url>
  <blog_title>よちよちpython   </blog_title>
  <blog_url>https://chayarokurokuro.hatenablog.com/</blog_url>
  <categories>
    <anon>地図作成</anon>
    <anon>python</anon>
    <anon>JupyterNotebook</anon>
  </categories>
  <description>今回は、foliumで作成した地図上で「クリックした場所にマーカーを差し散らかす」方法です。 差し散らかさなくてもいいけどw 前回の投稿 【folium】地図上でクリックした場所の座標をpopupで表示させるLatLngPopup() - よちよちpython も参考。 地図作成 import folium #ベースの地図作成 (中心座標は適当です) m = folium.Map(location=[36, 138], zoom_start=12) # 中心座標に目印(赤)を追加 (特に必要なし) folium.Marker([36, 138], popup=&quot;地図の中心座標&quot;, icon=f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchayarokurokuro.hatenablog.com%2Fentry%2F2021%2F08%2F01%2F095923&quot; title=&quot;【folium】地図上のクリックした場所にピンを差すClickForMarker() - よちよちpython   &quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-08-01 09:59:23</published>
  <title>【folium】地図上のクリックした場所にピンを差すClickForMarker()</title>
  <type>rich</type>
  <url>https://chayarokurokuro.hatenablog.com/entry/2021/08/01/095923</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
