leafletを鍛える。その31
概要
leafletを鍛えてみた。
植生地図が欲しい。
写真
サンプルコード
var map = L.map('map').setView([37.9748331, 140.057], 7);
L.tileLayer('https://cyberjapandata.gsi.go.jp/xyz/gmld_ptc2/{z}/{x}/{y}.png', {
attribution: "<a href='https://maps.gsi.go.jp/development/ichiran.html' target='_blank'>地理院タイル</a>"
}).addTo(map);
成果物
var map = L.map('map').setView([37.9748331, 140.057], 7);
L.tileLayer('https://cyberjapandata.gsi.go.jp/xyz/gmld_ptc2/{z}/{x}/{y}.png', {
attribution: "<a href='https://maps.gsi.go.jp/development/ichiran.html' target='_blank'>地理院タイル</a>"
}).addTo(map);
以上。
Author And Source
この問題について(leafletを鍛える。その31), 我々は、より多くの情報をここで見つけました https://qiita.com/ohisama@github/items/5de8112c759da21e3ed5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .