Skip to content

Commit b9864e5

Browse files
committed
fix attribution
1 parent 16fa305 commit b9864e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LeafletGSI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const initMap = async (div) => {
88
const map = L.map(div);
99
// set 国土地理院地図 https://maps.gsi.go.jp/development/ichiran.html
1010
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>"',
11+
attribution: '<a href="https://maps.gsi.go.jp/development/ichiran.html">国土地理院</a>',
1212
maxZoom: 18,
1313
}).addTo(map);
1414
return map;

0 commit comments

Comments
 (0)