We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5876184 commit 0ea4b9cCopy full SHA for 0ea4b9c
src/main.ts
@@ -6,6 +6,8 @@ import { useGsiTerrainSource } from './terrain';
6
const gsiTerrainSource = useGsiTerrainSource(maplibreGl.addProtocol, {
7
tileUrl: 'https://tiles.gsj.jp/tiles/elev/mixed/{z}/{y}/{x}.png',
8
maxzoom: 17,
9
+ attribution:
10
+ '<a href="https://gbank.gsj.jp/seamless/elev/">産総研シームレス標高タイル</a>',
11
});
12
13
new Map({
0 commit comments