Skip to content

Commit

Permalink
Modify layers3.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
johofukyu authored Jun 11, 2024
1 parent 74b1480 commit f14a976
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions layers_txt/layers3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"type": "Layer",
"id": "vbmd_bm",
"title": "火山基本図データ(基図)",
"url": "./xyz/vbmd_bm/{z}/{x}/{y}.png",
"url": "https://maps.gsi.go.jp/xyz/vbmd_bm/{z}/{x}/{y}.png",
"cocotile": true,
"minZoom": 5,
"maxZoom": 18,
Expand All @@ -55,7 +55,7 @@
"type": "Layer",
"id": "vbmd_colorrel",
"title": "火山基本図データ(陰影段彩図)",
"url": "./xyz/vbmd_colorrel/{z}/{x}/{y}.png",
"url": "https://maps.gsi.go.jp/xyz/vbmd_colorrel/{z}/{x}/{y}.png",
"cocotile": true,
"minZoom": 5,
"maxZoom": 18,
Expand All @@ -65,7 +65,7 @@
"type": "Layer",
"id": "vbmd_pm",
"title": "火山基本図データ(写真地図)",
"url": "./xyz/vbmd_pm/{z}/{x}/{y}.png",
"url": "https://maps.gsi.go.jp/xyz/vbmd_pm/{z}/{x}/{y}.png",
"cocotile": true,
"minZoom": 5,
"maxZoom": 18,
Expand All @@ -75,7 +75,7 @@
"type": "Layer",
"id": "vbm",
"title": "火山基本図",
"url": "./xyz/vbm/{z}/{x}/{y}.png",
"url": "https://maps.gsi.go.jp/xyz/vbm/{z}/{x}/{y}.png",
"cocotile": true,
"minZoom": 5,
"maxZoom": 18,
Expand Down Expand Up @@ -646,7 +646,7 @@
"title": "諸元情報(自然地形『詳細版』)",
"url": "https://maps.gsi.go.jp/xyz/experimental_landformclassification3/{z}/{x}/{y}.geojson",
"cocotile": true,
"minZoom": 4,
"minZoom": 5,
"maxZoom": 13,
"maxNativeZoom": 13,
"html":"<div class='layer_text'><p>地図上をクリックすると「地形分類(自然地形)」のズームレベル14~16で表示される『詳細版』の諸元情報が表示されます。</p></div>『詳細版』は数値地図25000(土地条件)、脆弱地形調査及び治水地形分類図のデータより作成しています。</a>"
Expand All @@ -657,7 +657,7 @@
"title": "地形分類(人工地形)",
"url": "https://maps.gsi.go.jp/xyz/experimental_landformclassification2/{z}/{x}/{y}.geojson",
"cocotile": true,
"minZoom": 4,
"minZoom": 5,
"maxZoom": 16,
"maxNativeZoom": 16,
"html": "<div class='layer_text'><p>地図上をクリックすると「切土地」「盛土地」などが分かります。</p></div>数値地図25000(土地条件)、脆弱地形調査及び治水地形分類図のデータより作成しています。ズームレベル14~16で表示されます。なお、表示される内容は、調査時点のものであり、最新の状況と異なる場合があることをご了承ください。<br><a target='_blank' href='https://github.com/gsi-cyberjapan/experimental_landformclassification'>ベクトルタイル提供実験</a><br>凡例は地図上をクリックするとポップアップで表示されます。<br><a target='_blank' href='http://www.gsi.go.jp/bousaichiri/lfc_index.html'>解説</a>"
Expand Down

0 comments on commit f14a976

Please sign in to comment.