Skip to content

Commit

Permalink
add attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogoHirasawa committed Oct 26, 2023
1 parent a023b5b commit eefb770
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,12 @@ <h4>避難所凡例</h4>
new maplibregl.AttributionControl({
compact: false,
customAttribution:
"Style © <a href='http://openmaptiles.org/'>OpenMapTiles</a> " +" © <a href='https://maps.gsi.go.jp/vector/'>地理院地図Vector(仮称)</a> | "+
"Style © <a href='http://openmaptiles.org/'>OpenMapTiles</a> " +
" © <a href='https://maps.gsi.go.jp/vector/'>地理院地図Vector(仮称)</a> | " +
"Data © <a href='http://www.openstreetmap.org/copyright'>OpenStreetMap contributors</a> " +
"© <a href='https://catalog.data.metro.tokyo.lg.jp/dataset/t000003d0000000093?fbclid=IwAR3iaIsI7e0rmSCiyZoNaw6GaiX1dqd87qXnSDoosOWYNd1kbWoNHdVF1xI'>東京都オープンデータカタログサイト<a>" +
"© <a href='https://maps.gsi.go.jp/development/ichiran.html#dem'>標高タイル(国土地理院)<a>",
"© <a href='https://maps.gsi.go.jp/development/ichiran.html#dem'>標高タイル(国土地理院)<a>"+"© <a href='https://nlftp.mlit.go.jp/ksj/gml/datalist/KsjTmplt-A31-v3_0.html#!'>国土数値情報(洪水浸水想定区域データ(河川単位))(国土交通省)を加工して作成<a>",

})
);
});
Expand Down

0 comments on commit eefb770

Please sign in to comment.