Skip to content

Commit 88e7276

Browse files
authored
Merge pull request #4 from busroutemap/dev
v01aの2issueをおそらく解決
2 parents b7d3df3 + 700c7fd commit 88e7276

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<script src="stopinfo/js/data22.js"></script>
2727
<script>
2828
var map;
29-
var hash = new L.Hash(map);
3029
// // 鳥取駅
3130
var m00 = [35.493795, 134.225827];
3231
// // 岩美駅
@@ -130,10 +129,12 @@
130129
//---------------------------------------------
131130
// (add01)EasyButton
132131
L.easyButton('fas fa-book-open', function(btn, easyMap){
133-
window.open("README.md");
132+
window.open("README");
134133
},'README.md', {
135134
position: 'bottomright'
136135
}).addTo(map);
136+
var hash = new L.Hash(map);
137+
hash.addTo(map);
137138
}
138139
</script>
139140
</head>

0 commit comments

Comments
 (0)