leafletを鍛える。その30


概要

leafletを鍛えてみた。
自宅の高解像度な衛星写真が欲しい。

写真

サンプルコード


var map = L.map('map').setView([37.9748331, 140.057], 18);
L.tileLayer('https://cyberjapandata.gsi.go.jp/xyz/seamlessphoto/{z}/{x}/{y}.jpg', {
    attribution: "<a href='https://maps.gsi.go.jp/development/ichiran.html' target='_blank'>地理院タイル</a>"
}).addTo(map);

成果物

以上。