Skip to content

ibanknatoPrad/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."
});

画像


Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • CSS 4.3%
  • HTML 0.2%