We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc89794 commit 6192aa8Copy full SHA for 6192aa8
1 file changed
src/main.js
@@ -8,7 +8,7 @@ const map = new maplibregl.Map({
8
container: 'map',
9
style: 'https://raw.githubusercontent.com/geolonia/basic-gsiseamlessphoto/main/style.json',
10
center: [136.51, 37.88],
11
- zoom: 4.5,
+ zoom: 2.8,
12
attributionControl: {
13
customAttribution: '<a href="https://www.data.jma.go.jp/developer/gpv_sample.html" target="_blank">出典:気象庁「全球数値予報モデルGPV (GSM全球域・日本域)」を加工して作成</a>',
14
}
0 commit comments