We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b348b commit 991efdbCopy full SHA for 991efdb
upsert_dojos_geojson.rb
@@ -5,8 +5,6 @@
5
dojos_japan = []
6
zen2japan = {}
7
8
-# TODO: These data are now updated by hand. Can be improved by automation.
9
-# Details: https://github.com/coderdojo-japan/map.coderdojo.jp/issues/2
10
File.open("dojos_earth.json") do |file|
11
dojos_earth = JSON.load(file, nil, symbolize_names: true, create_additions: false)
12
end
0 commit comments