3
2

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.

ぶぅちゃんズAdvent Calendar 2019

Day 18

ルートラボで今まで走ったルートを1つの日本地図にまとめる

Last updated at Posted at 2019-12-17

Yahooのサービスであるルートラボが2020年3月に終了することになりました。
https://latlonglab.yahoo.co.jp/route/

サイクリング部としてこのサービスはとってもお世話になりました。
これまで走ったルートを1つに日本地図にまとめてみました。

image.png
https://souring001.github.io/routelab-map-generator/

能登半島、佐渡、伊豆大島、よかったなあ。

作り方

ルートラボで、ルート情報ファイルのGPXを一括ダウンロードする。
Leafletjsで日本地図を表示し、leaflet-gpxというプラグインでGPXファイルを描画する。
https://github.com/mpetazzoni/leaflet-gpx

ソースコード

コードは以下に公開しています。
https://github.com/souring001/routelab-map-generator/blob/master/docs/index.html

終わりに

ルートラボのURLを載せるだけで日本地図に通ったルート全てを描画するようなサービスを作りたいなあ。
そしたらサイクリストみんなが使えるようになる。

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?