Skip to content

Commit 0ea4b9c

Browse files
committed
fix attribution
1 parent 5876184 commit 0ea4b9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.ts

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import { useGsiTerrainSource } from './terrain';
66
const gsiTerrainSource = useGsiTerrainSource(maplibreGl.addProtocol, {
77
tileUrl: 'https://tiles.gsj.jp/tiles/elev/mixed/{z}/{y}/{x}.png',
88
maxzoom: 17,
9+
attribution:
10+
'<a href="https://gbank.gsj.jp/seamless/elev/">産総研シームレス標高タイル</a>',
911
});
1012

1113
new Map({

0 commit comments

Comments
 (0)