Skip to content

Commit 38cfc50

Browse files
committed
mod link
1 parent 003469a commit 38cfc50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ <h3>egmapjs サンプル</h3>
2828
<li><a href=samples/localgovjpmap.html>フレーズで探そう日本の地方自治体マップ</a></li>
2929
<li><a href=samples/latlngmap.html>緯度経度マップ</a></li>
3030
</ul>
31+
<hr>
32+
<a href=https://fukuno.jig.jp/2363>egmapsjs CC BY fukuno.jig.jp</a><br>
33+
<a href=https://github.com/code4fukui/egmapjs/>src on GitHu</a><br>
34+
3135
</body>
3236
</html>

samples/sparqlrefugemap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<script src="https://code4fukui.github.io/egmapjs/egmap.js"></script>
1111
<script src="https://fukuno.jig.jp/fukuno.js"></script>
12-
<script src="odp.js"></script><!-- SPARQLでodpへアクセスするためのライブラリ -->
12+
<script src="https://code4fukui.github.io/egmapjs/sparql.js"></script>
1313
<script>"use strict"
1414

1515
window.onload = function() {

0 commit comments

Comments
 (0)