0
0

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 3 years have passed since last update.

Google mapsにKMLファイルをロードさせるURL

Last updated at Posted at 2021-10-21

 KMLファイルをロードするときに指定するURLの注意点

KMLファイルをロードする時にのURLが、ローカル環境のURLだと不可能。
グローバル環境からアクセスできるURLが必要になる。

対処方法

ローカル環境を無料で外部公開できるサービスなどを使用する
https://rs-techdev.com/archives/233

今回使ったのは
localhost.run(https://localhost.run/)

localhost.runの使い方

ターミナルで

localhost:<ポート番号> ssh.localhost.run

接続時にはランダムなURLが生成

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?