0
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

マクドナルド店舗を地図上に表示

Posted at

動機

qiitaへの投稿ってどんな感じか、よくある例で試してみる。

手順

  1. マクドナルド公式サイトのお店・サービスのお店を探すのページの店舗検索にアクセスし、chrome のデベロッパーツールを使って、店舗名と位置情報を含んだ jsonデータを取得。
  2. 漢字コードを変換して改行コードを挿入。(漢字コードはUTF-8、改行コードはviで調整)
  3. Python で json を csv に変換。
  4. Google Drive の Fusion Table で csvファイルをインポートし、緯度経度の列の属性を location に変更。
  5. add map でマッピングする地図を追加し、location を指定してマッピング完了!

参考にした情報

0
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?