Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

MIERUNE/MIERUNE-Color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIERUNE-Color

LeafletでMIERUNE地図「Color」を表示

Leaflet読み込み

<script src="./library/leaflet-0.7.3/leaflet.js"></script>
<link href="./library/leaflet-0.7.3/leaflet.css" rel="stylesheet"/>

MIERUNE地図「Color」を設定

var m_color = new L.tileLayer('https://tile.mierune.co.jp/mierune/{z}/{x}/{y}.png', {
    attribution: "Maptiles by <a href='http://mierune.co.jp/' target='_blank'>MIERUNE</a>, under CC BY. Data by <a href='http://osm.org/copyright' target='_blank'>OpenStreetMap</a> contributors, under ODbL."
});

画像


About

LeafletでMIERUNE地図「Color」を表示

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published