Skip to content

Commit

Permalink
Update setting.js
Browse files Browse the repository at this point in the history
  • Loading branch information
johofukyu authored Nov 1, 2024
1 parent f0c4ddb commit bcff8a6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions js/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ CONFIG.HANREILIST = {
"maxZoom": 16
}
},
"vlcd_akitayake": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_akitayake/vlcd_akitayake.csv",
"layer": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_akitayake/{z}/{x}/{y}.png",
"minZoom": 10,
"maxZoom": 16
}
},
"vlcd_iwate": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_iwate/vlcd_iwate.csv",
"layer": {
Expand All @@ -102,6 +110,14 @@ CONFIG.HANREILIST = {
"maxZoom": 16
}
},
"vlcd_akitakoma": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_akitakoma/vlcd_akitakoma.csv",
"layer": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_akitakoma/{z}/{x}/{y}.png",
"minZoom": 10,
"maxZoom": 16
}
},
"vlcd_chokai": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_chokai/vlcd_chokai.csv",
"layer": {
Expand All @@ -110,6 +126,14 @@ CONFIG.HANREILIST = {
"maxZoom": 16
}
},
"vlcd_kurikoma": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_kurikoma/vlcd_kurikoma.csv",
"layer": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_kurikoma/{z}/{x}/{y}.png",
"minZoom": 10,
"maxZoom": 16
}
},
"vlcd_zao": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_zao/vlcd_zao.csv",
"layer": {
Expand All @@ -126,6 +150,14 @@ CONFIG.HANREILIST = {
"maxZoom": 16
}
},
"vlcd_niigatayake": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_niigatayake/vlcd_niigatayake.csv",
"layer": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_niigatayake/{z}/{x}/{y}.png",
"minZoom": 10,
"maxZoom": 16
}
},
"vlcd_bandai": {
"url": "https://maps.gsi.go.jp/xyz/vlcd_bandai/vlcd_bandai.csv",
"layer": {
Expand Down

0 comments on commit bcff8a6

Please sign in to comment.