1. テンプレートの利用開始

2. メッセージを編集

3. テンプレートを編集

土砂災害警戒区域内

Untitled

{
  "specialScenarioTalk": "防災(大雨・台風)",
  "styles": {
    "header": {
      "separator": false
    },
    "hero": {
      "separator": false
    },
    "body": {
      "separator": false
    },
    "footer": {
      "separator": false
    }
  },
  "body": {
    "layout": "vertical",
    "type": "box",
    "contents": [
      {
        "text": "●市が開設している避難所など、土砂災害警戒区域の外へ早めに避難してください",
        "align": "start",
        "type": "text",
        "wrap": true
      },
      {
        "margin": "md",
        "text": "●土砂災害警戒区域の外への避難が難しい場合は、近くのできるだけ頑丈な建物や、斜面とは反対側の2階以上の部屋へ移動してください",
        "align": "start",
        "type": "text",
        "wrap": true
      },
      {
        "margin": "md",
        "text": "●崖にひび割れが入る、崖から水が噴き出す、湧水が濁る、地鳴りが聞こえるといった土砂災害の前兆がある場合、すみやかに斜面から離れてください",
        "align": "start",
        "type": "text",
        "wrap": true
      },
      {
        "margin": "md",
        "text": "●位置情報から近くの避難所を確認できます",
        "align": "start",
        "type": "text",
        "wrap": true
      }
    ],
    "disable": false
  },
  "type": "bubble",
  "footer": {
    "layout": "horizontal",
    "type": "box",
    "contents": [
      {
        "type": "button",
        "action": {
          "mode": "datetime",
          "label": "位置情報を送信する",
          "type": "uri",
          "uri": "<https://line.me/R/nv/location>"
        }
      }
    ],
    "disable": false
  },
  "direction": "ltr"
}

避難所の表示

スクリーンショット 2021-10-12 12.54.10.png

{
  "specialScenarioTalk": "防災(大雨・台風)",
  "type": "bubble",
  "body": {
    "layout": "vertical",
    "spacing": "md",
    "type": "box",
    "contents": [
      {
        "weight": "bold",
        "text": "${name}",
        "type": "text",
        "align": "start"
      },
      {
        "type": "text",
        "color": "#AEAEAEFF",
        "text": "${status}"
      },
      {
        "text": "${address}",
        "type": "text",
        "align": "start",
        "wrap": true
      },
      {
        "type": "separator",
        "margin": "xl"
      },
      {
        "layout": "vertical",
        "spacing": "md",
        "type": "box",
        "contents": [
          {
            "type": "text",
            "weight": "bold",
            "text": "避難所種別 "
          }
        ]
      },
      {
        "type": "separator",
        "margin": "xl"
      },
      {
        "layout": "vertical",
        "spacing": "md",
        "type": "box",
        "contents": [
          {
            "type": "text",
            "weight": "bold",
            "text": "災害種別 "
          }
        ]
      },
      {
        "type": "separator",
        "margin": "xl"
      },
      {
        "layout": "vertical",
        "spacing": "md",
        "type": "box",
        "contents": [
          {
            "type": "text",
            "weight": "bold",
            "text": "サービス"
          }
        ]
      }
    ]
  },
  "footer": {
    "type": "box",
    "layout": "vertical",
    "contents": [
      {
        "type": "button",
        "action": {
          "type": "uri",
          "uri": "<https://www.google.com/maps/dir/?api=1&travelmode=walking&origin=${user_coordinates}&destination=${shelter_coordinates}>",
          "label": "地図を開く"
        }
      }
    ]
  },
  "direction": "ltr"
}

4. テンプレートの削除