We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fa305 commit b9864e5Copy full SHA for b9864e5
LeafletGSI.js
@@ -8,7 +8,7 @@ const initMap = async (div) => {
8
const map = L.map(div);
9
// set 国土地理院地図 https://maps.gsi.go.jp/development/ichiran.html
10
L.tileLayer("https://cyberjapandata.gsi.go.jp/xyz/std/{z}/{x}/{y}.png", {
11
- attribution: '<a href="https://maps.gsi.go.jp/development/ichiran.html">国土地理院</a>"',
+ attribution: '<a href="https://maps.gsi.go.jp/development/ichiran.html">国土地理院</a>',
12
maxZoom: 18,
13
}).addTo(map);
14
return map;
0 commit comments