{
  "version": 8,
  "name": "handoku",
  "sources": {
    "判読結果": {
      "type": "vector",
      "tiles": ["https://forestgeo.info/opendata/15_niigata/nagaoka/handoku_2024/{z}/{x}/{y}.pbf"],
      "minzoom": 12,
      "maxzoom": 18
    }
  },
  "layers": [
    {
      "id": "崩壊主部",
      "type": "fill",
      "source": "判読結果",
      "source-layer": "判読結果 — 崩壊主部",
      "paint": {
        "fill-color": "#cc0000",
        "fill-opacity": 0.5
        }
    },
    {
      "id": "地すべり",
      "type": "fill",
      "source": "判読結果",
      "source-layer": "判読結果 — 地すべり",
      "paint": {
        "fill-color": "#ff66b2",
        "fill-opacity": 0.5
       }
    },
    {
      "id": "流下域",
      "type": "fill",
      "source": "判読結果",
      "source-layer": "判読結果 — 流下域",
      "paint": {
        "fill-color": "#66ccff",
        "fill-opacity": 0.5
      }
    },
    {
      "id": "堆積域",
      "type": "fill",
      "source": "判読結果",
      "source-layer": "判読結果 — 堆積域",
      "paint": {
        "fill-color": "#ff9900",
        "fill-opacity": 0.5
      }
    },
    {
      "id": "亀裂",
      "type": "line",
      "source": "判読結果",
      "source-layer": "判読結果 — 亀裂",
      "paint": {
        "line-color": "#99ff66",
        "line-width": 1.5
      }
    },
    {
      "id": "巨石",
      "type": "circle",
      "source": "判読結果",
      "source-layer": "判読結果 — 巨石",
      "paint": {
        "circle-radius": 1,
        "circle-stroke-color": "#000000",
        "circle-stroke-width": 0.5,
        "circle-opacity": 0
      }
    }
  ]
}