{
  "version": 8,
  "name": "Tree Species Map",
  "sources": {
    "tree_species": {
      "type": "vector",
      "tiles": ["https://forestgeo.info/opendata/38_ehime/treespecies_2019/{z}/{x}/{y}.pbf"],
      "minzoom": 8,
      "maxzoom": 18
    }
  },
  "layers": [
    {
      "id": "01_スギ",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#00cc66"
      },
      "filter": ["==", "解析樹種", "スギ"]
    },
    {
      "id": "02_ヒノキ類",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#99ff66"
      },
      "filter": ["==", "解析樹種", "ヒノキ類"]
    },
    {
      "id": "03_マツ類",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#cc0000"
      },
      "filter": ["==", "解析樹種", "マツ類"]
    },
    {
      "id": "04_カラマツ",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#ff9966"
      },
      "filter": ["==", "解析樹種", "カラマツ"]
    },
    {
      "id": "05_トドマツ",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#ffcc99"
      },
      "filter": ["==", "解析樹種", "トドマツ"]
    },
    {
      "id": "06_エゾマツ",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#cc6600"
      },
      "filter": ["==", "解析樹種", "エゾマツ"]
    },
    {
      "id": "07_その他N",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#cc00cc"
      },
      "filter": ["==", "解析樹種", "その他N"]
    },
    {
      "id": "08_クヌギ",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#ffff99"
      },
      "filter": ["==", "解析樹種", "クヌギ"]
    },
    {
      "id": "09_ナラ類",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#ff9933"
      },
      "filter": ["==", "解析樹種", "ナラ類"]
    },
    {
      "id": "10_ブナ",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#cc9900"
      },
      "filter": ["==", "解析樹種", "ブナ"]
    },
    {
      "id": "11_その他L",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#ffff00"
      },
      "filter": ["==", "解析樹種", "その他L"]
    },
    {
      "id": "12_タケ",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#8000ff"
      },
      "filter": ["==", "解析樹種", "タケ"]
    },
    {
      "id": "96_針広混交林",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#8db3e2"
      },
      "filter": ["==", "解析樹種", "針広混交林"]
    },
    {
      "id": "97_新植地",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#ccff99"
      },
      "filter": ["==", "解析樹種", "新植地"]
    },
    {
      "id": "98_伐採跡地",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#ff80ff"
      },
      "filter": ["==", "解析樹種", "伐採跡地"]
    },
    {
      "id": "99_その他",
      "type": "fill",
      "source": "tree_species",
      "source-layer": "樹種ポリゴン_愛媛県",
      "paint": {
        "fill-opacity": 1.0,
        "fill-color": "#bfbfbf"
      },
      "filter": ["==", "解析樹種", "その他"]
    }
  ]
}