<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel rdf:about="https://excelvba.3rin.net/RSS/100/">
    <title>ExcelVBAでGoogleMap</title>
    <link>https://excelvba.3rin.net/</link>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="https://excelvba.3rin.net/RSS/" />
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
    <description>ExcelVBAとGoogleMapの連携について。
作成したExcelVBAの保管や備忘録的なもの。
</description>
    <dc:language>ja</dc:language>
    <dc:date>2013-10-31T12:58:51+09:00</dc:date>
    <items>
    <rdf:Seq>
      <rdf:li rdf:resource="https://excelvba.3rin.net/Entry/5/" />
      <rdf:li rdf:resource="https://excelvba.3rin.net/Entry/4/" />
      <rdf:li rdf:resource="https://excelvba.3rin.net/Entry/3/" />
      <rdf:li rdf:resource="https://excelvba.3rin.net/Entry/2/" />
    </rdf:Seq>
    </items>
  </channel>

  <item rdf:about="https://excelvba.3rin.net/Entry/5/">
    <link>https://excelvba.3rin.net/Entry/5/</link>
    <title>GooglemapのマーカーアイコンをMarkerImageとGoogleChartAPIを使って動的に生成する</title>
    <description>緯度、経度情報からGoogleMap上に複数のマーカーを立てた後、「これじゃデータの中身がわからない・・・」
そんなときに見つけたのがGoogleChartAPIのDynamic Icons。URLを投げるとアイコンを作成してくれます。
あとはGooglemapのマーカーのコンストラクタ内でMark...</description>
    <content:encoded><![CDATA[<p>緯度、経度情報からGoogleMap上に複数のマーカーを立てた後、「これじゃデータの中身がわからない・・・」<br />
そんなときに見つけたのが<a title="" href="https://developers.google.com/chart/image/docs/gallery/dynamic_icons?hl=ja&amp;csw=1" target="_blank">GoogleChartAPI</a>のDynamic Icons。URLを投げるとアイコンを作成してくれます。</p>
<p>あとはGooglemapのマーカーのコンストラクタ内でMarkerImageのURLにDynamic IconsのＵＲＬを指定します。<br />
以下、コード&darr;&darr;</p><br /><br /><a href="https://excelvba.3rin.net/Entry/5/" target="_blank">つづきはこちら</a>]]></content:encoded>
    <dc:subject>ExcelGeoMapper</dc:subject>
    <dc:date>2013-10-31T12:30:00+09:00</dc:date>
    <dc:creator>akira kumagai</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>akira kumagai</dc:rights>
  </item>
  <item rdf:about="https://excelvba.3rin.net/Entry/4/">
    <link>https://excelvba.3rin.net/Entry/4/</link>
    <title>ExcelVBAでGoogleのGeocodingサービスを使って、名称や住所から緯度、経度情報を取得する</title>
    <description>GoogleのGeocodingサービスを使って、名称や住所から緯度、経度情報を返すユーザ定義関数です。
HttpリクエストのReadyStateは監視してないため、シートが再計算されると固まる上にデータが返ってこない。
Application.Volatile削って手動で再計算すれば何とかなる・・...</description>
    <content:encoded><![CDATA[<p>GoogleのGeocodingサービスを使って、名称や住所から緯度、経度情報を返すユーザ定義関数です。<br />
HttpリクエストのReadyStateは監視してないため、シートが再計算されると固まる上にデータが返ってこない。<br />
Application.Volatile削って手動で再計算すれば何とかなる・・・かも。</p>
<p></p><br /><br /><a href="https://excelvba.3rin.net/Entry/4/" target="_blank">つづきはこちら</a>]]></content:encoded>
    <dc:subject>VBA</dc:subject>
    <dc:date>2013-10-30T12:30:00+09:00</dc:date>
    <dc:creator>akira kumagai</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>akira kumagai</dc:rights>
  </item>
  <item rdf:about="https://excelvba.3rin.net/Entry/3/">
    <link>https://excelvba.3rin.net/Entry/3/</link>
    <title>ExcelVBAでbase64を利用して画像ファイルを出力する</title>
    <description>VBAでの画像出力は調べるといろいろありますね。
今回はVBAからbase64を用いたpng画像の出力について。つづきはこちら...</description>
    <content:encoded><![CDATA[VBAでの画像出力は調べるといろいろありますね。<br />
今回はVBAからbase64を用いたpng画像の出力について。<br /><br /><a href="https://excelvba.3rin.net/Entry/3/" target="_blank">つづきはこちら</a>]]></content:encoded>
    <dc:subject>VBA</dc:subject>
    <dc:date>2013-10-30T06:30:00+09:00</dc:date>
    <dc:creator>akira kumagai</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>akira kumagai</dc:rights>
  </item>
  <item rdf:about="https://excelvba.3rin.net/Entry/2/">
    <link>https://excelvba.3rin.net/Entry/2/</link>
    <title>エクセルでグーグルマップを表示する</title>
    <description>エクセルシート上の緯度経度情報をもとにグーグルマップにマーカーを配置・表示します。
Excel_Map.zip
こんな感じになります。WinXP、IE8、Excel2007,2010では動作を確認しています。
 ...</description>
    <content:encoded><![CDATA[<span style="font-size: 14px;">エクセルシート上の緯度経度情報をもとにグーグルマップにマーカーを配置・表示します。<a href="//excelvba.3rin.net/File/Excel_Map.zip" target="_blank"><br />
</a><a href="//excelvba.3rin.net/File/Excel_Map.zip" target="_blank"><span style="color: #000000;" color="#000000">Excel_Map.zip</span></a><br />
こんな感じになります。WinXP、IE8、Excel2007,2010では動作を確認しています。<br />
<a title="" href="//excelvba.3rin.net/File/yamanoteshen.JPG" target="_blank"><img alt="" src="//excelvba.3rin.net/Img/1383192607/" /></a> </span>]]></content:encoded>
    <dc:subject>ExcelGeoMapper</dc:subject>
    <dc:date>2013-10-29T18:00:00+09:00</dc:date>
    <dc:creator>akira kumagai</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>akira kumagai</dc:rights>
  </item>
</rdf:RDF>
