Skip to content

Commit 84c8641

Browse files
committed
deploy: 107baf0
1 parent 65253ae commit 84c8641

5 files changed

Lines changed: 20169 additions & 3 deletions

File tree

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ task(:get_data_from_japan) { ruby 'get_data_from_japan.rb' }
77
task(:cache_dojo_logos) { ruby 'cache_dojo_logos.rb' }
88
task(:cache_data_as_yaml) { ruby 'cache_data_as_yaml.rb' }
99
task(:upsert_dojos_geojson) { ruby 'upsert_dojos_geojson.rb' }
10+
task(:compact_geojson) { ruby 'compact_geojson.rb' }
1011

1112
# GitHub - gjtorikian/html-proofer
1213
# https://github.com/gjtorikian/html-proofer

dojos.geojson

Lines changed: 20165 additions & 1 deletion
Large diffs are not rendered by default.

dojos.min.geojson

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<body>
6161
<div
6262
class="geolonia"
63-
data-geojson="./dojos.geojson"
63+
data-geojson="./dojos.min.geojson"
6464
data-lat="35.6809591"
6565
data-lng="139.7673068"
6666
data-zoom="5"

world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<body>
5858
<div
5959
class="geolonia"
60-
data-geojson="./dojos.geojson"
60+
data-geojson="./dojos.min.geojson"
6161
data-lat="35.6809591"
6262
data-lng="139.7673068"
6363
data-zoom="0"

0 commit comments

Comments
 (0)