From f9f40940a837cf79c537156c60fedd38320ef4cd Mon Sep 17 00:00:00 2001 From: Akihiro MATOBA Date: Thu, 4 Jan 2024 12:32:15 +0900 Subject: [PATCH] add 2024-noto-earthquake.json --- assets/config/2024-noto-earthquake.json | 34 +++++++++++++++++++++++++ assets/config/list.json | 3 ++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 assets/config/2024-noto-earthquake.json diff --git a/assets/config/2024-noto-earthquake.json b/assets/config/2024-noto-earthquake.json new file mode 100644 index 00000000..878d934c --- /dev/null +++ b/assets/config/2024-noto-earthquake.json @@ -0,0 +1,34 @@ +{ + "map_id":"2024-noto-earthquake", + "map_title":"2024年能登半島地震", + "map_title_en":"2024-noto-peninsulla-earthquake", + "map_description":"TODO: 新しく地図を追加します", + "map_description_en":"TODO: Add new map", + "map_image": null, + "sources": [ + { + "id" : "test_kml", + "url" : "https://www.google.com/maps/d/kml?forcekml=1&mid=1w0z1l210ymUPeQTgPnfZxqgh_jf5Pws", + "type" : "kml", + "title" : "Test用KML", + "title_en" : "KML for test", + "show" : true + } + ], + "default_hash": "37.5,136.8-37.3,137.5", + "center" : [139, 37.5], + "layer_settings": { + "避難所": { + "color": "#276445", + "bg_color": "#A4C1B0", + "icon_class": "fas fa-street-view", + "class": "layer_temporary_houses" + }, + "給水所": { + "color": "#285797", + "bg_color": "#A3BBDA", + "icon_class": "fas fa-tint", + "class": "layer_water" + } + } +} diff --git a/assets/config/list.json b/assets/config/list.json index 5028be83..790a3849 100644 --- a/assets/config/list.json +++ b/assets/config/list.json @@ -1,5 +1,6 @@ [ "2019-typhoon-19.json", "2019-chiba-typhoon-15.json", - "2021-shizuoka-izusan.json" + "2021-shizuoka-izusan.json", + "2024-noto-earthquake.json" ]