Skip to content

Commit 10eb5b7

Browse files
committed
シームレスフォトタイルに背景を変更
1 parent 0a8e5ad commit 10eb5b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as WeatherLayers from 'weatherlayers-gl';
66

77
const map = new maplibregl.Map({
88
container: 'map',
9-
style: 'https://cdn.geolonia.com/style/geolonia/midnight/ja.json',
9+
style: 'https://raw.githubusercontent.com/geolonia/basic-gsiseamlessphoto/main/style.json',
1010
center: [136.51, 37.88],
1111
zoom: 4.5,
1212
attributionControl: {
@@ -27,7 +27,7 @@ map.on('load', async () => {
2727
maxAge: 10,
2828
speedFactor: 30,
2929
width: 2.0,
30-
opacity: 0.03,
30+
opacity: 0.05,
3131
image: image,
3232
bounds: [-180, -90, 180, 90],
3333
imageUnscale: [-128, 127],

0 commit comments

Comments
 (0)