Skip to content

Commit f44e9cd

Browse files
committed
CoderDojo すぎなみのマッピングを追加
- dojo2dojo.csvに「すぎなみ → Suginami」を追加 - GeoJSONを再生成してすぎなみを地図に表示
1 parent 04cdb7f commit f44e9cd

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

_data/dojo2dojo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@
119119
"urlSlug": null,
120120
"status": "RUNNING_SESSIONS"
121121
},
122+
{
123+
"global_club_id": "11ca87f3-426f-4d27-8421-cd0d5cf835e7",
124+
"name_japan": "すぎなみ",
125+
"name_earth": "Suginami",
126+
"countryCode": "JP",
127+
"urlSlug": "jp/suginami-tokyo/suginami",
128+
"status": "RUNNING_SESSIONS"
129+
},
122130
{
123131
"global_club_id": "1237536f-44cf-44a7-8fb6-464fb12f3865",
124132
"name_japan": "神楽坂",

dojo2dojo.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Japan登録名 Zen登録名
2929
Hommachi, Osaka
3030
東大阪 Higashiosaka, Osaka
3131
調布 Chofu
32+
すぎなみ Suginami
3233
宮崎 Miyazaki
3334
札幌 Sapporo
3435
渋谷 渋谷

dojos.geojson

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,21 @@
12611261
"description": "<a href='https://coderdojosaga-ekimaechuo.connpass.com/' target='_blank' rel='noopener'> <img src='/images/dojos/saga-ekimae-chuo.webp' alt='SAGA@駅前中央' loading='lazy' width='100px' /></a><br><b>SAGA@駅前中央</b><br>佐賀市で毎月土曜開催<br>&rarr; 次回: <a href='https://coderdojosaga-ekimaechuo.connpass.com/event/380000/' target='_blank' rel='noopener'>2月7日</a><br><a href='https://coderdojosaga-ekimaechuo.connpass.com/' target='_blank' rel='noopener'>Webサイトを見る</a>"
12621262
}
12631263
},
1264+
{
1265+
"type": "Feature",
1266+
"geometry": {
1267+
"type": "Point",
1268+
"coordinates": [
1269+
139.65178325772285,
1270+
35.7060572417102
1271+
]
1272+
},
1273+
"properties": {
1274+
"marker-size": "small",
1275+
"marker-symbol": "coderdojo",
1276+
"description": "<a href='https://coderdojo-suginami.github.io/' target='_blank' rel='noopener'> <img src='/images/dojos/suginami.webp' alt='すぎなみ' loading='lazy' width='100px' /></a><br><b>すぎなみ</b><br>杉並区で毎月開催<br>&rarr; 次回: <a href='https://coderdojo-suginami.doorkeeper.jp/events/194353' target='_blank' rel='noopener'>2月7日</a><br><a href='https://coderdojo-suginami.github.io/' target='_blank' rel='noopener'>Webサイトを見る</a>"
1277+
}
1278+
},
12641279
{
12651280
"type": "Feature",
12661281
"geometry": {

0 commit comments

Comments
 (0)